/* assets/css/landing.css - Agregar al inicio */
@import url('flaticon-mystudio.css');


/* assets/css/landing.css */

/* ============================================ */
/* LOS COLORES */


:root {
    --Black: #000000;
    --White: #ffffff;
    --DustyPeach1: #d3878a;
    --DustyPeach2: #d0b0a7;
    --DustySage: #749292;
    --DarkTeal: #16322e;
    --InkWell: #2c3639;
    --LunarEclipse: #3f4e4f;
    --CremeBrule: #a2785b;
    --AuLait: #dcd7c9;
    --RedChai: #000000;
    --Masala: #9d5353;
    --CinnamonToast: #bf8b67;
    --Cardamom: #dbcb96;
    --NoirVigne: #111a19;
    --Cotton: #edebdd;
    --CherryRed: #810100;
    --Marron: #630000;
    --NoirBlack: #1b1717;
    --Sage: #b2bda3;
    --Sand: #ebdfce;
    --Pearl: #f4e5d9;
    --Peach: #f8d3bb;
    --Stone: #978671;
    --Seafoam: #c2c6af;
    --Mist: #ebe3d3;
    --Linen: #eedec7;
    --Moss: #82856a;
    --AmChulo: #ffce32;
    --Rojovivo: #e7473c;
    --Rojovivo-2: #ab3830;

    --morado-100: #e6e8ff;
    --morado-200: #d9dbff;
    --morado-300: #bcbdff;
    --morado-400: #9d99ff;
    --morado-500: #7b66ff;
    --morado-600: #673de6;
    --morado-700: #471ea7;
    --morado-800: #331c74;
    --morado-900: #251951;
}

/* Clases de color */
.color-Black { color: var(--Black); }
.color-White { color: var(--White); }
.color-DustyPeach1 { color: var(--DustyPeach1); }
.color-DustyPeach2 { color: var(--DustyPeach2); }
.color-DustySage { color: var(--DustySage); }
.color-DarkTeal { color: var(--DarkTeal); }
.color-InkWell { color: var(--InkWell); }
.color-LunarEclipse { color: var(--LunarEclipse); }
.color-CremeBrule { color: var(--CremeBrule); }
.color-AuLait { color: var(--AuLait); }
.color-Masala { color: var(--Masala); }
.color-CinnamonToast { color: var(--CinnamonToast); }
.color-Cardamom { color: var(--Cardamom); }
.color-NoirVigne { color: var(--NoirVigne); }
.color-Cotton { color: var(--Cotton); }
.color-CherryRed { color: var(--CherryRed); }
.color-Marron { color: var(--Marron); }
.color-NoirBlack { color: var(--NoirBlack); }
.color-Sage { color: var(--Sage); }
.color-Sand { color: var(--Sand); }
.color-Pearl { color: var(--Pearl); }
.color-Peach { color: var(--Peach); }
.color-Stone { color: var(--Stone); }
.color-Seafoam { color: var(--Seafoam); }
.color-Mist { color: var(--Mist); }
.color-Linen { color: var(--Linen); }
.color-Moss { color: var(--Moss); }

.AmChulo { color: var(--AmChulo); }
.Rojovivo { color: var(--Rojovivo); }
.Rojovivo-2 { color: var(--Rojovivo-2); }
.morado-100 { color: var(--morado-100); }
.morado-200 { color: var(--morado-200); }
.morado-300 { color: var(--morado-300); }
.morado-400 { color: var(--morado-400); }
.morado-500 { color: var(--morado-500); }
.morado-600 { color: var(--morado-600); }
.morado-700 { color: var(--morado-700); }
.morado-800 { color: var(--morado-800); }
.morado-900 { color: var(--morado-900); }

/* ============================================ */
/* LOS COLORES */


