/* ========================================= */
/* VARIABLES GENERALES */
/* ========================================= */

:root{

    --azul:#001B44;
    --azul-claro:#003E9B;

    --naranja:#FF6600;
    --naranja-hover:#e65c00;

    --blanco:#ffffff;
    --gris:#f5f7fa;
    --texto:#222222;

    --radio:14px;
    --sombra:0 8px 24px rgba(0,0,0,.08);

}

/* ========================================= */
/* RESET */
/* ========================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Montserrat',sans-serif;
    background:var(--blanco);
    color:var(--texto);
    overflow-x:hidden;

}

/* ========================================= */
/* CONTENEDOR GENERAL */
/* ========================================= */

.container{

    width:90%;
    max-width:1200px;
    margin:auto;

}

/* ========================================= */
/* TOP BAR */
/* ========================================= */

.top-bar{

    background:var(--azul);
    color:var(--blanco);

    font-size:14px;
    padding:10px 0;

}

.top-bar .container{

    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;

}

.top-bar a{

    color:var(--blanco);
    text-decoration:none;
    font-weight:600;

}

/* ========================================= */
/* HEADER */
/* ========================================= */

header{

    background:var(--blanco);
    box-shadow:0 2px 10px rgba(0,0,0,.05);

    position:sticky;
    top:0;
    z-index:1000;

}

/* ========================================= */
/* NAVBAR */
/* ========================================= */

nav{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 0;

}

/* ========================================= */
/* LOGO */
/* ========================================= */

.logo{

    font-size:28px;
    font-weight:900;
    color:var(--azul);

    text-transform:uppercase;

    text-decoration: none; /* quita la línea del enlace */

}

.logo span{

    color:var(--naranja);

}

/* ========================================= */
/* MENÚ */
/* ========================================= */

.nav-links{

    display:flex;
    gap:30px;

    list-style:none;

}

.nav-links a{

    text-decoration:none;
    color:var(--texto);

    font-weight:700;

    transition:.3s;

}

.nav-links a:hover{

    color:var(--naranja);

}

/* ========================================= */
/* BOTÓN WHATSAPP HEADER */
/* ========================================= */

.btn-wsp-header{

    background:var(--naranja);
    color:var(--blanco);

    padding:12px 24px;

    border-radius:10px;

    text-decoration:none;
    font-weight:800;

    transition:.3s;

}

.btn-wsp-header:hover{

    background:var(--naranja-hover);

}

/* ========================================= */
/* BANNER PRINCIPAL */
/* ========================================= */

.banner-hero{

    width:100%;
    display:block;

}

/* ========================================= */
/* CTA */
/* ========================================= */

.banner-cta{

    background:linear-gradient(90deg,var(--azul),var(--azul-claro));

    color:var(--blanco);

    text-align:center;

    padding:70px 20px;

}

.banner-cta h1{

    font-size:48px;
    margin-bottom:30px;
    font-weight:900;

}

/* ========================================= */
/* BOTÓN HERO */
/* ========================================= */

.btn-hero{

    display:inline-block;

    background:var(--naranja);

    color:var(--blanco);

    padding:18px 34px;

    border-radius:12px;

    text-decoration:none;

    font-weight:800;

    transition:.3s;

}

.btn-hero:hover{

    background:var(--naranja-hover);
    transform:translateY(-2px);

}

/* ========================================= */
/* ATRIBUTOS */
/* ========================================= */

.atributos{

    padding:80px 0;
    background:var(--gris);

}

.atributos-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;

}

.atributo{

    background:var(--blanco);

    border-radius:var(--radio);

    padding:40px 20px;

    text-align:center;

    box-shadow:var(--sombra);

}

.atributo i{

    font-size:40px;
    color:var(--naranja);

    margin-bottom:20px;

}

.atributo h3{

    font-size:20px;

}

/* ========================================= */
/* PLANES */
/* ========================================= */

.planes{

    padding:100px 0;

}

.planes h2{

    text-align:center;

    font-size:42px;

    margin-bottom:60px;

    color:var(--azul);

}

.planes-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* ========================================= */
/* CARD PLAN */
/* ========================================= */

.plan{

    background:var(--blanco);

    border-radius:var(--radio);

    overflow:hidden;

    box-shadow:var(--sombra);

    transition:.3s;

}

.plan:hover{

    transform:translateY(-6px);

}

.plan-header{

    background:var(--azul);

    color:var(--blanco);

    text-align:center;

    padding:30px 20px;

}

