/*animação*/
.aparecer {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.aparecer.ativo {
  opacity: 1;
  transform: translateY(0);
}

.aparecer[data-delay="1"] {
  transition-delay: 0.3s;
}



/* Section carrossel */
#carrossel {
    background-color: #F2F2F2;

}

.carousel {
    z-index: 0;
    
}



.botao {
    border-radius: 50%;
}


.img_carrosel1 {
    height: 65vh;
    object-fit: cover;

}

.carousel-caption {
  background-color: rgba(255, 255, 255, 0.769); /* fundo branco translúcido */
  color: #1c1c1c;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  max-width: 280px;
  max-height: none;
  margin: 0 auto;
  margin-bottom: 3rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px); /* efeito de vidro fosco */
  animation: fadeInUp 1s ease-in-out;
}

.carousel-caption h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #B7677B;
  margin-bottom: 0.3rem;
  text-align: center;
}

.carousel-caption p {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  text-align: center;
}

.carousel-caption a {
  display: inline-block;
  margin-top: 0.8rem;
  background-color: #FB6261;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.carousel-caption a:hover {
  background-color: #e14c4b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.carousel-indicators {
    display: flex;
    align-items: center;
    justify-content: center;

}

.carousel-indicators button {
    margin-right: .4rem !important;
    width: 18px !important; /* Tamanho da bolinha */
    height: 18px !important;
    background-color: #ccc !important; /* Cor padrão */
    border: none; /* Remove bordas */
    border-radius: 50% !important; /* Transforma em bolinhas */
    opacity: 0.9 !important; /* Transparência para efeito */
    transition: opacity 0.3s ease !important; /* Suaviza a transição */
  }
  
/* Indicador ativo */
.carousel-indicators .active {
    background-color: #e9303f98 !important; /* Cor da bolinha ativa */
    opacity: 1; /* Indicador ativo é mais opaco */
    border: 2px solid #fff !important; /* Borda adicional para destaque */
}


/* Animação suave ao entrar */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* Section sobre-jc */
.sobre-jc {
    background-color: #FFFFFF;

}

.div_p_sobre_jc{
    background: #b7677b69;
    width: 80%;
    margin: 0 auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.406);
    border: none;
    border-radius: 25px;

}

.p_sobre_jc {
    font-family: 'Domine';
    padding: 1rem;
    font-size: 1.1rem;
   
    
}



/* Section o_que_achar */
.o_que_achar {
    background-color: #B7677B;
    color: white;
}

/*.card_o_que_achar {
    box-shadow: 4px 6px 10px rgba(248, 243, 243, 0.123); *//* Sombra branca semitransparente */
   /* min-height: 250px;
    height: auto;
    overflow: hidden;

   
}
*/


.img_card_o_que_achar {
    object-fit: cover;
    height: 100%;

}


.botao_o_que_achar{
    background: #eae6e6ca;
    border: none;
    font-weight: 700;
} 

/* Section nossos_tratamentos */
/* Indicadores padrão */
.nossos_tratamentos {
    background: linear-gradient(to bottom, #f2f2f2, #f2f2f2, rgb(205, 191, 191));
    
}

.swiper-slide {
  transition: transform 0.6s ease;
}


/* Contêiner das bolinhas */
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem; /* opcional */
}

/* Bolinhas padrão */
.swiper-pagination-bullet{
  margin-right: .4rem;
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

/* Bolinha ativa */
.swiper-pagination-bullet-active {
  background-color: #e9303f98;
  opacity: 1;
  border: 2px solid #fff;
}


.swiper-button-next, .swiper-button-prev {
  color: #e9303f98;

}


.carrossel_cards1 { /*aluta do carrossel total*/
    height: 500px;
  
}

.card_carrossel1 { /*dimensoes dos cards*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 430px;
    border-radius: 15px;
    overflow: hidden;
   
}


.card_carrossel1_body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;


}

.titulo-tratamento {
  height: 20px;
  overflow: hidden;
  text-align: center;
  margin-top: 0.4rem;
  
}

.titulo-tratamento-pacote {
  height: 40px;
  overflow: hidden;
  text-align: center;
  margin-top: 0.4rem;

}

.descricao-tratamento {
    height: 70px;
    overflow: hidden;
    text-align: start;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
   
}


.descricao-tratamento-pacote {
    height: 45px;
    overflow: hidden;
    text-align: start;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
   
}

.info-tratamento {
    margin-top: auto;
}


.img_card_carrossel1{
    object-fit: cover;
    height: 40%;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}


.saiba_mais {
  background: #B7677B;
  font-weight: 700;
  color: white;
  border-radius: 25px;
  padding: 0.4rem 1.2rem;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.saiba_mais::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  transform: skewX(-20deg);
}

.saiba_mais:hover {
  background-color: #a3566a; /* tom mais profundo no hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  color: white;
}

.saiba_mais:hover::after {
  animation: brilho-suave 0.8s ease forwards;
}

@keyframes brilho-suave {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

  @keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
  }

  .blink {
    animation: blink 1.5s infinite;
  }



/* Section Feedback */
.swiper-slide {
  display: flex;
  align-items: stretch;
  height: 450px;
}

.card-feedback {
  height: 100%;
  display: flex;
  flex-direction: column;

}



/* Section Mapa */
.mapa {
    background: linear-gradient(to bottom, #B7677B, #fff);
    
}

.conteudos {
    max-width: 1200px;
    width: 100%;

}

.mapa__conteudo {
    max-width: 600px;
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
   
 }

.complementos__img {
    margin-right: 0.5rem;
    width: 32px;
    object-fit: cover;
    height: 32px;
  

}



/* Section Contato */
.contato {
    background-color: #cdbfbfe1;
}


.form-control {
    border-radius: 15px;

}


/* Telas Mobile */
@media screen and (max-width: 768px) {
    /*carrossel*/
    .img_carrosel1 {
        height: 50vh;
        object-fit: cover;

    }


    /* Section sobre jc */
    .div_p_sobre_jc {
        width: 100%;
    }


    /* Section nossos_tratamentos */
    .carrossel_cards1 { /*altura do carrossel total*/
        height: 450px;
        
    }

  
    .img_card_carrossel1 {
        object-fit: cover;
        width: 100%;
        height: 45%;

    }

  

    .descricao-tratamento {
        height: 50px;
        -webkit-line-clamp: 2;

    }

  
    
    /* Section Feedback */
    .swiper-slide {
      height: 380px;

    }

    .card-feedback-body {
      overflow: hidden;

    }


    /* Section Mapa */
    .mapa__conteudo {
        width: 340px;
        height: 300px;
        margin-bottom: 2rem;
   
 }

}