h5 {
    color: #989A9B;
    font-weight: lighter;
}

.section-form {
    margin: 3%;
    padding: 5% 10%;
    overflow: visible;
}

.titles {
    text-align: left;
    align-items: initial;
    padding: 5% 3%;
}

h1.title-login {
    text-align: left;
    font-size: 40px !important;
    /*font: Medium 40px/47px Roboto;*/
    letter-spacing: 0.48px;
    /*color: #3B536D;*/
    opacity: 1;
}

.text-login {
    text-align: left;
    font-size: 25px;
    /*font: Regular 16px/22px Open Sans;*/
    letter-spacing: 0.32px;
    color: #969696;
}

.link-login {
    text-align: left;
    font: Regular 16px/22px Open Sans;
    letter-spacing: 0.32px;
    /*color: #203348;*/
}

/*.link-login:hover {
        color: #5F9FE5;
    }

    .link-login:active {
        color: #707070;
    }

    .link-login:focus {
        color: #5F9FE5;
    }*/

.link-pass {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    /*font: Regular 16px/22px Open Sans;*/
    letter-spacing: 0.32px;
    /*color: #203348;*/
    opacity: 1;
    text-decoration: underline;
}

.btn-aceptar {
    width: 209px;
    height: 46px;
    border-radius: 4px; /*Ovalado/redondo*/
    border: none !important;
    opacity: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.25px;
    color: #FFFFFF; /*Color de letra*/
    margin-top: 10%;
}

#Btn_Login {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    #Btn_Login:hover {
        background-color: #4A83C1;
    }

    #Btn_Login:active {
        background-color: #203348;
    }

    #Btn_Login:focus {
        background: #203348 0% 0% no-repeat padding-box;
        border: 1px solid #007BFF;
    }

.img-login {
    width: 500px;
    height: 400px;
}
/*------INPUT-----*/
/*FORMULARIO*/
input.data_input_login::placeholder {
    text-align: left;
}

input.data_input_login {
    font-weight: 500;
    color: #989A9B;
}

form#data_inicio_sesion {
    margin-top: 25px;
    width: 100%;
    text-align: left;
}

.text_area_r {
    margin-left: auto;
    margin-right: auto;
}

    .text_area_r input.data_input_login {
        color: #203348;
    }

input[type=text], input[type=password], input[type=tel], input[type=email] {
    fill: none;
    border-right: none;
    border-left: none;
    border-top: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-color: #989A9B;
}

input:focus {
    outline: 0;
    border-bottom: 2px solid #203348;
}

::-webkit-input-placeholder {
    opacity: 1;
}

label.head_label, label.bottom_label1, label.bottom_label2 {
    padding: 0px 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 300;
    display: none;
    color: #989A9B;
    text-align: left;
    -webkit-animation: silo-fade 0.2s;
    -moz-animation: silo-fade 0.2s;
    animation: silo-fade 0.2s;
}

input.invalid + label.head_label, input:focus + label.head_label, input:not(:placeholder-shown) + label.head_label {
    display: block;
}

    input.invalid + label.head_label + label.bottom_label1 {
        display: block;
        color: #FF4B4B;
        font-weight: 500;
        position: relative;
    }

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input.valid {
    color: #203348;
    font-weight: 500;
}

input.invalid {
    color: #FF4B4B;
    font-weight: 300;
    border-bottom: 1px solid #FF4B4B;
}

select.invalidSelect {
    color: #FF4B4B;
    font-weight: 300;
    border: 1px solid #FF4B4B;
}

input.invalid + label.head_label {
    color: #989A9B;
}

input.quantity-field {
    border: 1.5px solid #C7C7C7;
    text-align: center;
}

.title_dashboard {
    text-align: center;
    font-size: 40px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #3B536D;
    opacity: 1;
}

/*CREAR_CUENTA*/
.account-secction {
    text-align: center;
    align-items: initial;
    padding: 5% 3%;
}

.title-account {
    text-align: center;
    font-size: 40px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /*color: #3B536D;*/
    opacity: 1;
}

.text-account {
    text-align: center;
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0.32px;
    /*color: #3B536D;*/
    opacity: 1;
    margin-bottom: 10%;
    margin-top: 15px;
}

.text-password {
    text-align: left;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 0px;
    color: #989A9B;
    opacity: 1;
    margin-top: -4%;
}

input.invalid + label.head_label + label.bottom_label1 + p {
    margin-top: 0px;
}

.btn-continuar {
    width: 325px;
    height: 66px;
    border-radius: 4px; /*Ovalado/redondo*/
    border: none !important;
    opacity: 1;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.7px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
}

.material-icons.icon-arrow {
    vertical-align: middle;
}


.btn-agente {
    width: 325px;
    height: 66px;
    background: #5F9FE5 0% 0% no-repeat padding-box;
    border-radius: 4px; /*Ovalado/redondo*/
    border: 1px solid #5F9FE5; /*Margen de boton*/
    opacity: 1;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.7px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
}
/*FORMULARIO CREAR_CUENTA*/
input.data_input_account::placeholder {
    text-align: left;
}

