body {
    font-family: 'Rubik';
}
form {
	border-radius: 0px;
}
.contenido-index-login {
    width: 100%;
    min-height:100%; 
    position: relative;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.container-fluid1{
    margin-top: 0px;
    width: 100%;
    padding: 0 1px;
    padding-bottom: 0px;
    position:absolute;
    z-index: 1;
    /* top: 60px;*/
}

.fondo-form {
    background-color:rgba(255, 255, 255, 0.9);
    /*opacity: 0.9;*/
    border-radius: 0px
}

.form_login {
    display: table;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 0px 0px 11px 0px;
}

.cont-inpt {
    display: block;
}

.icono {
    z-index: 2;
    position: absolute;
    color: #162938;
}

/* dana el estilo de la vista de autorregistro
.form-control {
    color: #162938;
    background-color: #F9F9F9;
    background-clip: padding-box;
    border: 1px solid #75777B;
    font-weight: 500;
    border-radius: 0rem;
}
*/
.forma1 {
    height: 51px;
    /*width: 101%;*/
    left: 0px;
    top: -8px;
    position: relative;
    padding-left: 74px;
    text-align: left;
    border-radius: 0px;
    border-color: #9c9c9c;
}

.icon-d8-01, .icon-g8-01 {
    font-size: 1.6rem;
}
 .recordar, .recordar:hover{
    font-weight: 600;
    /*color:#162938;*/
}

.soporte-ayuda, .submit {
	border-radius: 0px;
	height: auto;
	text-align: center;
}

.soporte-ayuda, .soporte-ayuda:hover {
	background-color: #8890A3 !important;
    color: #FFF;
    font-weight: 500;
    border-radius: 0px;
    width: 186px;
}

.sso{
	border-radius: 0px;
	height: auto;
	text-align: center;
}

.sso, .sso:hover {
	background-color: #8890A3 !important;
    color: #FFF;
    font-weight: 500;
    border-radius: 0px;
    width:75%;
}

.submit, .submit:hover{
    background-color: #8890A3; /*!important;*/
    color: #FFF;
    font-weight: 500;
    border-radius: 0px;
}

.btn-larg {
    width: 100%;
    height: 39px;
    /* padding-left: 35px; */
    border-radius: 0px;
    font-size: inherit;
    font-weight: 500;
}

.politica {
    font-weight: 400;
    font-size: 1em !important;
    color: #162938;
    line-height: 17px !important;
    padding-left: 0 !important;
    text-align: left;
    margin-left: 1em;
    height: auto !important;
}

.link_condiciones, 
    .link_condiciones:hover {
    font-size: 1em;
   /* color: #162938;*/
    text-align: center;
    font-weight: 400;
}

.bienvenida p{
    color: #162938;
    /*font-family: Rubik-Bold;*/
    font-weight:700;
    font-size: 1em;
}
.bienvenida span{
    color: #162938;
    font-weight: 500;
    font-size: 0.9em;
}
@media (max-width: 992px) {
    .container-fluid1{
        /*margin-top: 0px;
        width: 100%;
        padding: 0 15px;
        padding-bottom: 37px;
        position:absolute;
        z-index: 1;
        top: 10px;
        align-content: center;*/
        display: flex;
        align-items: center;
        height: 100%;
    }
   
    .contenido-index-login {
        width: 100%;
        min-height: 100%;/*92vh*/
        margin: auto;
        position: relative;
        padding: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }

    .bienvenida p {
        color: #162938;
        /*font-family: Rubik-Bold;*/
        font-weight:700;
        font-size: 0.8em;
    }

    .bienvenida span{
        color: #75777B;
        font-weight: 500;
        font-size: 0.7em;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 870px) {
    .forma1 {
        height: 35px;
        width: 200px;
        left: -3px;
        top: 0px;
        position: relative;
        padding-left: 35px;
        text-align: left;
    }
    
    .btn-larg{
        margin-top:10px;
        height: 36px;
    }
   

    .soporte-ayuda, .soporte-ayuda:hover {
        font-weight: 500;
        border-radius: 0px;
        font-size: 0.6em;
    }

    [type="checkbox"] + label {
        position: relative;
        padding-left: 19px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 0.75rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

}

[type="checkbox"] + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
input#txtUsuario::placeholder {
    color: #162938;
}
input#txtContrasena::placeholder {
    color: #162938;
}

.form-control:focus {
        border-color:  #162938;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px  #162938;
        color: #162938;
}

@media screen and (min-width: 350px) and (max-width: 1049px) {
    .soporte-ayuda, .soporte-ayuda:hover {
        font-weight: 500;
        border-radius: 0px;
        font-size: 0.8rem;
    }
    .titulo-login {
        font-size: 0.9em !important;
        font-weight: 700 !important;
    }
    

}

@media screen and (min-width: 692px) and (max-width: 992px) {
    .sso, .sso:hover {
        width:40%;
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 567px) and (max-width: 691px) {
    .sso, .sso:hover {
        width:50%;
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 482px) and (max-width: 566px) {
    .sso, .sso:hover {
        width:60%;
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 300px) and (max-width: 481px) {
    .sso, .sso:hover {
        width:70%;
        font-size: 0.7rem;
    }
}
.imagen-login{ 
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 94.5vh;
    background-position: center center;
    max-width: 100%;
}

.idioma{
   color:#fff;
   font-weight: 500;
   font-size:13px;
   padding: 1em 0.2em;
   line-height: 0px;
   height: 26px;
}

/* Inicio de estilos para el carrusel si la plataforma lo tiene*/
.carousel .indicators {
    position: inherit;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.carousel .indicators .indicator-item {
    display: inline-block;
    position: inherit;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: transparent;/*rgba(255, 255, 255, 0.5); */
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}


.carousel .indicators .indicator-item.active {
    background-color: transparent;
}
/* Fin de estilos para el carrusel si la plataforma lo tiene*/

.color-degra, .color-degra:hover {
    background: linear-gradient(to right, #4491CD, #1ADCEA);
    border: 0px solid transparent;
    border-radius: 0px;
}

.bt-iniciar-s, .bt-iniciar-s:hover {
    background-color: transparent;
    color: #16254c;
    border-radius: 0px;
    border: 1px solid #16254C;
}
.input-abajo {
    border: none;
    border-bottom: 1px solid #4491cd;
    outline: none;
    /* padding: 5px; */
}

.pie-form {
    background-image: url(../images/inicio/pie-form.png);
    height: 69px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain; /* Cambia esto a contain si prefieres que la imagen se ajuste sin recortes */
    background-color: #16254c;
}

.caja-texto {
    border: 1px solid #ccc; /* Color y grosor del borde */
    border-radius: 8px; /* Bordes redondeados */
    padding: 15px; /* Espacio interno */
    margin: 10px 0; /* Espacio exterior */
    background-color: #f9f9f9; /* Color de fondo */
    font-size: 14px; /* Tamaño de fuente */
}

.titulo-login {
    color: #16254c;
    /*font-size: 2em;*/
    font-size: clamp(14px, 2vw, 32px);
    font-weight: 700;
    line-height: normal;
}

/*estilos tabla politicas autorregistro*/
tr.title-autor {
    background-color: #16254c;
    color: #ffffff;
}

td.td-t-autr {
    padding: .25rem;
}

p.texto-t {
    margin-bottom: auto;
    text-align: start;
}