body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

.only-desktop {
  display: initial !important;
}

.only-mobile {
  display: none !important;
}

.logo a {
font-family: 'Lato', 'Open Sans', sans-serif;
font-size: 17px;
}

.row {
  max-width: 1200px;
}
.thanks-page {
  margin-top: 100px;
}
.service-index [class*="block-grid-"] > li.container.last-of-row,
.last-of-row {
  margin-right: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
  font-family: 'Open Sans', sans-serif;
}

.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 14px;
}

.tab-bar h2 {
  font-size: 12px;
}

p,
p.lead {
    line-height: 1.5;
}

p {
  font-size: 17px;
}

h1 {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0px 0.5rem;
  text-transform: uppercase;
}

h2 {
  font-size: 17px;
  text-transform: uppercase;
}

address {
  font-size: 17px;
}

fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.breadcrumbs {
  padding-left: 0;
}

a.phone {
  color: #fff;
  font-size: 18px;
  top: 4px;
  position: relative;
}
a {
  color: #000;
}
  a:hover {
    color: #a7a7a7;
  }

.btn-orcamento {
  background: url(../images/botao-enviar.png) center top;
  width: 300px;
  height: 57px;
  display: block;
  margin-top: 20px;
  border: none;
  position: relative;
  left: 50%;
  margin-left:-150px;
}
  .btn-orcamento:hover {
    background-position: center center;
  }
  .btn-orcamento:active {
    background-position: center bottom;
  }

.contact-whatsapp {
  background: url(../images/icon-whatsapp-black.png) no-repeat left center;
  display: block;
  line-height: 30px;
  height: 30px;
  padding-left: 35px;
}

.subheader {
  color: #000;
  margin-bottom: 30px;
}

.clear-top {
  margin: 30px;
  padding: 0;
}

a.button {
  background-color: #ED1C24;
  color: #FFF;
  display: block;
  display: table-cell;
  font-weight: 600;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 300px;
}

a.button-budget {
  background: url(../images/botao-solicite-orcamento.png);
  width: 210px;
  height: 34px;
  display: block;
  position: relative;
  float: left;
}
  a.button-budget:hover {
    background-position: center center;
  }
  a.button-budget:active {
    background-position: center bottom;
  }
a.button-budget.down {
  float: right;
}

a.button-back {
  background: url(../images/botao-voltar.png);
  width: 119px;
  height: 40px;
  display: block;
  position: relative;
  float: right;
  margin-bottom: 20px;
}
  a.button-back:hover {
    background-position: center center;
  }
  a.button-back:active {
    background-position: center bottom;
  }

a.icon-social {
  background: url(../images/botao-compartilhar.png) no-repeat;
  width: 34px;
  height: 34px;
}
  a.icon-social:hover {
    background-position: center center;
  }
  a.icon-social:active {
    background-position: center bottom;
  }

a.icon-email {
  background: url(../images/botao-email.png);
  width: 33px;
  height: 34px;
}
  a.icon-email:hover {
    background-position: center center;
  }
  a.icon-email:active {
    background-position: center bottom;
  }

a.icon-social,
a.icon-email {
  margin-right: 5px;
  display: block;
  position: relative;
  float: left;
}

.subbutton {
  left: 50%;
  margin-bottom: 25px;
  margin-left:-150px;
  margin-top: 25px;
  position: relative;
  width: 300px;
}

.button-lern-more {
  background: url(../images/botao-saiba-mais-servicos.png) no-repeat center top;
  width: 384px;
  height: 58px;
  display: block;
  position: relative;
  float: left;
  margin-top: 28px;
}
  .button-lern-more:hover {
    background-position: center -57px;
  }
  .button-lern-more:active {
    background-position: center -114px;
  }

.button-tools {
  background: url(../images/botao-conheca-ferramentas.png);
}
  .button-tools:hover {
    background-position: center -57px;
  }
  .button-tools:active {
    background-position: center -114px;
  }

.button-service {
  background: url(../images/botao-conheca-serv.png);
}
  .button-service:hover {
    background-position: center -57px;
  }
  .button-service:active {
    background-position: center -114px;
  }
.button-google {
  background: url(../images/botao-google-maps.png);
}
  .button-google:hover {
    background-position: center -57px;
  }
  .button-google:active {
    background-position: center -114px;
  }

.button-google,
.button-service,
.button-tools {
  width: 300px;
  height: 58px;
  display: block;
}