input.data_input_account {
    font-weight: 500;
    color: #989A9B;
}

#data_new_account {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.text_area_new {
    margin-left: auto;
    margin-right: auto;
}

    .text_area_new input.data_input_account {
        color: #203348;
    }

        .text_area_new input.data_input_account.invalid {
            color: #FF4B4B;
        }


.material-icons.icon-eye:hover {
    color: #203348;
}

.material-icons.icon-eye:active {
    color: #707070;
}

.material-icons.icon-eye:focus {
    color: #5F9FE5;
}

/*CREAR_CUENTA*/
.material-icons.icon-eye-2 {
    color: #A0A0A0;
    width: 10%;
    background: none;
    border: none;
    position: absolute;
}

    .material-icons.icon-eye-2:hover {
        color: #203348;
    }

    .material-icons.icon-eye-2:active {
        color: #707070;
    }

    .material-icons.icon-eye-2:focus {
        color: #5F9FE5;
    }

/*VERIFICAR TELÉFONO*/
.title-codigo {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.6px;
    opacity: 1;
}

.title-tel {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.6px;
    opacity: 1;
}

.title-pass {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.6px;
    color: #3B536D;
    opacity: 1;
    /*margin-bottom: 10%;*/
}

.text-tel {
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 0px;
    color: #989A9B;
    opacity: 1;
    padding-left: 23%;
    padding-right: 23%;
    margin-bottom: 8%;
}

input.data_input_tel::placeholder, input.data_input_pass::placeholder {
    text-align: left;
}

input.data_input_tel, input.data_input_code {
    font-weight: 500;
    color: #989A9B;
}

input.data_input_pass {
    font-weight: 500;
    color: #203348;
}

#data_tel, #data_verificar_codigo, #recoverPassword {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.text_area_tel, .text_area_code, .text_area_pass {
    margin-left: auto;
    margin-right: auto;
}

    .text_area_tel input.data_input_tel, input.text_area_pass {
        color: #203348;
    }

    .text_area_code input.data_input_code {
        color: #203348;
    }

.seccion-link {
    background-color: palevioletred;
}

/*VERIFICAR CÓDIGO*/
.btn-continuar#btn-code {
    margin-top: 0px;
}

.text-reenviar {
    margin-top: 9%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #989A9B;
    opacity: 1;
    display: block;
}

.link-reenviar {
    margin-top: 10%;
    text-align: center;
    text-decoration: underline;
    font: Medium 17px/20px Roboto;
    letter-spacing: 0.85px;
    color: #203348;
    opacity: 1;
}

.icon-ready {
    color: #203348;
    width: 10%;
    background: none;
    border: none;
    position: absolute;
    left: 67%;
    top: 3%;

}

/* Ultimo paso Start */
.container-birthday {
    width: 100%;
    max-width: 440px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-fecha-title {
    text-align: left;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #989A9B;
    opacity: 1;
    width: 100%;
    padding: 0 15px;
    margin: 60px 0 25px 0;
}

.fecha-nac-title {
    text-align: left;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #989A9B;
    opacity: 1;
    width: 100%;
    padding: 0 24%;
    margin: 60px 0 25px 0;
}

form#data_nacimiento {
    margin: 50px auto 150px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.select_label {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0px;
    color: #989A9B;
    width: 100%;
    max-width: 100px;
    margin-top: 10px;
    text-align: center;
}

.date_sel {
    border-radius: 5px;
    height: 40px;
    text-align-last: center;
    border: 1px solid #989A9B;
    color: #989A9B;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    width: 100%;
    max-width: 100px;
}
/* Ultimo paso End */

/* Datos de usuario Start */
.container-user-form {
    width: 100%;
    max-width: 600px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
}

    .container-user-form .data_input_account {
        margin: 0;
    }

.data_input_account::placeholder {
    color: #989A9B;
    font-weight: 300;
}

.text-user-p {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0px;
    color: #989A9B;
}

    .text-user-p a {
        font-weight: 400;
        text-decoration: underline;
    }

/* SPINNER */
#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

.spinnerScreen {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 5;
    display: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #203348;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* ********** */
/* Datos de usuario End */

/* Cedula y Clave Start */
.container-cedula-form {
    margin: 50px auto 150px auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
}

    .container-cedula-form .data_input_account {
        margin: 0;
    }

.text-cedula-h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0px;
    color: #3B536D;
}

.logo-gmx {
    width: 80%;
    border: 1px solid #989A9B;
    padding: 10%;
    border-radius: 5px;
}

.link-cambiar-cuenta {
    width: 100%;
    color: #203348;
    text-align: center;
}

button#btn-clave {
    margin-left: auto;
    margin-right: auto;
}
/* Cedula y clave End */

