.elementor-29661 .elementor-element.elementor-element-768b6f5{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-41e0108 */.hero-podologia {
    background: #ffffff;
    overflow: hidden;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 60px 30px;
}

.hero-text {
    flex: 1;
    min-width: 320px;
}

.hero-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #64748b;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hero-text h1 {
    font-size: 46px;
    line-height: 1.15;
    color: #1e3a8a;
    font-weight: 700;
    margin: 0 0 20px;
}

.hero-text h1 span {
    color: #e91e63;
}

.hero-description {
    font-size: 17.5px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 520px;
}

/* Trust badges */
.trust-badges {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #334155;
    line-height: 1.35;
}

.badge i {
    font-size: 26px;
    color: #1e3a8a;
    min-width: 28px;
}

.badge strong {
    color: #1e3a8a;
    font-weight: 600;
}

/* Botones */
.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    align-items: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Color del botón Reservar Cita */
.btn-reservar {
    background: #1e3a8a !important;
    color: #ffffff !important;
    border: 2px solid #ff2d6f !important;
}

.btn-reservar:hover {
    background: #e02662 !important;
    border-color: #e02662 !important;
}

/* WhatsApp */
.btn-whatsapp {
    background: transparent !important;
    color: #25d366 !important;
    border: 2px solid #25d366 !important;
}

.btn-whatsapp:hover {
    background: #25d366 !important;
    color: #ffffff !important;
}

/* Llamar Ahora */
.btn-llamar {
    background: transparent !important;
    color: #1e3a8a !important;
    border: 2px solid #1e3a8a !important;
}

.btn-llamar:hover {
    background: #1e3a8a !important;
    color: #ffffff !important;
}

