@charset "UTF-8";
/* Tema do cliente */

/**  cor: #7A5F46;  **/
/**  cor-hover: #F5F1EC;  **/

/*OUTRAS CORES DO CLIENTE*/
/*#E0C9A9*/ /*#EEDDE0*/ /*#777777*/ /*#D3AFB7*/ 

/* 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);
}

.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  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: #7A5F46;
  color: #FFF;
  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;
}

.wpcf7-response-output{
  color: #FFF!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: #7A5F46!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #7A5F46;
}
::-moz-selection{
  background: #7A5F46;
}
::selection{
  background: #7A5F46;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #7A5F46;
  border-color: #7A5F46;
}
.lds-ellipsis div{  
  background-color: #7A5F46;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.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: #7A5F46;
  color: #FFF;
}

body{
  background-color: #FFFFFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.container{
  width: 100%;
  max-width: 1170px;
  display: flex;
  justify-content: center;
}*/

@media(max-width: 1025px){
  .container{
    max-width: 100%;
  }
}

/*INICIO CSS PROJETO*/
.header{
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: end;
}

.header .col-lg-4{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.header .col-lg-8{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px 0px;
}

.header .wpp-header a{
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--regular);
  color: #333333;
}

.header .menu-header{
  display: flex;
  gap: 40px;
  padding: 15px 0px 0px 0px;
}

.header .menu-header a{
  font-family: var(--regular);
  color: #7A5F46;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, color 0.2s ease;
}

.menu-header a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; 
  width: 100%;
  height: 2px;
  background-color: #7A5F46;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.menu-header a:hover {
  transform: scale(0.95); 
}

.menu-header a:hover::after {
  transform: scaleX(1); 
}

.header .logo-header a{
  transition: transform 0.2s ease, color 0.2s ease;
}

.header .logo-header a:hover{
  transform: scale(0.95); 
}

.header .logo-header a:hover::after {
  transform: scaleX(1); 
}

.header .wpp-header a{
  transition: transform 0.2s ease, color 0.2s ease;
}

.header .wpp-header a:hover{
  transform: scale(0.95); 
}

.header .wpp-header a:hover::after {
  transform: scaleX(1); 
}

.header .logo-header{
  width: 100%;
  max-width: 370px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .logo-header img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 1025px){
  .header .col-lg-4{
    flex-direction: column;
  }

  .header .col-lg-8{
    align-items: center;
    padding: 10px;
  }

  .header .wpp-header{
    display: none;
  }
}

@media (max-width: 769px){
  .header .menu-header{
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*BOTAO HAMBURGUER*/
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  margin-top: 10px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #7A5F46;
  transition: all 0.3s ease;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
    margin-left: auto;
    z-index: 11;
  }

  .header {
    position: relative;
  }

  .header .menu-header {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    flex-direction: column;
    gap: 15px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 10;

    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .header .menu-header.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}


/*PAGINA INICIAL*/
.fx1 {
  width: 100%;
  height: 582px;
  position: relative;
}

.fx1 img{
  width: 100%;
  max-width: 238px;
  height: 8px;
}

.fx1 .carousel-banner-desktop{
  display: block;
}

.fx1 .carousel-banner-mobile{
  display: none;
}

.fx1 .owl-carousel .banner-item {
  height: 582px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10%;
}

.fx1 .banner-content {
  max-width: 606px;
  color: #333;
}

.fx1 .banner-content h4 {
  font-size: 24px;
  font-family: var(--bold);
  color: #979797;
  display: flex;
  align-items: center;
  gap: 5px;
}

.fx1 .banner-content h2 {
  font-size: 40px;
  font-family: var(--bold);
  color: #333333;
}

.fx1 .btn-banner {
  display: inline-block;
  background: linear-gradient(to right, #7A5F46, #E0C9A9);
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
  font-family: var(--bold);
  font-size: 16px;
}

.fx1 .btn-banner:hover {
  filter: brightness(1.1);
  transform: scale(0.95); 
}

.fx1 .btn-banner:hover::after {
  transform: scaleX(1); 
}

.fx1 .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  align-items: center;
  display: flex;
  justify-content: center;
}

.fx1 .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #333333!important;; 
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.2s ease, background-color 0.3s ease, border 0.3s ease;
  border: 1px solid transparent!important;
}

.fx1 .owl-dot span {
  display: none !important;
}

.fx1 .owl-dot:hover {
  transform: scale(0.85);
}

.fx1 .owl-dot.active {
  background-color: #7A5F46!important; ;
  border-color: #000000!important;
  transform: scale(0.95);
  width: 19px;
  height: 19px;
}

.fx2{
  background-color: #F7F0EB;
}

.fx2 .conteudo{
  display: flex;
  align-items: center;
  padding: 50px 0px;
  gap: 10px;
}

.fx2 h2{
  font-family: var(--bold);
  font-size: 30px;
  color: #333333;
}

.fx2 p{
  font-family: var(--regular);
  font-size: 18px;
  color: #333333;
  line-height: 27px;
}

.fx2 .conteudo .foto{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 470px;
  width: 100%;
  height: auto;
}

.fx2 .conteudo .foto img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.fx3{
  margin-top: 40px;
}

.fx3 .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 370px;
  height: 272px;
  border-radius: 7px;
  padding: 20px;
  background: #F8F8F8;
  transition: background 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); 
  margin: 20px 0px;
}

.fx3 .card:hover {
  background: linear-gradient(to right, #7A5F46, #E0C9A9);
  transform: scale(0.97);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.fx3 .icon {
  width: 100%;
  max-width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3 .icon img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.5s ease;
  object-fit: cover;
}

.fx3 .card:hover .icon img {
  filter: brightness(0) invert(1);
}

.fx3 h3 {
  font-family: var(--bold);
  font-size: 20px;
  color: #333333;
  transition: color 0.5s ease;
  margin: 10px 0px 0px 0px;
}

.fx3 p {
  font-family: var(--regular);
  font-size: 15px;
  color: #333333;
  transition: color 0.5s ease;
  margin: 20px 0px 0px 0px;
}

.fx3 .card:hover h3,
.fx3 .card:hover p {
  color: #FFFFFF;
}

.fx4{
  background-size: cover;
  background-position: center;
  margin: 40px 0px;
}

.fx4 .conteudo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0px;
  text-align: center;
}

.fx4 h4{
  font-family: var(--bold);
  font-size: 33px;
  color: #7A5F46;
}

.fx4 h4 span{
  font-size: 96px;
}

.fx4 p{
  font-family: var(--regular);
  font-size: 15px;
  color: #333333;
  margin: 0px;
}

.fx4 .card{
  width: 100%;
  max-width: 370px;
  min-height: 160px;
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 10px;
}

.fx4 .card h3{
  font-family: var(--bold);
  font-size: 27px;
  color: #333333;
  margin: 0px;
}

.fx4 .card h3 span{
  font-size: 40px;
}

.fx5{
  padding: 10px 10 50px 10px;
}

.fx5 h2{
  font-family: var(--bold);
  font-size: 40px;
  color: #333333;
  margin: 0px;
}

.fx5 p{
  font-family: var(--regular);
  font-size: 15px;
  color: #333333;
}

.fx5 h3{
  font-family: var(--bold);
  font-size: 20px;
  color: #333333;
  margin: 10px 0px;
  text-align: center;
}

.fx5 .conteudo .titulo{
  width: 100%;
  border-left: 5px solid #7A5F46;
  padding: 0px 10px;
  margin-bottom: 40px;
}

.fx5 .conteudo .col-lg-4{
  padding: 0px;
}

.fx5 .conteudo .dentes{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fx5 .conteudo .antes-depois-home{
  width: 100%;
  max-width: 370px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx5 .conteudo .antes-depois-home img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx5 .conteudo .btn-servicos{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 20px 0px 80px 0px;
}

.fx5 .conteudo .saiba-mais {
  display: inline-block;
  background: linear-gradient(to right, #7A5F46, #E0C9A9);
  color: white;
  padding: 15px 0px;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  font-family: var(--bold);
  font-size: 16px;
  width: 100%;
  max-width: 235px;
  text-align: center;
}

.fx5 .conteudo .saiba-mais:hover {
  filter: brightness(1.1);
  transform: scale(0.95);
}


.fx5 .depoimentos{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.fx5 .depoimentos .icn-aspas img{
  width: 100%;
  max-width: 40px;
}

.fx5 .depoimentos .img-depoimento img{
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.fx5 .depoimentos p{
  font-family: var(--regular);
  font-size: 15px;
  color: #FFFFFF;
  margin: 0px;
}

.fx5 .depoimentos h4{
  font-family: var(--bold);
  font-size: 14px;
  color: #FFFFFF;
  margin: 10px 0px 0px 0px;
}

.fx5 .depoimentos .card-depoimento {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch; 
}

.fx5 .depoimentos .card-depoimento .col-lg-4 {
  flex: 1 1 300px;
  display: flex;
  padding: 0px;
}

.fx5 .depoimentos .card {
  width: 100%;
  max-width: 370px;
  height: 100%;
  min-height: 249px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 10px 10px;
  border-radius: 7px;
  background-color: #7A5F46;
  gap: 5px;
}

.fx5 .depoimentos .card-depoimento .item {
  display: flex;
  align-items: stretch;
}

.depoimentos .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.depoimentos .owl-dots {
  position: relative;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.depoimentos .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #333333 !important;
  border-radius: 50%;
  display: inline-block;
  transition: transform 0.2s ease, background-color 0.3s ease, border 0.3s ease;
  border: 1px solid transparent !important;
}

.depoimentos .owl-dot span {
  display: none !important;
}

.depoimentos .owl-dot:hover {
  transform: scale(0.85);
}

.depoimentos .owl-dot.active {
  background-color: #7A5F46 !important;
  border-color: #000000 !important;
  transform: scale(0.95);
  width: 19px;
  height: 19px;
}

.fx6 {
  margin: 100px 0px 50px 0px;
}

.fx6 h2{
  font-family: var(--bold);
  font-size: 29px;
  margin: 0px;
  color: #333333;
}

.fx6 h3{
  font-family: var(--light);
  font-size: 36px;
  margin: 0px;
  color: #333333;
}

.fx6 .conteudo{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1170px;
  min-height: 380px;
  padding: 50px 10px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fx6 .conteudo .texto{
  border-left: 8px solid #7A5F46;
  width: 100%;
  max-width: 521px;
  min-height: 216px;
  padding: 0px 0px 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer{
  background-color: #F7F0EB;
  padding: 50px 0px 0px 0px;
}

.footer h4{
  font-family: var(--bold);
  font-size: 20px;
  margin: 0px 0px 5px 0px;
  color: #333333;

}

.footer span{
  font-family: var(--regular);
  font-size: 15px;
  margin: 0px;
  color: #333333;
}

.footer p{
  font-family: var(--regular);
  font-size: 14px;
  margin: 0px;
  color: #FFFFFF;
}

.footer .contato{
  width: 100%;
  display: flex;
  gap: 50px;
}

.footer .contato .wpp{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .dados{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.footer .creditos{
  background-color: #7A5F46;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 30px 0px;
  margin-top: 100px;
}

.footer .contato2{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}

.footer .contato2 .endereco{
  width: 100%;
  max-width: 377px;
}

.footer .contato2 .redes-contato2{
  width: 100%;
  max-width: 269px;
}

.footer .contato2 .redes-contato2 img{
  width: 32px;
  max-width: 100%;
  max-height: 100%;
  height: 26px; 
  object-fit: contain;
}

.footer .contato2 .redes-contato2 .icones{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer .contato2 .redes-contato2 .icones a{
  transition: transform 0.2s ease, filter 0.2s ease;
}

.footer .contato2 .redes-contato2 .icones a:hover{
  filter: brightness(1.1);
  transform: scale(0.95);
}

/*.footer .formulario form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: end;
}

.footer .formulario input{
  width: 100%;
  max-width: 369px;
  min-height: 42px;
  border-radius: 7px;
  border: 1px solid #333333;
  font-family: var(--regular);
  font-size: 15px;
}

.footer .formulario input[type="button"]{
  display: inline-block;
  background: linear-gradient(to right, #7A5F46, #E0C9A9);
  color: white;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  font-family: var(--bold);
  font-size: 16px;
  width: 100%;
  max-width: 132px;
  min-height: 43px;
  text-align: center;
  border: none;
  margin: 0px 235px 0px 0px;
}

.footer .formulario input[type="button"]:hover{
  filter: brightness(1.1);
  transform: scale(0.95);
}

.footer .formulario textarea{
  width: 100%;
  border-radius: 7px;
  border: 1px solid #333333;
  font-family: var(--regular);
  font-size: 15px;  width: 100%;
  max-width: 369px;
  min-height: 104px;
  border-radius: 7px;
  border: 1px solid #333333;
  font-family: var(--regular);
  font-size: 15px;
  resize: none;
}*/

.formulario form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: end;
}

.formulario input[type="text"],
.formulario input[type="email"] {
  width: 100%;
  max-width: 369px;
  min-height: 42px;
  border-radius: 7px;
  border: 1px solid #333333;
  font-family: var(--regular);
  font-size: 15px;
}

.formulario textarea {
  width: 100%;
  max-width: 369px;
  border-radius: 7px;
  border: 1px solid #333333;
  font-family: var(--regular);
  font-size: 15px;
  resize: none;
  height: 104px;
}

.formulario input[type="submit"] {
  display: inline-block;
  background: linear-gradient(to right, #7A5F46, #E0C9A9);
  color: white;
  border-radius: 5px!important;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  font-family: var(--bold)!important;
  font-size: 16px!important;
  width: 100%!important;
  max-width: 132px!important;
  min-height: 43px!important;
  text-align: center;
  border: none!important;
  margin-right: auto;
}

.formulario input[type="submit"]:hover {
  filter: brightness(1.1);
  transform: scale(0.95);
}

.footer .col-xs-12 {
  margin-bottom: 10px;
}

.footer .creditos .kryzalis-direitos{
  margin-left: 300px;
}

.footer .creditos .kryzalis-direitos a{
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .row > div:last-child {
  padding-left: 100px;
}

.footer .row > .col-xs-12:last-child {
  padding: 0px 0px 0px 12px !important;
}


/* RESPONSIVO PÁGINA INICIAL*/
@media(max-width: 1201px){
  .fx2 .conteudo{
    flex-direction: column;
    padding: 0px 10px;
    text-align: center;
  }

  .fx3 .conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fx3 .card{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0px 0px 0px;
  }

  .fx4 .conteudo{
    flex-direction: column;
    gap: 20px;
    padding: 0px 10px 20px 10px;
  }

  .fx5 .conteudo{
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
  }

  .fx5 .conteudo .dentes{
    flex-direction: column;
    justify-content: center;
  }

  .footer .contato{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .footer .contato2{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .footer .formulario form {
    align-items: center;
    margin-top: 20px;
  }

  .footer .formulario input[type="button"]{
    margin: 0px;
  }

  .footer .dados{
    justify-content: center;
  }

  .footer .dados img{
    display: none;
  }

  .footer .contato2 .endereco{
    text-align: center;
  }

  .footer .creditos{
    flex-direction: column;
    gap: 10px;
  }

  .footer .creditos .kryzalis-direitos{
    margin: 0px;
  }

  .footer .col-xs-12 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer .row > div:last-child {
    padding-left: 0px;
  } 

  .footer .row > .col-xs-12:last-child {
    padding: 0px!important;
  }

  .footer .row{
    padding-left: 10px;
  }
}

@media(max-width: 769px){
  .fx1 .carousel-banner-desktop{
    display: none;
  }

  .fx1 .carousel-banner-mobile{
    display: block;
  }

  .fx1 .banner-content {
    text-align: center;
    align-items: center;
    margin: 0 auto;
  }

  .fx1 .banner-content h4{
  flex-direction: column;
}

  .fx1 .banner-content h2 {
    font-size: 24px;
  }

  .fx1 .owl-carousel .banner-item {
    justify-content: center;
    padding: 0 20px;
  }

  .fx5 .depoimentos .card {
    max-width: 400px;
    margin: 10px;
  }

  .fx6 .conteudo{
    padding: 10px;
  }

  .fx6 .conteudo .texto{
    text-align: center;
    border-left: 0px;
    border-bottom: 8px solid #7A5F46;
    width: 100%;
    max-width: 100%;
  }


.fx5 .depoimentos {
    text-align: center;
  }
}

@media(max-width: 376px){
  .fx5 .depoimentos .card {
    max-width: 350px;
  }
}

@media (max-width: 326px){
  .fx5 .depoimentos .card {
    max-width: 300px;
  }
}
/*FINAL PÁGINA INICIAL*/


/*INICIO RESTANTE DAS PAGINAS*/
.fx-header-pages{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 244px;
  display: flex;
  align-items: center;
  text-align: center;
}

.fx-header-pages h1{
  font-family: var(--bold);
  font-size: 40px;
  color: #333333;
}

.fx-header-pages p{
  font-family: var(--regular);
  font-size: 15px;
  color: #979797;
}

.fx-header-pages p span{
  font-family: var(--bold);
}

.fx1-sobre{
  padding: 50px 0px;
}

.fx1-sobre .img{
  width: 100%;
  max-width: 470px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1-sobre .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 7px;
}

.fx1-sobre h2{
  font-family: var(--bold);
  font-size: 30px;
  color: #333333;
  margin: 0px 0px 0px 0px;
}

.fx1-sobre p{
  font-family: var(--regular);
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  margin: 20px 0px 0px 0px;
}

.fx2-sobre{
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 333px;
  background-color: #F7F0EB;
}

.fx2-sobre h2{
  font-family: var(--bold);
  font-size: 30px;
  color: #333333;
  margin: 20px 0px 0px 0px;
}

.fx2-sobre img{
  width: 60px;
  height: 60px;
}

.fx3-sobre{
  padding: 50px 0px 30px 0px;
}

.fx3-sobre h2{
  font-family: var(--bold);
  font-size: 30px;
  color: #333333;
  margin: 0px 0px 10px 0px;
}

.fx3-sobre p{
  font-family: var(--regular);
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  margin: 20px 0px;
}

.fx1-procedimentos{
  padding: 30px 0px;
}

.fx1-procedimentos .img{
  width: 100%;
  max-width: 370px;
  min-height: auto;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1-procedimentos .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 7px;
}

.fx1-procedimentos img{
  transition: transform 0.2s ease, filter 0.2s ease;
}

.fx1-procedimentos img:hover{
  filter: brightness(1.1);
  transform: scale(0.95);
}

.fx1-procedimentos h3{
  font-family: var(--bold);
  font-size: 20px;
  color: #333333;
  margin: 10px 0px 0px 0px;
}

.fx1-procedimentos .col-lg-4{
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.fx1-single-procedimentos{
  padding: 50px 0px;
}

.fx1-single-procedimentos .conteudo{
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1-single-procedimentos .img{
  width: 100%;
  max-width: 370px;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1-single-procedimentos .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 7px;
}

.fx1-single-procedimentos h2{
  font-family: var(--bold);
  font-size: 30px;
  color: #333333;
}

.fx1-single-procedimentos p,
.fx1-single-procedimentos ul li{
  font-family: var(--regular);
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}

.fx1-single-procedimentos strong,
.fx1-single-procedimentos b{
  font-weight: 700;
}

.fx2-single-procedimentos{
  padding: 30px 0px;
  background-color: #F7F0EB;
  text-align: center;
}

.fx2-single-procedimentos .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fx2-single-procedimentos h2{
  font-family: var(--bold);
  font-size: 30px;
  color: #333333;
  margin: 0px 0px 20px 0px;
}

.fx2-single-procedimentos h3{
  font-family: var(--bold);
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  margin: 0px;
}

.fx2-single-procedimentos p{
  font-family: var(--regular);
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  margin: 0px;
}

.fx2-single-procedimentos .conteudo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.fx2-single-procedimentos .conteudo .img{
  width: 100%;
  max-width: 82px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx2-single-procedimentos .conteudo .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2-single-procedimentos .col-lg-3{
  margin: 0px 0px 20px 0px;
}

.fx3-single-procedimentos{
  padding: 30px 0px;
}

.fx3-single-procedimentos h2{
  font-family: var(--bold);
  font-size: 30px;
  color: #333333;
  margin: 0px 0px 20px 0px;
}

.fx3-single-procedimentos p{
  font-family: var(--regular);
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  margin: 0px;
}

.fx3-single-procedimentos .col-lg-3{
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.fx3-single-procedimentos .img{
  display: block;
  width: 100%;
  max-width: 270px;
  height: 270px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.fx3-single-procedimentos .img img{
  width: 100%;
  height: 100%;
  max-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  object-fit: cover;
}

.owl-procedimentos .owl-dots {
    position: static;
}
.owl-procedimentos .owl-dots .owl-dot span{
  background-color: #7A5F46;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}
.owl-procedimentos .owl-dots .owl-dot.active span, .owl-procedimentos .owl-dots .owl-dot:hover span{
  background-color: #E0C9A9;
}

.fx1-depoimentos .container{
  padding: 30px 0px;
}

.fx1-depoimentos .txt{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx1-depoimentos .txt p{
  font-family: var(--regular);
  font-size: 15px;
  color: #333333;
  text-align: center;
}

.fx1-depoimentos .depoimentos{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx1-depoimentos .depoimentos .icn-aspas img{
  width: 100%;
  max-width: 40px;
}

.fx1-depoimentos .depoimentos .img-depoimento img{
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.fx1-depoimentos .depoimentos p{
  font-family: var(--regular);
  font-size: 15px;
  color: #FFFFFF;
  margin: 0px;
}

.fx1-depoimentos .depoimentos h4{
  font-family: var(--bold);
  font-size: 14px;
  color: #FFFFFF;
  margin: 10px 0px 0px 0px;
}

.fx1-depoimentos .depoimentos .card-depoimento {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch; 
}

.fx1-depoimentos .depoimentos .card-depoimento .col-lg-4 {
  flex: 1 1 300px;
  display: flex;
  padding: 0px;
}

.fx1-depoimentos .depoimentos .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  padding: 20px 10px 10px 10px;
  border-radius: 7px;
  background-color: #7A5F46;
  gap: 10px;
}

.fx1-contato{
  background-color: #F7F0EB;
}

.fx1-contato .info-contato{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 150px 0px;
}

.fx1-contato .info-contato .dados{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.fx1-contato .info-contato .icones{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.fx1-contato .info-contato .icones a{
  transition: transform 0.2s ease, filter 0.2s ease;
}

.fx1-contato .info-contato .icones a:hover{
  filter: brightness(1.1);
  transform: scale(0.95);
}

.fx1-contato  h4{
  font-family: var(--bold);
  font-size: 20px;
  margin: 0px 0px 5px 0px;
  color: #333333;
}

.fx1-contato  span{
  font-family: var(--regular);
  font-size: 15px;
  margin: 0px;
  color: #333333;
}

.fx1-contato  p{
  font-family: var(--regular);
  font-size: 14px;
  margin: 0px;
  color: #FFFFFF;
}

.fx1-contato .container{
  display: flex;
}

.fx1-contato .formulario{
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 100px 20px 50px 80px;
}

.fx1-contato .formulario .col-xs-12 {
  margin-top: -30px;
}

.fx1-contato .formulario form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

.fx1-contato .formulario input{
  width: 100%;
  max-width: 469px;
  min-height: 42px;
  border-radius: 7px;
  border: 1px solid #333333;
  font-family: var(--regular);
  font-size: 15px;
}

.fx1-contato .formulario input[type="button"]{
  display: inline-block;
  background: linear-gradient(to right, #7A5F46, #E0C9A9);
  color: white;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  font-family: var(--bold);
  font-size: 16px;
  width: 100%;
  max-width: 132px;
  min-height: 43px;
  text-align: center;
  border: none;
}

.fx1-contato .formulario input[type="button"]:hover{
  filter: brightness(1.1);
  transform: scale(0.95);
}

.fx1-contato .formulario textarea{
  width: 100%;
  border-radius: 7px;
  border: 1px solid #333333;
  font-family: var(--regular);
  font-size: 15px;  width: 100%;
  max-width: 469px;
  min-height: 104px;
  border-radius: 7px;
  border: 1px solid #333333;
  font-family: var(--regular);
  font-size: 15px;
  resize: none;
}

.fx1-contato .formulario h2{
  font-family: var(--bold);
  font-size: 28px;
  color: #333333;
  margin: 0px 0px 5px 0px;
}

.fx1-contato .formulario p{
  font-family: var(--regular);
  font-size: 15px;
  color: #333333;
  margin: 20px 0px;
}

.fx1-contato .formulario img{
  width: 44px;
  height: 8px;
}

.fx2-contato{
  padding: 30px 0px;
  background-color: #7A5F46;
  color: #FFFFFF;
  font-family: var(--regular);
  font-size: 14px;
}

.fx2-contato p{
  margin: 0px;
}
.fx2-contato .creditos{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fx2-contato .creditos .kryzalis-direitos a{
  display: flex;
  align-items: center;
  gap: 10px;
}

.fx3-contato{
  background-color: #F7F0EB;
}

.fx3-contato .container{
  padding-bottom: 35px;
}

.fx3-contato .mapa-content{
  width: 100%;
  height: 275px;
}

.fx3-contato .mapa-content iframe{
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.pg-404 {
  padding: 80px 0;
  text-align: center;
  background-color: #F5F1EC; 
  color: #7A5F46; 
  font-family: var(--regular); 
}

.pg-404 h1 {
  font-size: 120px;
  font-weight: bold;
  color: #7A5F46; 
  margin-bottom: 10px;
}

.pg-404 h2 {
  font-size: 24px;
  color: #777777; 
  margin-bottom: 30px;
}

.pg-404 .editor {
  font-size: 16px;
  color: #7A5F46;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pg-404 .editor a {
  color: #7A5F46;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.pg-404 .editor a:hover {
  color: #D3AFB7; 
}


@media(max-width: 1201px){
  .fx1-sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fx1-sobre .col-lg-5{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .fx3-sobre{
    text-align: center;
  }

  .fx1-single-procedimentos{
    text-align: center;
  }
  .fx1-single-procedimentos .conteudo{
    flex-direction: column;
  }

  .fx3-single-procedimentos {
    text-align: center;
  }

  .fx3-single-procedimentos .col-lg-3 {
    margin: 0px 10px 10px 10px;
  }

  .fx3-single-procedimentos .conteudo .row{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .fx1-contato .container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fx1-contato .info-contato{
    padding: 20px 0px;
  }

  .fx1-contato .formulario{
    padding: 10px 0px;
  }

  .fx1-contato .info-contato .dados {
    flex-direction: column;
  }

  .fx1-contato .info-contato .icones {
    justify-content: center;
  }

  .fx1-contato .formulario form {
    align-items: center;
  }

  .fx1-contato .formulario img{
    display: none;
  }

  .fx1-contato .info-contato{
    width: 100%;
  }

  .fx1-contato .formulario .col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
  .fx1-contato .formulario{
    width: 100%;
  }

  .fx2-contato .creditos {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

@media(max-width: 769px){
  .fx3-single-procedimentos .row{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


@media(max-width: 426px){
  .fx1-depoimentos .depoimentos .card {
    margin: 0px 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .fx1-depoimentos .depoimentos .card-depoimento {
    gap: 10px;
  }
}
/*FINAL RESTANTE DAS PAGINAS*/

.fx1 .carousel-banner-mobile .owl-dots {
  position: static;
  padding-top: 30px;
  padding-bottom: 30px;
}

.kryzalis-direitos img{
  position: relative;
  top: -6px;
}

/* responsivo */  
  @media (max-width: 991px)/* mobiles */ { 
    .fx1{
      height: auto;
      background-color: #F7F0EB;
    }

    .fx1 .carousel-banner-mobile .banner-item{
      height: 360px;

    }

    .fx1 .banner-content h4{
      /*text-shadow: 0px 1px 1px rgba(0,0,0,1);*/
    }

    .fx1 .banner-content h2{
      margin-bottom: 20px;
    }

    .depoimentos .owl-theme .owl-nav.disabled+.owl-dots{
      margin-top: 10px;
      margin-bottom: 30px;
    }

    .footer .creditos{
      padding-bottom: 120px;
      margin-top: 0;
    }

    .menu-toggle{
      margin-top: 0;
    }

    .header .col-lg-4{
      padding-bottom: 00px;
    }

    .fx2-sobre h2{
      font-size: 25px;
      padding-right: 10px;
      padding-left: 10px;
    }

    .fx1-depoimentos .row{
      margin-left: 0!important;
      margin-right: 0!important;
    }

    .fx-header-pages h1{
      font-size: 25px;
    }

    .fx-header-pages{
      min-height: 155px;
    }

    .fx2 h2{
      font-size: 24px;
    }

    .fx4 h4{
      padding-top: 30px;
    }

    .creditos .direitos{
      padding-right: 10px;
      padding-left: 10px;
    }
  

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */


.owl-teste .owl-dots {
    position: static;
}
.owl-teste .owl-dots .owl-dot span{
  background-color: #7A5F46;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}
.owl-teste .owl-dots .owl-dot.active span, .owl-teste .owl-dots .owl-dot:hover span{
  background-color: #E0C9A9;
}