
html,
body {
    font-family: 'Exo', sans-serif;
    color: #161442;
    font-size: 14px; 
    background: #dfdfdf;
}

.bloque-quahr {
    min-height: 100vh;
    overflow-y: auto;
    background: rgb(13, 16, 66);
    background: linear-gradient(180deg, rgba(22,20,66,1) 2%, rgba(82,199,228,1) 24%, rgba(146,246,255,1) 47%, rgb(154 247 255) 51%, rgba(146,246,255,1) 65%, rgba(82,199,228,1) 78%, rgba(22,20,66,1) 98%);
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}
.relative {
    position: relative;
}

.form {
    background: #BFC8D9;
    padding: 1em 2em;
    border-radius: .5em;
}

.form__caja {
    padding-bottom: .2em;
    padding-top: 0.2em;
    padding-left: .5em;

}
.bg-azul{
    padding: 1em;   
    border-radius: .5em;
    background-color: #AED5E9;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.aceptar-terminos, .aceptar-terminos:hover{
    color: #161442;
    text-decoration: none;
    border-bottom: solid 2px #161442;
}

.check{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.7rem + 2px);
    padding: 0;
}

.puntito-azul {
    width: 8px;
    height: 8px;
    margin-right: .5em;
    border-radius: 50%;
    background: #52C7E4;
}

.label {
    display: flex;
    align-items: center;
}

small {
    position: absolute;
}

