#defensa-personal p:first-of-type {
    background: #fff;
    border-radius: 18px;
    padding: 1.2rem 1.5rem;
    margin-bottom: 2.5rem;
    margin-top: 0.5rem;
    box-shadow: 0 2px 12px rgba(30,198,255,0.06);
    display: inline-block;
    font-size: 1.13rem;
    color: #1a2a3a;
}
/* Título hero destacado y animado */
#hero h1 {
    color: #1ec6ff;
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 10px #b3eaff, 0 0px 12px #b3eaff;
    animation: heroPulseSoft 3.5s infinite;
}
@keyframes heroPulseSoft {
    0% { text-shadow: 0 2px 10px #b3eaff, 0 0px 12px #b3eaff; }
    50% { text-shadow: 0 3px 18px #1ec6ff, 0 0px 18px #b3eaff; }
    100% { text-shadow: 0 2px 10px #b3eaff, 0 0px 12px #b3eaff; }
}
/* Hero gancho visual */
.hero-gancho {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 8px 32px rgba(30, 198, 255, 0.10);
    padding: 4.5rem 1.5rem 3.5rem 1.5rem;
    margin-bottom: 0;
    position: relative;
    animation: slideIn 1s;
}
.gancho-icon {
    font-size: 3.5rem;
    color: #ff9800;
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 18px #ffe0b2;
    animation: pulseGancho 1.8s infinite;
}
@keyframes pulseGancho {
    0% { filter: brightness(1); }
    50% { filter: brightness(1.25) drop-shadow(0 0 16px #ffe0b2); }
    100% { filter: brightness(1); }
}
.gancho-desc {
    font-size: 1.25rem;
    color: #222;
    margin-bottom: 2.2rem;
    line-height: 1.5;
    max-width: 600px;
}
.gancho-btn {
    margin-bottom: 2.2rem;
    font-size: 1.1rem;
    padding: 1rem 2.2rem;
    border-radius: 30px;
    background: linear-gradient(90deg, #1ec6ff 60%, #25D366 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(30, 198, 255, 0.13);
    border: none;
    font-weight: bold;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.gancho-btn:hover {
    background: linear-gradient(90deg, #25D366 60%, #1ec6ff 100%);
    box-shadow: 0 8px 32px rgba(30, 198, 255, 0.18);
    transform: translateY(-3px) scale(1.04);
}
@media (max-width: 768px) {
    .hero-gancho {
        padding: 2.5rem 0.5rem 2rem 0.5rem;
        border-radius: 0 0 20px 20px;
    }
    .gancho-desc {
        font-size: 1.05rem;
        max-width: 98vw;
    }
    .gancho-btn {
        font-size: 1rem;
        padding: 0.8rem 1.2rem;
    }
    .gancho-icon {
        font-size: 2.2rem;
    }
}
/* Beneficios WhatsApp en fila */
.beneficios-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1.2rem;
    margin: 2.2rem 0 0.5rem 0;
    flex-wrap: wrap;
}
.beneficio-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(30, 198, 255, 0.10), 0 1.5px 8px rgba(0,0,0,0.07);
    border: 1.5px solid #e3f0fa;
    min-width: 180px;
    max-width: 260px;
    flex: 1 1 180px;
    padding: 1.1rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    position: relative;
}
.beneficio-card:hover {
    box-shadow: 0 8px 32px rgba(30, 198, 255, 0.16), 0 4px 16px rgba(0,0,0,0.10);
    border-color: #1ec6ff;
    transform: translateY(-6px) scale(1.03);
}
.beneficio-icon {
    font-size: 2rem;
    color: #25D366;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px #b3eaff;
}
.beneficio-title {
    font-weight: bold;
    color: #1ec6ff;
    font-size: 1.08rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.5px;
}
.beneficio-desc {
    color: #222;
    font-size: 0.98rem;
    opacity: 0.88;
    line-height: 1.3;
}
@media (max-width: 900px) {
    .beneficios-row {
        gap: 0.7rem;
    }
    .beneficio-card {
        min-width: 140px;
        max-width: 200px;
        padding: 0.8rem 0.5rem 0.8rem 0.5rem;
    }
}
@media (max-width: 600px) {
    .beneficios-row {
        flex-direction: column;
        gap: 0.7rem;
        margin: 1.2rem 0 0.2rem 0;
    }
    .beneficio-card {
        min-width: 0;
        max-width: 98vw;
        width: 100%;
        padding: 0.7rem 0.2rem 0.7rem 0.2rem;
        font-size: 0.97rem;
    }
    .beneficio-title {
        font-size: 1rem;
    }
    .beneficio-desc {
        font-size: 0.91rem;
    }
}
/* Sello de calidad WhatsApp */

.sello-calidad-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.2rem 0 0.5rem 0;
}
.sello-calidad {
    background: linear-gradient(135deg, #eafff3 60%, #b6d0e8 100%);
    border: 2.5px solid #25D366;
    border-radius: 22px;
    box-shadow: 0 6px 32px rgba(30, 198, 255, 0.13), 0 2px 12px rgba(0,0,0,0.10);
    min-width: 270px;
    max-width: 98vw;
    min-height: 110px;
    padding: 1.2rem 1.2rem 1.1rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    transition: box-shadow 0.4s, border-color 0.4s;
    animation: pulseSello 2.5s infinite;
    user-select: none;
    overflow-wrap: break-word;
    word-break: break-word;
}
.sello-icon {
    font-size: 2.2rem;
    color: #25D366;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 12px #b3eaff;
}
.sello-title {
    font-family: 'Pacifico', cursive, sans-serif;
    color: #1ec6ff;
    font-size: 1.18rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    letter-spacing: 1px;
    text-shadow: 0 1px 8px #b3eaff;
}
.sello-desc {
    color: #222;
    font-size: 1.01rem;
    opacity: 0.92;
    padding: 0 0.2rem;
    line-height: 1.3;
}
.anim-sello {
    animation: popSello 0.7s;
}
@keyframes popSello {
    0% { transform: scale(0.7) rotate(-8deg); opacity: 0.2; }
    60% { transform: scale(1.08) rotate(2deg); opacity: 1; }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}
@keyframes pulseSello {
    0% { box-shadow: 0 0 0 0 #25d36633; }
    50% { box-shadow: 0 0 18px 6px #25d36633; }
    100% { box-shadow: 0 0 0 0 #25d36633; }
}
@media (max-width: 600px) {
    .sello-calidad {
        min-width: 90vw;
        padding: 0.8rem 0.2rem 0.8rem 0.2rem;
        font-size: 0.97rem;
    }
    .sello-title {
        font-size: 1rem;
    }
    .sello-desc {
        font-size: 0.91rem;
    }
}
.firma-testimonio {
    font-family: 'Pacifico', 'Brush Script MT', cursive, sans-serif;
    color: #1ec6ff;
    font-size: 1.1rem;
    margin-top: -0.7rem;
    margin-bottom: 1.2rem;
    text-align: right;
    opacity: 0.85;
    letter-spacing: 1px;
}
.pulse-btn {
    animation: pulseW 1.5s infinite, blinkBtn 1.2s infinite alternate;
}
@keyframes blinkBtn {
    0% { filter: brightness(1); box-shadow: 0 0 0 0 #25d36655; }
    50% { filter: brightness(1.25); box-shadow: 0 0 16px 4px #25d36655; }
        box-shadow: 0 10px 32px rgba(30, 100, 180, 0.13), 0 2px 8px rgba(0,0,0,0.10);
        transition: transform 0.35s cubic-bezier(.25,.8,.25,1), box-shadow 0.35s;
        will-change: transform, box-shadow;
        position: relative;
        z-index: 1;
.whatsapp-benefits li {
    display: flex;
    flex-direction: column;
        transform: translateY(-14px) scale(1.04) rotateX(7deg);
        box-shadow: 0 24px 64px 0 rgba(30, 100, 180, 0.18), 0 8px 32px rgba(0,0,0,0.13);
    background: #f8fffa;
    border-left: 4px solid #25D366;
    border-radius: 10px;
    padding: 1.1rem 1.2rem 1.2rem 1.2rem;
    min-width: 180px;
    box-shadow: 0 2px 8px rgba(37,211,102,0.07);
        box-shadow: 0 10px 32px rgba(30, 100, 180, 0.13), 0 2px 8px rgba(0,0,0,0.10);
        transition: transform 0.35s cubic-bezier(.25,.8,.25,1), box-shadow 0.35s;
        will-change: transform, box-shadow;
        position: relative;
        z-index: 1;
}
.benefit-icon {
    font-size: 2rem;
        transform: translateY(-10px) scale(1.03) rotateY(5deg);
        box-shadow: 0 20px 56px 0 rgba(30, 100, 180, 0.18), 0 8px 32px rgba(0,0,0,0.13);
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px #b3eaff;
}
.benefit-title {
    font-weight: bold;
    color: #25D366;
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.5px;
}
.benefit-desc {
        box-shadow: 0 20px 64px rgba(30, 100, 180, 0.13), 0 4px 16px rgba(0,0,0,0.13);
    font-size: 0.98rem;
        transition: box-shadow 0.35s;
    text-align: center;
    opacity: 0.85;
}
        box-shadow: 0 40px 120px rgba(30, 100, 180, 0.18), 0 12px 48px rgba(0,0,0,0.16);
.whatsapp-psico {
    background: linear-gradient(120deg, #eafff3 60%, #f0f8ff 100%);
}

/* Defensa Personal - colores claros y agradables */
/* Fondo azul suave y elementos claros para Defensa Personal */
#defensa-personal {
    background: #fff !important;
    margin: 0 auto 0 auto;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 1200px;
    animation: none !important;
}

#defensa-personal h2 {
    color: #1ec6ff;
    font-size: 2.3rem;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    text-shadow: none !important;
    animation: none !important;
}

#defensa-personal p {
    transition: none !important;
    margin-bottom: 2.5rem;
    text-align: center;
    background: none !important;
    animation: none !important;
}
        box-shadow: 0 16px 48px rgba(30, 100, 180, 0.22);
        transform: translateY(-4px) scale(1.05);
.defensa-videos {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

        box-shadow: 0 10px 32px rgba(30, 100, 180, 0.13), 0 2px 8px rgba(0,0,0,0.10);
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    max-width: 350px;
    transition: none;
    border: none;
    position: relative;
    position: relative;
}
.video-block:hover {
    /* sin efecto hover especial */
}
.video-block h3 {
    margin-bottom: 1.2rem;
    color: #1ec6ff;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 1px 4px #b3eaff;
}
.video-block video {
    width: 100%;
    border-radius: 10px;
    background: #fafdff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 0.5rem;
}
/* Carrusel de imágenes */
.carrusel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 2.5rem auto;
    position: relative;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    padding: 2.5rem 1.5rem;
}
.carrusel-slides {
    width: 100%;
    max-width: 1000px;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.carrusel-img {
    width: 100%;
    max-width: 1000px;
    max-height: 480px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    transition: opacity 0.5s;
}
.carrusel-btn {
    background: #1ec6ff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0 10px;
    box-shadow: 0 2px 8px rgba(30,198,255,0.15);
    transition: background 0.2s, transform 0.2s;
}
.carrusel-btn:hover {
    background: #0a8ecf;
    transform: scale(1.08);
}
.carrusel-dots {
    text-align: center;
    margin-top: 0.7rem;
}
.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #b3eaff;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}
.dot.active {
    background: #1ec6ff;
}
@media (max-width: 1024px) {
    .carrusel-container {
        max-width: 98vw;
        padding: 1rem 0.2rem;
    }
    .carrusel-slides {
        max-width: 98vw;
        min-height: 260px;
    }
    .carrusel-img {
        max-width: 98vw;
        max-height: 260px;
    }
}
@media (max-width: 768px) {
    .carrusel-container {
        padding: 0.5rem 0.2rem;
    }
    .carrusel-slides {
        min-height: 180px;
    }
    .carrusel-img {
        max-width: 95vw;
        max-height: 180px;
    }
    .carrusel-btn {
        width: 32px;
        height: 32px;
        font-size: 1.1rem;
    }
}
/* Defensa Personal */

#defensa-personal {
    background: #fff;
    padding: 4rem 2rem 3rem;
    margin: 0 auto 0 auto;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 6px 24px rgba(6, 69, 227, 0.10);
    max-width: 1200px;
    animation: slideIn 1s;
}

#defensa-personal h2 {
    color: var(--blue);
    font-size: 2.3rem;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px #b3eaff, 0 1px 0 #222;
    font-style: italic;
}

#defensa-personal p {
    color: #1a2a3a;
    font-size: 1.18rem;
    margin-bottom: 2.5rem;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 1.2rem 1.7rem;
    box-shadow: 0 2px 12px rgba(30,198,255,0.10);
    border: 2px solid var(--blue);
    display: inline-block;
    font-weight: 500;
}

.defensa-videos {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.video-block {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(30, 198, 255, 0.13), 0 1.5px 8px rgba(0,0,0,0.10);
    padding: 1.5rem 1rem 1.2rem 1rem;
    text-align: center;
    max-width: 350px;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 2.5px solid var(--blue);
    position: relative;
}
.video-block:hover {
    box-shadow: 0 8px 32px rgba(30, 198, 255, 0.18), 0 4px 16px rgba(0,0,0,0.13);
    transform: translateY(-8px) scale(1.04);
}
.video-block h3 {
    margin-bottom: 1.2rem;
    color: var(--blue);
    font-size: 1.18rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 1px 4px #b3eaff, 0 1px 0 #222;
    text-transform: uppercase;
}
.video-block video {
    width: 100%;
    border-radius: 10px;
    background: #fafdff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    #defensa-personal .container {
        flex-direction: column;
        align-items: center;
        padding: 2rem 0.5rem;
        gap: 1.5rem;
    }
    .defensa-videos {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .video-block {
        max-width: 100%;
        width: 100%;
        padding: 1.2rem 0.5rem 1rem 0.5rem;
    }
}
.servicio-card.destacado {
    border: 3px solid #ff9800;
    background: linear-gradient(135deg, #fffbe6 60%, #ffe0b2 100%);
    box-shadow: 0 4px 16px 0 rgba(255, 152, 0, 0.15);
    transform: scale(1.04);
    z-index: 2;
    position: relative;
}
.servicio-card.destacado h3 {
    color: #ff9800;
    font-weight: bold;
    letter-spacing: 1px;
}
:root {
    --blue: #0645e3;
    --dark: #333333;
    --gray: #f8f8f8;
    --light: #ffffff;
    --gold: #FFD700;
    --whatsapp: #25D366;
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: var(--dark);
    line-height: 1.6;
}

/* Banner flash */
.flash-banner {
    background: linear-gradient(90deg, #0645e3, #6b8cff);
    color: white;
    text-align: center;
    padding: 12px;
    font-size: 1rem;
    position: sticky;
    top: 0;
    z-index: 999;
    animation: pulseBanner 2s infinite;
}

.flash-btn {
    color: white;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 8px;
}

header {
    background-color: #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 44px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.logo span {
    color: var(--blue);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.hamburger {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}

/* Contador */
 .counter {
    background: linear-gradient(90deg, #2196f3 60%, #6dd5fa 100%);
    color: #fff;
    display: inline-block;
    padding: 14px 36px;
    border-radius: 40px;
    margin-top: 22px;
    border: 2.5px solid #fff;
    box-shadow: 0 6px 32px rgba(6,69,227,0.18), 0 2px 12px rgba(30,198,255,0.13);
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    animation: counterGlow 2.5s infinite;
    transition: box-shadow 0.3s, border-color 0.3s;
}
 
@keyframes counterGlow {
    0% { box-shadow: 0 6px 32px rgba(6,69,227,0.18), 0 2px 12px rgba(30,198,255,0.13); border-color: #fff; }
    50% { box-shadow: 0 12px 48px rgba(30,198,255,0.22), 0 8px 32px rgba(6,69,227,0.22); border-color: #1ec6ff; }
    100% { box-shadow: 0 6px 32px rgba(6,69,227,0.18), 0 2px 12px rgba(30,198,255,0.13); border-color: #fff; }
}

@keyframes counterGlow {
    0% { box-shadow: 0 6px 32px rgba(0,0,0,0.25), 0 2px 12px rgba(30,198,255,0.10); border-color: #fff; }
    50% { box-shadow: 0 12px 48px rgba(30,198,255,0.18), 0 8px 32px rgba(0,0,0,0.30); border-color: #1ec6ff; }
    100% { box-shadow: 0 6px 32px rgba(0,0,0,0.25), 0 2px 12px rgba(30,198,255,0.10); border-color: #fff; }
}

#client-counter {
    font-weight: bold;
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 12px #1ec6ff, 0 0px 18px #fff;
}

#hero {
    display: flex;
    align-items: center;
    padding: 12rem 2rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-content h1 span {
    color: var(--blue);
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.hero-image {
    flex: 1;
    text-align: center;
}

.hero-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-red {
    background-color: var(--blue);
    color: var(--light);
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.btn-red:hover {
    background-color: #0539c0;
}

#servicios {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#servicios h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

#servicios h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--blue);
    margin: 0.5rem auto;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.servicio-card {
    background-color: var(--light);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.servicio-card:hover {
    transform: translateY(-5px);
}

.servicio-card i {
    font-size: 2rem;
    color: var(--blue);
    margin-bottom: 1rem;
}

.precio {
    display: block;
    font-weight: bold;
    color: var(--blue);
    margin-top: 1rem;
}

.bg-gray {
    background-color: var(--gray);
}

.container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    gap: 3rem;
}

.sobre-content {
    flex: 1;
}

.highlight {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 2rem;
}

.highlight span {
    color: var(--blue);
    font-weight: bold;
}

.sobre-image {
    flex: 1;
    text-align: center;
}

.sobre-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

/* Destacado dorado para bajada de peso */
.weight-loss-highlight {
    color: var(--gold);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

/* Certificaciones */
#certificaciones {
    padding: 4rem 2rem;
    background-color: var(--light);
    max-width: 1200px;
    margin: 0 auto;
}

#certificaciones h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--blue);
}

.certificaciones-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: white;
    max-width: 800px;
    margin: 0 auto;
}

.certificaciones-carrusel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.certificacion-slide {
    min-width: 100%;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.certificacion-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin: 0 auto;
    display: block;
}

.certificacion-info {
    margin-top: 20px;
}

.certificacion-info h3 {
    color: var(--blue);
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.certificacion-info p {
    color: var(--dark);
    margin: 5px 0;
}

.carrusel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(6, 69, 227, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrusel-control:hover {
    background: var(--blue);
}

#prevBtn {
    left: 15px;
}

#nextBtn {
    right: 15px;
}

.indicadores {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.indicador {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.indicador.activo {
    background: var(--blue);
}

/* Testimonios */
#testimonios {
    padding: 4rem 2rem;
    background-color: var(--gray);
}

#testimonios h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}

#testimonios h2 span {
    color: var(--blue);
}

.testimonios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonio-card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonio-content p {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}


.testimonio-content p strong {
    color: var(--blue);
}

.stars {
    color: var(--gold);
    margin-top: 0.5rem;
}

/* Sección WhatsApp Grande */
#whatsapp-section {
    padding: 4rem 2rem;
    text-align: center;
    background-color: #f0f8ff;
}

.whatsapp-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.whatsapp-container h2 {
    color: var(--blue);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.whatsapp-container p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: var(--dark);
}

.whatsapp-btn-large {
    display: inline-block;
    background-color: var(--whatsapp);
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn-large i {
    margin-right: 10px;
    font-size: 1.5rem;
}

/* WhatsApp flotante */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--whatsapp);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 100;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 2rem;
}

.social-links {
    margin-bottom: 1rem;
}

.social-links a {
    color: var(--light);
    font-size: 1.5rem;
    margin: 0 0.5rem;
}

/* Animaciones */
@keyframes pulseBanner {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
    header {
        top: 38px;
    }
    
    .flash-banner {
        font-size: 0.9rem;
        padding: 8px;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #000000;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    #hero {
        flex-direction: column;
        padding-top: 8rem;
    }

    .container {
        flex-direction: column;
    }
    
    .weight-loss-highlight {
        font-size: 1.5rem;
        padding: 1rem;
    }
    
    .certificacion-slide {
        padding: 20px;
    }
    
    .carrusel-control {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .whatsapp-btn-large {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .certificacion-slide {
        padding: 15px;
    }
    
    .certificacion-info h3 {
        font-size: 1.1rem;
    }

    .whatsapp-container {
        padding: 1.5rem;
    }
}

    .whatsapp-container h2 {
        font-size: 1.5rem;
    }

    .whatsapp-container p {
        font-size: 1rem;
    }
    
    .weight-loss-highlight {
        font-size: 1.3rem;
        padding: 0.8rem;
    }
}