/* BANNER PRINCIPAL*/
/* .contenedor-banner{
    background-color:#20222F; color:#fff; padding-top: 80px;
}
.titulo-banner{
    color: #f7931d; font-weight: bold; padding-bottom: 20px;
}
.subtitulo-banner{
    font-weight:300; color: #dcdcdc; padding-bottom: 60px;
} */

/* TIPOS DE PLANES*/
.planes-contenedor{
    padding-top: 2099px;
}

/*TAG SUPERIOR CARD DE PLANER*/
.tag-top{
    background-color: #f7931d; font-size: 1rem;
}

/*TEXTO MEGAS CARD*/
.megas-card{
    font-weight: bold;   font-family: 'Rubik', sans-serif;
}
/*INFORMACION DE LAS CARD*/
.info-card{
    max-width:95%;font-weight:400; color: #dcdcdc;
}

/*BOTON CONTRATAR VIOLETA*/
.btn-violeta{
    background-color: #6942AF; font-weight: bold;
}

.btn-violeta:hover{
  opacity: .6;
  background-color: #6942AF;
}

/*IMAGEN NEO GIGA*/
.img-giga{
    height: 30px;
    margin-bottom: 5px;
}
/*HOVER OPACITY*/
.tv-a-smart{
    color: #dcdcdc; text-decoration: underline;;
}
.tv-a-smart:hover{
    opacity: .6;
}
.tv-a-smart-gray{
    color: #000; text-decoration: underline;;
}
.tv-a-smart-gray:hover{
    opacity: .6;}
    
/*Naranja*/
.naranja{
    color: #f7931d;
}

/*CONTENEDOR PACK FUTBOL*/
.contenedor-pack-futbol{
    border-top: 1px solid #dcdcdc; border-bottom: none !important; text-align: center; padding: 1em 0;border-top:0px!important;
}
.contenedor-pack-futbol-2{
    display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;
}

/*TITULO PACK FUTBOL*/
.titulo-pack-futbol{
    margin: 0 0 10px;
    font-weight: 700;
}
/*TEXTO PACK FUTBOL*/
.texto-pack-futbol{
    border:solid 1px #999; border-radius:6px; width:140px; height:65px; padding-top:5px; padding-bottom:5px; font-size:12px; color:#1E1F26; font-weight:bold; text-align: center; background-color: #F8F9FA;
}
.badge-top-static {
  background-color: #f7931d;
  color: white;
  padding: 0.3em 1em;
  border-radius: 999px; /* pill style */
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  align-self: center; /* o center si querés centrarlo horizontalmente */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/*DETALLES CARD*/
.detalles-card{
    max-width:95%;font-weight:400;color: #dcdcdc;
}
.detalles-card-gray{
    max-width:95%;font-weight:400;color: #000;
}

/*HEIGHT IMAGENES PACK FUTBOL*/
.h-22{
    height: 22px;
}
.h-35{
    height:35px;
}
.h-15{
    height:15px;
}

/*PLAYBOX*/
.contenedor-playbox{
    border:solid 1px #999; border-radius:6px; width:140px; height:90px; padding-top:5px; padding-bottom:3px; font-size:12px; color:#1E1F26; text-align: center; background-color: #F8F9FA;
}
.imagen-playbox{
height: 50px; padding-top:5px;
}
/* BOTON CONTRATAR NARANJA*/
.btn-contratar-bg{
    background-color: #F79318; font-weight: bold;
}
.btn-contratar-bg:hover{
background-color: #F79318;
opacity: .6;}

/* display flex*/
.display-flex{
    display: flex;
}
.display-none{
    display: none;
}

/*BORDER RADIUS*/
.border-radius-20{
    border-radius:20px;
}

/*BG BANNER TV SECTION*/
.background-banner-tv{
    background-color: #20222F;
}
.text-banner-tv{
font-size: 2rem; font-weight: bold; color: white; margin-bottom:25px;
}
.banner-tv-ul{
    list-style: none !important; padding: 0; margin-top: 20px;
}
.bg-color-blanco{
    color: #c7c7c7ff;
}
.banner-tv-li{
    margin-bottom: 10px; color: #c7c7c7ff;
}
.font-size-1{
    font-size: 1rem;
}

/*DECO IMG*/
.deco-img{
    opacity: 0.8; filter: none;
}
/*POR QUE NEOFIBER*/
.por-que-neo{
    color: #1c1d27ff; 
    font-size: 30px;
    font-weight: bold;
}
.por-que-neo-mini{
    color: rgb(255, 255, 255); 
    font-size: 20px;
    font-weight: bold;
}

.bg-por-que-neo{
    background-color: #2B2D3C; border-radius: 12px;
}
.p-por-que-neo-1{
padding: 10px;
}
.p-por-que-neo-2{
padding: 10px;
}
.p-por-que-neo-3{
padding: 15px;
}
.img-por-que-neo-1{
    height: 80px; margin-bottom: 10px;
}
.img-por-que-neo-2{
    height: 40px; margin-bottom: 20px; margin-top: 20px;
}
.img-por-que-neo-3{
    height: 40px; margin-bottom: 15px; margin-top:10px;
}
.texto-color-por-que-neo{
    color: #ccc;
}
/*POR QUE NEOFIBER EMPRESAS*/
.por-que-neo-empresa{
    color: white; font-size: 30px; font-family: Raleway, sans-serif; font-weight: bold;
}
.bg-empresa-por-que-neo{
    background-color: #2B2346 ;
}
.bg-card-empresa-por-que-neo-1{
    background-color: #21173A ; border-radius: 12px; padding: 5px;
}
.bg-card-empresa-por-que-neo-2{
    background-color: #21173A ; border-radius: 12px; padding: 10px;
}
.bg-card-empresa-por-que-neo-3{
    background-color: #21173A ; border-radius: 12px; padding: 15px;
}
