@charset "UTF-8";
/* Tema do cliente */

/**  cor: #B7853D;  **/
/**  cor-hover: #FEFEFE;  **/

/*OUTRAS CORES DO CLIENTE*/
/*#B7853D*/ /*#FEFEFE*/ /*#373435*/ 

/* Fonts */
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat_ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root{
  --light: 'montserratlight';
  --regular: 'montserratregular';
  --semibold: 'montserratsemibold';
  --bold: 'montserratbold';
  --extrabold: 'Montserrat_ExtraBold';
}

strong, b{
  font-weight: lighter;
  font-family: var(--bold);
}

body{
  font-family: var(--regular);
  background-color: #FEFEFE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FEFEFE;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;
}
.aceitar_termos a{
  color: #FFFC9E!important;
}
.aceitar_termos a:hover{
  color: #38A7EB!important;
}
a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #B7853D;
  color: #FEFEFE;
  transition: all .2s linear;
  margin-left: 10px;
  cursor: pointer;
}
a.ctacookies:hover{
  filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}

.wpcf7-form-control-wrap{
  display: block;
  margin-bottom: 20px;
}

.wpcf7-response-output{
  color: #FEFEFE!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
} 

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #ffb900;
}

span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

form iframe{
  width: 304px!important;
  height: 78px!important;
}

.g-recaptcha{
  margin-bottom: 20px;    
  display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .container{
    padding: 0px; 
  } 
}

@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #B7853D!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #B7853D;
}
::-moz-selection{
  background: #B7853D;
}
::selection{
  background: #B7853D;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #B7853D;
  border-color: #B7853D;
}
.lds-ellipsis div{  
  background-color: #B7853D;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #373435;
}

.editor p{
  margin-bottom: 20px;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #B7853D;
  color: #FEFEFE;
}