.image-link {
  display: block;
  position: relative;
}
  .image-link:hover:after,
  .image-link:hover:before {
    transition: all 0.3s;
  }

  .image-link:after,
  .image-link:before {
    content: "";
    /* TODO: colocar `filter` alpha de IE */
    opacity: 0;
    position: absolute;
  }

  .image-link:after {
    background: transparent url("../images/hover-category.png") center center no-repeat;
    height: 57px;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    top: 50%;
    width: 57px;
  }

  .image-link:before {
    background-color: black; /* IE8- fallback */
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }

  .image-link:hover:after,
  .image-link:hover:before {
    /* TODO: colocar `filter` alpha de IE */
    opacity: 1;
  }

.img-top-page {
  width: 300px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}

.aligner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.images-list {
  list-style-type: none;
}

.inner-wrap, .off-canvas-wrap {
  min-height: 100%;
}

.clear {
  clear: both;
}

.space-top {
  margin-top: 50px;
}

a.backurl {
  padding: 15px;
  color: #000;
}
  a.backurl:hover {
    background: #000;
    color: #fff;
    border-radius: 7px;
  }

.button,
button {
  background-color: transparent;
  border-color: none;
  color: #000;
}
  .button:focus,
  .button:hover,
  button:focus,
  button:hover {
    background-color: #000;
    border-color: #000;
    color: #FFF;
  }

.product-show .table table {
  width: 100% !important;
}

.logo {
  padding: 25px 0px;
  border-bottom: 1px solid #ed1c24;
  top: 25px;
}
  .logo img {
    width: 248px;
    height: 43px;
    position: relative;
    left: 50%;
    margin-left:-124px;
  }

.quality-policy ul,
.aboutus ul {
  list-style-image: url(../images/arrow-right.png);
}

/*Social Media*/
.facebook {
  background-image: url(../images/icon-share-facebook.png);
}

.twitter {
  background-image: url(../images/icon-share-twitter.png);
}

.google-plus {
  background-image: url(../images/icon-share-gplus.png);
}

.facebook:hover,
.twitter:hover,
.google-plus:hover {
  background-position: center bottom;
}

.facebook,
.twitter,
.google-plus {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-right: 20px;
  cursor: pointer;
}

.dropdown-menu > li > a.facebook,
.dropdown-menu > li > a.twitter,
.dropdown-menu > li > a.google-plus {
  padding: 0;
}

.social-icons.dropdown-menu {
  margin-top: 40px;
  padding: 25px 0px 25px 25px;
}

.social-icons.dropdown-menu .large-4 {
  float: left;
}
/*Fim Media Social*/

