
.container{
   height: 100vh; /* ocupa toda la altura */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;

  background-image: url("img/logos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#name_titulo {
  font-family: 'Playfair Display', serif; /* tipografía elegante */
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
  color: #ffffff; /* letras blancas */
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 200px;
  margin-bottom: 15px;
  text-shadow: 0px 4px 8px rgba(0,0,0,0.25); /* brillo sutil */
}

#name_titulo::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #ffffff;
  margin: 12px auto 0 auto;
  border-radius: 2px;
}

.subtitulo-hifu {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #f9f9f9;
  font-weight: 400;
  line-height: 1.6;
  list-style: none; /* para que el <li> no tenga viñeta */
  max-width: 700px;
  margin: 0 auto;
  text-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

#div_reserva{
    margin:auto;
    text-align: center;
    background-color: rgb(242, 247, 232);
    box-shadow: 0 3px 8px rgba(35, 32, 17, 0.4);
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}

#name_reserva{
    margin: 10px;
    padding: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    color: rgb(122, 184, 117);
    font-family: 'Times New Roman', Times, serif;
    background-color: white;


}

#name_info{
    margin: 10px;
    padding: 0px;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    color: rgb(138, 211, 133);
    font-family: 'Times New Roman', Times, serif;
    background-color: white;

    }



#name_form{
    margin: 10px;
    padding: 5px;
    font-weight: 100;
    font-size: 23px;
    color: rgb(122, 184, 117);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
}


#carrusel_antes .carousel-item img {
  height: 500px;       /* elegí la altura que quieras */
  object-fit: cover;   /* recorta manteniendo proporción */
  width: 100%;         /* ocupa todo el ancho */

}

::placeholder {
color: rgba(0, 0, 0, 0.5);
}

div.card{
    background-color: rgb(191, 224, 200);
    color: rgb(68, 159, 108);
}

#antesydespues{
    margin:auto;
    text-align: center;
    color: rgb(93, 198, 77);
    background-color: rgb(242, 247, 232);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 40px;
    padding: 20px;
}


#protocolos{
    margin:center;
    text-align: center;
    color: #5d4037;
    background-color: rgb(230, 245, 196);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 40px;
    padding: 20px;
    box-shadow: 0 3px 8px rgba(35, 32, 17, 0.4);
    border-radius: 20px;
    margin: 10px;
    padding:5px;

}

.card{
    margin: 0px;
    padding: 0px;
}

.card-body{
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
}

.bi-gift-fill {
  margin-left: 8px; /* separa el ícono de la palabra */
  font-size: 1.5rem; /* lo agranda un poquito */
  color: rgb(230, 9, 9)
}

.bi-gem {
  margin-left: 5px;
  font-size: 1.5rem; /* agrandar el diamante */
}

.diamante-oro {
  color: gold;
  padding: 5px;
}

.diamante-plata {
  color: rgb(233, 233, 233);
  padding: 5px;
}


.card-oro {
  background: linear-gradient(135deg, #fff8e1, #fbe9e7);
  border: 2px solid #fbc02d;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(251, 192, 45, 0.3);
}

.card-oro .card-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #b8860b; /* dorado */
  letter-spacing: 1px;
}

.card-oro .card-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #444;
}