:root {
    --primary: #ff6b6b;
    --secondary: #ff8e53;
    --dark: #1a1a2e;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* ============================================ */
/* HERO - MODO ESTÁTICO */
/* ============================================ */
.hero-static {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-static .hero-content {
    text-align: center;
    color: white;
}

.hero-static h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

/* ============================================ */
/* HERO - MODO SLIDER FULLSCREEN */
/* ============================================ */
.hero-slider-fullscreen {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-slider-fullscreen .carousel,
.hero-slider-fullscreen .carousel-inner,
.hero-slider-fullscreen .carousel-item {
    height: 100%;
}

.hero-slider-fullscreen .carousel-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slider-fullscreen .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-slider-fullscreen .carousel-caption h1 {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}


/* ============================================ */
/* HERO - MODO SLIDER FULLSCREEN (con texto izquierda y fade) */
/* ============================================ */
.hero-slider-fullscreen {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-slider-fullscreen .carousel,
.hero-slider-fullscreen .carousel-inner,
.hero-slider-fullscreen .carousel-item {
    height: 100%;
}

/* Transición fade en lugar de slide */
.hero-slider-fullscreen .carousel-item {
    transition: opacity 1.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
}

.hero-slider-fullscreen .carousel-item.active {
    opacity: 1;
    z-index: 1;
}

.hero-slider-fullscreen .carousel-item-next,
.hero-slider-fullscreen .carousel-item-prev,
.hero-slider-fullscreen .carousel-item.active.carousel-item-start,
.hero-slider-fullscreen .carousel-item.active.carousel-item-end {
    transform: translateX(0);
}

.hero-slider-fullscreen .carousel-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Contenido alineado a la izquierda (grid de 12 columnas, ocupando 4) */
.hero-slider-fullscreen .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    z-index: 2;
}

.hero-slider-fullscreen .carousel-caption .caption-content {
    max-width: 450px;
    margin-left: 8.33%; /* 1 columna de 12 */
    padding: 2rem;
}

.hero-slider-fullscreen .carousel-caption h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-slider-fullscreen .carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Quitar controles de navegación (opcional, si no los quieres) */
.hero-slider-fullscreen .carousel-control-prev,
.hero-slider-fullscreen .carousel-control-next {
    display: none;
}

/* Quitar indicadores (opcional) */
.hero-slider-fullscreen .carousel-indicators {
    display: none;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-slider-fullscreen .carousel-caption .caption-content {
        margin-left: 5%;
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .hero-slider-fullscreen .carousel-caption h1 {
        font-size: 2rem;
    }
    
    .hero-slider-fullscreen .carousel-caption p {
        font-size: 1rem;
    }
    
    .hero-slider-fullscreen .carousel-caption .caption-content {
        margin-left: 4%;
        max-width: 90%;
        padding: 1rem;
    }
}

/* ============================================ */
/* HERO - MODO ESTÁTICO + CARRUSEL */
/* ============================================ */
.hero-estatico-carrusel {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg-carousel .carousel,
.hero-bg-carousel .carousel-inner,
.hero-bg-carousel .carousel-item {
    height: 100%;
}

.hero-bg-carousel .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-estatico-carrusel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

.hero-estatico-carrusel .hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: 600px;
    color: white;
}

.hero-estatico-carrusel .hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.hero-estatico-carrusel .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* ============================================ */
/* NAVBAR TRANSPARENTE */
/* ============================================ */
.navbar-transparent {
    background: transparent !important;
    box-shadow: none !important;
    transition: background 0.3s, box-shadow 0.3s;
}

.navbar-transparent.scrolled {
    background: rgba(255,255,255,0.95) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* ============================================ */
/* CATEGORÍAS */
/* ============================================ */
.category-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.category-icon {
    width: 80px;
    height: 80px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.category-icon i {
    font-size: 2rem;
    color: white;
}

/* ============================================ */
/* PLANES */
/* ============================================ */

/* SECTION */
.planes-section {
    background: var(--NoirVigne);
}

/* CARD */

.plan-card {
    background: var(--White);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}

/* HOVER */
.plan-card:hover {
    background: var(--Cotton);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* DESTACADO */
.plan-card.popular {
    border: 2px solid var(--Rojovivo);
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* BADGE */
.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--Rojovivo);
    color: white;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* HEADER */
.card-header{
    border-bottom: 2px dashed var(--NoirVigne);
}


.plan-header h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.plan-price {
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--Rojovivo);
}

.plan-price small {
    font-size: 0.9rem;
    color: #777;
}

/* FEATURES */
.plan-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.plan-features li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

/* ICONOS */
.icon-check {
    color: var(--Rojovivo);
    font-size: 1.1rem;
}

/* FOOTER */
.plan-footer {
    margin-top: auto;
    padding-top: 1rem;
}

/* BOTÓN */
.btn-planes {
    background: var(--Rojovivo);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.25s;
}

.btn-planes:hover {
    background: var(--Rojovivo-2);
    transform: translateY(-2px);
    color: white;
}

/* ============================================ */
/* SERVICIOS COMPLEMENTARIOS */
/* ============================================ */
.service-card {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    font-size: 2.5rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

/* ============================================ */
/* BOTONES */
/* ============================================ */
.btn-primary-custom {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,107,107,0.4);
    color: white;
}

.btn-outline-custom {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-outline-custom:hover {
    background: var(--primary);
    color: white;
}

/* ============================================ */
/* STATS */
/* ============================================ */
.stat-card {
    transition: transform 0.3s;
}

.stat-card:hover {
    transform: translateY(-5px);
}

/* ============================================ */
/* VIDEO MODAL */
/* ============================================ */
.video-modal .modal-dialog {
    max-width: 800px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ============================================ */
/* RESPONSIVE */
/* ============================================ */
@media (max-width: 768px) {
    .hero-static h1,
    .hero-slider-fullscreen .carousel-caption h1,
    .hero-estatico-carrusel .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-static .lead,
    .hero-slider-fullscreen .carousel-caption .lead,
    .hero-estatico-carrusel .hero-content p {
        font-size: 1rem;
    }
    
    .plan-card.popular {
        transform: scale(1);
    }
    
    .hero-estatico-carrusel::before {
        background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%);
    }
}


/* ============================================
   MODALES PERSONALIZADOS - LANDING PAGE
   ============================================ */

/* MAS SIMPLE */

.CustomModal .modal-dialog{
   max-width: 600px !important;
   pointer-events: auto;
   background-color:transparent;
}

.CustomModal .btn-close{
    position: absolute;
    top: -10px;
    right: -13px;
    border-radius: 50%;
    background-color: white;
    padding: 5px;
}








/* Fondo del modal - más oscuro y sin cierre al hacer clic fuera */
.modal-landing-custom .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}

/* El modal en sí */
.modal-landing-custom .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* El cuerpo del modal con marco de color */
.modal-landing-custom .modal-body-custom {
    background: white;
    border-radius: 20px;
    border: 3px solid;
    border-image: linear-gradient(135deg, #667eea, #764ba2, #ff6b6b);
    border-image-slice: 1;
    padding: 2rem;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Efecto de gradiente en el borde (alternativa más compatible) */
.modal-landing-custom .modal-body-custom {
    border: 3px solid transparent;
    background: white;
    background-clip: padding-box;
    position: relative;
}

.modal-landing-custom .modal-body-custom::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, #667eea, #764ba2, #ff6b6b);
    border-radius: 20px;
    z-index: -1;
}

/* Sin header ni footer tradicionales */
.modal-landing-custom .modal-header,
.modal-landing-custom .modal-footer {
    display: none;
}

/* Botón de cerrar personalizado (abajo, centrado, por fuera) */
.modal-landing-custom .btn-cerrar-modal {
    display: block;
    margin: 30px auto 0;
    padding: 10px 30px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-landing-custom .btn-cerrar-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Animación de entrada */
.modal-landing-custom .modal.fade .modal-dialog {
    transform: scale(0.9);
    transition: transform 0.3s ease-out;
}

.modal-landing-custom .modal.show .modal-dialog {
    transform: scale(1);
}

/* Contenedor del botón de cerrar (fuera del modal) */
.btn-cerrar-wrapper {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1060;
}

/* Botón de cerrar personalizado */
.btn-cerrar-modal {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-cerrar-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Ocultar el botón que pueda quedar dentro del modal */
.modal-landing-custom .btn-cerrar-modal {
    display: none;
}

/* Responsive */
@media (max-width: 576px) {
    .modal-landing-custom .modal-body-custom {
        padding: 1.5rem;
        margin: 0 10px;
    }
}