﻿/* GENERAL */
body {
    color: #014983;
}
.btn-success {
    background-color: #389500;
}
.btn-success.submit {
    font-size: 24px;
    padding: 0px 40px;
}
.mensajeError {
    color: red;
}
section {
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    margin-bottom: 40px;
}
section .titulos {
    text-align: center;
}
.botonCerrar {
    background-color: #090956;
    color: #FFF;
    padding: 5px 30px;
    font-size: 24px;
    border-radius: 5px;
    font-weight: 500;
    padding: 0px 40px;
}
.btncorrecto {
    background-color: #5f9422 !important;
}

/* HEADER */
header {
    min-height: 40px;
    padding: 15px 0px;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
nav .boton {
    margin-left: auto;
}

/* FOOTER */
footer {
    background-color: #014983;
    min-height: 40px;
    padding: 15px 0px;
    font-size: 14px;
}
footer, footer a {
    color: #FFF;
}
footer a {
    text-decoration: none;
}
footer .horizontal-list {
    list-style: none;
    padding: 0;
}
footer .vertical-list {
    list-style: none;
    padding: 0;
}
footer .horizontal-list li {
    display: inline;
    margin-right: 10px;
}
footer .horizontal-list li:last-child {
    margin-right: 0px;
    content: "|"
}
footer .logo .horizontal-list {
    margin-top: 80px;
}
footer a:hover {
    color: #FFF;
    text-decoration: underline;
}

/* PAGINA INGRESE EL PIN */
#ingresePIN {
    text-align: center;
}
#ingresePIN .pin {
    margin-top: 60px;
}
#ingresePIN .pin .pinInput, 
#ingresePIN .pin .pinInputAutogestion
{
    width: 50px;
    height: 60px;
    text-align: center;
    margin: 5px;
    font-size: 18px;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #d9d9d9;
}
#ingresePIN .btn-success {
    margin-top: 30px;
}

/* PAGINA CAMBIO DE CLAVE */
#cambioClave {
    text-align: center;
}
#cambioClave .contenedor {
    display: inline-block;
    text-align: left !important;
    align-items: center;
}
#cambioClave .subtitulo {
    color: #014983;
    font-weight: 600;
    font-size: 18px;
}
#cambioClave .tituloSeccion {
    margin: 15px 0px;
}
#cambioClave .tituloSeccion span {
    color: #FFF !important;
    background-color: #014983;
    padding: 5px 20px 5px 10px;
    border-radius: 5px;
    font-weight: 700;
}
#cambioClave .form-input {
    width: 200px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}
#cambioClave .caducidad input {
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px
}
#cambioClave .caducidad span {
    margin-right: 20px;
    font-size: 16px;
    margin-left: 5px;
}
#cambioClave .regla {
    font-size: 13px;
    margin-bottom: 15px;
}
#cambioClave .regla, section .regla label  {
    color: #000 !important;
}
#cambioClave .regla label {
    padding: 10px 0px;
    font-weight: 600;
}
#cambioClave .regla ul {
    padding-left: 20px;
}
.respuestas .titulos {
    margin: 35px 0px;
}
#respuestaTiempos .titulos label {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

/*AUTOGESTION*/

/* SELECCION OPCION*/
#seleccioneOpcion {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}
#seleccioneOpcion #opciones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 300px;
    margin-top: 20px;
}
#seleccioneOpcion #opciones label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
}
#seleccioneOpcion #opciones label input[type="radio"] {
    transform: scale(1.5);
    margin-right: 3px;
}
#seleccioneOpcion button {
    margin-top: 50px;
}

/*BUSCAR ID*/
.autogestionId {
    margin-top:30px;
    margin-left: -200px;
}
.autogestionId button {
    margin-left: 200px;
    margin-top: 30px;
}

/*INPUT*/
#tipoIdentificacion {
    font-size: 12px;
}
#digiteIdentificacion {
    font-size: 18px;
    color: #014983;
    font-weight: 500;
}