.plan-megas{

    font-size:42px;
    font-weight:900;

}

.plan-megas span{

    display:block;
    font-size:18px;
    margin-top:5px;

}

.plan-precio{

    text-align:center;
    padding:30px 20px;

}

.precio{

    font-size:42px;
    font-weight:900;

    color:var(--naranja);

}

.precio small{

    font-size:18px;
    color:#666;

}

.plan-body{

    padding:30px;

}

.plan-lista{

    list-style:none;
    margin-bottom:30px;

}

.plan-lista li{

    margin-bottom:16px;

    display:flex;
    gap:10px;

    align-items:center;

}

.plan-lista i{

    color:green;

}

/* ========================================= */
/* BOTÓN CONTRATAR */
/* ========================================= */

.btn-contratar{

    width:100%;

    display:block;

    text-align:center;

    background:var(--naranja);

    color:var(--blanco);

    padding:16px;

    border-radius:10px;

    text-decoration:none;

    font-weight:800;

    transition:.3s;

}

.btn-contratar:hover{

    background:var(--naranja-hover);

}

/* ========================================= */
/* BOTÓN MÁS PLANES */
/* ========================================= */

.more-plans-container{

    text-align:center;
    margin-top:60px;

}

.btn-more-plans{

    display:inline-block;

    background:var(--azul);

    color:var(--blanco);

    padding:18px 34px;

    border-radius:12px;

    text-decoration:none;

    font-weight:800;

    transition:.3s;

}

.btn-more-plans:hover{

    background:var(--azul-claro);

}

/* ========================================= */
/* COBERTURA */
/* ========================================= */

.cobertura{

    background:var(--gris);

    padding:100px 20px;

    text-align:center;

}

.cobertura h2{

    font-size:40px;

    margin-bottom:40px;

}

.buscador{

    display:flex;
    justify-content:center;
    gap:15px;

    flex-wrap:wrap;

}

.buscador input{

    width:400px;
    max-width:100%;

    padding:18px;

    border:1px solid #ddd;

    border-radius:10px;

    font-size:16px;

}

.buscador button{

    background:var(--naranja);

    color:var(--blanco);

    border:none;

    padding:18px 30px;

    border-radius:10px;

    font-weight:800;

    cursor:pointer;

    transition:.3s;

}

.buscador button:hover{

    background:var(--naranja-hover);

}

/* ========================================= */
/* FOOTER */
/* ========================================= */

footer{

    background:var(--azul);

    color:var(--blanco);

    padding:70px 20px 30px;

}

.footer-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:40px;

}

.footer-logo{

    font-size:28px;
    font-weight:900;

    margin-bottom:20px;

}

.footer-logo span{

    color:var(--naranja);

}

footer a{

    display:block;

    color:var(--blanco);

    text-decoration:none;

    margin-bottom:12px;

}

.footer-copy{

    text-align:center;

    margin-top:50px;

    border-top:1px solid rgba(255,255,255,.1);

    padding-top:20px;

    font-size:14px;

}

/* ========================================= */
/* RESPONSIVE */
/* ========================================= */

@media(max-width:992px){

    .planes-grid,
    .atributos-grid,
    .footer-grid{

        grid-template-columns:1fr 1fr;

    }

}

@media(max-width:768px){

    nav{

        flex-direction:column;
        gap:20px;

    }

    .nav-links{

        flex-wrap:wrap;
        justify-content:center;

    }

    .planes-grid,
    .atributos-grid,
    .footer-grid{

        grid-template-columns:1fr;

    }

    .banner-cta h1{

        font-size:34px;

    }

    .planes h2,
    .cobertura h2{

        font-size:32px;

    }

}

/* ========================================= */
/* SLIDER BANNERS */
/* ========================================= */

.banner-slider{

    position:relative;
    width:100%;
    overflow:hidden;

}

.slides{

    position:relative;
    width:100%;
    height:auto;

}

.slide{

    position:absolute;
    width:100%;
    top:0;
    left:0;

    opacity:0;
    transition:opacity 1s ease-in-out;

    pointer-events:none;

}

.slide.active{

    opacity:1;
    position:relative;

    pointer-events:auto;

}

.slide img{

    width:100%;
    display:block;

}

/* ========================================= */
/* FOOTER MODERNO */
/* ========================================= */

.footer-custom{

    background:
    linear-gradient(
    135deg,
    #0b0f17,
    #162235,
    #09131f
    );

    color:white;

    padding:80px 20px 30px;

}

