.pos-rel{
  position: relative;
}
.alerta-erro-linha{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px; 
  background-color: red;
}
.cmc-contato-mensagem-resultado{
  color: rgb(11, 163, 11);
}
.mapa-contato iframe{
  width: 100%;
}
html{
  scroll-behavior: smooth;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  display: inline-flex;
}
.navbar-brand{
  max-width: 300px;
}

@media(max-width:767.98px){
  .hero-wrap .slider-text h1 {
    font-size: 22px;

}
}


.section-2{
  padding: 7rem 0 0 0;
}


.foto-galeria-div{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}
.foto-galeria-div img{
  max-width: 100%;
  height: auto; 
  aspect-ratio: 3/4;
  object-fit: cover;
}
.foto-galeria-div .icone-lupa{
  position: absolute;
  right: 15px;
  bottom: 0;
  background-color: rgb(158, 117, 97, .92);
  color: #fff;
  font-size: 1.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px; 
  border-radius: 999px;

  opacity: 0;
  transition: .2s all ease-out;

}
.foto-galeria-div .icone-lupa i{
  line-height: 100%;
}
.foto-galeria-div:hover{
  .icone-lupa{
    opacity: 1;
    bottom: 15px;
  }
}




.block-23 ul li .icon {
  font-size: 20px;
  color: rgb(158, 117, 97);
}

.block-23 ul li i {
  font-size: 24px;
  color: rgb(158, 117, 97);
  width: 30px;
}

.block-23 ul li {
 display: flex;
 align-items: center;
 gap: 10px;
}

 .block-23 ul li > a {
  margin-bottom: 0 !important;
}



.ftco-section {
  padding: 4em 0;
  position: relative;
}



.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: #9E7561;
  border-radius: 50%;
  position: relative;
  color: #fff !important;
  font-size: 30px;
  line-height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.icone-logo{
  max-height: 90px;
  margin-bottom: 0;
}


@media (max-width: 991.98px){
  .ftco-navbar-light {
    background: #fff !important;
    position: relative;
    top: 0;
    padding: 10px 15px;
}
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgb(158, 117, 97) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler span{
  color: rgb(158, 117, 97);
}

@media (max-width: 991.98px){
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: rgb(158, 117, 97);
    width: 100%;
    justify-content: center;
}

}


@font-face {
  font-family: 'asenineregular';
  src: url('asenine_-webfont.woff2') format('woff2'),
       url('asenine_-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


.hero-wrap .slider-text h1 {
  font-size: 6rem;
  line-height: 100%;
  color: #000;
  font-weight: normal;

  text-transform: none;
  letter-spacing: 2px;

  font-family: 'asenineregular' !important;
}


.hero-wrap .slider-text .icon:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  max-width: 500px;
  height: 2px;
  background: #9E7561;
  margin: 0 auto;

  display: none;
}


/**********************
BOTAO WHATSAPP
*/
._whats {
  position:fixed;
  width:60px;
  height:60px;
  bottom:18px;
  right:18px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px rgb(126, 126, 126);
}
._whats:hover{
  color: #ffffff;
}
._whats__icon {
  margin-top:13px;
}
._whats img{
  max-height: 86%;
}
._whats--pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 18px;
    right: 18px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
  z-index: 900 !important;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
._whats--pulse:hover{
  color: #ffffff;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
._whats--pulse span{
  font-size: 2.8rem;
}
._whats--pulse-border {
    bottom: 18px;
    right: 18px;
    animation-play-state: paused;
  z-index: 999999 !important;
}
._whats--pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
  z-index: 999999 !important;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
._whats--right-center{top:50%;transform: translateY(-50%);}
._whats--right-top{top:18px;}
._whats--left-top{top:18px;left: 18px;}
._whats--left-center{top:50%;transform: translateY(-50%);left: 18px;}
._whats--left-bottom{left: 18px;bottom: 18px;}
._whats--center-center{left: 50%;top:50%;transform: translate(-50%,-50%);}
._whats--center-bottom{left: 50%;transform: translateX(-50%);bottom: 18px;}
/* 
BOTAO WHATSAPP
***********************/


/* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */

