* {
    font-family: "Roboto", serif;
}


/* Login
---------------------------------------------------------------------------------
*/

html, body {
    min-height: 100vh;
}

.loginContainer {
    width: 100%;
    padding: 30px 0 0 0;
}

.loginContainer .logoContainer {
    width: 648px;
    height: 130px;
    background-color: #060A3D;
    text-align: center;
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.loginContainer .formContainer {
    width: 648px;
    background-color: #fff;
    border-radius: 32px;
    padding: 40px 110px;
    margin: 30px auto;
}

.loginContainer .formContainer h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    color: #060A3D;
    text-align: center;
}

.loginContainer .formContainer h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #FF6E00;
    text-align: center;
    padding: 20px 0 0 0;
}

.loginContainer .formContainer form {
    margin: 15px 0 0 0;
}

.loginContainer .formContainer form label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
}

.loginContainer .formContainer form input[type="email"], 
.loginContainer .formContainer form input[type="password"],
.loginContainer .formContainer form input[type="text"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 0.75px solid #CED4DA;
}

.loginContainer .formContainer form input[type="email"] {
    background-image: url(../images/login/icon_email.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}

.loginContainer .formContainer form input[type="email"]::placeholder, 
.loginContainer .formContainer form input[type="password"]::placeholder,
.loginContainer .formContainer form input[type="text"]::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CED4DA;
}

.loginContainer .formContainer form input[type="password"] {

}

.loginContainer .formContainer form .passwordContainer {
    width: 100%;
    height: 48px;
    position: relative;
}

.loginContainer .formContainer form .passwordContainer a {
    display: inline-block;
    width: 48px;
    height: 48px;
    left: 89%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.loginContainer .formContainer form .passwordContainer a.hide {
    background-image: url(../images/login/icon_password_hide.png);
}

.loginContainer .formContainer form .passwordContainer a.show {
    background-image: url(../images/login/icon_password_show.png);
}

.loginContainer .formContainer form .passwordRecovery {
    width: 100%;
    text-align: right;
    padding: 10px 0;
}

.loginContainer .formContainer form .passwordRecovery a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #9199D8;
    text-decoration: none;
}

.loginContainer .formContainer form .form-check input {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #FF6E00;
    border-radius: 4px;

}

.loginContainer .formContainer form .form-check input:checked {
    background-color: #FF6E00;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
    color: #fff;
    -webkit-text-fill-color: white; /* Fuerza el color en Safari */
    box-sizing: border-box;
    border-radius: 4px;
}

.loginContainer .formContainer form .form-check input[type="checkbox"]:checked::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
    position: relative;
    color: #ffffff;
    -webkit-text-fill-color: white; /* Fuerza el color en Safari */
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    margin-left: 0; /* Ajusta la posición del check */
    top: -4px;
    left: 0px;
  }

.loginContainer .formContainer form .form-check input:checked + span:before {
    
}

.loginContainer .formContainer form .form-check label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.loginContainer .formContainer form button {
    width: 100%;
    height: 48px;
    background: #044ED7;
    border-radius: 8px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.loginContainer .formContainer form button:hover {
    background-color: #083EA2;
    transition: background-color 300ms linear;
}

.loginContainer .formContainer form h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
    padding: 60px 0 20px 0;
    text-align: center;
}

.loginContainer .formContainer form a.btnRegistro {
    width: 100%;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    text-decoration: none;
}

.loginContainer .formContainer form a.btnRegistro:hover {
    background-color: #A5A9AD;
    transition: background-color 300ms linear;
}

.loginContainer .formContainer .alerta {
    padding: 0;
    width: 100%;
    height: 40px;
    background: rgba(243, 101, 97, 0.25);
    border-radius: 4px;
    margin: 40px 0 0 0;
}

.loginContainer .formContainer .alerta p {
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #F36561;
    text-align: center;
}


.loginContainer .formContainer form .has-error input, .loginContainer .formContainer form .has-error select {
    border: 1px solid #F36561;
}


.loginContainer .formContainer form .has-error .help-block {
    font-size: 10px;
    color: #F36561;
    padding: 5px;
}

/* Registro
---------------------------------------------------------------------------------
*/

.registroContainer {
    width: 100%;
    padding: 30px 0 0 0;
}

.registroContainer .logoContainer {
    width: 648px;
    height: 130px;
    background-color: #060A3D;
    text-align: center;
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.registroContainer .formContainer {
    width: 648px;
    background-color: #fff;
    border-radius: 32px;
    padding: 40px 110px;
    margin: 30px auto;
}

.registroContainer .formContainer h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    color: #060A3D;
    text-align: center;
}

.registroContainer .formContainer h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
    text-align: center;
    padding: 15px 0 0 0;
}

.registroContainer .formContainer h2 a {
    color: #044ED7;
    text-decoration: none;
}

.registroContainer .formContainer form {
    margin: 15px 0 0 0;
}

.registroContainer .formContainer form label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
}

.registroContainer .formContainer form input[type="email"], 
.registroContainer .formContainer form input[type="password"],
.registroContainer .formContainer form input[type="text"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 0.75px solid #CED4DA;
}

.registroContainer .formContainer form input[type="email"] {
    background-image: url(../images/login/icon_email.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}

.registroContainer .formContainer form input#name {
    background-image: url(../images/registro/icon_user.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}

.registroContainer .formContainer form input[type="email"]::placeholder, 
.registroContainer .formContainer form input[type="password"]::placeholder,
.registroContainer .formContainer form input[type="text"]::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CED4DA;
}

.registroContainer .formContainer form input[type="password"] {

}


.registroContainer .formContainer form .has-error input, .registroContainer .formContainer form .has-error select {
    border: 1px solid #F36561;
}


.registroContainer .formContainer form .has-error .help-block {
    font-size: 10px;
    color: #F36561;
    padding: 5px;
}

.registroContainer .formContainer form .passwordContainer {
    width: 100%;
    height: 48px;
    position: relative;
}

.registroContainer .formContainer form .passwordContainer a {
    display: inline-block;
    width: 48px;
    height: 48px;
    left: 89%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.registroContainer .formContainer form .passwordContainer a.hide {
    background-image: url(../images/login/icon_password_hide.png);
}

.registroContainer .formContainer form .passwordContainer a.show {
    background-image: url(../images/login/icon_password_show.png);
}

.registroContainer .formContainer form .passwordRecovery {
    width: 100%;
    text-align: right;
    padding: 10px 0;
}

.registroContainer .formContainer form .passwordRecovery a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #9199D8;
    text-decoration: none;
}

.registroContainer .formContainer form .form-check input {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #FF6E00;
    border-radius: 4px;

}

.registroContainer .formContainer form .form-check input:checked {
    background-color: #FF6E00;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
}

.registroContainer .formContainer form .form-check input[type="checkbox"]:checked::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
    position: relative;
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    margin-left: 0; /* Ajusta la posición del check */
    top: -4px;
    left: 0px;
  }

.registroContainer .formContainer form .form-check input:checked + span:before {
    
}

.registroContainer .formContainer form .form-check label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.registroContainer .formContainer form .form-check label a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #FF6E00;
}

.registroContainer .formContainer form button {
    width: 100%;
    height: 48px;
    background: #044ED7;
    border-radius: 8px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.registroContainer .formContainer form button:hover {
    background-color: #083EA2;
    transition: background-color 300ms linear;
}

.registroContainer .formContainer form h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
    padding: 60px 0 20px 0;
    text-align: center;
}

.registroContainer .formContainer form a.btnRegistro {
    width: 100%;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    text-decoration: none;
}

.registroContainer .formContainer form a.btnRegistro:hover {
    background-color: #A5A9AD;
    transition: background-color 300ms linear;
}

.registroContainer .formContainer .alerta {
    width: 100%;
    min-height: 40px;
    background: rgba(243, 101, 97, 0.25);
    border-radius: 4px;
    margin: 40px 0 0 0;
    padding: 15px;
    
}

.registroContainer .formContainer .alerta p {
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #F36561;
    text-align: center;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.ap_materno_container {
    width: 50%;
    float: right;
    padding: 0 0 0 10px;
}

.ap_paterno_container {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}

.registroContainer .formContainer form .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3Csvg%20width%3D%2254%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2010L12%2014L16%2010%22%20stroke%3D%22%23FF6E00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
    background-size: 20px 24px;
}


.validator_container {
    width: 100%;
    display: flex;
    flex-flow: row;
}

.validator_container div {
    flex: 1;
    padding: 15px 0;
}

.validator_container div ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.validator_container div ul li {
    color: rgba(102,102,102, .6);
    font-size: 14px;
}

.validator_container div ul li.exito {
    color: #086734;
}

.validator_container div ul li.error {
    color: #F36561;
}

#bloqueo_registro {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

#bloqueo_registro .content {
    width: 385px;
    height: 415px;
    position: absolute;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
}

#bloqueo_registro .content .close {
    position: absolute;
    right: 24px;
    top: 24px;
}

#bloqueo_registro .content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #060A3D;
    border-bottom: 3px solid #086734;
    padding: 30px 0 10px 0;
    text-align: center;
}

#bloqueo_registro .content h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
    padding: 20px 0 0 0;
}

#bloqueo_registro .content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
}

#bloqueo_registro .content p a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FF6E00;
    text-decoration: none;
}

#bloqueo_registro .content p a:last-child {
    text-decoration: underline;
}

#bloqueo_registro .content a.btn {
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 337px;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}



#bloqueo_tos {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}

#bloqueo_tos .content {
    width: 385px;
    height: 463px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -207px;
    margin-left: -192px;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
}

#bloqueo_tos .content .close {
    position: absolute;
    right: 24px;
    top: 24px;
}

#bloqueo_tos .content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #060A3D;
    border-bottom: 3px solid #086734;
    padding: 30px 0 10px 0;
    text-align: center;
}

#bloqueo_tos .content h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
    padding: 20px 0 0 0;
}

#bloqueo_tos .content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
}

#bloqueo_tos .content p a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FF6E00;
    text-decoration: none;
}

#bloqueo_tos .content p a:last-child {
    text-decoration: underline;
}

#bloqueo_tos .content a.btn {
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 337px;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}

/* Recovery
---------------------------------------------------------------------------------
*/

.recoveryContainer {
    width: 100%;
    padding: 30px 0 0 0;
}

.recoveryContainer .logoContainer {
    width: 648px;
    height: 130px;
    background-color: #060A3D;
    text-align: center;
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.recoveryContainer .formContainer {
    width: 648px;
    background-color: #fff;
    border-radius: 32px;
    padding: 40px 110px;
    margin: 30px auto;
}

.recoveryContainer .formContainer h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #060A3D;
    text-align: center;
}

.recoveryContainer .formContainer h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FF6E00;
    padding: 25px 0;
}

.recoveryContainer .formContainer p.instrucciones {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
}


.recoveryContainer .formContainer h2 a {
    color: #044ED7;
    text-decoration: none;
}

.recoveryContainer .formContainer form {
    margin: 15px 0 0 0;
}

.recoveryContainer .formContainer form label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
}

.recoveryContainer .formContainer form input[type="email"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 0.75px solid #CED4DA;
}

.recoveryContainer .formContainer form input[type="email"] {
    background-image: url(../images/login/icon_email.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}

.recoveryContainer .formContainer form input[type="email"]::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CED4DA;
}

.recoveryContainer .formContainer form .has-error input, .recoveryContainer .formContainer form .has-error select {
    border: 1px solid #F36561;
}


.recoveryContainer .formContainer form .has-error .help-block {
    font-size: 10px;
    color: #F36561;
    padding: 5px;
}

.recoveryContainer .formContainer form .passwordContainer {
    width: 100%;
    height: 48px;
    position: relative;
}

.recoveryContainer .formContainer form .passwordContainer a {
    display: inline-block;
    width: 48px;
    height: 48px;
    left: 89%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}


.recoveryContainer .formContainer form button {
    width: 100%;
    height: 48px;
    background: #044ED7;
    border-radius: 8px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.recoveryContainer .formContainer form button:hover {
    background-color: #083EA2;
    transition: background-color 300ms linear;
}

.recoveryContainer .formContainer form h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
    padding: 60px 0 20px 0;
    text-align: center;
}

.recoveryContainer .formContainer form a.btnRegistro {
    width: 100%;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    text-decoration: none;
}

.recoveryContainer .formContainer form a.btnRegistro:hover {
    background-color: #A5A9AD;
    transition: background-color 300ms linear;
}

.recoveryContainer .formContainer .alerta {
    padding: 0;
    width: 100%;
    height: 40px;
    background: rgba(243, 101, 97, 0.25);
    border-radius: 4px;
    margin: 40px 0 0 0;
}

.recoveryContainer .formContainer .alerta p {
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #F36561;
    text-align: center;
}

.recoveryContainer .formContainer form .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3Csvg%20width%3D%2254%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2010L12%2014L16%2010%22%20stroke%3D%22%23FF6E00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
    background-size: 20px 24px;
}


.validator_container {
    width: 100%;
    display: flex;
    flex-flow: row;
}

.validator_container div {
    flex: 1;
    padding: 15px 0;
}

.validator_container div ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.validator_container div ul li {
    color: rgba(102,102,102, .6);
    font-size: 14px;
}

.validator_container div ul li.exito {
    color: #086734;
}

.validator_container div ul li.error {
    color: #F36561;
}

#bloqueo_email {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex    ;
    align-items: center;
    justify-content: center;
}

#bloqueo_email .content {
    width: 385px;
    height: 537px;
    position: absolute;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
}

#bloqueo_email .content .close {
    position: absolute;
    right: 24px;
    top: 24px;
}

#bloqueo_email .content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #060A3D;
    border-bottom: 3px solid #086734;
    padding: 30px 0 10px 0;
    text-align: center;
}

#bloqueo_email .content h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
    padding: 20px 0 0 0;
}

#bloqueo_email .content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
}

#bloqueo_email .content p a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FF6E00;
    text-decoration: none;
}

#bloqueo_email .content p a:last-child {
    text-decoration: underline;
}

#bloqueo_email .content a.btn {
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 337px;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}

.recoveryContainer .formContainer p.volver {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
    text-align: center;
    padding: 30px 0 0 0;
}

.recoveryContainer .formContainer p.volver a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #FF6E00;
}

/* Nueva contraseña
---------------------------------------------------------------------------------
*/

.nuevaContainer {
    width: 100%;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.nuevaContainer .logoContainer {
    width: 100%;
    height: 130px;
    background-color: #060A3D;
    text-align: center;
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nuevaContainer .formContainer {
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    padding: 40px 110px;
    margin: 30px 0;
}

.nuevaContainer .formContainer .logo {
    text-align: center;
    width: 100%;
}

.nuevaContainer .formContainer h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    color: #060A3D;
    text-align: center;
}

.nuevaContainer .formContainer h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
    text-align: center;
    padding: 15px 0 0 0;
}

.nuevaContainer .formContainer h2 a {
    color: #044ED7;
    text-decoration: none;
}

.nuevaContainer .formContainer form {
    margin: 15px 0 0 0;
}

.nuevaContainer .formContainer form label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
}

.nuevaContainer .formContainer form input[type="text"],
.nuevaContainer .formContainer form input[type="password"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 0.75px solid #CED4DA;
}
 
.nuevaContainer .formContainer form input[type="password"]::placeholder{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CED4DA;
}

.nuevaContainer .formContainer form input[type="password"] {

}


.nuevaContainer .formContainer form .has-error input, .nuevaContainer .formContainer form .has-error select {
    border: 1px solid #F36561;
}


.nuevaContainer .formContainer form .has-error .help-block {
    font-size: 10px;
    color: #F36561;
    padding: 5px;
}