.dataUser {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}
/*Animations*/
@-webkit-keyframes silo-fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.4em);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes silo-fade {
    0% {
        opacity: 0;
        -moz-transform: translateY(-1.4em);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes silo-fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.4em);
        -moz-transform: translateY(-1.4em);
        -ms-transform: translateY(-1.4em);
        -o-transform: translateY(-1.4em);
        transform: translateY(-1.4em);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.text_password {
    color: #989A9B;
    text-align: justify;
    font-size: 18px;
    font-weight: 100;
}

.texto_contra {
    color: #989A9B;
    text-align: justify;
    font-size: 14px;
    font-weight: 100;
}

.textRecuperar {
    text-align: center;
    /*padding: 1% 30% 5% 30%;*/
    padding: 1% 20% 1% 20%;
    color: #989A9B;
    font-weight: lighter;
}

.enviar {
    font-family: 'Roboto', sans-serif;
    display: block;
    /*background-color: #203348;*/
    /*border: #707070;*/
    border: none !important;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    max-width: 300px;
    font-size: 18px;
}

/* .enviar:hover {
        background-color: #2F629A;
        border: none;
    }*/

.material-icons.icono-view#show_1, .material-icons.icono-view#show_2, .material-icons.icono-view#show_3 {
    color: #A0A0A0;
    width: 10%;
    background: none;
    border: none;
    margin-left: 42%;
    position: absolute;
}

    .material-icons.icono-view#show_1:hover, .material-icons.icono-view#show_2:hover, .material-icons.icono-view#show_3:hover {
        color: #203348;
    }

    .material-icons.icono-view#show_1:active, .material-icons.icono-view#show_2:active, .material-icons.icono-view#show_3:active {
        color: #707070;
    }

    .material-icons.icono-view#show_1:focus, .material-icons.icono-view#show_2:focus, .material-icons.icono-view#show_3:focus {
        color: #5F9FE5;
    }

.texto_contra {
    color: #989A9B;
    text-align: justify;
    font-size: 18px;
    font-weight: lighter;
    padding: 0% 23% 0% 23%;
}

.cont_perfilUser_2 {
    margin-top: 5%;
}

/*Checkbox password*/
#ContentPlaceHolder1_container_label_password {
    visibility: hidden;
}

.text_recomenPass {
    font-size: 18px;
    /*color: #3B536D;*/
    font-weight: 100;
}

.label_genPass {
    font-size: 18px;
    color: #203348;
    font-weight: 100;
}

.icon_updatePass {
    font-size: 20px;
    color: #5F9FE5;
    vertical-align: text-bottom;
    font-weight: 600;
}

.link_updatePass {
    /*visibility: hidden;*/
    /*display: none;*/
}

.material-icons.icon-eye {
    color: #A0A0A0;
    width: 10%;
    background: none;
    border: none;
    position: absolute;
}
/*CAMBIO CONTRASEÑA*/
.div_recommendPass {
    margin: -12px auto 0 auto;
    text-align: left;
    width: 53%;
}

/*FORMULARIO AGENTE*/
.form_registro_agente {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/*Cargar foto*/
.butonsUpFile a {
    position: absolute;
    left: 320px;
    width: 38px;
    height: 38px;
    border: 1.5px solid #8E97A7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    color: #8E97A7;
    font-weight: 600;
    outline: none;
    cursor: auto;
}

    .butonsUpFile a:hover {
        color: #3B536D;
        border-color: #3B536D;
    }

    .butonsUpFile a:hover {
        border-color: #007BFF;
    }

.butonsFile a {
    left: 320px;
    width: 38px;
    height: 38px;
    border: 1.5px solid #8E97A7;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    color: #8E97A7;
    font-weight: 600;
    outline: none;
    cursor: auto;
}
/*FORMULARIO AGENTE*/
.containerBtn_Continuar {
    margin-bottom: 50px;
}

.botones_invalidos {
    background-color: #fcdfdf;
    border: 1px solid #FF4B4B;
    width: 94%;
    margin-left: 18px;
    display: none;
}

.text_btn_invalidos {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FF4B4B;
    margin-top: 6px;
    margin-left: 8px;
}

span.icon_invalid {
    color: #FF4B4B;
    vertical-align: middle;
}

.container_nota {
    background-color: white;
}

.text_nota {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #4A4A4A;
    font-weight: lighter;
}

.span_nota {
    color: #203348;
    font-weight: bold;
}

.statusFile {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #989A9B;
    font-weight: lighter;
}

.urlAlias {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #203348;
    font-weight: lighter;
    margin-top: -50px;
}

.label_formato {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #989A9B;
    font-weight: lighter;
}

.link_codeAgent {
    border: solid 1.5px #989A9B;
    border-radius: 5px;
    width: fit-content;
    position: absolute;
    right: 25px;
}

/*NUEVOS FORMULARIOS SELECT*/
select#options_colors {
    display: block;
    /*margin: 0 auto;*/
    margin: 20px auto 0px;
    color: #989A9B;
    background-color: white;
    border-right: none;
    border-left: none;
    border-top: none;
    font-size: 18px;
    font-weight: lighter;
    outline: none;
    width: 95%;
}

.form-contacto-input {
    width: 100%;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: lighter;
    line-height: 19px;
    letter-spacing: 0px;
    border: none;
    border-bottom: 1px solid #707070;
    outline: none;
}

select.invalid {
    border-bottom: 1px solid #FF4B4B;
}

.label_btnEdit {
    width: 50% !important;
    margin-left: 0% !important;
}