@media(max-width: 1025px){
  .container{
    max-width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

.col-lg-3{
  padding: 0px;
}

.col-lg-5{
  padding: 0px;
}

.col-lg-6{
  padding: 0px;
}

.col-lg-7{
  padding: 0px;
}

/*INICIO CSS PROJETO*/
.header{
  padding: 50px 0px;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FEFEFE;
}

.header p, .header h1, .header h2, .header h3{
  margin: 0px;
}

.header p{
  font-family: var(--semibold);
  font-size: 16px;
}

.header h1{
  font-family: var(--bold);
  font-size: 87px;
}

.header h2{
  font-family: var(--light);
  font-size: 40px;
}

.header h3{
  font-family: var(--light);
  font-size: 33px;
}

.header .geral{
  display: flex;
  align-items: center;
}

.header .logo .img{
  width: 100%;
  max-width: 270px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .logo .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.header .menu .itens{
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 0px 0px 0px 190px;
}

.header .menu a{
  font-family: var(--regular);
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: 0.5s;
}

.header .menu a:hover{
  color: #FEFEFE;
  border-bottom: 2px solid #FEFEFE;
}

.header .contato{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .contato .wpp{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.header .contato a {
  background-color: #B7853D;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.header .contato a:hover{
  color: #FEFEFE;
  transform: scale(0.95);
}

.header .wpp .icn{
  width: 100%;
  max-width: 19px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .wpp .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.header .conteudo{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  padding: 120px 0px;
}

.header .conteudo .btn-contato a {
  font-family: var(--semibold);
  font-size: 16px;
  background-color: #B7853D;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.header .conteudo .btn-contato a:hover {
  color: #FEFEFE;
  transform: scale(0.95);
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  margin-left: auto;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #FEFEFE;
  display: block;
}

.fx1{
  margin-top: -80px;
  background-color: transparent;
}

.fx1 h2{
  font-family: var(--bold);
  font-size: 25px;
  color: #FEFEFE;
}

.fx1 .container{
  display: flex;
  justify-content: center;
}

.fx1 .qualidade{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 30px 50px;
  width: 100%;
  max-width: 770px;
  border-radius: 5px;
  background-color: #B7853D;
}

.fx1 .qualidade .icn{
  width: 100%;
  max-width: 44px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1 .qualidade .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx1 .qualidade .conteudo{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.fx1 .qualidade .conteudo .separador{
  border-left: 1px solid #FEFEFE;
  border-right: 1px solid #FEFEFE;
}

.fx1 .qualidade .separador{
  width: 2px;
  height: 100px;
  background-color: #FEFEFE;
}

.fx2{
  background-color: transparent;
  padding: 80px 0px;
}

.fx2 .row{
  display: flex;
  align-items: center;
}

.fx2 .conteudo p.sobre{
  font-family: var(--bold);
  font-size: 15px;
  color: #B7853D;
  margin: 0px;
}

.fx2 h2{
  font-family: var(--bold);
  font-size: 35px;
  color: #000000;
  margin: 15px 0px 30px 0px;
}

.fx2 p{
  font-family: var(--regular);
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0px;
}

.fx2 .img{
  width: 100%;
  max-width: 570px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx2 .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2 .conteudo .caminhoes .icn{
  width: 100%;
  max-width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx2 .conteudo .caminhoes .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2 .conteudo .caminhoes{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 30px 0px 0px 0px;
}

.fx2 h1{
  font-family: var(--bold);
  font-size: 54px;
  color: #000000;
  margin: 0px;
}

.fx3{
  background-color: #B7853D;
  padding: 50px 0px 0px 0px;
}

.fx3 .conteudo .servicos{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.fx3 .txt{
  text-align: center;
}

.fx3 .conteudo .txt p{
  font-family: var(--bold);
  font-size: 15px;
  color: #FEFEFE;
  margin: 0px;
}

.fx3 h1{
  font-family: var(--bold); 
  font-size: 35px;
  color: #000000;
  margin: 20px 0px 40px 0px;
}

.fx3 h2{
  font-family: var(--bold);
  font-size: 16px;
  color: #FEFEFE;
  max-width: 5px 0px;
}

.fx3 a{
  font-family: var(--bold);
  font-size: 14px;
  color: #000000;
}

.fx3 .conteudo .servicos .img{
  width: 100%;
  max-width: 270px;
  height: 490px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fx3 .servicos{
  margin-bottom: -12px;
}

.fx3 .conteudo .servicos .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.fx3 .conteudo .servicos .info .img {
  position: relative;
  overflow: hidden; 
}

.fx3 .conteudo .servicos .info .dados {
  padding: 120% 20px 0px 20px;
  position: absolute;
  transition: opacity 0.3s ease;
}

.fx3 .conteudo .servicos .info .saiba-mais {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 12px;
  left: 0;
  background: #B7853D;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.fx3 .conteudo .servicos .info .hover {
  display: block; 
  padding: 50px 10px;
}

.fx3 .conteudo .servicos .info .img:hover .dados {
  opacity: 0;
}

.fx3 .conteudo .servicos .info .img:hover .saiba-mais {
  transform: translateY(0%);
  padding: 0px 20px;
  bottom: 0px;
  background: rgba(183, 133, 61, 0.90);
}

.fx3 .conteudo .servicos .info .img {
  &:hover {
    .dados {
      display: none;
    }

    .saiba-mais {
      height: 100%;
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: rgba(183, 133, 61, 0.90);
    }

    .hover {
      display: block;
    }
  }
}

.fx3 .conteudo .servicos .icn{
  width: 100%;
  max-width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3 .conteudo .servicos .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx4{
  padding: 100px 0px 0px 0px;
}

.fx4 p.porque{
  font-family: var(--bold);
  font-size: 15px;
  color: #B7853D;
  margin: 0px;
}

.fx4 h1{
  font-family: var(--bold);
  font-size: 35px;
  color: #000000;
  margin: 15px 0px 30px 0px;
}

.fx4 h2{
  font-family: var(--bold);
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin: 0px;
}

.fx4 p{
  font-family: var(--regular);
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 30px 0px;
}

.fx4 h3{
  font-family: var(--regular);
  font-size: 26px;
  line-height: 66px;
  margin: 0px;
}

.fx4 .conteudo{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 50px 0px;
}

.fx4 .conteudo .img{
  width: 100%;
  max-width: 580px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx4 .conteudo .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx4 .conteudo .btn-contato a{
  font-family: var(--semibold);
  font-size: 16px;
  background-color: #B7853D;
  color: #FEFEFE;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  transition: transform 0.2s ease, background-color 0.2s ease;  
}

.fx4 .conteudo .btn-contato a:hover{
  color: #FEFEFE;
  transform: scale(0.95);
}

.fx4 .conteudo .mapa{
  width: 100%;
  max-width: 670px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx4 .conteudo .mapa img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx4 .conteudo .cidades{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
}

.fx4 .conteudo .item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.fx4 .conteudo .item .icn{
  width: 100%;
  max-width: 55px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx4 .conteudo .item .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx5{
  background-color: #B7853D;
  padding: 80px 0px;
}

.fx5 .conteudo{
  display: flex;
  align-items: center;
  gap: 20px;
}

.fx5 .conteudo p.qualidade{
  font-family: var(--bold);
  font-size: 15px;
  color: #FEFEFE;
  margin: 0px;
}

.fx5 h1{
  font-family: var(--bold);
  font-size: 35px;
  color: #000000;
  margin: 15px 0px 30px 0px;
}

.fx5 p{
  font-family: var(--regular);
  font-size: 18px;
  color: #FEFEFE;
  margin: 0px;
}

.fx5 .conteudo .img{
  width: 100%;
  max-width: 570px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx5 .conteudo .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx6{
  padding: 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fx6 .conteudo{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.fx6 h1{
  font-family: var(--bold);
  font-size: 25px;
  color: #FEFEFE;
  margin: 0px;
}

.fx6 p{
  font-family: var(--regular);
  font-size: 16px;
  line-height: 25px;
  color: #FEFEFE;
  margin: 0px;
}

.fx6 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 15px;
}

.fx6 .card .img{
  width: 100%;
  max-width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx6 .card .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx7{
  padding: 50px 0px 100px 0px;
}

.fx7 p{
  font-family: var(--bold);
  font-size: 15px;
  color: #B7853D;
  margin: 0px;
}

.fx7 h1{
  font-family: var(--bold);
  font-size: 35px;
  color: #000000;
  margin: 15px 0px 30px;
}

.fx7 h2{
  font-family: var(--bold);
  font-size: 22px;
  color: #000000;
  margin: 0px;
}

.fx7 .txt{
  text-align: center;
}

.fx7 .imagens{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.fx7 .imagens .card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.fx7 .imagens .img{
  width: 100%;
  max-width: 270px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx7 .imagens .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  object-fit: cover;
}

.fx8{
  background-color: #D9D9D9;
  padding: 50px 0px;
} 

.fx8 p.trabalhe{
  font-family: var(--bold);
  font-size: 15px;
  color: #B7853D;
  margin: 0px;
}

.fx8 h1{
  font-family: var(--bold);
  font-size: 35px;
  color: #000000;
  margin: 15px 0px 30px 0px;
}

.fx8 p{
  font-family: var(--regular);
  font-size: 18px;
  color: #000000;
  margin: 0px;
}

.fx8 .conteudo{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fx8 .conteudo .img{
  width: 100%;
  max-width: 570px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx8 .conteudo .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.footer .txt{
  padding: 50px 10px 0px 10px;
}

.footer .contato{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
}

.footer p{
  font-family: var(--regular);
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0px;
}

.footer p.info{
  font-size: 22px;
}

.footer .contato .item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer .img{
  width: 100%;
  max-width: 45px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.footer .txt .redes{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding: 30px 0px 0px 0px;
}

.footer .txt .redes .icn{
  width: 100%;
  max-width: 45px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .txt .redes .icn img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.footer .formulario{
  padding: 50px 30px;
}

.footer .formulario p{
  font-family: var(--bold);
  font-size: 15px;
  color: #B7853D;
  margin: 0px;
  padding: 0px 30px;
}

.footer .formulario h1{
  font-family: var(--bold);
  font-size: 35px;
  color: #FEFEFE;
  margin: 15px 0px 30px 0px;
  padding: 0px 30px
}

.footer input::placeholder,
.footer textarea::placeholder {
  color: #B7853D;
  font-family: var(--bold);
  font-size: 15px;
}

.footer form.wpcf7-form {
  width: 100%;
}

.footer input[name="nome"],
.footer input[name="email"],
.footer input[name="telefone"],
.footer input[name="assunto"] {
  width: 100%;
  max-width: 482px;
  padding: 20px;
  background-color: #FEFEFE;
  color: #B7853D;
  font-family: var(--bold);
  font-size: 15px;
  border: none;
}

.footer textarea[name="mensagem"] {
  width: 100%;
  max-width: 482px;
  height: 168px;
  padding: 20px;
  background-color: #FEFEFE;
  color: #B7853D;
  font-family: var(--semibold);
  font-size: 15px;
  resize: none;
  border: none;
}

.footer input.wpcf7-submit {
  background: #B7853D;
  color: #FEFEFE;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  max-width: 482px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.footer input.wpcf7-submit:hover {
  transform: scale(0.95);
}

.footer .direitos{
  background-color: #373435;
  color: #FEFEFE;
  padding: 20px 0px;
}

.footer .direitos .site{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer .direitos .slah{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.footer .direitos .row{
  display: flex;
  align-items: center;
}

.pg-404 {
  padding: 100px 0;
  text-align: center;
  background-color: #f5efe9;
  color: #373435;
}

.pg-404 h1 {
  font-size: 8rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #B7853D;
  font-family: var(--extrabold);
}

.pg-404 h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #373435;
  font-family: var(--semibold);
}

.pg-404 .editor {
  font-size: 1.4rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pg-404 .editor a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  font-weight: bold;
  background-color: #B7853D;
  color: #fff!important;
  padding: 12px 30px;
  border-radius: 5px;
  transition: 0.3s ease;
}

.pg-404 .editor a:hover {
  background-color: #a06f2c;
  color: #fff!important;
  transform: scale(0.97);
}

.header-page-padrao{
  background-color: #373435;
  padding: 50px 0px;
}

/* RESPONSIVO */
@media(max-width: 1200px){
  .fx2 .img{
    display: none;
  }

  .fx4 .conteudo .img{
    display: none;
  }

  .fx4 .conteudo .mapa{
    display: none;
  }

  .fx5 .conteudo .img{
    display: none;
  }

  .fx5 .conteudo {
    gap: 0px;
  }

  .fx8 .conteudo .img{
    display: none;
  }

  .fx8 .conteudo{
    gap: 0px;
  }

  .footer .direitos .row{
    flex-direction: column;
    text-align: center;
    padding: 0px 10px;
  }

  .footer .direitos .site{
    justify-content: center;
  }

  .footer .direitos .slah{
    justify-content: center;
  }
}

@media (max-width: 1025px) {
  .header .conteudo{
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 10px 70px 10px;
  }

  .header .menu .itens {
    gap: 35px;
    padding: 0px 90px;
  }

  .header .menu a{
    font-size: 14px;
    font-family: var(--bold);
  }

  .header p{
    font-size: 14px;
  }

  .fx1 h2{
    font-size: 20px;
  }

  .fx2{
    padding: 50px 10px;
  }

  .fx2 .conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fx4{
    padding: 100px 10px 0px 10px;
  }

  .fx4 .txt{
    text-align: center;
  }

  .fx4 .conteudo{
    flex-direction: column;
  }

  .fx4 .conteudo .btn-contato{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fx4 .conteudo .btn-contato a{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fx4 .conteudo .item{
    flex-direction: column;
    gap: 0px;
    justify-content: center;
  }

  .fx4 .conteudo .cidades{
    align-items: center;
    justify-content: center;
  }

  .fx5{
    padding: 30px 10px;
  }

  .fx5 .txt{
    text-align: center;
  }

  .fx8 .txt{
    text-align: center;
  }

  .footer .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
  } 

  .footer .formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .header .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: rgba(183, 133, 61, 0.95);
    padding: 20px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 999;
  }

  .header .menu.active {
    display: flex;
  }

  .hamburger {
    display: flex;
    margin-top: -100px;
  }

  .header .menu .itens {
    flex-direction: column;
    gap: 15px;
    padding: 0;
  }

  .header .contato {
    display: none;
  }

  .fx6 .conteudo{
    flex-direction: column;
    align-items: center;
  }

  .fx6 {
    padding: 20px 10px;
  }

  .fx8{
    padding: 20px 10px;
  }
}

@media(max-width: 769px){
  .header p{
    font-size: 14px;
  }

  .header h1{
    font-size: 32px;
  }

  .header h2{
    font-size: 20px;
  }

  .header h3{
    font-size: 16px;
  }

  .header .conteudo .btn-contato a{
    font-size: 12px;
    padding: 5px 10px;
  }

  .header .geral {
    padding: 10px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .fx1 .qualidade{
    flex-direction: column;
    align-items: center;
  }

  .fx1 .qualidade .separador{
    display: none;
  }

  .fx2 h1{
    font-size: 32px;
  }

  .fx2 h2{
    font-size: 20px;
  }

  .fx2 p{
    font-size: 14px;
  }

  .fx2 .conteudo p.sobre{
    font-size: 14px;
  }

  .fx3 .conteudo .servicos{
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .fx3 .conteudo .txt p{
    font-size: 14px;
  }

  .fx3 h1{
    font-size: 20px;
  }

  .fx3 h2{
    font-size: 18px;
    margin-bottom: 10px;
  }

  .fx4 p.porque{
    font-size: 14px;
  }

  .fx4 h1{
    font-size: 20px;
  }

  .fx4 h2{
    font-size: 18px;
  }

  .fx4 p{
    font-size: 14px;
  }

  .fx4 h3{
    font-size: 16px;
    margin-top: -5px;
  }

  .fx5 .conteudo p.qualidade{
    font-size: 14px;
  }

  .fx5 h1{
    font-size: 20px;
  }

  .fx5 p{
    font-size: 14px;
  }

  .fx6 h1{
    font-size: 20px;
  }

  .fx6 p{
    font-size: 14px;
  }

  .fx7 p{
    font-size: 14px;
  }

  .fx7 h1{
    font-size: 20px;
  }

  .fx7 h2{
    font-size: 18px;
  }

  .fx8 p.trabalhe{
    font-size: 14px;
  }

  .fx8 h1{
    font-size: 20px;
  }

  .fx8 p{
    font-size: 14px;
  }

  .footer p{
    font-size: 14px;
  }

  .footer p.info{
    font-size: 16px;
  }  

  .footer .formulario p{
    font-size: 14px;
  }

  .footer .formulario h1{
    font-size: 20px;
  }

  .pg-404 h1 {
    font-size: 5rem;
  }

  .pg-404 h2 {
    font-size: 1.6rem;
  }

  .pg-404 .editor {
    font-size: 1.3rem;
    padding: 0 15px;
  }

  .header-page-padrao .row{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}