.footer-sections{

    display:grid;

    grid-template-columns:
    1.5fr 1fr 1fr 1fr;

    gap:50px;

}

.footer-brand{

    text-align:center;

}

.footer-logo-img{

    width:240px;
    margin-bottom:25px;

}

.footer-brand p{

    line-height:1.8;
    color:#ddd;

}

.footer-custom h3{

    color:var(--naranja);

    margin-bottom:25px;

    font-size:22px;

}

.footer-custom h3 i{

    margin-right:10px;

}

.footer-custom a{

    display:block;

    color:#ddd;

    margin-bottom:15px;

    text-decoration:none;

    transition:.3s;

}

.footer-custom a:hover{

    color:var(--naranja);

    transform:translateX(5px);

}

.footer-copy{

    margin-top:60px;

    border-top:
    1px solid rgba(255,255,255,.1);

    padding-top:25px;

    text-align:center;

    color:#999;

}

/* RESPONSIVE */

@media(max-width:992px){

.footer-sections{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){

.footer-sections{

grid-template-columns:1fr;

text-align:center;

}

}


/* ========================================= */
/* POPUP BIENVENIDA */
/* ========================================= */

.popup-overlay{

    position:fixed;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,.7);

    display:flex;

    justify-content:center;
    align-items:center;

    z-index:9999;

}

.popup-content{

    position:relative;

    width:60%;
    max-width:500px;
    min-width:250px;

    animation:popupEntrada .5s;

}

@media(max-width:768px){

.popup-content{

    width:90%;

}

}

.popup-img{

    width:100%;

    border-radius:15px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.3);

}

.popup-close{

    position:absolute;

    top:-15px;
    right:-15px;

    width:45px;
    height:45px;

    border:none;

    border-radius:50%;

    background:var(--naranja);

    color:white;

    font-size:28px;

    cursor:pointer;

    font-weight:bold;

}

.popup-close:hover{

    transform:scale(1.1);

}

@keyframes popupEntrada{

from{

opacity:0;
transform:scale(.8);

}

to{

opacity:1;
transform:scale(1);

}

}

/* ========================================= */
/* PLAN DESTACADO */
/* ========================================= */

.plan-destacado{

    border:4px solid var(--naranja);

    transform:scale(1.03);

    position:relative;

    box-shadow:
    0 15px 35px rgba(255,102,0,.25);

}

/* EFECTO HOVER */

.plan-destacado:hover{

    transform:
    scale(1.05)
    translateY(-8px);

}

/* HEADER NARANJA */

.plan-destacado .plan-header{

    background:
    linear-gradient(
    135deg,
    #ff6600,
    #ff8533
    );

}

/* BOTÓN MÁS LLAMATIVO */

.plan-destacado .btn-contratar{

    background:var(--naranja);

}

.plan-destacado .btn-contratar:hover{

    background:#e65c00;

}

/* ETIQUETA */

.plan-destacado::before{

    content:"RECOMENDADO";

    position:absolute;

    top:15px;
    right:-10px;

    background:var(--naranja-hover);

    color:white;

    padding:10px 18px;

    font-size:12px;
    font-weight:800;

    border-radius:30px;

    box-shadow:
    0 5px 15px rgba(0,0,0,.2);

}

/* ========================================= */
/* ROCKET BUTTON */
/* ========================================= */

#rocketButton{

    position:fixed;

    bottom:25px;
    right:25px;

    width:130px;

    opacity:0;

    visibility:hidden;

    transition:.4s;

    z-index:99999;

    overflow:visible;

}

#rocketButton img{

    width:100%;

    display:block;

    filter:

    drop-shadow(
    0 0 10px
    rgba(255,140,0,.4)
    );

}

/* VISIBLE */

#rocketButton.show{

    opacity:.85;

    visibility:visible;

}

/* HOVER */

#rocketButton:hover{

    transform:scale(1.08);

    opacity:1;

}

/* DESPEGUE */

#rocketButton.launch{

    animation:
    rocketLaunch
    1.2s ease-in-out forwards;

    filter:

    drop-shadow(
    0 0 15px #ff9900
    )

    drop-shadow(
    0 0 30px #ff6600
    );

}

/* ========================================= */
/* LLAMA ENCENDIDA */
/* ========================================= */

#rocketButton.launch::after{

    opacity:1;

    animation:
    flame 0.15s infinite
    alternate;

}

