@import "header.css";
@import "menu.css";
* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #6a6d6e;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #9a9a99;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.icone-wpp-float {
  position: fixed;
  max-width: 50px;
  bottom: 30px;
  right: 30px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #101010;
  padding: 30px;
  background-size: 35px;
}

.carousel-control-next, .carousel-control-prev {
  height: 70%;
}

.carousel-control-prev {
  left: -90px;
}

.carousel-control-next {
  right: -90px;
}

.banner h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}
@media screen and (max-width: 991px) {
  .banner h2 {
    font-size: 30px;
    text-shadow: 0px 2px black;
  }
}
.banner p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .banner p {
    text-shadow: 0px 2px black;
  }
}
.banner .carousel-control-prev-icon, .banner .carousel-control-next-icon {
  background-color: #F9B234;
  padding: 15px;
  background-size: 15px;
}
.banner .carousel-control-next, .banner .carousel-control-prev {
  height: 70%;
}
.banner .carousel-control-prev {
  left: -50px;
}
.banner .carousel-control-next {
  right: -50px;
}
.banner .btn_mais_informacoes a {
  background: #565656;
  color: #fff;
  float: left;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 1px solid #565656;
}
.banner .btn_mais_informacoes a:hover {
  background: #F9B234;
  border: 1px solid #F9B234;
}
.banner .btn_fale_conosco a {
  background: none;
  color: #fff;
  float: left;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 1px solid #fff;
}
.banner .btn_fale_conosco a:hover {
  background: #F9B234;
  border: 1px solid #F9B234;
}
@media screen and (max-width: 991px) {
  .banner {
    height: 423px !important;
  }
}

.sobre {
  padding-bottom: 80px;
  margin-top: 30px;
}
.sobre .banner {
  min-height: 427px;
  width: 100%;
  background: url("../images/banner_servicos.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  color: #fff;
}
.sobre .banner h1 {
  font-weight: 400;
}
.sobre .banner p {
  line-height: 5px;
}
.sobre h2 {
  font-size: 14px;
  color: #000;
}
.sobre h3 {
  font-size: 22px;
  color: #F9B234;
  font-weight: bold;
}
.sobre .box {
  background: #000;
  width: auto;
  padding: 20px 150px;
  border-radius: 100px 0px 100px 0;
  margin-left: -140px;
}
@media screen and (max-width: 991px) {
  .sobre .box {
    position: inherit;
    width: 100%;
    padding: 10px 0;
    margin-left: 0px;
    margin-top: 30px;
  }
  .sobre .box .row {
    justify-content: center;
  }
}
.sobre .box ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .sobre .box ul {
    justify-content: center;
  }
}
.sobre .box ul li {
  float: left;
}
.sobre .box ul li h2 {
  font-size: 40px;
  color: #F9B234;
  font-weight: bold;
}
.sobre .box ul li h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.sobre .box ul li:first-child {
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .sobre .btns-home {
    display: flex;
    justify-content: center;
  }
}
.sobre .btn_mais a {
  background: #F9B234;
  color: #fff;
  float: left;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 1px solid #F9B234;
  transition: 0.5s;
}
.sobre .btn_mais a:hover {
  transition: 0.5s;
}
.sobre .btn_mais a:hover:hover {
  background: #565656;
  border: 1px solid #565656;
}
.sobre .btn_servicos a {
  background: none;
  color: #565656;
  float: left;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 1px solid #565656;
}
.sobre .btn_servicos a:hover:hover {
  background: none;
  border: 1px solid #F9B234;
}
.sobre .margin-bloco {
  margin-left: calc(20% - 45px);
}
@media screen and (max-width: 991px) {
  .sobre .margin-bloco {
    margin-left: 0;
  }
}
.sobre .imagem2 {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .sobre .imagem2 {
    margin-top: 20px;
  }
}