i.iconGetDoc {
    color: #3B536D;
}
/*AREATEXT*/
.form-contacto-text-area {
    width: 100%;
    height: 100px;
    border: 1px solid #707070;
    border-radius: 6px;
    outline: none;
    resize: none;
    font-size: 18px;
    color: #203348;
}

.form-contacto-label {
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0px;
    margin-top: 10px;
}

textarea.invalid {
    color: #FF4B4B;
    font-weight: 300;
    border: 1px solid #FF4B4B;
    font-size: 18px;
}

.bottom_label1 {
    display: block;
    color: #FF4B4B;
    font-weight: 500;
    position: relative;
    font-size: 18px;
}

label.bottom_label1#bottoml_options_contact {
    display: block;
    color: #FF4B4B;
    font-weight: 500;
    position: relative;
    padding: 0;
    font-size: 18px;
}

/*GRIDVIEW*/
#tableClaves {
    width: 90%;
    margin: auto;
}

th {
    width: 22.5%;
    color: #989A9B;
    font-weight: lighter;
    font-size: 18px;
    text-align: center;
}

#container_gridview {
    width: 90%;
    margin: 20px auto !important;
}

.btn_claves {
    font-weight: bolder;
    font-size: 18px;
    background-color: #5F9FE5;
    margin-top: 25px;
    border: 1px solid #5F9FE5;
    border-radius: 3px;
    width: 30px;
    height: 30px;
}

#ContentPlaceHolder1_options_product {
    margin-top: 9px;
}

tbody tr td {
    background-color: #D9D9D8;
    border: 1px solid #707070;
    text-align: center;
}

.resume_value {
    margin: auto;
    color: #203348;
    font-size: 18px;
    font-weight: lighter;
}

tbody tr td h5 {
    margin: auto;
    color: #203348;
}

/*INPUT RADIO*/
.text_radio {
}

.div_inputRadio {
    display: inline-flex;
    margin: auto 20px;
}

.input_radioButtons {
    width: 23px;
    height: 23px;
}

.label_radioButtons {
    vertical-align: middle;
    margin: auto 5px;
    color: #989A9B;
    font-size: 18px;
    font-weight: lighter;
}

.container_radioInp {
    /*margin: 20px auto 0px;*/
    margin: auto;
}

#razon_soc {
    display: none;
}

#name_agente, #lastname_agente, #surname_agente, #nombre_marca {
    display: none;
}

.area_checkbox {
    margin: auto auto 30px;
}

.label_checkbox {
    color: #989A9B;
    font-size: 18px;
    font-weight: lighter;
    vertical-align: baseline;
}

/*VISOR*/
#section_ejemplo {
    display: none;
    margin: auto auto 50px;
}

.container_view {
    width: 650px;
    height: 800px;
    overflow: scroll;
    border: 1px solid #989A9B;
    margin: auto;
}

.text_view {
    font-size: 18px;
    color: #989A9B;
    text-align: left;
    font-weight: 500;
}

.img_view {
    width: 100%;
}

/***/
#tipo_productos {
    margin: 20px auto;
}

.h4_title {
    font-size: 20px;
    color: #989A9B;
    font-weight: lighter;
    text-align: center;
    /* margin: 50px auto auto; */
}

.div_checks {
    display: inline-flex;
}

.area_checks {
    margin: auto 20px;
}

input[type=checkbox]#prodHogar, input[type=checkbox]#prodMascota {
    width: 20px;
    height: 20px;
}

.label_prod {
    font-size: 18px;
    color: #989A9B;
    font-weight: lighter;
    vertical-align: middle;
}

.cont_title {
    height: 50px;
}

.h3_title {
    font-size: 20px;
    color: #707070;
    font-weight: bold;
    margin: auto;
}

#container_inpColor {
    display: none;
}

.labelColors {
    margin: auto;
    font-size: 18px;
    color: #707070;
    font-weight: lighter;
}

.containerInputBox {
    clear: both;
    margin: 5px auto;
}

.lab_checkbox {
    font-size: 18px;
    text-align: left;
    font-weight: lighter;
    color: #707070;
    vertical-align: top;
}

.item_checkbox{
    height: 16px;
    width: 16px;
}