@keyframes rocketLaunch{

0%{

transform:
translateY(0)
scale(1);

}

20%{

transform:
translateY(-15px)
scale(1.05);

}

100%{

transform:
translateY(-1200px)
scale(.7);

opacity:0;

}

}
/* ========================================= */
/* LLAMA DEL COHETE */
/* ========================================= */

#rocketButton::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:-12px;

    width:16px;
    height:0px;

    transform:
    translateX(-50%);

    background:
    linear-gradient(
    to bottom,
    #ffff66,
    #ff9900,
    #ff3300
    );

    border-radius:
    50% 50% 60% 60%;

    filter:
    blur(2px);

    opacity:0;

}

/* ANIMACIÓN */

@keyframes flame{

    from{

        height:24px;

        opacity:.8;

    }

    to{

        height:32px;

        opacity:1;

    }

}

/* ========================================= */
/* PLAN PREMIUM */
/* ========================================= */

.plan-premium{

    position:relative;

    border:2px solid #ff8c00;

    transform:scale(1.05);

    box-shadow:

    0 0 20px rgba(255,140,0,.35),

    0 0 50px rgba(255,140,0,.15);

}

/* INSIGNIA */

.premium-badge{

    position:absolute;

    top:-8px;
    left:50%;

    transform:translateX(-50%);

    background:#ff8c00;

    color:white;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    z-index:10;

}

/* PRECIO */

.premium-price{

    text-align:center;

    font-size:25px;

    font-weight:900;

    color:#ff8c00;

    margin:0px 0 10px;

}

.premium-price small{

    font-size:16px;

    color:#666;

}

/* TEXTO */

.premium-text{

    text-align:center;

    font-size:15px;

    line-height:1.6;

    color:#666;

    max-width:280px;

    margin:25px auto 0px auto;

    padding:0 15px;

}

.plan-premium::before{

    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:

    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.2),
        transparent
    );

    animation:
    premiumShine 5s infinite;

}

@keyframes premiumShine{

    0%{

        left:-100%;

    }

    100%{

        left:200%;

    }

}

/* ========================================= */
/* WIFI 7 SHOWCASE */
/* ========================================= */

.wifi7-showcase{

    display:grid;

    grid-template-columns:
    360px 1fr;

    gap:35px;

    width:100%;

    margin-top:40px;

    align-items:stretch;

}

.premium-video{

    position:relative;

    min-height:500px;

    border-radius:25px;

    overflow:hidden;

    background:#000;

    box-shadow:

    0 15px 40px rgba(0,0,0,.15),

    0 0 30px rgba(255,140,0,.15);

}

.premium-video video{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}


.premium-video-info{

    position:absolute;

    left:40px;

    bottom:40px;

    z-index:5;

    color:white;

    max-width:450px;

}

.premium-video-info h3{

    font-size:42px;

    font-weight:1200;

    margin-bottom:15px;

}

.premium-video-info p{

    font-size:18px;

    line-height:1.7;

    color:#ddd;

}


.premium-video::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(
    to right,
    rgba(0,0,0,.35),
    transparent
    );

    pointer-events:none;

}

@media(max-width:768px){

    .wifi7-showcase{

        grid-template-columns:1fr;

        gap:20px;

    }

    .premium-video{

        min-height:280px;

    }

    .premium-video-info{

        left:20px;

        bottom:20px;

    }

    .premium-video-info h3{

        font-size:26px;

    }

    .premium-video-info p{

        font-size:14px;

    }

}


.premium-video{

    opacity:0;

    transform:
    translateY(40px);

    transition:
    .8s ease;

}

.premium-video.visible{

    opacity:1;

    transform:
    translateY(0);

}


/* ========================================= */
/* PAGE TRANSITION */
/* ========================================= */

body{

    opacity:0;

    animation:
    pageFadeIn .5s ease forwards;

}

@keyframes pageFadeIn{

    from{

        opacity:0;

    }

    to{

        opacity:1;

    }

}

body.fade-out{

    opacity:0;

    transition:
    opacity .35s ease;

}

/* ========================================= */
/* aclaracion */
/* ========================================= */


.nota-plan {
    text-align: center;      /* centra el texto */
    font-size: 0.9em;        /* más pequeño que el título */
    color: #666;             /* gris discreto */
    margin-top: 10px;        /* espacio debajo del título */
    margin-bottom: 30px;     /* espacio antes de las tarjetas */
}

.nota-plan i {
    margin-right: 6px;
    color: #ff8c00;          /* tu color corporativo */
}

.nota-plan a {
    color: #ff8c00;
    text-decoration: underline;
}

