.logoPrincipal{
  max-height: 90px !important;
}

.logoRodape{
  max-height: 120px;
}

.hero-wrap.hero-wrap-2 .slider-text {
  height: auto;
}
.hero-wrap.hero-wrap-2 {
  height: auto;
}

.ftco-section {
  padding: 2.5em 0 2.3em 0;
  position: relative;
}

.hero-wrap.hero-wrap-2 .slider-text h1 {
  font-weight: 400;
  font-size: 30px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  color: #4d4d4d;
  position: relative;
  opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #FA8794;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: -1;
}

.pos-rel{
  position: relative;
}

.info-wrap .dbox .text {
  width: calc(100% - 30px);
}

.alerta-sucesso{
  color: rgb(7, 159, 7);
}

.alerta-erro-linha{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: red;
}

.mapa-contato iframe{
  width: 100%;
  height: 350px; 
}

@media (max-width: 991.98px){
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

}


.services .media-body h3 {
  font-weight: 300;
  font-size: 18px;
  color: #000000;

  min-height: 60px;

}


@media (max-width: 991.98px){

  .footer .footer-heading {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;

    text-align: center;
  }

  .footer .list-unstyled li a {
    color: rgba(255, 255, 255, 0.4);

    text-align: center;
}

.footer a{
  text-align: center;
}


}


.ftco-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background: #61B0CE;
}








/**********************
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;
    }
}

/*
Adicione alguma das classes abaixo após a classe ( _whats ) para controlar o posicionamento do botão, exemplo:
*/
._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
***********************/