/* ==========================================================
   FIBERPRADO STYLE CSS V2
   BLOQUE 1/5
   VARIABLES + BASE + BOTONES + HEADER
========================================================== */


/* ==========================================================
   01. VARIABLES GLOBALES
========================================================== */

:root{
  --blue:#003BBB;
  --cyan:#002486;
  --orange:#FF6D00;
  --bg:#0B0F1A;
  --text:#EAF0FF;
  --muted:rgba(234,240,255,.72);
  --line:rgba(255,255,255,.10);
  --card:rgba(255,255,255,.04);
  --shadow:0 20px 60px rgba(0,0,0,.45);
  --radius:18px;
  --max:1400px;
}


/* ==========================================================
   02. RESET / BASE
========================================================== */

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;

  background:
  radial-gradient(1200px 700px at 10% 0%,rgba(63,95,249,.35),transparent 60%),
  radial-gradient(900px 600px at 90% 10%,rgba(0,255,255,.18),transparent 60%),
  linear-gradient(180deg,#070A12 0%,#0B0F1A 55%,#070A12 100%);

  color:var(--text);
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

.wrap{
  max-width:var(--max);
  margin:0 auto;
  padding:0 18px;
}


/* ==========================================================
   03. BOTONES GENERALES
========================================================== */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:12px 16px;

  border-radius:999px;
  border:1px solid var(--line);

  background:rgba(255,255,255,.04);

  color:var(--text);

  font-weight:900;
  letter-spacing:.2px;

  transition:.2s transform,.2s background,.2s border-color,.2s box-shadow;

  user-select:none;
  cursor:pointer;
}

.btn:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.18);
}

.btn:active{
  transform:translateY(0);
}

.btn-primary{
  border:none;

  background:
  linear-gradient(90deg,var(--blue),var(--cyan));

  color:#fff;

  box-shadow:
  0 16px 40px rgba(63,95,249,.25);
}


/* ==========================================================
   04. SECCIONES Y TITULOS
========================================================== */

.section{
  padding:44px 0;
}

.section-title{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;

  margin-bottom:14px;
}

.section-title h2{
  margin:0;
  font-size:clamp(22px,2.4vw,30px);
  letter-spacing:-.4px;
}

.section-title p{
  margin:0;
  color:var(--muted);

  max-width:60ch;

  line-height:1.6;
  font-weight:900;
  font-size:14px;
}


/* ==========================================================
   05. HEADER PRINCIPAL
========================================================== */

.site-header{
  position:sticky;
  top:0;
  z-index:50;

  backdrop-filter:blur(10px);

  background:
  rgba(11,15,26,.55);

  border-bottom:
  1px solid rgba(255,255,255,.06);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:18px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;

  font-weight:1000;
  letter-spacing:.6px;
}

.logo-img{
  height:48px;
  width:auto;
}

.links{
  display:flex;
  align-items:center;
  gap:16px;
}

.links a{
  color:rgba(234,240,255,.85);

  font-weight:900;
  font-size:14px;

  padding:10px;
  border-radius:10px;

  transition:.2s background;
}

.links a:hover{
  background:rgba(255,255,255,.06);
}

.nav-cta{
  display:flex;
  align-items:center;
  gap:12px;

  flex-shrink:0;
}

.menu-btn{
  display:none;
}


/* ==========================================================
   MENU MÓVIL
========================================================== */

.mobile{
  display:none;
  padding:10px 0 16px;
}

.mobile a{
  display:block;

  padding:12px 10px;

  margin-top:6px;

  border-radius:12px;

  background:
  rgba(255,255,255,.04);

  border:
  1px solid rgba(255,255,255,.07);

  font-weight:1000;
}


/* ==========================================================
   FIN BLOQUE 1/5
========================================================== */


/* ==========================================================
   FIBERPRADO STYLE CSS V2
   BLOQUE 2/5
   HERO + SERVICIOS + PLANES
========================================================== */


/* ==========================================================
   06. HERO PRINCIPAL
========================================================== */

.hero{
  padding:48px 0 20px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  align-items:stretch;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(63,95,249,.14);
  border:1px solid rgba(63,95,249,.28);
  color:#DDE6FF;
  font-weight:1000;
  font-size:13px;
  margin-bottom:14px;
}

.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 6px rgba(0,255,255,.12);
}

.hero h1{
  margin:0;
  font-size:clamp(34px,3.8vw,54px);
  line-height:1.02;
  letter-spacing:-.8px;
}

.grad{
  background:linear-gradient(90deg,#EAF0FF,#CDE3FF,var(--cyan));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero p{
  margin:14px 0 22px;
  color:rgba(234,240,255,.78);
  font-size:16px;
  line-height:1.6;
  max-width:52ch;
  font-weight:800;
}

.hero-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:18px;
}

