/* ===========================
   CONFIGURACIÓN GENERAL
=========================== */

body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#0b1320;
    color:white;
}


/* ===========================
   HEADER
=========================== */

header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:15px 40px;

    background:#09111d;

}

nav{

    display:flex;
    gap:25px;
    align-items:center;
    flex:1;
    justify-content:center;

}


nav a{

    color:white;
    text-decoration:none;

}

header img{

    height:110px;

}

/* ===========================
   HERO PRINCIPAL
=========================== */

.hero{

    position:relative;

    min-height:80vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:40px;

    overflow:hidden;

}

.hero-contenido{

    max-width:800px;

}

.hero h2{

    font-size:56px;

    margin-bottom:20px;

}

.hero p{

    font-size:22px;

    line-height:1.6;

    margin-bottom:20px;

}

.hero-botones{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:40px;

}

.hero-video{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    object-fit:cover;

    z-index:1;

}

.hero-overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(9,17,29,0.60);

    z-index:2;

}

.hero-contenido{

    position:relative;

    z-index:3;

    max-width:800px;

    margin-top:-80px;

}

.boton{

    display:inline-block;

    padding:15px 30px;

    background:#d71920;

    color:white;

    text-decoration:none;

    border-radius:8px;

    font-weight:bold;

    transition:0.3s;

}

.boton:hover{

    background:#b1141a;

}

.boton-secundario{

    background:transparent;

    border:2px solid white;

}

.boton-secundario:hover{

    background:white;

    color:#09111d;

}

/* ===========================
   COBERTURA
=========================== */

.cobertura{

    padding:80px 40px;

    background:#101b2d;

}

.contenedor{

    max-width:1200px;

    margin:auto;

}

.cobertura h2{

    text-align:center;

    font-size:2.2rem;

    margin-bottom:15px;

}

.subtitulo{

    text-align:center;

    color:#bfc9d4;

    margin-bottom:50px;

    font-size:1.1rem;

}

.cobertura-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.cobertura-card{

    background:#162338;

    border-radius:15px;

    padding:25px;

    transition:.3s;

}

.cobertura-card:hover{

    transform:translateY(-6px);

}

.cobertura-card h3{

    margin-top:0;

    color:#ff4b4b;

}

.cobertura-card ul{

    margin:0;

    padding-left:20px;

}

.cobertura-card li{

    margin-bottom:10px;

    color:#d7dde5;

}

/* =======================================================
   FACTIBILIDAD
======================================================= */

.factibilidad{

    width:100%;

    margin-top:100px;

    padding:80px 60px;

    text-align:center;

    background:linear-gradient(135deg,#183b63,#102844);

    border:1px solid rgba(255,75,75,.25);

    border-radius:20px;

    box-sizing:border-box;

}

.factibilidad h3{

    color:#ffffff;

    font-size:2.2rem;

    margin-bottom:20px;

}

.factibilidad p{

    max-width:700px;

    margin:0 auto;

    color:#e3e3e3;

    line-height:1.8;

    font-size:1.08rem;

}

.factibilidad-texto{

    margin-top:12px;

    margin-bottom:35px;

    color:#c9d5df;

}

.factibilidad .boton{

    display:inline-block;

    margin:20px 0;

    padding:18px 45px;

}

.factibilidad-info{

    color:#9fb4c8;

    font-size:.95rem;

    margin-top:10px;

}

/* =======================================================
   PLANES
======================================================= */

.planes{
    padding:100px 20px;
    background:#0f1b2d;
}

.planes h2{
    text-align:center;
    color:#ffffff;
    font-size:2.8rem;
    margin-bottom:20px;
}

.planes .subtitulo{
    max-width:750px;
    margin:0 auto 70px;
    text-align:center;
    color:#c7d2e3;
    font-size:1.15rem;
    line-height:1.8;
}

.planes-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    align-items:center;
}

.plan-card{
    background:#172845;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:40px 35px;
    color:#ffffff;
    position:relative;
    transition:all .30s ease;
}

.plan-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.35);
    border-color:#e31b23;
}

.plan-card h3{
    font-size:3rem;
    text-align:center;
    margin-bottom:5px;
    color:#ffffff;
}

.plan-card h4{
    text-align:center;
    margin-bottom:30px;
    color:#e31b23;
    font-size:1.25rem;
}

.plan-card p{
    color:#d7deeb;
    line-height:1.8;
    text-align:center;
}

.recomendado{
    transform:scale(1.06);
    border:2px solid #e31b23;
    box-shadow:0 20px 45px rgba(0,0,0,.40);
}

.recomendado:hover{
    transform:scale(1.08) translateY(-10px);
}

.etiqueta{
    position:absolute;
    top:18px;
    right:18px;
    background:#e31b23;
    color:#ffffff;
    font-size:.75rem;
    font-weight:700;
    padding:7px 14px;
    border-radius:30px;
    letter-spacing:.5px;
    text-transform:uppercase;

    
}

/* =======================================================
   BENEFICIOS
======================================================= */

.beneficios{
    padding:100px 20px;
    background:#13233b;
}

.beneficios h2{
    text-align:center;
    color:#ffffff;
    font-size:2.8rem;
    margin-bottom:20px;
}

.beneficios .subtitulo{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
    color:#c7d2e3;
    line-height:1.8;
    font-size:1.15rem;
}

.beneficios-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.beneficio-card{
    background:#1b2d4a;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    transition:all .30s ease;
}

.beneficio-card:hover{
    transform:translateY(-8px);
    border-color:#e31b23;
    box-shadow:0 18px 40px rgba(0,0,0,.35);
}