.error-page .initial-page {
  background: transparent url("../images/ir-pagina-inicial.png") repeat scroll center top;
  width: 298px;
  height: 57px;
  display: block;
  margin-top: 50px;
  border: medium none;
  position: relative;
  left: 0;
  margin-left: 0;
}

  .left-small, .tab-bar .menu-icon {
    display: none;
  }

  .tab-bar h2 {
    font-size: 14px;
  }

  .work-with-us .column,
  .work-with-us .columns,
  .home-page .column,
  .home-page .columns,
  .location .column,
  .location .columns,
  .PrivacyPolicies .column,
  .PrivacyPolicies .columns,
  .product-show .column,
  .product-show .columns,
  .service-index .column,
  .service-index .columns,
  .service-show .column,
  .service-show .columns,
  .UseTerms .column,
  .UseTerms .columns,
  .budget-page .column,
  .budget-page .columns,
  .category-index .column,
  .category-index .columns,
  .category-show .column,
  .category-show .columns,
  .contact .column,
  .contact .columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  .quality-policy .column.espace-right,
  .quality-policy .columns.espace-right,
  .aboutus .column.espace-right,
  .aboutus .columns.espace-right {
    padding-right: 0px;
  }

  .quality-policy .column.espace-left,
  .quality-policy .columns.espace-left,
  .aboutus .column.espace-left,
  .aboutus .columns.espace-left {
    padding-left: 0px;
  }

  a.button-back {
    margin-top: 0px;
  }

  .risk {
    border: 1px solid #ED1C24;
    margin: 43px 0px;
    padding: 0px;
  }

  [class*="block-grid-"] {
    display: block;
    padding: 0px;
    margin: 0px;
  }

  .logo {
    padding: 59px 0px 96px;
    top: 25px;
    margin-bottom: 40px;
  }
    .logo img {
      float: left;
      width: 248px;
      height: 43px;
      position: relative;
      left: 0;
      margin-left: 0;
      margin-top: 3px;
    }

  .big-image img {
    width: 452px;
  }

  .form-width {
    width: 380px;
    position: relative;
    float: left;
  }
  .form-margin {
    margin-right: 20px;
  }

  .img-top-page {
    width: auto;
  }

  .risk-vertical {
    border-left: 1px solid rgb(237, 28, 36);
    width: 1px;
    position: relative;
    margin-left: 50px;
  }

  .contact .risk-vertical {
    height: 750px;
  }
  .budget-page .risk-vertical {
    height: 1100px;
  }

  .back-top {
    background: url(../images/botao-topo.png) center top;
    width: 119px;
    height: 40px;
    float: right;
    margin-top: 50px;
  }
    .back-top:hover {
      background-position: center center;
    }
    .back-top:active {
      background-position: center bottom;
    }

  .subbutton {
    margin-bottom: 25px;
    width: 100%;
    height: 58px;
    left: 0;
    margin-left: 0;
  }

  .button-google,
  .button-service,
  .button-tools {
    width: 299px;
    height: 58px;
    display: block;
    float: right;
  }

  .button-google {
    width: 300px;
    height: 58px;
    display: block;
    float: right;
  }

  .btn-orcamento {
    left: 0px;
    margin-left: 0px;
    float: right;
  }

  .product-show .description,
  .service-show .description {
    margin-top: 100px;
  }

 /* [class*="block-grid-"] {
    margin-top: 45px;
  }

  [class*="block-grid-"] > li.container.service {
    margin: 5px 0px 5px 0px;
  }

  [class*="block-grid-"] > li.container {
    height: 422px;
    width: 380px;
    margin: 5px 15px 5px 0px;
    padding: 0px;
  }
    .container img {
      border: 1px solid #000;
      height: 206px;
      width: 380px;
    }

    .container .text-box {
      background-color: none;
      bottom: 0px;
      width: 100%;
      height: auto;
    }
*/
      .container .text-box h2,
      .container .text-box p {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 15px;
        margin-left: 15px;
      }

      .container p {
        margin-bottom: 1rem;
        font-size: 18px;
        color: #000;
      }

  .home-page [class*="block-grid-"] > li.container.service {
    margin-right: 0px;
  }

  .btn-orcamento-header {
    background: url(../images/botao-orcamento-afiatec.png) center top;
    width: 170px;
    height: 38px;
    float: right;
    margin-top: -6px;
    display: block;
  }
    .btn-orcamento-header:hover {
      background-position: center bottom;
    }

@media only screen and (min-width: 1200px) {
  .home-page [class*="block-grid-"] > li.container {
    height: 415px;
    width: 380px;
    margin: 50px 15px 70px 0px;
    padding: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .work-with-us .column,
  .work-with-us .columns,
  .home-page .column,
  .home-page .columns,
  .location .column,
  .location .columns,
  .PrivacyPolicies .column,
  .PrivacyPolicies .columns,
  .product-show .column,
  .product-show .columns,
  .quality-policy .column,
  .quality-policy .columns,
  .service-index .column,
  .service-index .columns,
  .service-show .column,
  .service-show .columns,
  .UseTerms .column,
  .UseTerms .columns,
  .budget-page .column,
  .budget-page .columns,
  .category-index .column,
  .category-index .columns,
  .category-show .column,
  .category-show .columns,
  .aboutus .column,
  .aboutus .columns,
  .contact .column,
  .contact .columns {
    padding-left: 0px;
    padding-right: 0px;
  }

  .img-top-page {
    width: 90%;
  }

  .left-small, .tab-bar .menu-icon {
    display: block;
  }

  .tab-bar h2 {
    font-size: 12px;
  }

  a.button-back {
    margin-top: 15px;
  }

  .only-desktop {
    display: none !important;
  }

  .only-mobile {
    display: initial !important;
  }

  [class*="block-grid-"] > li.container {
    height: 165px;
    width: 300px;
    margin: 5px 0px;
    left: 50%;
    margin-left: -150px;
    position: relative;
  }

  .tab-bar .tab-bar-section.middle {
    width: 210px;
  }

  .risk {
    border: none;
  }

  .logo {
    padding: 59px 0px 96px;
    top: 25px;
    margin-bottom: 40px;
  }
    .logo img {
      float: left;
      width: 248px;
      height: 43px;
      position: relative;
      left: 50%;
      margin-left: -124px;
      margin-top: 3px;
    }

  .form-width {
    width: 100%;
    position: relative;
    float: left;
  }
  .form-margin {
    margin-right: 0px;
  }

  .risk-vertical {
    border-left: none;
    width: 0px;
    position: relative;
    margin-left: 0px;
  }

}