.stat{
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.stat b{
  display:block;
  font-size:18px;
}

.stat small{
  color:rgba(234,240,255,.70);
  font-weight:1000;
}

.hero-media{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
  min-height:360px;
}

.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:360px;
}

.overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(11,15,26,.08),rgba(11,15,26,.88));
  pointer-events:none;
}

.badge{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  padding:12px;
  border-radius:16px;
  background:rgba(10,14,26,.65);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(8px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.badge b{
  font-size:14px;
}

.badge span{
  color:rgba(234,240,255,.72);
  font-weight:900;
  font-size:13px;
}

.fallback{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding:18px;
  color:rgba(234,240,255,.85);
  font-weight:1000;
  text-align:center;
  background:#0b0f1a;
}


/* ==========================================================
   07. SERVICIOS
========================================================== */

.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.card{
  border-radius:var(--radius);
  background:var(--card);
  border:1px solid rgba(255,255,255,.08);
  padding:16px;
  box-shadow:0 14px 40px rgba(0,0,0,.20);
  overflow:hidden;
}

.card h4{
  margin:0 0 6px;
}

.card p{
  margin:0;
  color:rgba(234,240,255,.70);
  line-height:1.55;
  font-weight:800;
}


/* ==========================================================
   08. PLANES
========================================================== */

.plans{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.plan{
  padding:16px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  position:relative;
  transition:transform .25s ease,box-shadow .25s ease;
}

.plan:hover{
  transform:scale(1.04);
  box-shadow:0 22px 55px rgba(0,0,0,.35);
  z-index:2;
}

.plan.featured{
  border-color:var(--orange);
  background:linear-gradient(180deg,#ff6f0038,rgba(63,95,249,.08));
}

.tag{
  position:absolute;
  top:14px;
  right:14px;
  font-size:12px;
  font-weight:1000;
  padding:8px 10px;
  border-radius:999px;
  background:var(--orange);
  border:1px solid var(--orange);
  color:#fff;
}

.plan-img{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:14px;
  margin-bottom:10px;
}

.price{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin:10px 0 12px;
}

.price b{
  font-size:30px;
}

.price small{
  color:rgba(234,240,255,.70);
  font-weight:1000;
}

.list{
  display:grid;
  gap:8px;
  margin:12px 0 16px;
  padding:0;
  list-style:none;
}

.list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:rgba(234,240,255,.74);
  font-weight:900;
}

.check{
  width:20px;
  height:20px;
  border-radius:6px;
  background:var(--orange);
  border:1px solid var(--orange);
  flex:0 0 auto;
  position:relative;
}

.check:after{
  content:"";
  position:absolute;
  left:5px;
  top:2px;
  width:6px;
  height:10px;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  transform:rotate(40deg);
}


/* ==========================================================
   FIN BLOQUE 2/5
========================================================== */

/* ==========================================================
   FIBERPRADO STYLE CSS V2
   BLOQUE 3/5
   VIDEOS + COBERTURA + FORMAS DE PAGO
========================================================== */


/* ==========================================================
   09. VIDEOS
========================================================== */

.videos-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.video-card{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  padding:12px;
  box-shadow:var(--shadow);
}

.video-card video{

width:100%;
aspect-ratio:9/16;
border:0;
border-radius:14px;
background:#000;

}


/* ==========================================================
   10. COBERTURA
========================================================== */

.cta{
  border-radius:24px;
  padding:18px;

  background:
  radial-gradient(600px 240px at 10% 30%,rgba(63,95,249,.35),transparent 65%),
  radial-gradient(500px 240px at 90% 0%,rgba(0,255,255,.22),transparent 60%),
  rgba(255,255,255,.04);

  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.cta h3{
  margin:0 0 6px;
}

.cta p{
  margin:0;
  color:rgba(234,240,255,.72);
  font-weight:900;
  line-height:1.6;
}

.cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}


/* ==========================================================
   11. FORMAS DE PAGO
========================================================== */

.pay{
  background:#fff;
  color:#0a0f1a;
}

.pay-topbar{
  background:
  linear-gradient(90deg,var(--blue),#2d7cff,var(--cyan));

  padding:18px 0;
}

.pay-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.pay-topbar-left{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.pay-topbar h2{
  margin:0;
  color:#fff;
}

.pay-topbar p{
  margin:0;
  color:#fff;
  font-weight:900;
}

.pay-content{
  padding:26px 0 10px;
}

.pay-switch{
  margin:18px 0;
}

.pay-title{
  text-align:center;
  font-weight:1000;
  font-size:16px;
  margin-bottom:14px;
  color:#0a0f1a;
}


/* Botones métodos pago */

.pay-tabs{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:nowrap;
}

.pay-tab{
  display:flex;
  align-items:center;
  justify-content:center;

  width:64px;
  height:64px;

  padding:10px;

  border-radius:16px;

  border:1px solid rgba(10,15,26,.12);

  background:#fff;

  cursor:pointer;

  transition:
  transform .15s ease,
  box-shadow .15s ease;
}

.pay-tab img{
  width:36px;
  height:36px;
  object-fit:contain;
}

.pay-tab:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.pay-tab.is-active{
  border-color:var(--blue);

  box-shadow:
  0 0 0 3px rgba(63,95,249,.20);
}


/* Paneles */

.pay-panel[hidden]{
  display:none!important;
}

.pay-panel{
  padding-top:10px;
}


/* Pasos de pago */

.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  align-items:start;
  padding:10px 0 20px;
}

.step{
  text-align:center;
}

.step-head{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:10px 14px;

  border-radius:999px;

  background:rgba(10,15,26,.05);

  border:1px solid rgba(10,15,26,.08);

  font-weight:1000;

  color:#1b2538;
}

.step-head .n{
  width:28px;
  height:28px;

  border-radius:999px;

  display:grid;
  place-items:center;

  background:var(--blue);

  color:#fff;
}

.step-head .hl{
  color:var(--blue);
}


/* Celular */

.phone{
  margin:18px auto 0;

  width:280px;
  height:560px;

  border-radius:34px;

  border:10px solid #101319;

  background:#0d1222;

  box-shadow:
  0 22px 60px rgba(0,0,0,.18);

  overflow:hidden;

  position:relative;
}

.phone:before{
  content:"";

  position:absolute;

  top:0;
  left:50%;

  transform:translateX(-50%);

  width:120px;
  height:22px;

  background:#101319;

  border-radius:0 0 14px 14px;

  z-index:3;
}

.phone img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* ==========================================================
   FIN BLOQUE 3/5
========================================================== */

/* ==========================================================
   FIBERPRADO STYLE CSS V2
   BLOQUE 4/5
   CONTACTO + FOOTER EMPRESARIAL
========================================================== */


/* ==========================================================
   12. CONTACTO
========================================================== */

.contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.panel{
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
  padding:18px;
}

.form{
  display:grid;
  gap:10px;
  margin-top:8px;
}

.field{
  display:grid;
  gap:6px;
}

label{
  font-size:13px;
  color:rgba(234,240,255,.74);
  font-weight:1000;
}

input,select,textarea{
  width:100%;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  outline:none;
  background:rgba(10,14,26,.55);
  color:var(--text);
  font-weight:900;
}

textarea{
  min-height:110px;
  resize:vertical;
}

input:focus,select:focus,textarea:focus{
  border-color:rgba(0,255,255,.45);
  box-shadow:0 0 0 4px rgba(0,255,255,.10);
}

.mini{
  font-size:13px;
  color:rgba(234,240,255,.62);
  font-weight:900;
}


/* ==========================================================
   13. FOOTER EMPRESARIAL
========================================================== */

.site-footer{
  padding:45px 0 35px;
  background:linear-gradient(180deg,#070A12 0%,#0b0f1a00 100%);
  border-top:1px solid rgba(255, 255, 255, 0);
  color:var(--text);
}

.foot{
  display:grid;
  grid-template-columns:1.3fr 1fr 1.2fr 1fr 1fr .8fr;
  gap:35px;
  align-items:start;
}

.foot-col{
  display:grid;
  gap:9px;
}

.foot-col h4{
  margin:0 0 12px;
  color:var(--text);
  font-size:15px;
  font-weight:900;
  letter-spacing:.2px;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:8px;
}

.site-footer .mini{
  font-size:13px;
  color:rgba(234,240,255,.62);
  font-weight:900;
  line-height:1.6;
}

.site-footer a{
  color:rgba(234,240,255,.72);
  font-weight:900;
  transition:.2s ease;
}

.site-footer a:hover{
  color:var(--orange);
}

.foot-brand .logo-img{
  height:56px;
  width:auto;
  margin-bottom:12px;
}

.foot-reclamos{
  text-align:center;
  justify-items:center;
}

.icono-footer{
  width:95px;
  height:auto;
}

.footer-subtitle{
  margin-top:22px!important;
}


/* ==========================================================
   FIN BLOQUE 4/5
========================================================== */

/* ==========================================================
   FIBERPRADO STYLE CSS V2
   BLOQUE 5/5
   REDES + CONTADOR + MUSICA + POPUP + RESPONSIVE
========================================================== */


/* =========================
BANNER PROMOCIONAL CARRUSEL
========================= */

.promo-banner{
width:100%;
height:auto;
overflow:hidden;
}

.promo-slider{
display:flex;
width:100%;
transform:translateX(0);
transition:transform .6s ease;
}

.promo-slider img{
width:100%;
height:auto;
flex:0 0 100%;
object-fit:contain;
display:block;
}

/* ==========================================================
   14. REDES SOCIALES FLOTANTES
========================================================== */

.social-float{
  position:fixed;
  right:16px;
  top:55%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index:9999;
}

.sf-btn{
  width:46px;
  height:46px;
  border-radius:999px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 16px 40px rgba(0,0,0,.30);
  transition:.18s ease;
  overflow:hidden;
}

.sf-btn img{
  width:45px;
  height:45px;
  object-fit:contain;
}

.sf-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 55px rgba(0,0,0,.35);
}

.sf-wa{
  background:linear-gradient(180deg,#25D366,#128C7E);
}

.sf-fb{
  background:linear-gradient(180deg,#1877F2,#0F5BD6);
}

.sf-ig{
  background:linear-gradient(180deg,#F58529,#DD2A7B);
}

.sf-tt{
  background:linear-gradient(180deg,#00F2EA,#FF0050);
}

.sf-yt{
  background:linear-gradient(180deg,#FF0000,#C80000);
}


/* ==========================================================
   15. CONTADOR EN VIVO
========================================================== */

.live-counter{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  height:48px;
  padding:0 18px;

  border-radius:999px;

  background:rgba(255,255,255,.04);

  border:1px solid rgb(0,255,64);

  color:#fff;

  font-size:14px;
  font-weight:700;

  white-space:nowrap;

  flex-shrink:0;

  margin-left:55px;

  transition:.2s ease;
}

.live-counter:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.18);
}

.live-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#31d158;
  box-shadow:0 0 10px #31d158;
}


/* ==========================================================
   16. CONTROL DE MUSICA
========================================================== */

.music-control{
  position:fixed;

  right:25px;
  bottom:25px;

  width:55px;
  height:55px;

  border-radius:50%;

  border:none;

  background:var(--blue);

  color:white;

  font-size:22px;

  cursor:pointer;

  z-index:9999;

  box-shadow:0 10px 30px rgba(0,0,0,.4);
}

.music-control:hover{
  transform:scale(1.1);
}


/* ==========================================================
   17. POPUP PROMOCIONAL
========================================================== */

.fiber-popup{
  position:fixed;

  top:0;
  left:0;

  width:100vw;
  height:100vh;

  background:rgba(0,0,0,.75);

  display:flex;

  justify-content:center;

  align-items:center;

  z-index:999999;
}

.fiber-popup-box{
  position:relative;

  width:min(420px,90%);

  border-radius:25px;

  overflow:hidden;

  background:#000;

  box-shadow:0 20px 60px rgba(0,0,0,.7);
}

.fiber-popup-box img{
  width:100%;
  height:auto;
}

.close-promo{
  position:absolute;

  right:15px;
  top:15px;

  width:45px;
  height:45px;

  border-radius:50%;

  border:none;

  background:var(--orange);

  color:white;

  font-size:25px;

  font-weight:bold;

  cursor:pointer;

  z-index:5;
}

.close-promo:hover{
  transform:scale(1.1);
}


/* ==========================================================
   18. RESPONSIVE
========================================================== */

@media(max-width:1100px){

  .foot{
    grid-template-columns:repeat(3,1fr);
  }

}


@media(max-width:980px){

  .hero-grid{
    grid-template-columns:1fr;
  }

  .grid3{
    grid-template-columns:1fr;
  }

  .contact{
    grid-template-columns:1fr;
  }

  .links{
    display:none;
  }

  .menu-btn{
    display:inline-flex;
  }

  .steps{
    grid-template-columns:1fr;
  }

  .pay-topbar-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .plans{
    grid-template-columns:repeat(2,1fr);
  }

  .videos-row{
    grid-template-columns:repeat(2,1fr);
  }

}


@media(max-width:560px){

  .plans{
    grid-template-columns:1fr;
  }

  .videos-row{
    grid-template-columns:1fr;
  }

  .foot{
    grid-template-columns:1fr;
    text-align:center;
  }

  .foot-col{
    justify-items:center;
  }

  .pay-tabs{
    gap:10px;
  }

  .pay-tab{
    width:56px;
    height:56px;
  }

  .pay-tab img{
    width:30px;
    height:30px;
  }

  .phone{
    width:260px;
    height:520px;
  }

}


@media(max-width:480px){

  .sf-btn{
    width:42px;
    height:42px;
  }

  .sf-btn img{
    width:30px;
    height:30px;
  }

}


/* ==========================================================
   FIN STYLE CSS V2
========================================================== */