.separador {

    border: none;
    height: 1px;

    background: rgba(23, 30, 79, 1);
    background: -moz-linear-gradient(left, rgba(23, 30, 79, 1) 0%, rgba(26, 80, 137, 1) 20%, rgba(17, 163, 208, 1) 64%, rgba(17, 163, 208, 1) 64%, rgba(98, 242, 255, 1) 97%, rgba(98, 242, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 30, 79, 1)), color-stop(20%, rgba(26, 80, 137, 1)), color-stop(64%, rgba(17, 163, 208, 1)), color-stop(64%, rgba(17, 163, 208, 1)), color-stop(97%, rgba(98, 242, 255, 1)), color-stop(100%, rgba(98, 242, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 30, 79, 1) 0%, rgba(26, 80, 137, 1) 20%, rgba(17, 163, 208, 1) 64%, rgba(17, 163, 208, 1) 64%, rgba(98, 242, 255, 1) 97%, rgba(98, 242, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 30, 79, 1) 0%, rgba(26, 80, 137, 1) 20%, rgba(17, 163, 208, 1) 64%, rgba(17, 163, 208, 1) 64%, rgba(98, 242, 255, 1) 97%, rgba(98, 242, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 30, 79, 1) 0%, rgba(26, 80, 137, 1) 20%, rgba(17, 163, 208, 1) 64%, rgba(17, 163, 208, 1) 64%, rgba(98, 242, 255, 1) 97%, rgba(98, 242, 255, 1) 100%);
    background: linear-gradient(to right, rgba(23, 30, 79, 1) 0%, rgba(26, 80, 137, 1) 20%, rgba(17, 163, 208, 1) 64%, rgba(17, 163, 208, 1) 64%, rgba(98, 242, 255, 1) 97%, rgba(98, 242, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171e4f', endColorstr='#62f2ff', GradientType=1);
}

.cuenta__titulo {
    color: #FFF;
    margin: 1em 0;
    font-size: 1.5em;
    font-weight: 600;
}

.banner__titulo {
    color: #FFF;
    margin: 1em 0;
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: 400;
}

.quahr-logo {
    width: 150px;
}

.flex-column {
    flex-direction: column;
}

.btn-registrar {
    background: #bfc8d900;
    font-weight: 500;
    border: 0;
    padding: 0;
    border-bottom: 1.5px solid #000000;
}

.btn-registrar:disabled {
    border-bottom: 1.5px solid #8A909C;
}

.btn-registrar:hover,
.btn-registrar:active,
.btn-registrar:focus {
    outline: 0;
    cursor: pointer;
}

.footer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 55px;
    position: relative; 
    bottom: 0;
    padding: 0 3em;
}

.derechos-reservados {
    color: #FFF;
    padding: 0;
    margin: 0;
}

.enlace,
.enlace:hover {
    color: #FFF;
    border-bottom: solid 1.5px #FFF;
    text-decoration: none;
}

.form-group {
    margin-bottom: 1.1rem;
}

.g-recaptcha:first-child {
    display: flex;
    justify-content: flex-end;
}

.mensaje-contents {
    display: contents;
}


/**MODALES**/
.modal-header {
    padding: 0;
    border-bottom: 2px solid #52C7E4;
    justify-content: space-between;
    align-items: center;
}

.modal-header h5:not(.titulo-modal) {
    font-size: 2rem;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-body {
    color: #161442;
}

.modal-footer {
    padding: 0.5rem;
    padding-right: 1rem;
    padding-top: 0;
    border-top: none;
}


/*botones**/
.btn-quahr,
.btn-quahr:active,
.btn-quahr:focus,
.btn-quahr:hover {
    border-bottom: #161442 2px solid;
    padding: 0px;
    font-size: 1.14em;
    outline: 0;
    color: #161442;
    font-weight: 500;
    letter-spacing: -0.5px;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    text-decoration: none;
}

.btn-quahr__rojo,
.btn-quahr__rojo:active,
.btn-quahr__rojo:focus,
.btn-quahr__rojo:hover {
    color: #C13139 !important;
    border-color: #C13139 !important;
}

.btn-quahr__verde,
.btn-quahr__verde:active,
.btn-quahr__verde:focus,
.btn-quahr__verde:hover {
    color: #46b75c !important;
    border-color: #46b75c !important;
}

.cargar-elemento {
    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    -ms-transition: opacity .8s ease-in-out;
    -o-transition: opacity .8s ease-in-out;
    transition: opacity .8s ease-in-out;
}


.plan-contenedor {
    background: white;
    padding: .5em;
    overflow: hidden;
    border-radius: .5em;
   	width: 100%;
    transition: all ease .5s;
    border: solid #16144200 3px;
    cursor: pointer;

}
.plan-contenedor__seleccionado{
    border: solid #161442 3px;
}
.mensuales { 
    font-size: .7em;
    color: #B9B9B9;
    font-weight: 600;
    margin-left:4px;
}

.plan-contenedor ul li {
    padding: 1em;
}

.plan-borde {
    border-bottom: 2px solid;
    border-image-source: linear-gradient(45deg, #161442, #52C7E4);
    border-image-slice: 1;

}

.plan-titulo {
    font-size: 1.5em;
    text-align: center;
    font-weight: 700; 
    display: block;
}

.plan-precio {
    font-size: 1.2em;
    font-weight: 700;
}

.plan-moneda {
    font-size: 1.5em;
    font-weight: 700;
}

.plan-precio,
.plan-moneda {
    color: #1D72B3;
}

.plan-numero {
    position: absolute;
    left: -21px;
    font-size: 11em;
    top: -60px; 
    display: inline-block;
    font-weight: 700;
    opacity: .2;
    background: rgb(22, 20, 66);
    background: linear-gradient(180deg, rgba(22, 20, 66, 1) 0%, rgba(82, 199, 228, 1) 39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.precio-ahorro {
    font-size: 1.2em;
    font-weight: 700;
}
.form-control__selector, .form-control__selector:active, .form-control__selector:focus{
    background: #D7D7D7;
    border-radius: 0;
    border: 0;
    padding: 0 4px !important; 
    height: 1.5em !important;
    color: #000;
}

.contratando,
.pago-contado {
    font-weight: 600;
    color: #B9B9B9;
}

.descuento-pago {
    line-height: .9;
}

.contratando,
    {
    font-size: 12px;
}

.pago-contado {
    font-size: 10px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 93%;
    }
}
.menu-centrado, .bloque-centrado{
	display: flex;
	justify-content:center;
	align-items: center;
}
label.bloque-centrado {
	margin-bottom:0;
	color: #5A5A5A;
	font-weight:600;
}
.bloque-centrado label input {
	margin-left: .5em;
} 

/**Contenido legal*/

.contenido-legal{
    background: #FFF;
    padding: 1em;
    border-radius: .5em;
}

.bloque-quahr-legal {
    background: rgb(22,20,66);
    background: -moz-linear-gradient(180deg, rgba(22,20,66,1) 2%, rgba(82,199,228,1) 21%, rgba(146,246,255,1) 34%, rgba(255,255,255,0.9920343137254902) 46%, rgba(146,246,255,1) 65%, rgba(82,199,228,1) 78%, rgba(22,20,66,1) 98%);
    background: -webkit-linear-gradient(
180deg
, rgba(22,20,66,1) 2%, rgba(82,199,228,1) 21%, rgba(146,246,255,1) 34%, rgba(255,255,255,0.9920343137254902) 46%, rgba(146,246,255,1) 65%, rgba(82,199,228,1) 78%, rgba(22,20,66,1) 98%);
    background: linear-gradient(
180deg
, rgba(22,20,66,1) 2%, rgba(82,199,228,1) 21%, rgba(146,246,255,1) 34%, rgba(255,255,255,0.9920343137254902) 46%, rgba(146,246,255,1) 65%, rgba(82,199,228,1) 78%, rgba(22,20,66,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#161442",endColorstr="#161442",GradientType=1);
}
.centrado{
    display: flex;
    justify-content: center;
    align-items: center;
}
.centradovertical-izquierdo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.enlaces-alineacion{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.white{
    background: #FFF;
}
.page-footer{
    overflow: hidden;
}
.grey-text{
    color: #9e9e9e !important;
} 
.darken-2{

} 

.enlace-documento{
    text-decoration: none;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}
.padding-bottom-animated-videos {
    padding-bottom: .6em;
}