.icono{
    font-size:3.5rem;
    margin-bottom:25px;
}

.beneficio-card h3{
    color:#ffffff;
    font-size:2rem;
    margin-bottom:20px;
}

.beneficio-card p{
    color:#d7deeb;
    line-height:1.8;
}

/* =======================================================
   CONTACTO
======================================================= */

.contacto{
    padding:100px 20px;
    background:#0f1b2d;
    text-align:center;
}

.contacto h2{
    color:#ffffff;
    font-size:2.8rem;
    margin-bottom:20px;
}

.contacto .subtitulo{
    max-width:760px;
    margin:0 auto 50px;
    color:#c7d2e3;
    line-height:1.8;
    font-size:1.15rem;
}

.btn-contacto{
    display:inline-block;
    background:#e31b23;
    color:#ffffff;
    text-decoration:none;
    padding:18px 45px;
    border-radius:50px;
    font-size:1.2rem;
    font-weight:700;
    transition:all .30s ease;
    margin-bottom:50px;
}

.btn-contacto:hover{
    background:#ff2b35;
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(0,0,0,.30);
}

.contacto-info{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
    color:#d7deeb;
    font-size:1rem;
}

/* =======================================================
   FOOTER
======================================================= */

.footer{
    background:#0a1322;
    padding:70px 20px 40px;
    border-top:1px solid rgba(255,255,255,.08);
    text-align:center;
}

.footer h3{
    color:#ffffff;
    font-size:2rem;
    margin-bottom:15px;
}

.footer-descripcion{
    max-width:700px;
    margin:0 auto 40px;
    color:#b8c4d8;
    line-height:1.8;
}

.footer-enlaces,
.footer-legales{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.footer-enlaces a,
.footer-legales a{
    color:#ffffff;
    text-decoration:none;
    transition:.30s;
}

.footer-enlaces a:hover,
.footer-legales a:hover{
    color:#e31b23;
}

.footer-copy{
    margin-top:35px;
    color:#95a6c3;
    font-size:.95rem;
}

.footer-firma{
    margin-top:12px;
    font-size:.90rem;
    color:#7f90ac;
    font-style:italic;
}

/* =======================================================
   PÁGINAS LEGALES
======================================================= */

.pagina-legal{
    padding:80px 20px;
    background:#f5f7fb;
    min-height:80vh;
}

.pagina-legal .contenedor{
    max-width:900px;
    margin:auto;
    background:#ffffff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.pagina-legal h1{
    text-align:center;
    color:#0a1322;
    margin-bottom:10px;
}

.fecha-legal{
    text-align:center;
    color:#6d7b91;
    margin-bottom:35px;
}

.intro-legal{
    font-size:1.1rem;
    line-height:1.9;
    color:#3b4a60;
    text-align:center;
    margin-bottom:35px;
}

.contenido-legal h2{
    margin-top:35px;
    color:#0a1322;
    font-size:1.5rem;
}

.contenido-legal p{
    margin-top:15px;
    line-height:1.9;
    color:#4b596e;
}

.contenido-legal ul{
    margin:20px 0 30px 25px;
    line-height:2;
    color:#4b596e;
}

.contenido-legal li{
    margin-bottom:8px;
}

/* ============================
   Accesos rápidos del Header
============================ */

.header-accesos {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 30px;
    flex-shrink: 0;
}

.btn-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 18px;

    border-radius: 999px;

    color: #fff;
    text-decoration: none;

    font-size: 0.9rem;
    font-weight: 600;

    transition: all 0.25s ease;
}

.btn-header.portal {
    background: #0056b3;
}

.btn-header.pago {
    background: #d62828;
}

.btn-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,.20);
}

/* ===========================
   RESPONSIVE - CELULARES
=========================== */

@media (max-width: 768px) {

    header{
        flex-direction: column;
        padding:20px;
        gap:20px;
    }

    nav{
        flex-wrap: wrap;
        justify-content:center;
        gap:15px;
    }

    .header-accesos{
        margin-left:0;
        flex-wrap:wrap;
        justify-content:center;
    }

    header img{
        height:80px;
    }

    .hero h2{
        font-size:36px;
    }

    .hero p{
        font-size:18px;
    }

    .hero-botones{
        flex-direction:column;
        align-items:center;
    }

    /* ---------- PLANES ---------- */

.planes{
    padding:60px 20px;
}

.planes h2{
    font-size:2rem;
}

.planes .subtitulo{
    font-size:1rem;
    margin-bottom:40px;
}

.planes-grid{
    grid-template-columns:1fr;
    gap:25px;
}

.plan-card{
    padding:30px 25px;
}

.plan-card h3{
    font-size:2.4rem;
}

.recomendado{
    transform:none;
}

.recomendado:hover{
    transform:translateY(-8px);
}

    /* ---------- COBERTURA ---------- */

    .cobertura{
        padding:60px 20px;
    }

    .cobertura h2{
        font-size:2rem;
    }

    .subtitulo{
        font-size:1rem;
        margin-bottom:35px;
    }

    .cobertura-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cobertura-card{
        padding:20px;
    }

    /* ---------- BENEFICIOS ---------- */

    .beneficios{
        padding:60px 20px;
    }

    .beneficios h2{
        font-size:2rem;
    }

    .beneficios .subtitulo{
        font-size:1rem;
        margin-bottom:40px;
    }

    .beneficios-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .beneficio-card{
        padding:30px 25px;
    }

    .beneficio-card h3{
        font-size:1.6rem;
    }

    .icono{
        font-size:3rem;
        margin-bottom:20px;
    }

}