.card-dark {
  height: 100%;
  background: linear-gradient(135deg, #1f1c2c, #928dab);
  border: none;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.card-dark .card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f8f8f8;
}

.card-dark .card-text {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: #ddd;
}
/*
.card-pastel {
  background: linear-gradient(135deg, #fce4ec, #f3e5f5);
  border: 1px solid #e1bee7;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(233, 30, 99, 0.2);
}

.card-pastel .card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #ad1457;
}

.card-pastel .card-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #4a148c;
}

*/
.subtitulo-oro {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(90deg, #fff8e1, #fdd835);
  border-radius: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2rem;
  color: #5d4037;
  box-shadow: 0 3px 8px rgba(253, 216, 53, 0.4);
  
}

.pago-opcion {
  border-radius: 50px;        /* bordes redondeados */
  font-weight: 600;           /* letra más fuerte */
  padding: 12px 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.pago-opcion:hover {
  transform: translateY(-3px);
}

#metodo_pago{
    margin-top:5px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: rgb(122, 184, 117);
}


/* Contenedor principal */
.contact-card {
  background: #ffffff; /* blanco puro */
  padding: 2rem 2.5rem;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Horarios de Atención label */
.contact-card .label-horario {
  display: inline-block;
  text-align: center;
  background: #007bff; /* azul primario */
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 0.85rem;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* Títulos */
.contact-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.contact-card p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Botones de contacto */
.contact-card .btn {
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Iconos dentro de botones */
.contact-card .btn i {
  font-size: 1.2rem;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .contact-card {
    padding: 1.5rem 1.5rem;
  }

  .contact-card .btn {
    width: 100%;
    justify-content: center;
  }
}


.metodos-pago {
  background: #e8f5e9; /* verde muy claro y suave */
  padding: 2rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  max-width: 500px;
  margin: 2rem auto;
}

.metodos-pago h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2e7d32; /* verde oscuro */
  text-align: center;
  margin-bottom: 1.5rem;
}

.metodos-pago ul {
  list-style: none; /* quitar bullets predeterminados */
  padding: 0;
  margin: 0;
}

.metodos-pago li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
}

.metodos-pago li i {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #2e7d32; /* iconos en verde oscuro */
}

@media (max-width: 576px) {
  .metodos-pago {
    padding: 1.5rem 1rem;
  }
  
  .metodos-pago h3 {
    font-size: 1.5rem;
  }
  
  .metodos-pago li {
    font-size: 1rem;
  }
}

/* Contenedor del carrusel */
#carouselExampleAutoplaying {
  max-width: 600px; /* limitar ancho máximo */
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Imágenes contenidas y centradas */
#carouselExampleAutoplaying .carousel-item img {
  object-fit: contain; /* mantiene proporción */
  width: 100%;
  max-height: 500px; /* limita altura máxima */
  margin: 0 auto;
  border-radius: 15px;
}

/* Controles más grandes y visibles */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* Responsive: ajustes en móviles */
@media (max-width: 576px) {
  #carouselExampleAutoplaying .carousel-item img {
    max-height: 350px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 40px;
    height: 40px;
  }
}

.titulo-carrusel {
  font-family: 'Playfair Display', serif; /* elegante y sofisticado */
  font-weight: 800;
  font-size: 3rem;
  text-align: center;
  color: #2e7d32; /* verde elegante */
  margin-bottom: 1.5rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

/* Línea decorativa debajo del título */
.titulo-carrusel::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #66bb6a, #43a047); /* degradado verde */
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 576px) {
  .titulo-carrusel {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  
  .titulo-carrusel::after {
    width: 80px;
    height: 3px;
  }
}

/* Título de la sección */
.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #F48FB1; /* tono rosado delicado */
  margin: 2rem 0 3rem;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #F48FB1;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Grid responsivo */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 0 1rem;
}

/* Estilo de las cards */
.treatment-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  background: #a94646;
}

.treatment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 25px rgba(0,0,0,0.15);
}

.treatment-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.treatment-card .card-body {
  padding: 1.5rem;
  text-align: center;
}

.treatment-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.5rem;
}

.treatment-card .card-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

.treatment-card2 {
      border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  background: #a94646;

}
.treatment-card2 .card-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}
.treatment-card2 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.5rem;
}

.treatment-card2:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 25px rgba(0,0,0,0.15);
}

.contact-title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  color: #F48FB1; /* tono rosado delicado */
  margin: 3rem 0 2rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
}

.contact-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #F48FB1;
  margin: 12px auto 0;
  border-radius: 2px;
}