.infoRequired {
    color: #FF4B4B;
    font-weight: 800;
}
/*------------------MEDIA QUERIES--------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .texto_contra {
        padding: 0% 0% 0% 0%;
    }

    .section-form {
        margin: 0%;
        padding: 5% 5%;
        overflow: visible;
    }

    .titles {
        text-align: center;
        align-items: initial;
        /*padding: 0% 0%;*/
    }

    h1.title-login { /*Iniciar Sesión*/
        text-align: center;
        font-size: 35px;
    }

    .text-login {
        text-align: center;
        font-size: 20px;
        font-weight: lighter;
        margin-bottom: 15%;
    }

    .link-pass {
        font-size: 16px;
        /*font-weight: lighter;*/
        margin-left: 2%;
    }

    .btn-aceptar {
        width: 100%;
        height: 60px;
    }

    .img-login {
        display: none;
        /*width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;*/
    }

    form#data_inicio_sesion {
        margin-top: 25px;
        width: 100%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_r {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    input[type=text], input[type=password], input[type=tel], input[type=email] {
        width: 95%;
        height: 29px;
        font-size: 16px;
        font-weight: lighter;
    }

    input::placeholder {
        font-size: 18px;
    }

    input.invalid + label.head_label + label.bottom_label1 {
        top: 93px;
        margin-left: 11px;
    }

    input[type=email].data_inicio_sesion, input[type=password].data_inicio_sesion {
        font-size: 18px;
        font-weight: 500;
    }

    /*----CREAR_CUENTA----*/
    .text-password {
        margin-top: -10%;
        margin-left: 2%;
    }

    .text-account {
        font-size: 20px;
        margin-bottom: 15%;
    }

    #data_new_account {
        margin-top: 25px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_new {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 30px;
    }

    .text_area_agente {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 30px;
    }

    .text_area_agente_f {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 30px;
    }

    input[type=text].data_new_account, input[type=password].data_new_account {
        font-size: 16px;
        font-weight: 500;
    }

    /*.material-icons.icon-eye-2 {
        left: 84%;*/
    /*top:45%;*/
    /*}*/

    /*-----VERFICIAR TELÉFONO-----*/
    .title-tel {
        font-size: 35px;
    }

    .title-pass {
        font-size: 35px;
        /*margin-bottom: 8%;*/
    }

    .text-tel {
        text-align: center;
        font-size: 16px;
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 22%;
    }

    #data_tel, #recoverPassword {
        margin-top: 25px;
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #data_tel {
        width: 100%;
    }

    .text_area_tel {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    .text_area_pass {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    input[type=tel].data_tel {
        font-size: 16px;
        font-weight: 500;
    }

    input[type=password].recoverPassword {
        font-size: 16px;
        font-weight: 500;
    }
    /*--VALIDAR CÓDIGO*/
    .title-codigo {
        font-size: 35px;
        margin-bottom: 20%;
    }

    form#data_verificar_codigo {
        margin-top: 25px;
        width: 90%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_code {
        text-align: left;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    .icon-ready {
        left: 83%;
        top: 3%;
    }

    /* Ultimo paso Start */
    .form-fecha-title {
        margin: 25px 0 25px 0;
    }

    form#data_nacimiento {
        margin: 30px auto 50px auto;
    }

    /* Ultimo paso End */
    input[type=password].data_input_login {
        width: 95%;
        height: 31px;
        font-size: 16px;
        font-weight: lighter;
    }

    .textRecuperar {
        text-align: center;
        padding: 1% 5% 1% 5%;
        font-size: 16px;
    }

    .final_element {
        margin-top: 50px;
        margin-bottom: 5%;
    }

    .enviar {
        width: 90%;
        height: 66px;
    }

    .material-icons.icono-view#show_1, .material-icons.icono-view#show_2, .material-icons.icono-view#show_3 {
        margin-left: 83%;
    }

    .fecha-nac-title {
        padding: 0 0%;
    }

    label.head_label, label.bottom_label1, label.bottom_label2, input[type=text], input[type=password], input[type=tel], input[type=email], .btn-continuar,
    .text-reenviar {
        font-size: 16px;
    }

    .title-account, .title_dashboard {
        font-size: 35px;
    }

    .container-user-form {
        margin-top: 20%;
    }

    .text_area_r.cp_datos_usuario {
        margin-top: 35px;
    }

    .cont_perfilUser_2 {
        margin-top: 0%;
    }

    .text_password {
        font-size: 16px;
    }

    #correo_usuario {
        margin-bottom: 30%;
    }

    .material-icons.icon-eye {
        right: 20px;
    }

    .material-icons.icon-eye-2 {
        right: 20px;
    }

    .butonsUpFile a {
        left: 275px;
    }

    .form_registro_agente {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .urlAlias {
        font-size: 16px;
        margin-top: -20px;
        margin-left: 10px;
        margin-bottom: 45px;
    }

    .statusFile {
        font-size: 16px;
    }

    .botones_invalidos {
        margin-bottom: 60px;
    }

    .text_btn_invalidos {
        font-size: 16px;
    }

    .label_btn {
        margin-left: -12px !important;
    }

    .inputCode_Agente {
        width: 85% !important;
        margin-left: 2% !important;
    }

    .container_view {
        width: 350px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .texto_contra {
        padding: 0% 0% 0% 0%;
    }

    /*.material-icons.icon-eye-2 {
        left: 79%;*/
    /*top:36%;*/
    /*}*/

    .section-form {
        margin: 0%;
        padding: 5% 5%;
        overflow: visible;
    }

    .titles {
        text-align: center;
        align-items: initial;
        /*padding: 0% 0%;*/
    }

    h1.title-login { /*Iniciar Sesión*/
        text-align: center;
        font-size: 40px;
    }

    .text-login {
        text-align: center;
        font-size: 25px;
        font-weight: lighter;
        margin-bottom: 15%;
    }

    .link-pass {
        font-size: 18px;
        /*font-weight: lighter;*/
        margin-left: 5%;
    }

    .btn-aceptar {
        width: 90%;
        height: 60px;
    }

    .img-login {
        display: none;
        /*width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;*/
    }

    form#data_inicio_sesion {
        margin-top: 25px;
        width: 90%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_r {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    input[type=password], input[type=text], input[type=email], input[type=tel] {
        width: 90%;
        height: 31px;
        font-size: 18px;
        font-weight: lighter;
    }

    label.head_label {
        width: 90%;
    }

    input.invalid + label.head_label + label.bottom_label1 {
        top: 93px;
        margin-left: 28px;
        width: 100%;
    }
    /*input[type=text].data_input_login, input[type=text].data_input_inmueble{
        font-size: 20px;
        font-weight: 500;
    }*/

    /*-----CREAR_CUENTA------*/
    .title-account, .title_dashboard {
        font-size: 40px;
        line-height: 35px;
        letter-spacing: 0.6px;
    }

    .text-account {
        font-size: 25px;
        line-height: 29px;
        letter-spacing: 0.5px;
        margin-bottom: 10%;
    }

    .text-password {
        margin-top: -5%;
        margin-left: 5%;
    }

    .text-account {
        font-size: 25px;
    }

    #data_new_account {
        margin-top: 25px;
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_new {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 60px;
    }

    .text_area_agente {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 60px;
    }

    .text_area_agente_f {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 30px;
    }
    /*----VERIFICAR TELÉFONO-----*/
    .title-tel {
        font-size: 40px;
    }

    .title-pass {
        font-size: 40px;
        /* margin-bottom: 8%;*/
    }

    .text-tel {
        text-align: center;
        font-size: 18px;
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 22%;
    }

    #data_tel, #recoverPassword {
        margin-top: 25px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #data_tel {
        width: 90%;
    }

    .text_area_tel {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    .text_area_pass {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    .data_input_tel {
        width: 70%;
    }

    .data_input_pass {
        width: 90%;
    }


    /*----VERIFICAR CÓDIGO----*/
    .title-codigo {
        font-size: 40px;
        margin-bottom: 25%;
    }

    form#data_verificar_codigo {
        margin-top: 25px;
        width: 80%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_code {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 90%;
        height: 31px;
        margin-top: 50px;
    }

    .icon-ready {
        left: 77%;
        top: 3%;
    }

    /* Ultimo paso End */
    .select_label {
        text-align: left;
    }
    /* Ultimo paso End */

    /* Cedula y Clave Start */

    .text-cedula-h2 {
        font-size: 25px;
        line-height: 29px;
        letter-spacing: 0.5px;
    }

    .logo-gmx {
        width: 80%;
        border: 1px solid #989A9B;
        padding: 10%;
        border-radius: 5px;
    }

    /* Cedula y clave End */
    input[type=password].data_input_login {
        width: 90%;
        height: 31px;
        font-size: 18px;
        font-weight: lighter;
    }

    .textRecuperar {
        text-align: center;
        padding: 1% 10% 1% 10%;
        font-size: 18px;
    }

    .final_element {
        margin-top: 10%;
    }

    .enviar {
        width: 90%;
        height: 66px;
    }

    .material-icons.icono-view#show_1, .material-icons.icono-view#show_2, .material-icons.icono-view#show_3 {
        margin-left: 83%;
    }

    .fecha-nac-title {
        padding: 0 0%;
    }

    label.head_label, label.bottom_label1, label.bottom_label2, input[type=text], input[type=password], input[type=tel], input[type=email], .btn-continuar,
    .text-reenviar {
        font-size: 18px;
    }

    .title-account, .title_dashboard {
        font-size: 40px;
    }

    .container-user-form {
        margin-top: 0%;
    }

    .cont_perfilUser_2 {
        margin-top: 0%;
    }

    .text_password {
        font-size: 18px;
    }

    #correo_usuario {
        margin-bottom: 25%;
    }

    .material-icons.icon-eye {
        right: 30px;
    }

    .material-icons.icon-eye-2 {
        right: 50px;
    }

    .butonsUpFile a {
        left: 380px;
    }

    .form_registro_agente {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .urlAlias {
        font-size: 18px;
        margin-top: -30px;
        margin-left: 30px;
    }

    .statusFile {
        font-size: 18px;
        position: absolute;
        right: 32px;
        top: 5px;
    }

    .text_btn_invalidos {
        font-size: 18px;
    }

    .inputCode_Agente {
        width: 80% !important;
        margin-left: 5% !important;
    }

    .link_codeAgent {
        width: fit-content;
        position: absolute;
        right: 50px;
    }

    .container_view {
        width: 450px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .texto_contra {
        padding: 0% 0% 0% 0%;
    }

    /*.material-icons.icon-eye-2 {
        left: 83%;*/
    /*top:32%;*/
    /*}*/

    .section-form {
        margin: 0%;
        padding: 5% 15%;
        overflow: visible;
    }

    .titles {
        text-align: center;
        align-items: initial;
        /*padding: 0% 0%;*/
    }

    h1.title-login { /*Iniciar Sesión*/
        text-align: center;
        font-size: 40px;
    }

    .text-login {
        text-align: center;
        font-size: 25px;
        font-weight: lighter;
        margin-bottom: 15%;
    }

    .link-pass {
        font-size: 18px;
        /*font-weight: lighter;*/
        margin-left: 5%;
    }

    .btn-aceptar {
        width: 209px;
        height: 46px;
    }

    .img-login {
        display: none;
        /*width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;*/
    }


    form#data_inicio_sesion {
        margin-top: 25px;
        width: 100%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_r {
        position: relative;
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    input[type=text], input[type=tel], input[type=email] {
        width: 90%;
        height: 31px;
        font-size: 18px;
        font-weight: lighter;
    }

    input[type=password] {
        width: 90%;
        height: 31px;
        font-size: 22px;
        font-weight: lighter;
    }

    label.head_label {
        width: 90%;
    }

    input.invalid + label.head_label + label.bottom_label1 {
        top: 93px;
        margin-left: 30px;
        width: 100%;
    }
    /*------CREAR_CUENTA----*/
    #data_new_account {
        margin-top: 25px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_new {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 60px;
    }

    .text_area_agente {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 60px;
    }

    .text_area_agente_f {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 3em;
        width: 100%;
        height: 31px;
        margin-top: 30px;
    }

    input[type=text].data_new_account, input[type=password].data_new_account {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
    }

    /*----VERIFICAR TELÉFONO----*/
    #data_tel, #recoverPassword {
        margin-top: 25px;
        width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_tel {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    .text_area_pass {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    input[type=tel].data_tel {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
    }

    input[type=password].recoverPassword {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
    }

    /*----VERIFICAR CÓDIGO----*/
    .title-codigo {
        margin-bottom: 15%;
    }

    form#data_verificar_codigo {
        margin-top: 25px;
        width: 70%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_code {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 90%;
        height: 31px;
        margin-top: 50px;
    }

    .icon-ready {
        left: 77%;
        top: 3%;
    }

    input[type=password].data_input_login {
        width: 90%;
        height: 31px;
        font-size: 18px;
        font-weight: lighter;
    }

    .textRecuperar {
        text-align: center;
        /*padding: 1% 20% 5% 20%;*/
        font-size: 18px;
    }

    .final_element {
        margin-top: 10%;
    }

    .enviar {
        width: 90%;
        height: 66px;
        /*margin-top: -24%;*/
    }

    .material-icons.icono-view#show_1, .material-icons.icono-view#show_2, .material-icons.icono-view#show_3 {
        margin-left: 82%;
    }

    .fecha-nac-title {
        padding: 0 3%;
    }

    #bottoml_password {
        top: 100px !important;
    }

    .cont_perfilUser_2 {
        margin-top: 0%;
    }

    #correo_usuario {
        margin-bottom: 20%;
    }

    .material-icons.icon-eye {
        right: 20px;
    }

    .material-icons.icon-eye-2 {
        right: 30px;
    }
    /*CAMBIO CONTRASEÑA*/
    .div_recommendPass {
        margin: -12px -12px 0 auto;
        text-align: left;
    }

    .butonsUpFile a {
        left: 380px;
    }

    .form_registro_agente {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .urlAlias {
        font-size: 18px;
        margin-top: -20px;
        margin-left: 30px;
    }

    .statusFile {
        font-size: 18px;
        position: absolute;
        right: 32px;
        top: 5px;
    }

    .inputCode_Agente {
        width: 80% !important;
        margin-left: 5% !important;
    }

    .container_view {
        width: 600px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .texto_contra {
        padding: 0% 23% 0% 23%;
    }

    .text-tel {
        text-align: center;
        font-size: 18px;
        padding-left: 23%;
        padding-right: 23%;
        margin-bottom: 14%;
    }

    /*.material-icons.icon-eye-2 {
        left: 68%;*/
    /*top:29%;*/
    /*}*/

    .section-form {
        margin: 0%;
        padding: 3% 5%;
        overflow: visible;
    }

    .titles {
        text-align: left;
        align-items: initial;
        /*padding: 0% 0%;*/
    }

    h1.title-login { /*Iniciar Sesión*/
        text-align: left;
        margin-left: 5%;
    }

    #Btn_Login {
        margin-left: 0;
        margin-right: unset;
    }

    .text-login {
        text-align: left;
        padding-bottom: 5%;
        margin-left: 5%;
    }

    .link-pass {
        margin-left: 0%;
    }

    .img-login {
        display: block;
        margin-top: 8%;
        width: 100%;
        height: 400px;
    }

    form#data_inicio_sesion {
        margin-top: 25px;
        width: 100%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_r {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    input[type=email].data_inicio_sesion, input[type=password].data_inicio_sesion {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
    }

    input[type=password], input[type=text], input[type=tel], input[type=email] {
        width: 100%;
        height: 34px;
        font-size: 18px;
        font-weight: lighter;
    }

    label.head_label {
        width: 100%;
    }

    input.invalid + label.head_label + label.bottom_label1 {
        top: 93px;
        margin-left: 0px;
        width: 100%;
    }

    input.quantity-field {
        height: 35px;
        font-size: 20px;
        width: 70%;
        border: 1.5px solid #C7C7C7;
        text-align: center;
        font-weight: 500;
    }

    /*CREAR_CUENTA*/
    .text-password {
        margin-top: -5%;
        margin-left: 0%;
    }

    .account-secction {
        text-align: center;
        align-items: initial;
        padding: 5% 5%;
    }

    #data_new_account {
        margin-top: 25px;
        width: 55%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_new {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 60px;
    }

    .text_area_agente {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 60px;
    }

    .text_area_agente_f {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 5em;
        width: 100%;
        height: 31px;
        margin-top: 30px;
    }
    /*VERIFICAR TELÉFONO*/
    .title-codigo {
        margin-bottom: 15%;
    }

    .title-tel {
        font-size: 40px;
    }

    .title-pass {
        font-size: 40px;
        /*margin-bottom: 8%;*/
    }

    .text-tel {
        text-align: center;
        font-size: 18px;
        padding-left: 23%;
        padding-right: 23%;
        margin-bottom: 14%;
    }

    #data_tel, #data_verificar_codigo, #recoverPassword {
        margin-top: 25px;
        width: 40%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .text_area_tel, .text_area_code {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 100%;
        height: 31px;
        margin-top: 50px;
    }

    .text_area_pass {
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 2em;
        width: 50%;
        height: 31px;
        margin-top: 50px;
    }
    /*VERIFICAR CÓDIGO*/
    .icon-ready {
        left: 67%;
        top: 3%;
    }

    input[type=password].data_input_login {
        width: 100%;
        height: 31px;
        font-size: 18px;
        font-weight: lighter;
    }

    .textRecuperar {
        text-align: center;
        /*padding: 1% 30% 1% 30%;*/
        font-size: 18px;
    }

    .final_element {
        margin-top: 10%;
    }

    .material-icons.icono-view#show_1, .material-icons.icono-view#show_2, .material-icons.icono-view#show_3 {
        margin-left: 42%;
    }

    .fecha-nac-title {
        padding: 0 24%;
    }

    #bottoml_password {
        top: 95px !important;
    }

    .cont_perfilUser_2 {
        margin-top: 5%;
    }

    #correo_usuario {
        margin-bottom: 20%;
    }

    .material-icons.icon-eye {
        right: 0px;
    }

    .material-icons.icon-eye-2 {
        right: 185px;
    }
    /*CAMBIO CONTRASEÑA*/
    .div_recommendPass {
        margin: -12px auto 0 auto;
        text-align: left;
        width: 53% !important;
    }

    .butonsUpFile a {
        left: 325px;
    }

    .form_registro_agente {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .urlAlias {
        font-size: 18px;
        margin-top: -12px;
        margin-left: 0px;
    }

    .statusFile {
        font-size: 18px;
        position: absolute;
        right: 32px;
        top: 5px;
        /*top:-26px;*/
    }

    .inputCode_Agente {
        width: 90% !important;
        margin-left: 0% !important;
    }

    .link_codeAgent {
        width: fit-content;
        position: absolute;
        right: 25px;
    }

    .container_view {
        width: 550px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .urlAlias {
        font-size: 18px;
        margin-top: -12px;
        margin-left: 0px;
    }

    .texto_contra {
        padding: 0% 23% 0% 23%;
    }

    /*.material-icons.icon-eye-2 {
        left: 69%;*/
    /*top:28%;*/
    /*}*/

    .section-form {
        margin: 0%;
        padding: 1% 10%;
        overflow: visible;
    }

    .titles {
        text-align: left;
        align-items: initial;
        /*padding: 0% 0%;*/
    }

    h1.title-login { /*Iniciar Sesión*/
        text-align: left;
    }

    .text-login {
        text-align: left;
        padding-bottom: 5%;
        margin-left: 5%;
    }

    .link-pass {
        margin-left: 0%;
    }
    /*VERIFICAR CÓDIGO*/

    .icon-ready {
        left: 67%;
        top: 3%;
    }

    input[type=password].data_input_login {
        width: 100%;
    }

    .textRecuperar {
        text-align: center;
        padding: 1% 22% 1% 22%;
        font-size: 18px;
    }

    .final_element {
        margin-top: 10%;
    }

    .material-icons.icono-view#show_1, .material-icons.icono-view#show_2, .material-icons.icono-view#show_3 {
        margin-left: 42%;
    }

    .fecha-nac-title {
        padding: 0 24%;
    }

    .cont_perfilUser_2 {
        margin-top: 5%;
    }

    .material-icons.icon-eye {
        right: 0px;
    }

    .material-icons.icon-eye-2 {
        right: 188px;
    }

    .form_registro_agente {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .inputCode_Agente {
        width: 90% !important;
        margin-left: 0% !important;
    }

    .container_view {
        width: 550px;
    }
}

.dataUser2 {
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
}

.data_input_login.input_pass {
    position: relative
}

.data_input_account.input_PassCreate {
    position: relative
}


input.valid {
    color: #203348;
    font-weight: 500;
}

input.invalid {
    color: #FF4B4B;
    font-weight: 300;
    border-bottom: 1px solid #FF4B4B;
}
