/* ================================
   RESET BÁSICO
================================ */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #fff;
}

/* ================================
   HEADER MD
================================ */
.site-header {
    background: #0D0D0D;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 25px;
}

.main-nav a.activo {
    color: #ffffff;
}

.main-nav a.activo::after {
    width: 100%;
}



/* LOGO */

.logo {
    display: flex;
    align-items: center;
    padding: 2px 6px;
    border-radius: 10px;
   
}

.logo img {
    max-height: 55px;
    width: auto;
    display: block;
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.35));
}





/* Ajuste móvil */
@media (max-width: 768px) {
    .logo img {
        max-height: 40px;
    }
}


/* NAV */
/* NAV */
.main-nav ul {
    list-style: none;
    display: flex;
    gap: 28px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    color: #A6A6A6;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}

/* Línea inferior */
.main-nav a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -6px;
    background: linear-gradient(90deg, #A62490, #64278C);
    transition: 0.3s ease;
}

.main-nav a:hover {
    color: #ffffff;
}

.main-nav a:hover::after {
    width: 100%;
}



/* Línea animada inferior */
.main-nav a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -6px;
    background: linear-gradient(90deg, #A62490, #64278C);
    transition: 0.3s ease;
}

.main-nav a:hover {
    color: #ffffff;
}

.main-nav a:hover::after {
    width: 100%;
}

/* REDES SOCIALES */
/* REDES SOCIALES */
.social-icons {
    display: flex;
    gap: 15px;
    margin-left: auto;
}

.social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none !important;
}

.social-icons .whatsapp {
    background: #25D366;
}

.social-icons .facebook {
    background: #1877F2;
}

.social-icons .instagram {
    background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
}

.social-icons a:hover {
    transform: scale(1.15);
}


/* ================================
   SECCIÓN ABOUT
================================ */
.about-coach {
    padding: 90px 0;
    background: linear-gradient(135deg, #f2f4f8, #e8ecf1);
}

.about-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #0D0D0D;
}

.about-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.about-image {
    flex: 1;
    text-align: center;
}

.about-image img {
    max-width: 70%;
    border-radius: 14px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* ================================
   BOTONES MD
================================ */
.btn-primary {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #64278C, #A62490);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #BF7EB4, #A62490);
    transform: translateY(-3px);
}

.btn-secondary {
    padding: 14px 32px;
    border: 2px solid #64278C;
    background: transparent;
    color: #64278C;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #64278C;
    color: #fff;
}

.btn-equal {
    min-width: 220px;
    text-align: center;
}

/* ================================
   ANIMACIÓN FADE
================================ */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ================================
   SECCIÓN VIDEO
================================ */
.video-section {
    padding: 100px 0;
    background: #f7f9fc;
}

.video-content {
    text-align: center;
}

.video-text {
    max-width: 700px;
    margin: 0 auto 40px;
}

.video-wrapper {
    max-width: 900px;
    margin: auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.video-buttons {
    margin-top: 25px;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ================================
   SECCIÓN MOMENTOS DESTACADOS
================================ */

.carousel-section {
    padding: 110px 0;
    background: linear-gradient(135deg, #f2f4f8, #e8ecf1);
}

.carousel-section .container {
    display: block;
}

.carousel-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 70px;
    font-weight: 700;
    color: #0D0D0D;
    position: relative;
}

/* Línea elegante debajo del título */
.carousel-title::after {
    content: "";
    width: 80px;
    height: 4px;
    display: block;
    margin: 18px auto 0;
    border-radius: 4px;
    background: linear-gradient(135deg, #64278C, #A62490);
}

/* GRID */
.carousel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

/* TARJETA PREMIUM */
.carousel-card {
    position: relative;
    text-align: center;
    border-radius: 22px;
    padding: 18px;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(.16,.8,.32,1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Glow suave animado tipo botón principal */
.carousel-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 24px;
    background: linear-gradient(135deg, #64278C, #A62490, #BF7EB4);
    background-size: 200% 200%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Hover profesional */
.carousel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(100,39,140,0.25);
}

.carousel-card:hover::before {
    opacity: 1;
    animation: borderFlow 4s linear infinite;
}

/* Animación degradado fluido */
@keyframes borderFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* CARRUSEL INTERNO */
.carousel {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 18px;
    background: #000;
    transition: transform 0.6s ease;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.8s cubic-bezier(.16,.8,.32,1);
}

.carousel-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.6s ease;
}

/* Zoom suave al pasar mouse */
.carousel-card:hover .carousel-track img {
    transform: scale(1.05);
}

/* LABEL ESTILO BOTÓN MD */
.carousel-label {
    position: absolute;
    bottom: 20px;
    left: 50%;

    width: 220px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center;

    border-radius: 10px; /* menos redondeado */

    background: linear-gradient(135deg, #64278C, #A62490);
    box-shadow: 0 10px 25px rgba(100,39,140,0.35);

    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(.16,.8,.32,1);

    z-index: 5;
}

.carousel-card:hover .carousel-label {
    transform: translateX(-120%);  /* se mueve hacia la izquierda */
    opacity: 0.75;                /* ligeramente transparente */
}



/* ================================
   BURBUJA WHATSAPP
================================ */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 9999;
    text-decoration: none;
}

.whatsapp-float img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(37,211,102,0.45);
    animation: whatsapp-shake 3s infinite;
}


@keyframes whatsapp-shake {
    0%, 85%, 100% { transform: rotate(0); }
    90% { transform: rotate(4deg); }
    95% { transform: rotate(-4deg); }
}

.whatsapp-text {
    
    background: #DCF8C6;
    color: #1f3d2b;
    padding: 12px 18px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.6s ease;
}

.whatsapp-float.show-text .whatsapp-text {
    opacity: 1;
    transform: translateX(0);
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {

    .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-icons {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .carousel-grid {
        grid-template-columns: 1fr;
    }

    .carousel {
        height: 260px;
    }
}