.fale_conosco {
  background-color: #F9B234;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.fale_conosco h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.fale_conosco input,
.fale_conosco textarea {
  width: 100%;
  background: none;
  padding: 15px 20px;
  border: 1px solid #fff;
  margin: 13px 0;
  outline: none;
  color: #fff;
}
.fale_conosco input::-moz-placeholder,
.fale_conosco textarea::-moz-placeholder {
  color: inherit;
}
.fale_conosco input::-moz-placeholder, .fale_conosco textarea::-moz-placeholder {
  color: inherit;
}
.fale_conosco input::placeholder,
.fale_conosco textarea::placeholder {
  color: inherit;
}
.fale_conosco .btn_enviar {
  background: #565656;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.fale_conosco .btn_enviar:hover {
  background: #3d3d3d;
}

.servicos h2 {
  font-size: 18px;
  color: #F9B234;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  padding: 0;
  margin: 0;
}
.servicos h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.servicos .box-servicos .foto img {
  width: 100%;
  height: auto;
}
.servicos .box-servicos .conteudo {
  background: #fff;
  padding: 20px 30px;
  min-height: 160px;
  display: grid;
  align-items: center;
}
.servicos .box-servicos .conteudo h2 {
  color: #000;
}
@media screen and (max-width: 991px) {
  .servicos .box-servicos .conteudo h2 {
    text-align: center;
  }
}
.servicos .box-servicos .conteudo p {
  text-align: center;
  padding: 10px 0 0 0;
}
.servicos .box-servicos .botao-saiba-mais a {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 10px 30px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 991px) {
  .servicos .box-servicos .botao-saiba-mais a {
    margin-bottom: 40px;
  }
}
.servicos .item-galeria {
  padding: 10px;
}
.servicos .item-galeria .img_galeria {
  overflow: hidden;
  height: 152px;
  margin-bottom: 10px;
}
.servicos .carousel-control-prev-icon, .servicos .carousel-control-next-icon {
  background-color: #F9B234;
  padding: 15px;
  background-size: 15px;
}
.servicos .carousel-control-next, .servicos .carousel-control-prev {
  height: 70%;
}
.servicos .carousel-control-prev {
  left: -50px;
}
.servicos .carousel-control-next {
  right: -50px;
}

.divisao-pesada {
  background-color: #f2f2f2;
  padding: 20px 0;
}
.divisao-pesada h2 {
  text-align: center;
  padding: 15px;
  font-size: 32px;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 15px;
  font-weight: 300;
}
.divisao-pesada h2 span {
  font-weight: bold;
}

.divisao-leve {
  background-color: #fff;
  padding: 20px 0;
}
.divisao-leve h2 {
  text-align: center;
  padding: 15px;
  font-size: 32px;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 15px;
  font-weight: 300;
}
.divisao-leve h2 span {
  font-weight: bold;
}
.divisao-leve .imagem_principal {
  text-align: right;
}

.serralheria-fina {
  background-color: #f2f2f2;
  padding: 20px 0;
}
.serralheria-fina h2 {
  text-align: center;
  padding: 15px;
  font-size: 32px;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 15px;
  font-weight: 300;
}
.serralheria-fina h2 span {
  font-weight: bold;
}

.servicos2 {
  padding: 40px 0;
}
.servicos2 h2 {
  color: #000;
  text-align: center;
  font-size: 18px;
}
.servicos2 h3 {
  font-size: 30px;
  color: #F9B234;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.servicos2 .box-vermelho {
  background: #E49407;
  padding: 60px 0;
}
.servicos2 .box-vermelho .icone {
  text-align: center;
}
.servicos2 .box-vermelho h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  padding: 20px 0;
}
.servicos2 .botoes {
  float: left;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 30px 0;
}
.servicos2 .botoes .btn_mais_informacoes a {
  background: #565656;
  color: #fff;
  float: left;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 1px solid #565656;
}
.servicos2 .botoes .btn_mais_informacoes a:hover {
  background: #F9B234;
  border: 1px solid #F9B234;
}
.servicos2 .botoes .btn_fale_conosco a {
  background: none;
  color: #fff;
  float: left;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 1px solid #fff;
}
.servicos2 .botoes .btn_fale_conosco a:hover {
  background: #F9B234;
  border: 1px solid #F9B234;
}