.nuevaContainer .formContainer form .passwordContainer {
    width: 100%;
    height: 48px;
    position: relative;
}

.nuevaContainer .formContainer form .passwordContainer a {
    display: inline-block;
    width: 48px;
    height: 48px;
    left: 89%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.nuevaContainer .formContainer form .passwordContainer a.hide {
    background-image: url(../images/login/icon_password_hide.png);
}

.nuevaContainer .formContainer form .passwordContainer a.show {
    background-image: url(../images/login/icon_password_show.png);
}

.nuevaContainer .formContainer form button {
    width: 100%;
    height: 48px;
    background: #044ED7;
    border-radius: 8px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.nuevaContainer .formContainer form button:hover {
    background-color: #083EA2;
    transition: background-color 300ms linear;
}

.nuevaContainer .formContainer form h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A7178;
    padding: 60px 0 20px 0;
    text-align: center;
}

.nuevaContainer .formContainer form a.btnRegistro {
    width: 100%;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    text-decoration: none;
}

.nuevaContainer .formContainer form a.btnRegistro:hover {
    background-color: #A5A9AD;
    transition: background-color 300ms linear;
}

.nuevaContainer .formContainer .alerta {
    padding: 0;
    width: 100%;
    height: 40px;
    background: rgba(243, 101, 97, 0.25);
    border-radius: 4px;
    margin: 40px 0 0 0;
}

.nuevaContainer .formContainer .alerta p {
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #F36561;
    text-align: center;
}

.nuevaContainer .formContainer form .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3Csvg%20width%3D%2254%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2010L12%2014L16%2010%22%20stroke%3D%22%23FF6E00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
    background-size: 20px 24px;
}

#bloqueo_nueva {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
}

#bloqueo_nueva .content {
    width: 385px;
    height: 415px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -207px;
    margin-left: -192px;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
}

#bloqueo_nueva .content .close {
    position: absolute;
    right: 24px;
    top: 24px;
}

#bloqueo_nueva .content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #060A3D;
    border-bottom: 3px solid #086734;
    padding: 30px 0 10px 0;
    text-align: center;
}

#bloqueo_nueva .content h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
    padding: 20px 0 0 0;
}

#bloqueo_nueva .content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
}

#bloqueo_nueva .content p a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FF6E00;
    text-decoration: none;
}

#bloqueo_nueva .content p a:last-child {
    text-decoration: underline;
}

#bloqueo_nueva .content a.btn {
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 337px;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}


#bloqueo_nueva_contrasena {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

#bloqueo_nueva_contrasena .content {
    width: 385px;
    height: 545px;
    position: absolute;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
}

#bloqueo_nueva_contrasena .content .close {
    position: absolute;
    right: 24px;
    top: 24px;
}

#bloqueo_nueva_contrasena .content h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #060A3D;
    border-bottom: 3px solid #086734;
    padding: 30px 0 10px 0;
    text-align: center;
}

#bloqueo_nueva_contrasena .content h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
    padding: 20px 0 0 0;
}

#bloqueo_nueva_contrasena .content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6A7178;
}

#bloqueo_nueva_contrasena .content p a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FF6E00;
    text-decoration: none;
}

#bloqueo_nueva_contrasena .content p a:last-child {
    text-decoration: underline;
}

#bloqueo_nueva_contrasena .content a.btn {
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 337px;
    height: 48px;
    background: #CED4DA;
    border-radius: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}

#g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
}


/* DETECCIÓN LANDSCAPE / PORTRAIT
* ---------------------------------------------------------------------
*/

.bloqueo_orientacion {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

@media (orientation: landscape) {
    .bloqueo_orientacion {
        display: none;
    }
}
  
@media (orientation: portrait) {
    .bloqueo_orientacion {
        display: flex;
    }
}

/* RESPONSIVIDAD
* ---------------------------------------------------------------------
*/



@media (min-width: 576px) {  }


@media (min-width: 768px) {  }


@media (min-width: 992px) {  }


@media (min-width: 1200px) {  }


@media (min-width: 1400px) {  }