/* Imagen */
.hero-image {
    flex: 1;
    min-width: 320px;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px;
        gap: 40px;
    }
    
    .hero-text h1 {
        font-size: 36px;
    }
    
    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .trust-badges {
        justify-content: center;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .hero-text h1 {
        font-size: 30px;
    }
    
    .trust-badges {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    
    .badge {
        text-align: left;
    }
    
    /* En móvil: uno debajo del otro */
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .btn {
        width: 100%;
        padding: 16px 20px;
        font-size: 15.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8dfe20a */.consulta-infantil-section {
    padding: 70px 20px;
    background: #f8fafc;
    text-align: center;
}

.consulta-infantil-section .consulta-infantil-container {
    max-width: 1100px;
    margin: 0 auto;
}

.consulta-infantil-section h2 {
    font-size: 26px;
    color: #1e3a8a;
    font-weight: 700;
    margin: 0 0 45px 0;
    line-height: 1.3;
}

.consulta-infantil-section .consulta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.consulta-infantil-section .consulta-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 22px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    text-align: left;
    transition: all 0.3s ease;
}

.consulta-infantil-section .consulta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.consulta-infantil-section .consulta-card h3 {
    font-size: 17px;
    color: #1e3a8a;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.consulta-infantil-section .consulta-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .consulta-infantil-section .consulta-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 560px) {
    .consulta-infantil-section {
        padding: 50px 15px;
    }

    .consulta-infantil-section h2 {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .consulta-infantil-section .consulta-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 400px;
        margin: 0 auto;
    }

    .consulta-infantil-section .consulta-card {
        padding: 24px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51b4513 */.valoracion-infantil-section {
    padding: 70px 20px;
    background: #ffffff;
}

.valoracion-infantil-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.valoracion-infantil-section h2 {
    font-size: 28px;
    color: #1e3a8a;
    font-weight: 700;
    margin: 0 0 22px;
    line-height: 1.3;
}

.valoracion-intro {
    font-size: 17px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 35px;
}

.valoracion-box {
    background: #f8fafc;
    border-radius: 16px;
    padding: 35px 40px;
    text-align: left;
    border: 1px solid #e2e8f0;
}

.valoracion-box h3 {
    font-size: 18px;
    color: #1e3a8a;
    font-weight: 700;
    margin: 0 0 22px;
}

.valoracion-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.valoracion-lista li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #334155;
    line-height: 1.45;
}

.valoracion-lista i {
    color: #10b981;
    font-size: 18px;
    min-width: 20px;
    margin-top: 2px;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 640px) {
    .valoracion-infantil-section {
        padding: 50px 15px;
    }
    
    .valoracion-infantil-section h2 {
        font-size: 24px;
    }
    
    .valoracion-intro {
        font-size: 16px;
        margin-bottom: 28px;
    }
    
    .valoracion-box {
        padding: 28px 22px;
    }
    
    .valoracion-lista li {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4537468 */.proceso-section {
    padding: 70px 20px;
    background: #ffffff;
    text-align: center;
}

.proceso-container {
    max-width: 1100px;
    margin: 0 auto;
}

.proceso-section h2 {
    font-size: 28px;
    color: #1e3a8a;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.proceso-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

/* Línea conectora (solo escritorio) */
.proceso-steps::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #cbd5e1 0,
        #cbd5e1 6px,
        transparent 6px,
        transparent 12px
    );
    z-index: 0;
}

.paso {
    position: relative;
    z-index: 1;
    text-align: center;
}

.paso-numero {
    width: 32px;
    height: 32px;
    background: #0d9488;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto 16px;
}

.paso-icono {
    width: 64px;
    height: 64px;
    background: #f0fdfa;
    border: 2px solid #ccfbf1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 24px;
    color: #0d9488;
}

.paso h3 {
    font-size: 17px;
    color: #1e3a8a;
    font-weight: 700;
    margin: 0 0 10px;
}

.paso p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 900px) {
    .proceso-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    
    .proceso-steps::before {
        display: none;
    }
}

@media (max-width: 520px) {
    .proceso-section {
        padding: 50px 15px;
    }
    
    .proceso-section h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .proceso-steps {
        grid-template-columns: 1fr;
        gap: 35px;
        max-width: 320px;
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9304d04 */.info-cta-section {
    width: 100%;
}

/* ========== PARTE SUPERIOR ========== */
.info-top {
    background: #f8fafc;
    padding: 50px 20px;
}

.info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 50px;
    align-items: start;
}

.info-text h3,
.info-articles h3 {
    font-size: 16px;
    color: #1e3a8a;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.info-text p {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.info-articles ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-articles li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
}

.info-articles li::before {
    content: "•";
    color: #e91e63;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.info-articles a {
    color: #334155;
    text-decoration: none;
    font-size: 15.5px;
    transition: color 0.2s;
}

.info-articles a:hover {
    color: #e91e63;
}

/* ========== BARRA CTA INFERIOR ========== */
.cta-bar {
    background: #0f172a;
    padding: 28px 20px;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta-text {
    display: flex;
    align-items: center;
    gap: 18px;
    color: white;
}

.cta-icon {
    font-size: 32px;
    color: #e91e63;
}

.cta-text strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.cta-text span {
    font-size: 14.5px;
    color: #94a3b8;
}

/* ========== BOTONES CTA - FORZADOS ========== */
.cta-buttons {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.cta-buttons a.btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 13px 20px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    flex: 1 !important;
}

/* RESERVAR CITA - ROSA */
.cta-buttons a.btn-reservar {
    background-color: #e91e63 !important;
    background: #e91e63 !important;
    color: #ffffff !important;
    border: 2px solid #e91e63 !important;
}

.cta-buttons a.btn-reservar:hover {
    background-color: #c2185b !important;
    background: #c2185b !important;
    border-color: #c2185b !important;
    color: #ffffff !important;
}

/* WHATSAPP - VERDE SÓLIDO */
.cta-buttons a.btn-whatsapp {
    background-color: #25d366 !important;
    background: #25d366 !important;
    color: #ffffff !important;
    border: 2px solid #25d366 !important;
}

.cta-buttons a.btn-whatsapp:hover {
    background-color: #1da851 !important;
    background: #1da851 !important;
    border-color: #1da851 !important;
    color: #ffffff !important;
}

/* LLAMAR AHORA - AZUL OSCURO */
.cta-buttons a.btn-llamar {
    background-color: #1e3a8a !important;
    background: #1e3a8a !important;
    color: #ffffff !important;
    border: 2px solid #1e3a8a !important;
}

.cta-buttons a.btn-llamar:hover {
    background-color: #172e6b !important;
    background: #172e6b !important;
    border-color: #172e6b !important;
    color: #ffffff !important;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 900px) {
    .info-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .cta-container {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .cta-text {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-buttons {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .info-top {
        padding: 40px 15px;
    }
    
    .cta-bar {
        padding: 30px 15px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    
    .cta-text strong {
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c81b9a5 */.servicios-podologia-infantil {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 15px;
    text-align: center;
    font-family: inherit;
  }

  .servicios-podologia-infantil .titulo-seccion {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a3a6e;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
  }

  .servicios-podologia-infantil .grid-servicios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 25px;
  }

  .servicios-podologia-infantil .tarjeta-servicio {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .servicios-podologia-infantil .imagen-servicio {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 14px;
    background-color: #e9ecef;
  }

  .servicios-podologia-infantil .imagen-servicio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .servicios-podologia-infantil .tarjeta-servicio:hover .imagen-servicio img {
    transform: scale(1.04);
  }

  .servicios-podologia-infantil .nombre-servicio {
    font-size: 1rem;
    font-weight: 600;
    color: #1a3a6e;
    text-align: center;
    max-width: 260px;
    line-height: 1.35;
    margin: 0;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .servicios-podologia-infantil .grid-servicios {
      grid-template-columns: repeat(2, 1fr);
      gap: 28px 20px;
    }
  }

  @media (max-width: 560px) {
    .servicios-podologia-infantil .grid-servicios {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .servicios-podologia-infantil .titulo-seccion {
      font-size: 1.3rem;
      margin-bottom: 30px;
    }

    .servicios-podologia-infantil .imagen-servicio {
      max-width: 320px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e84e565 */.plantillas-infantil-section {
    padding: 60px 20px;
    background: #f8fafc;
}

.plantillas-infantil-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.plantillas-content h2 {
    font-size: 26px;
    color: #1e3a8a;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.3;
}

.plantillas-content p {
    font-size: 16.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0 0 16px;
}

.plantillas-content p:last-child {
    margin-bottom: 0;
}

.plantillas-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    object-fit: cover;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 800px) {
    .plantillas-infantil-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .plantillas-content h2 {
        font-size: 24px;
    }
    
    .plantillas-content p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .plantillas-infantil-section {
        padding: 45px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8882c7e */.testimonios-section {
    padding: 70px 20px;
    background: #ffffff;
    text-align: center;
}

.testimonios-container {
    max-width: 1100px;
    margin: 0 auto;
}

.testimonios-section h2 {
    font-size: 28px;
    color: #e91e63;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.ratings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.rating-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid #f1f5f9;
    text-align: left;
    transition: all 0.3s ease;
}

.rating-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.rating-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.rating-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.patients-icon {
    width: 42px;
    height: 42px;
    background: #fce7f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.patients-icon i {
    font-size: 20px;
    color: #e91e63;
}

.rating-score {
    display: flex;
    flex-direction: column;
}

.rating-score strong {
    font-size: 22px;
    color: #1e3a8a;
    font-weight: 700;
    line-height: 1.2;
}

.stars {
    color: #facc15;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 2px;
}

.rating-count {
    font-size: 14.5px;
    color: #64748b;
    margin: 0 0 14px;
}

.rating-quote {
    font-size: 15px;
    color: #475569;
    line-height: 1.5;
    font-style: italic;
    margin: 0;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 900px) {
    .ratings-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
        gap: 20px;
    }
    
    .testimonios-section h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .testimonios-section {
        padding: 50px 15px;
    }
    
    .rating-card {
        padding: 25px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c74f33 */.faq-podologia-infantil {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px;
    font-family: inherit;
  }

  .faq-podologia-infantil .titulo-faq {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1a3a6e;
    text-align: center;
    margin: 0 0 40px 0;
    line-height: 1.3;
  }

  .faq-podologia-infantil .faq-item {
    background: #ffffff;
    border: 1px solid #e5e9f0;
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
  }

  .faq-podologia-infantil .faq-item:hover {
    box-shadow: 0 6px 18px rgba(26, 58, 110, 0.08);
  }

  .faq-podologia-infantil .faq-pregunta {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a3a6e;
    line-height: 1.4;
    transition: background 0.2s ease;
  }

  .faq-podologia-infantil .faq-pregunta:hover {
    background: #f7f9fc;
  }

  .faq-podologia-infantil .faq-pregunta .icono {
    font-size: 1.4rem;
    font-weight: 300;
    color: #1a3a6e;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
  }

  .faq-podologia-infantil .faq-item.activo .faq-pregunta .icono {
    transform: rotate(45deg);
  }

  .faq-podologia-infantil .faq-respuesta {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    background: #fafbfd;
  }

  .faq-podologia-infantil .faq-item.activo .faq-respuesta {
    max-height: 300px;
  }

  .faq-podologia-infantil .faq-respuesta p {
    margin: 0;
    padding: 0 24px 22px 24px;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #444;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .faq-podologia-infantil .titulo-faq {
      font-size: 1.4rem;
      margin-bottom: 30px;
    }

    .faq-podologia-infantil .faq-pregunta {
      padding: 18px 18px;
      font-size: 1rem;
    }

    .faq-podologia-infantil .faq-respuesta p {
      padding: 0 18px 20px 18px;
      font-size: 0.95rem;
    }
  }/* End custom CSS */