.vantagens {
  padding: 30px 0;
  background: #F7F7F7;
}
.vantagens h2 {
  color: #000;
  text-align: center;
  font-size: 18px;
}
.vantagens h3 {
  font-size: 30px;
  color: #F9B234;
  font-weight: 300;
  text-align: center;
}
.vantagens h4 {
  font-size: 30px;
  color: #F9B234;
  font-weight: 700;
  text-align: center;
}
.vantagens .itens_vantagens {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .vantagens .itens_vantagens .foto {
    margin-top: 40px;
  }
}
.vantagens .itens_vantagens .foto img {
  width: 100%;
  height: auto;
}
.vantagens .itens_vantagens .conteudo {
  padding: 20px;
  background: #fff;
  min-height: 260px;
}
.vantagens .itens_vantagens .conteudo h3 {
  color: #000;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
}
.vantagens .botoes {
  float: left;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 30px 0;
}
.vantagens .botoes .btn_fale_conosco a {
  background: #F9B234;
  color: #fff;
  float: left;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 1px solid #F9B234;
}
.vantagens .botoes .btn_fale_conosco a:hover {
  background: #565656;
}

.portfolio {
  padding: 40px 0;
}
.portfolio h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.portfolio h3 {
  font-size: 30px;
  color: #F9B234;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .portfolio h2,
  .portfolio h3,
  .portfolio p {
    text-align: center;
  }
}
.portfolio .btn_verde {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .portfolio .btn_verde {
    justify-content: center;
    margin-bottom: 50px;
  }
}
.portfolio .btn_verde a {
  background: none;
  color: #565656;
  float: left;
  padding: 5px 20px;
  margin: 0 10px 0 0;
  border: 1px solid #565656;
}
.portfolio .btn_verde a:hover:hover {
  background: none;
  border: 1px solid #F9B234;
}
@media screen and (max-width: 991px) {
  .portfolio .foto {
    margin-bottom: 20px;
  }
  .portfolio .foto img {
    display: flex;
    margin: 0 auto;
  }
}

.clientes {
  padding: 40px 0;
}
.clientes h2 {
  font-size: 30px;
  color: #F9B234;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .clientes .logo img {
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
  }
}

/* remove highlight especificamente quando estiver na home */
body.home .main-navigation .current-menu-item > a[href="/#servicos"] {
  color: inherit !important;
  font-weight: normal !important;
}

.banner-servicos p {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 12px;
}
@media screen and (max-width: 991px) {
  .banner-servicos p {
    line-height: 30px;
  }
}
.banner-servicos h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.banner-servicos h1 span {
  font-weight: 700;
}

