.mapa iframe{
  width: 100% !important;
}

/* >>> 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;
  z-index: 999999999999999999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */




.bg-dark-blue {
  background-color: rgb(53, 51, 72);

}


.gr-purple-red-bg {
    background-image: -webkit-linear-gradient(340deg, #dbe3e5 0%, #50a5aa 100%);
    background-image: -o-linear-gradient(340deg, #dbe3e5 0%, #50a5aa 100%);
    background-image: linear-gradient(110deg, #dbe3e5 0%, #50a5aa 100%);
}


.gr-purple-red-text {



    background-image: linear-gradient(110deg, rgb(219, 227, 229) 0%, rgb(80, 165, 170) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}





@media screen and (max-width: 767px) {
    .navbar .logo {
        width: auto;
        height: 72px; 
    }
}

@media screen and (max-width: 991px) {
    .navbar .logo {
        margin-left: 15px;
        width: auto;
        height: 72px;
    }
}



.navbar-brand img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease; 
  margin-top: 28px;
}

.navbar-brand img.colored {
  filter: none; 
  margin-top: 0;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
  line-height: 1.25;
}


footer.main-footer .clumn .logo{
  max-width: 240px;
}

footer.main-footer .clumn .logo img{
  filter: brightness(0) invert(1);
}


.contact-crv .box-shadow {
   
    padding: 44px;
    border-radius: 24px;
}

.procedimento-icone{
  width: auto;
  max-height: 68px;
}


.item {
  display: flex;
  flex-direction: column; 
  height: 100%;
}

.item p {
  flex-grow: 1;
}

.item a.butn {
  margin-top: auto;
}

[class*="-feedback"] {
      color: var(--bs-danger);
      display: flex;
      align-items: center;
      gap: 4px;
      margin-top: 4px;
      font-weight: normal;
      line-height: 100%;
    }
    
[class*="-feedback"] svg {
      fill: var(--bs-danger);
      color: var(--bs-danger);
      width: 18px;
      height: 18px;
    }



    .cmc-contato-mensagem-resultado p{
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: green;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 16px 0;
    
}

.cmc-contato-mensagem-resultado p svg{
    width: 20px;
    height: 20px;
}


.intro-up .item{
  padding: 30px 20px;
}

.intro-up .item img{
  max-height: 50px;
  width: auto;
}

.sticky-bar .left-bar .contact-butn {
    background-color: #50a5ab;
    color: #fff;
    border-bottom: 4px solid #50a5ab;
    border: none;
}

.testimonials h2{
  font-size: 36px;
}



.swiperConvenios{
  overflow: hidden;
}

.swiperConvenios .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.parceiro-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 220px; 
    overflow: hidden; 
}

.parceiro-item img {
 
    width: 60%;
    height: auto;
    object-fit: fill; 
    object-position: center; 
}

.navbar-brand img{
  max-width: 280px;
}

@media(max-width:768px){

  .navbar-brand{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
 
  .navbar-brand img{
    margin-top: 0;
  max-width: 220px;
}

.navbar {
        min-height: 90px;
    }

}

