:root {
  --rosado: #eb55a7;
  --blanco: #fff;
  --negro: #000;
  --azul:#0b7ef5;  
  --azulOscuro:#202454;
  --amarillo:#fffe5b;
  --amarilloOscuro:#ffff00;
  --rosado:#f17ecc;
}
.bg{
   background-image: url(../../images/internet/promo/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--azulOscuro); 
}
.lowercase{
    text-transform: none;
    font-weight: normal;
}
li{
    list-style-type: none;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.title-space-lg {
    padding-top: 7em;
    padding-bottom: 6.5em;
}
.txt-rosado{
    color: var(--rosado);
}
.txt-amarillo{
    color: var(--amarillo);
}
.txt-amarillo-oscuro{
    color: var(--amarilloOscuro);
}
.bg-form{
    background: #00000087;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 15px;
}
.bg-form h2,.bg-form label{
    color: var(--blanco);
}
.div-proteccion-datos,.modal-link-proteccion-datos{
    color: #fff;
}
.recuadro-zonasdisponibles{   
    border: 2px solid var(--blanco);
    padding: 5px 15px;
    color: var(--blanco);
    display: inline-block;
    border-radius: 20px;   
    background: #00000087; 
    font-size: 24px;
}
.planes-mega{
   
}

.div-velocidad{
    border-radius: 10px 10px 0px 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--blanco);
    background: var(--rosado);
    border-top: 2px solid var(--azul);
    border-left: 2px solid var(--azul);
    border-right: 2px solid var(--azul);
}
.velocidad{
    font-size: 45px;
    font-weight: bolder;
}
.megas{
    font-size: 30px;
}

.lista-check{
    list-style-image: url(../../images/internet/promo/Tick.png);
        margin-left: 20px;

}
.lista-check::marker{
    padding-top: 10px;
}
.bg-mega-gris{
    background: var(--azulOscuro);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px ;
    border-bottom: 2px solid var(--azul);
    border-left: 2px solid var(--azul);
    border-right: 2px solid var(--azul);
}

.txt-mega-agrandado{
   font-size: 20px;
   color: #FFF;
}

.precio{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

hr {
    border: 0;
    border-top: 3px solid var(--amarilloOscuro);
    width: 65%;     
}
h3{
    font-size: 24px;
    color: #fff;
}
.linkwpform{
    color: #fff;
}
.linkwpform i{
    color: #25D366;
}
.form-control{
    border: none;
    border-bottom: 1px solid var(--negro);
    border-radius: 0px;
    color: var(--negro);
}
.label-form{
    text-align: left;
}
.btn-submit{
    background: var(--azul);
    color: var(--blanco);
    border-radius: 35px;
    font-size: 17px !important;
}

.titulo{
    border: 4px solid var(--rosado);
    padding: 5px 15px;
    color: var(--blanco);
    display: inline-block;
    border-radius: 20px;
    font-weight: normal;
}





.mt50{
    margin-top: 50px;
}
.mt30{
    margin-top: 30px;
}
h1{
    color: var(--blanco);
}
h1 span{
    font-weight: bolder;
}
.legales{
    color: var(--blanco);
    text-align: center;
    font-size: 12px;
}
#AgentAppContainer{
    display: none !important;
}
.bannerfijo {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 99999;
    font-size: 45px;
    background: #25D366;
    border-radius: 30px;
   /* padding-left: 5px;
    padding-right: 5px;*/
    padding: 5px 10px;
}

.bannerfijo:hover,.bannerfijo:focus,.bannerfijo:active{
    text-decoration: none;
    color: #fff;
}
.icono-whatsapp{
    color: var(--blanco);
}
.planes-disabled{
    opacity: 0.3;
}

.txt-blanco{
    color: var(--blanco);
}


/* Responsive Styles */
@media (max-width: 767px) {

    .bg{
       background-image: url(../../images/internet/promo/bg-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-color: var(--azulOscuro); 
    }
    .border-blanco {   
        font-size: 14px;
        text-align: center;
        border: none;
    }

    h1{
        font-size: 27px !important;
    }
    .title-space-lg {
        padding-top: 1em;
        padding-bottom: 6.5em;
    }
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform-origin: ;
        -webkit-transform-origin: ;
        margin-left: -35px;
    }
    .velocidad {
        font-size: 35px;    
    }
    .servicios{
        text-align: center;
    }
    .pedilo-como-quieras{
        line-height: 35px;
    }
    .recuadro-zonasdisponibles{
        text-align: center;
    }
    .centrar-xs{
        text-align: center;
        margin-top: 15px;
    }
    h3{
        font-size: 18px !important;        
    }
}