.page-servicos .bloco-contato .divisoes .titulo-page {
  font-size: 18.56px;
  font-weight: 700;
  text-align: center;
  color: #1D1D1B;
  margin: 0;
  padding: 13px 10px;
  background-color: #fff;
}
.page-servicos .bloco-contato .divisoes .titulo-page.active {
  background-color: #CF0101;
  color: #fff;
}
.page-servicos .bloco-contato .infos {
  background-color: #06090C;
  padding: 25px 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .page-servicos .bloco-contato .infos {
    margin-bottom: 20px;
  }
}
.page-servicos .bloco-contato .infos p {
  margin-top: 20px;
}
.page-servicos .bloco-contato .infos p.telefone {
  margin-top: 36px;
}
.page-servicos .bloco-contato .infos a.saiba-mais {
  display: inline-block;
  color: #fff;
  background-color: #F9B234;
  text-align: center;
  padding: 13px 30px;
  font-size: 13.71px;
  font-weight: 400;
  transition: 0.5s;
  margin-bottom: 35px;
}
.page-servicos .bloco-contato .infos a.saiba-mais:hover {
  background-color: #8A0808;
  transition: 0.5s;
}
.page-servicos .descricao {
  margin-top: 80px;
  margin-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .page-servicos .descricao {
    margin-top: 40px;
    margin-bottom: 36px;
  }
}
.page-servicos .descricao h2 {
  color: #F9B234;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 26px;
}
.page-servicos .descricao p {
  font-size: 14px;
  color: #5E5E5E;
}
.page-servicos .itens img {
  max-width: 50%;
  display: flex;
  margin: 0 auto;
}
.page-servicos .itens p {
  text-align: center;
  font-size: 20px;
  color: #06090C;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .page-servicos .itens p {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
.page-servicos .passos {
  margin-bottom: 90px;
}
.page-servicos .passos .titulo-position {
  position: relative;
}
.page-servicos .passos h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #000;
  padding: 10px 90px 10px 24px;
  position: absolute;
  left: -15%;
  top: 16px;
  width: calc(115% - 15px);
}
@media screen and (max-width: 991px) {
  .page-servicos .passos h2 {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 25px;
    text-align: center;
    padding: 10px 0;
  }
}
.page-servicos .passos .itens-passos {
  margin-top: 86px;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .page-servicos .passos .itens-passos {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.page-servicos .passos .itens-passos img {
  width: 28px;
  height: 28px;
  margin-top: 20px;
}
.page-servicos .passos .itens-passos h3 {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 900;
  color: #565656;
  text-transform: uppercase;
  margin-left: 18px;
}
.page-servicos .passos .itens-passos h4 {
  font-weight: 700;
  color: #F9B234;
  margin-top: 15px;
}
.page-servicos .passos .itens-passos h4,
.page-servicos .passos .itens-passos p {
  padding: 0;
  margin-bottom: 0;
  margin-left: 46px;
  font-size: 18px;
}
.page-servicos .obras {
  margin-bottom: 125px;
}
.page-servicos .obras h3 {
  font-size: 26.48px;
  font-weight: 300;
  color: #F9B234;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.page-servicos .obras h3 span {
  font-weight: 700;
}
.page-servicos .obras img {
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .page-servicos .obras img {
    margin-bottom: 20px;
  }
}
.page-servicos .obras a.ver-mais {
  display: inline-block;
  font-size: 14.74px;
  color: #fff;
  text-align: center;
  background-color: #F9B234;
  padding: 15px 26px;
  margin-top: 40px;
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  .page-servicos .obras a.ver-mais {
    width: 100%;
  }
}
.page-servicos .obras a.ver-mais:hover {
  background-color: #8A0808;
  transition: 0.5s;
}

.nosso-portfolio {
  text-align: center;
  color: #101010;
  margin-bottom: 60px;
  margin-top: 30px;
}
.nosso-portfolio h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 10px;
  margin-top: 50px;
}
.nosso-portfolio h4,
.nosso-portfolio p {
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
}
@media screen and (max-width: 991px) {
  .nosso-portfolio h4,
  .nosso-portfolio p {
    line-height: 20px;
  }
}
.nosso-portfolio .carousel {
  max-width: 600px;
  margin: 0 auto;
}
.nosso-portfolio .carousel .carousel-inner .carousel-item img {
  max-height: 600px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.nosso-portfolio .carousel-indicators {
  position: inherit;
  margin-top: 15px;
}
.nosso-portfolio .carousel-indicators [data-bs-target] {
  background-color: #5E5E5E;
  opacity: 1;
}
.nosso-portfolio .carousel-indicators .active {
  background-color: #565656 !important;
  opacity: 1;
}

.nossos-clientes {
  background-color: #F7F7F7;
  margin-top: -56px;
  padding-top: 56px;
  text-align: center;
  padding-bottom: 50px;
}
.nossos-clientes h2 {
  font-size: 18px;
  font-weight: 700;
  color: #F9B234;
  text-transform: uppercase;
}
.nossos-clientes p {
  margin-bottom: 65px;
  font-size: 14px;
  color: #5E5E5E;
}
.nossos-clientes .imagens-logo {
  max-width: 80%;
  margin: 0 auto;
}
.nossos-clientes .imagens-logo .col-12,
.nossos-clientes .imagens-logo .col-md-3 {
  margin-bottom: 25px;
}

.contato {
  text-align: center;
  color: #101010;
  padding-bottom: 86px;
  margin-top: 30px;
}
.contato .icone-contato {
  margin-bottom: 41px;
}
.contato h3,
.contato p {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .contato .col-12 {
    margin-top: 20px;
  }
}

footer {
  background: #101010;
  padding: 30px 0 0 0;
}
footer img {
  max-width: 140px;
}
@media screen and (max-width: 991px) {
  footer {
    text-align: center;
  }
}
footer p {
  color: #fff;
}
footer h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0 10px 0;
}
footer a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  clear: both;
  display: block;
}
footer a:hover {
  color: #565656;
  text-decoration: none;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 2px 0;
}
footer ul li img {
  margin-right: 10px;
}
footer ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  display: inline;
}
footer ul li a:hover {
  color: #565656;
  text-decoration: none;
}
footer .ass {
  text-align: center;
  padding: 30px 0 20px 0;
  border-top: 1px solid #fff;
  margin-top: 50px;
}
footer .ass a {
  width: -moz-max-content;
  width: max-content;
  display: inline;
}
@media (max-width: 991px) {
  footer ._text {
    width: 100% !important;
  }
}/*# sourceMappingURL=main.css.map */