body {
    font-family: 'Comfortaa', sans-serif;
    overflow-x: hidden;
  }
  
  .logo-svg {
    height: 7rem;
    width: auto;
  }
  
  .logo-text {
    font-family: 'Comfortaa', sans-serif;
    font-size: 1rem;
    color: #555;
  }
  
  .logo-em-text { /* Si decides usar texto en vez de SVG */
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
    color: #3f3d56;
  }
  

header {
    padding: 1.2rem 0;
    background-color: #fff;
  }
  
  
  .navbar-nav .nav-link,
.nav .nav-link {
  position: relative;
  font-size: 1.125rem;
  color: #3f3d56;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Línea inferior animada */
.nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #E72889; /* o el que prefieras */
  transition: width 0.3s ease;
}

/* Hover: subrayado visible */
.nav .nav-link:hover::after {
  width: 100%;
}

/* Hover: cambia también el color del texto */
.nav .nav-link:hover {
  color: #E72889;
}

  .header-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
  }

  .bienvenida {
    background-color: #fff;
    color: #374254;
  }
  
  .bienvenida-titulo {

    font-weight: 600;
    color: #374254;
    margin-bottom: 1rem;
  }
  
  .bienvenida-texto {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  
  .img-fondo-svg {
    width: 100%;
    max-width: 380px;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  
  .img-doctora {
    max-width: 280px;
    position: relative;
    z-index: 2;
  }
  
  
  .svg-fondo-blob {
    max-width: 30rem !important;
    position: absolute;
    bottom: 6%;
    left: 5%;
    z-index: 1;
    pointer-events: none;
    margin: 0 auto;
  }
  
.img-doctora-grande {
  position: relative;
  z-index: 2;
  width: 100%;
}

.btn-servicios {
  background-color: #374254;
  color: #fff;
  font-family: 'Comfortaa', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 999px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-servicios:hover {
  background-color: #E72889; /* tono más claro al hacer hover */
  color: #fff;
}

/* Solo aplicar min-width en pantallas grandes */
@media (min-width: 992px) {
  .img-doctora-grande {
    min-width: 25rem;

  }

  
}

@media (max-width: 767.98px) {

    
  .svg-fondo-blob {
    bottom: 7.5%;
    left: 0;
  }
}


.testimonios {
  background-color: #374254;
  color: #fff;
  position: relative;
  margin-top: -1px;
}

.testimonios-label {
  background-color: #fff;
  color: #374254;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  font-weight: 500;
  display: inline-block;
 
}

.testimonios-titulo {

  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.card-testimonio {
  background-color: #fff;
  border-radius: 1.5rem;
  color: #374254;
  position: relative;
  min-height: 360px;
  height: 100%;
  display: flex;
  padding-top: 5rem !important;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);

}



.texto-testimonio {
  font-size: 1rem;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}

.autor-testimonio {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
}

.autor-texto {
  text-align: left;
}


.foto-perfil {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #374254;
}


.custom-shape-divider-top-1751481644 {
  margin-top:-1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1751481644 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 167px;
}

.custom-shape-divider-top-1751481644 .shape-fill {
  fill: #FFFFFF;
}



@media (max-width: 767.98px) {
  .custom-shape-divider-top-1751481644 svg {
    height: 100px; /* más plano en mobile */
  }
}

.servicios {
  background-color: #ececf1;
  color: #374254;
  position: relative;
}

.servicios-label {
  background-color: #374254;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

.servicios-titulo {
  
  font-weight: 600;
  margin-bottom: 2rem;
}

.img-servicio {
  max-width: 350px;
  width: 100%;
 float:right;
}

.servicios-subtitulo {
  
  font-weight: 600;
  color: #374254;
}

.lista-servicios {
  list-style: none;
  padding-left: 0;
}

.lista-servicios li {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.check-icon {
  font-size: 1.2rem;
  color: #374254;
}

.img-clip-wrapper {
  width: 100%;
  max-width: 300px;
}

.img-clip-boca {
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: path("M35,30 C90,-20 230,-30 270,100 C300,180 250,250 180,260 C90,270 10,220 10,120 C10,60 10,40 35,30 Z");
}
.argolla-decorativa {
  position: absolute;
  right: -10%;
  top: 25%;
  width: 450px;
  height: 450px;
  border: 60px solid #bbbcd1; /* gris más vivo */
  border-radius: 50%;
  opacity: 0.6; /* más visible */
  z-index: 0;
  pointer-events: none;
  transition: transform 0.3s ease;
}


@media (max-width: 768px) {
  .argolla-decorativa {
    display: none;
  }
  
}

.contenedor-ajustado {
  max-width: 960px;
  margin: 0 auto;

}


.columna-derecha-z {
  position: relative;
  z-index: 2;
}


.especialidades {
  background-color: #f6f6f8;
  overflow: hidden;
  z-index: 1;
}

.card-especialidad {
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.card-especialidad.principal {
  height: 100%;
}

.card-especialidad .img-top {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.titulo-overlay {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

.card-especialidad .contenido-card {
  padding: 1.5rem;
  color: #374254;
  font-size: 1rem;
}

.card-especialidad.secundaria {
  background-color: #374254;
  color: #fff;
  border-radius: 2rem;
  overflow: hidden;
}

.card-especialidad.secundaria .contenido-card {
  background-color: #f6f6f8;
  color: #374254;
  padding: 1.2rem;
}

.titulo-secundaria {
  padding: 1rem 1.5rem 0.5rem;
  font-weight: 500;
  font-size: 1rem;
}

.custom-shape-divider-top-1751499186 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1751499186 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1751499186 .shape-fill {
  fill: #ECECF1;
}

.argolla-especialidades-izquierda {
  position: absolute;
  left: -15%;
  bottom: 0;
  width: 560px;
  height: 560px;
  border: 100px solid #9798b1;
  border-radius: 50%;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .argolla-especialidades-izquierda {
    left: -30%;
    width: 280px;
    height: 280px;
    border-width: 30px;
  }
  h2.testimonios-titulo  {
    max-width: 300px !important;
    margin: 0 auto;
  }
}


.ubicacion-odontologa h2 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 600;
  color: #333;
}


.ubicacion-odontologa iframe {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.ubicacion-odontologa p {
  font-weight: 500;
  font-size: 2rem;
  color: #333;
}


.odontologa-doble {
  font-family: 'Comfortaa', sans-serif;
}

/* Sección superior */
.odontologa-top {
  background-color: #A5A6BE; /* lavanda grisáceo */
  text-align: center;
  padding: 10rem 5rem;
}

.odontologa-top-content {

  margin: auto;
}

.odontologa-pregunta {

  color: white;
  margin-bottom: 20px;
}

.odontologa-btn {
  background-color: white;
  color: #343846;
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

/* Sección inferior */
.odontologa-bottom {
  background-color: #343846;
  color: white;
  padding: 60px 20px;
}

.odontologa-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  margin-top: -10rem;
}

.odontologa-texto {
  flex: 1;
  min-width: 280px;
}

.odontologa-subtitulo {

  margin-bottom: 15px;
}

.odontologa-whatsapp {
  background-color: white;
  color: #343846;
  display: inline-flex;
  align-items: center;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.odontologa-whatsapp i {
  color: #25D366;
  font-size: 3rem;
  margin-right: 10px;
}

/* Imagen con recorte */
.odontologa-imagen-wrapper {
  position: relative;
  width: 400px;
  height: 500px;
  margin-top: 30px;
}

.odontologa-shape {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  position: relative;
}



.img-muela-deco {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
 
}
.odontologa-imagen-wrapper {
  position: relative;
  width: 400px;
  height: 500px;
  margin-top: 30px;
}

.odontologa-sombra-u {
  position: absolute;
    left: -22%;
    top: 0;
    width: 550px;
    height: 550px;
    z-index: 1;
}

.odontologa-imagen-wrapper svg {
  position: relative;
  z-index: 2;
  display: block;
}


/* Desktop */
.odontologa-bottom {
  padding: 3rem 0;
}

.odontologa-texto {
  z-index: 3;
  position: relative;
}

/* Desktop */
.odontologa-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse; /* 👈 Muestra imagen primero, luego texto */
  gap: 3rem;
}

/* Mobile */
@media (max-width: 767.98px) {
  .odontologa-bottom-content {
    flex-direction: column; /* 👈 En mobile, imagen arriba, texto abajo */
    align-items: center;
    gap: 2rem;
    padding-bottom: 3rem;
  }

  .odontologa-imagen-wrapper {
    width: 280px;
    height: 350px;
    margin-top: 5rem;
    position: relative;
  }

  .odontologa-sombra-u,
  .odontologa-imagen-wrapper svg {
    width: 280px;
    height: 350px;
  }

  .odontologa-texto {
    text-align: center;
    padding: 0 1rem;
    margin-top: 1.5rem;
  }

  .odontologa-subtitulo {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }

  .odontologa-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #1f1f1f;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 2rem;
  }

  .odontologa-whatsapp i {
    font-size: 3rem;
    color: #25D366;
  }
  a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
}

.footer-divider {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: transparent;
  line-height: 0;
}

.footer-divider svg {
  display: block;
  width: 100%;
  height: 250px;
}


.footer-main {
  background-color: #343846;
  padding: 3rem 0;
  color: white;
  margin-top:-1px;

}

.footer-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
  text-align: right;
  flex-wrap: wrap;
}

.footer-info p {
  margin: 0.3rem 0;
  font-size: 1rem;
  font-weight: 400;
 
}

.footer-separador {
  height: 70px;
  width: 1px;
  background-color: #ccc;
}

.footer-logo img {
  height: 90px;
}


.custom-shape-divider-bottom-1751600372 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -1px;
}

.custom-shape-divider-bottom-1751600372 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 82px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1751600372 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-bottom-1751600768 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1751600768 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 181px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1751600768 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-1751600751 .shape-fill {
  fill: #343846;
}


@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .footer-separador {
    display: none;
  }

}

.custom-shape-divider-bottom-1751600751 {
  margin-top: -10px;
}


.link-cards{
  text-decoration: none;
}




.img-top {
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.img-secundaria {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  text-align: center;
}

.titulo-secundaria {
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.img-top {
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.titulo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.75rem 1rem;
  color: white;
  font-size: 1.1rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}





.contenido-card {
  padding: 1rem;
  min-height: 200px; /* ajusta según tu diseño */
}

/* Carousel básico sin librerías */
.testi-viewport{overflow:hidden; position:relative}
.testi-track{display:flex; transition:transform .5s ease; will-change:transform}
.testi-page{flex:0 0 100%; padding-inline:2px}

/* Tarjeta consistente en altura */
.card-testimonio{background:#fff;border:0;border-radius:18px;box-shadow:0 6px 26px rgba(0,0,0,.08);
  display:flex; flex-direction:column; gap:18px}
.card-testimonio .comillas{font-size:56px; line-height:0.6; opacity:.15}
.card-testimonio .texto-testimonio{margin:0}
.autor-testimonio{display:flex; align-items:center; gap:14px; margin-top:auto}
.foto-perfil{width:56px;height:56px;border-radius:50%;background:#2e3a4720;border:2px solid #e9eef3}
.autor-texto .calif{font-size:.95rem; color:#2c2c2c}
.autor-texto .fecha{color:#6c757d}

/* Controles */
.testi-controls .btn{border-radius:12px; box-shadow:0 2px 10px rgba(0,0,0,.08)}
.testi-controls .btn:disabled{opacity:.4; cursor:not-allowed}

/* Dots */
.testi-dots{display:flex; gap:.5rem}
.testi-dot{width:9px;height:9px;border-radius:999px;background:#cfd6df;border:0}
.testi-dot.active{width:28px}

/* Responsive: en móviles se puede arrastrar horizontalmente (gesto) */
@media (max-width: 991.98px){
  .testi-viewport{scroll-snap-type:x mandatory; overflow-x:auto}
  .testi-track{scroll-snap-align:start}
  .testi-page{scroll-snap-align:start}
}



/* Card */
.card-testimonio{
  position: relative;
  padding-top: 48px;          /* reserva espacio para las comillas */
  border-radius: 18px;        /* ya lo tienes, lo dejo para contexto */
}

/* Comillas decorativas centradas SIN que se recorten */
.card-testimonio .comillas{
  position: absolute;
  top: 1rem;                  /* ya dentro del card, no negativo */
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  line-height: 0.7;
  color: #e0e0e0;
  font-family: Georgia, serif;
  text-shadow: 0 6px 12px rgba(0,0,0,.15);  /* sombrita como en tu diseño */
  pointer-events: none;
  user-select: none;
  z-index: 1;
  opacity:1;
}

/* Ajuste responsive opcional */
@media (max-width: 576px){
  .card-testimonio{ padding-top: 42px; }
  .card-testimonio .comillas{ font-size: 72px; top: 10px; }
}
