* {
    font-family: 'Roboto', sans-serif;
}

body {
    color: #000000;
}

button > * {
    pointer-events: none;
}
/*Barra de navegación*/
nav.navbar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    opacity: 1;
}

.navbar-brand {
    margin: 0 0 0 50px;
    width: 120px;
    height: auto;
}

.navbar-nav {
    margin: 20px 50px;
}

    .navbar-nav ul li {
        float: unset !important;
    }

.logo-nav {
    width: 100%;
}

.logo_agen {
    width: 85px;
}

.material-icons#menu {
    color: #707070;
}

a.flexlink {
    text-decoration: none;
}

.flexlink {
    display: flex;
    align-items: center;
    color: #707070;
    text-decoration: none;
}

    .flexlink:focus i, .flexlink:hover i {
        text-decoration: none;
    }

    .flexlink:hover {
        color: #000000;
    }

.nav-link {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #203348;
    opacity: 1;
    margin-top: 5px;
}

    .nav-link:hover {
        color: #203348;
    }

    .nav-link:active, .nav-link.active-page {
        color: #007BFF;
    }

    .nav-link:focus {
        color: #007BFF;
    }

.btn-inicio {
    background-color: #FFFFFF;
    border: 1px solid #203348;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #203348;
    opacity: 1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
}

    .btn-inicio:hover {
        /*background-color: #203348;*/
        color: #FFFFFF;
    }

.selected {
    color: #203348 !important;
}

.menu {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
    color: #535965;
    position: relative;
}

.bubble {
    width: 150px;
    height: auto;
    line-height: 30px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 10px #D0D0D0;
    position: absolute;
    top: 30px;
    margin-left: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #203348;
    z-index: 1;
    display: none;
}

#notifications {
    width: 200px;
    height: auto;
    line-height: 20px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 10px #D0D0D0;
    position: absolute;
    top: 30px;
    margin-left: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #203348;
    display: none;
    border-left: 10px solid #203348;
}

    #notifications p a {
        color: #203348;
    }

#closeSesion {
    margin-left: 5px;
    text-align: left;
}

/*#closeSesion {
    height: auto;
}*/

.bubble_link {
    margin-left: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #203348;
    text-decoration: none;
}

    .bubble_link:hover {
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        color: #203348;
        text-decoration: none;
        outline: none;
    }

.show, .show#notifications {
    display: block;
}

.material-icons {
    margin-left: 5px;
    margin-right: 5px;
}

/* PORTADA*/
/* BOTONES START*/
.btn-blue {
    margin: 5% 0%;
    padding: 0%;
    width: 80%;
    max-width: 250px;
    min-width: 155px;
    height: 46px;
    border-radius: 4px;
    opacity: 1;
    border-style: none;
    font-weight: Bold;
    color: #FFFFFF;
}
/* BOTONES END*/

/* cards Start */
.card-type {
    background-color: #FFFFFF;
    width: 80%;
    height: fit-content;
    max-width: 350px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 30px #00000029;
    padding: 25px;
    margin: 20px auto;
    color: #203348;
}

    .card-type.green-card {
        color: #6CBB8E;
    }

    .card-type h3 {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        font-weight: 500;
        letter-spacing: 0.3px;
        opacity: 1;
    }

    .card-type h4 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        letter-spacing: 0.8px;
    }

    .card-type span.x-1-report {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        letter-spacing: 0.8px;
        color: #AAAAAA;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .card-type p {
        font-size: 18px;
        line-height: 19px;
        font-weight: 400;
        letter-spacing: 0.8px;
        color: #646464;
        margin: 15px auto;
    }

    .card-type h1 {
        font-size: 80px;
        line-height: 90px;
        font-weight: bold;
        letter-spacing: 0px;
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }

        .card-type h1 span {
            font-size: 29px;
            font-weight: 500;
            letter-spacing: 1.45px;
            position: absolute;
            left: -20px;
        }

        .card-type h1 sub {
            font-size: 16px;
            line-height: 19px;
            font-weight: 500;
            letter-spacing: 0.32px;
            position: absolute;
            bottom: 10px;
            right: -20px;
        }

    .card-type hr {
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .card-type button {
        width: 80%;
        height: 45px;
        border-radius: 4px;
        border: none;
        margin: 40px auto;
        font-size: 18px;
        line-height: 10px;
        font-weight: bold;
        letter-spacing: 0.9px;
        color: #FFFFFF;
        background-color: #203348;
    }

    .card-type.green-card button {
        background-color: #6CBB8E;
    }

.pointerspace {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.6px;
    padding-left: 20px;
    width: 155px;
    height: 35px;
    line-height: 35px;
    position: relative;
    left: -25px;
    margin: 5px 0 20px 0;
}

#pointer {
    background: #6CBB8E;
    color: #FFFFFF;
}

    #pointer:after {
        content: "";
        position: absolute;
        right: -1px;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 17.5px solid white;
        border-top: 17.5px solid transparent;
        border-bottom: 17.5px solid transparent;
    }
/* cards End */

/*-----FOOTER-----*/
.page-footer {
    border-top: solid 3px #F2F5F4;
}

.title-links {
    font-weight: bold;
    font-size: 18px;
    color: #203348;
}

ul.list-unstyled li a {
    font-size: 18px;
    color: #707070;
}

    ul.list-unstyled li a:hover {
        color: #4F97E3;
    }

    ul.list-unstyled li a:active {
        color: #5F9FE5;
    }

    ul.list-unstyled li a:focus {
        color: #007BFF;
    }

.logo-footer {
    width: 50%;
    margin-left: 30%;
}

.logo-footer-up {
    width: 30%;
    margin-left: 30%;
}

.footer-copyright {
    border-top: solid 3px #F2F5F4;
}

.texto1-footer {
    font-size: 18px;
    margin-left: 9%;
    color: #707070;
}

.texto2-footer {
    font-size: 18px;
    margin-left: 2%;
    color: #707070;
}

.texto3-footer {
    font-size: 18px;
    margin-left: 2%;
    color: #707070 !important;
}

    .texto3-footer:hover {
        color: #203348 !important;
    }

.texto4-footer {
    font-size: 18px;
    margin-left: 43.5%;
    color: #707070;
}

.link-footer:hover {
    color: #203348;
}

.link-footer:active {
    color: #5F9FE5;
    text-decoration: none;
}

.link-footer:focus {
    text-decoration: underline;
    color: #007BFF;
}


/*INICIO SESION*/
#screen_login {
    background-color: white;
    width: 800px;
    height: 465px;
    position: fixed;
    border-radius: 5px;
    text-align: center;
    z-index: 5001;
    top: calc(55% - 250px);
    left: calc(36% - 250px);
    display: none;
}

.form_alert {
    width: 80%;
    margin: 50px auto 0;
}

.h2_title_letf {
    text-align: center;
    font-size: 35px;
    letter-spacing: 0.6px;
    color: #203348;
    opacity: 1;
    margin: 50px auto 80px;
}

#close_popup {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}

#close_popup_log {
    color: #FFFFFF;
    font-weight: bolder;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.container_recover {
    width: 60%;
    margin: auto;
    text-align: left;
}

.link_recover {
    font-size: 18px;
    text-align: left;
    text-decoration: underline;
}

.btn_alert_log {
    /*width: 20%;
    height: 15%;*/
    background: #5F9FE5 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 1px solid #5F9FE5;
    opacity: 1;
    text-align: center;
    font: Bold 18px/10px Roboto;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    padding: 15px 20px;
    margin: 20px auto;
}


/*POPUP ALERT*/
#cover_alert, #cover_alert_2, #cover_alert_3, #cover_alert_4, #cover_alert_6, #cover_alert_7, #cover_alert_8, #cover_alert_9 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}

#screen_alert, #screen_alertE, #screen_alert_2, #screen_alert_4, #screen_alert_8, #screen_alert_9 {
    background-color: white;
    width: 500px;
    height: 250px;
    position: fixed;
    border-radius: 5px;
    text-align: center;
    z-index: 5001; /*superponen*/
    top: calc(60% - 250px);
    left: calc(50% - 250px);
    display: none;
}

#screen_alert_3, #screen_alert_continua {
    background-color: white;
    width: 530px;
    height: 280px;
    position: fixed;
    border-radius: 5px;
    text-align: center;
    z-index: 5001; /*superponen*/
    top: calc(60% - 250px);
    left: calc(50% - 250px);
    display: none;
}

#screen_alert_6 {
    background-color: white;
    width: 598px;
    height: 500px;
    position: fixed;
    border-radius: 5px;
    text-align: center;
    z-index: 5001;
    top: calc(50% - 250px);
    left: calc(50% - 290px);
    display: none;
    overflow: auto;
}

#screen_alert_7 {
    background-color: white;
    width: 530px;
    height: 280px;
    position: fixed;
    border-radius: 5px;
    text-align: center;
    z-index: 5001; /*superponen*/
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    display: none;
}

.message_alert {
    font-size: 18px;
    margin: 12% 10% 10% 10%;
}

.msn_alert_3, .msn_alert_8, .message_alert_continua {
    font-size: 16px;
    margin: 15% 10% 10% 10%;
}

.msn_alert_7 {
    font-size: 16px;
    margin: 10% 10% 10% 10%;
    text-align: justify;
}

.msn_alert_6 {
    font-size: 18px;
    margin: 30px 50px;
    text-align: center;
}

.msn_alert_9 {
    font-size: 18px;
    margin: 10% 10% 10% 10%;
}

.img_locked, .img_unlocked {
    width: 20px;
}

.btn_alert {
    width: 20%;
    height: 15%;
    /*background: #5F9FE5 0% 0% no-repeat padding-box;*/
    border-radius: 4px;
    border: 1px solid #5F9FE5;
    opacity: 1;
    text-align: center;
    font: Bold 18px/10px Roboto;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.btn_alert_2 {
    width: 20%;
    height: 10%;
    /*background: #5F9FE5 0% 0% no-repeat padding-box;*/
    border-radius: 4px;
    /*border: 1px solid #5F9FE5;*/
    opacity: 1;
    text-align: center;
    font: Bold 18px/10px Roboto;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    border: none;
    outline: none;
    margin: 20px auto;
}
/*Heading*/
.container_heading {
    margin: 10px 0px 0px 0px;
    padding: 0 35% 0 35%;
}

.text_heading {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #203348;
}

/*reCaptcha*/
.container_Recaptcha {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}

#section-captcha, #section-captcha2 {
    text-align: center;
}

#RecaptchaField1, #RecaptchaField2 {
    display: inline-block;
}
/*Contacto*/
.container_Recaptcha_contacto {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 40px;
}
/*Checkbox*/
.seccion_checkbox {
    text-align: center;
    margin: 25px 0px;
}

.save_inmueble {
    display: block;
    width: 300px;
    height: 60px;
    /*background-color: #203348;*/
    border: #707070;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    max-width: 300px;
    font-weight: lighter;
    margin-top: 9%;
    margin-bottom: 5%;
}
/*.save_inmueble:hover {
    background-color: #2F629A;
    border-color: #007bff;
}*/

.btn_cards {
    width: 80%;
    height: 45px;
    border-radius: 4px;
    border: none;
    margin: 15px auto;
    font-size: 18px;
    line-height: 10px;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    background-color: #203348;
}

.btn_select_2 {
    background-color: #6CBB8E;
}

.title_construccion {
    text-align: center;
    color: #203348;
    margin: 10%;
}

img.img_proceso {
    width: 88%;
    height: 80%;
    margin: 0% 6% 5% 6%;
}

img.img_proceso_movil {
    display: none;
}
/*Tooltip*/
.container-tooltip {
    text-align: initial;
    /* margin-top: -15px;*/
    margin-left: 8px;
}

span#icon_help {
    color: #203348;
    position: relative;
    vertical-align: middle;
}

span.tooltip_box {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px #bdbdbd;
    line-height: 20px;
    z-index: 500;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    left: 55%;
    top: -15%;
    opacity: 1.0;
}

    span.tooltip_box::after {
        content: "";
        display: block;
        border-right: 12px solid #e9ebed;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        position: absolute;
        left: -12px;
        top: 10px;
        opacity: 1.0;
    }

p.text_tooltipRFC {
    font-size: 18px;
    color: #000000;
}

a.a_link_rfc {
    color: #203348;
}

.container-tooltip:hover .tooltip_box {
    display: inline-block;
}
/*END Tooltip*/
/*Ventana emergente Pagar*/
.container_ventanaE {
    text-align: center;
    padding-left: 30%;
    padding-right: 30%;
    margin: 0 0 2.5% 0;
}

.text_ventanaE {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    /*color: #203348;*/
    font-weight: lighter;
}

span.icon_importate {
    color: #203348;
    font-size: 24px;
    vertical-align: sub;
}
/*END Ventana emergente Pagar*/
/*.Fechanacimiento {
    height: auto;
    display: flex;
    width: 60%;
    margin-left: 20%;
}*/
/*POPUP SINIESTRO*/
#cover_siniestro {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

#contact_screen_siniestro {
    background-color: white;
    width: 700px;
    height: 500px;
    padding-left: 50px;
    position: fixed;
    top: calc(55% - 250px);
    left: calc(50% - 350px);
    border-radius: 5px;
    z-index: 100;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
}

i#close_2 {
    color: #203348;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
}

    i#close_2:hover, i#close_2:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

i#close_2 {
    margin-left: -8%;
}

.imgWeb {
    display: block;
}

.imgTablet {
    display: none;
}

/*GMX*/
#heading_gmx {
    margin-bottom: -3%;
    margin-top: 5%;
    padding: 0 30% 0 30%;
}

/*Arriba*/
.ir_arriba {
    /*display: inline-block;*/
    padding: 18px;
    /*background-color: rgba(59, 83, 109, 0.9);*/
    background-color: rgba(79, 151, 227, 0.9);
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 500;
    display: none;
}

.go_up {
    padding: 12px;
    background-color: #6d6969c2;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 500;
    display: inline-block;
    position: absolute;
    top: 2250px;
    right: 25px;
}

/*Link Correo Popup*/
a .link_correoPopup {
    color: #4F97E3;
    font-size: 18px;
}

.accept_terminos {
    display: inline !important;
}

/*COLORES CONTRASEÑA*/
#nivelseguridad {
    font-weight: bold;
    text-transform: uppercase;
}

.nivelSeguridad {
    /*width: 280px;*/
    margin: -3% 0% 6% -12%;
}

legend {
    text-align: center;
    margin-bottom: 10px;
}

.nivelSeguridad > p {
    margin-right: 15px;
}

.nivelSeguridad > span#nivelseguridad {
}

.nivelesColores {
    height: 10px;
    width: 188px;
    display: inline-block;
    position: relative;
    left: 25px;
}

.spanNivelesColores {
    /*background: #fff;*/
    width: 0;
    height: 10px;
    display: inline-block;
    position: absolute;
    background: url(http://momstudio.es/img/img-elmaquetadorweb/password-level-47px.png) no-repeat;
    /*border: 1px solid #f00;
  right: 120px;*/
}

.bajo,
.medio,
.alto,
.muyAlto {
    height: 10px;
}

.spanNivelesColores.nulo {
    width: 0px;
}

.spanNivelesColores.bajo {
    width: 47px;
}

.spanNivelesColores.medio {
    width: 94px;
}

.spanNivelesColores.alto {
    width: 141px;
}

.spanNivelesColores.muyAlto {
    width: 188px;
}

/*COLORES CONTRASEÑA 2*/
#nivelseguridad_2 {
    font-weight: bold;
    text-transform: uppercase;
}

.nivelSeguridad_2 {
    /*width: 280px;*/
    margin: -3% 0% 6% -12%;
}

legend_2 {
    text-align: center;
    margin-bottom: 10px;
}

.nivelSeguridad_2 > p {
    margin-right: 15px;
}

.nivelSeguridad_2 > span#nivelseguridad_2 {
}

.nivelesColores_2 {
    height: 10px;
    width: 188px;
    display: inline-block;
    position: relative;
    left: 25px;
}

.spanNivelesColores_2 {
    /*background: #fff;*/
    width: 0;
    height: 10px;
    display: inline-block;
    position: absolute;
    background: url(http://momstudio.es/img/img-elmaquetadorweb/password-level-47px.png) no-repeat;
    /*border: 1px solid #f00;
  right: 120px;*/
}

.bajo,
.medio,
.alto,
.muyAlto {
    height: 10px;
}

.spanNivelesColores_2.nulo {
    width: 0px;
}

.spanNivelesColores_2.bajo {
    width: 47px;
}

.spanNivelesColores_2.medio {
    width: 94px;
}

.spanNivelesColores_2.alto {
    width: 141px;
}

.spanNivelesColores_2.muyAlto {
    width: 188px;
}

.info_inicio_pass {
    text-align: justify;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: 0.32px;
    /*color: #203348;*/
    opacity: 1;
    line-height: 1.3;
}
/*Pag Error*/
.container_text_error {
    margin: 85px 0 0 0;
}

.h1-text {
    font-size: 40px;
    color: #203348;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.8px;
    opacity: 1;
}

.h3-text {
    font-size: 25px;
    color: #203348;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.8px;
    opacity: 1;
}

.section-error {
    margin: 5% 0%;
    padding: 0% 5%;
    overflow: visible;
}

.error_img {
    text-align: center;
}

.imagen_error {
    margin: 5px;
}
/*POPUP*/
.ol_alert {
    text-align: justify;
}

.ol_Subalert li {
    text-align: justify;
    list-style: disc;
}

.ol_sub_alert li {
    text-align: justify;
    list-style: lower-alpha;
    margin-left: 10px;
}

a#link_cgT.link_cg, a#link_cgA.link_cg {
    color: #707070;
}

a.link_check {
    font-weight: 500;
}

a#link_cgT.link_cg:hover, a#link_cgA.link_cg:hover {
    color: #4F97E3;
    text-decoration: underline;
}

.link_menuText {
    color: #707070;
    font-family: Roboto;
    font-size: 18px;
    text-decoration: none;
    padding-left: 0.15em;
    padding-right: 0.15em;
    margin: auto 15px;
}

.img_registro {
    width: 80%;
}

.buttonHidden {
    display: none;
}
.buttonInvisible{
    visibility:hidden;

}

/*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);
    }
}

.message_alert_shortText {
    font-size: 18px;
    margin: 50px auto 25px;
    width: 90%;
}


/**/
#container_animation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
    width: 100%;
    height: 100%;
    display: block;
}

.content_logo {
    width: -moz-min-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15vh;
    text-align: center;
}

.logo_animation {
    width: 150px;
}

.content_animation {
    width: -moz-min-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    text-align: center;
}

.img_loader {
    width: 120px;
    margin: auto;
}

#progress_loaderAnimate {
    margin: 40px auto 15px;
    position: relative;
    width: 30%;
    height: 13px;
    background-color: #EAEAEA;
    border-radius: 5px;
}

#bar_loaderAnimate {
    position: absolute;
    height: 100%;
    background-color: #203348;
    border-radius: 5px;
}

.h5_animate {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #707070;
}

.loading_box {
    position: relative;
    width: 400px;
    height: 20px;
    border-radius: 12px;
    border: 2px solid #707070;
    overflow: hidden;
    margin: 40px auto 15px;
}

.loader_bar {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(45deg, #5F9FE5, #203348);
    left: 0%;
}

.loader_bar {
    left: -100%;
    animation: loadbar 3s linear infinite;
    -webkit-animation: loadbar 3s linear infinite; /* Safari */
}

img[src*="gif"] {
    display: block !important;
}

@keyframes loadbar {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Safari */
@-webkit-keyframes loadbar {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}
/*------------------MEDIA QUERIES--------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /*body{
        background-color: pink;
    }*/

    img .img_proceso {
        display: none;
    }

    img.img_proceso_movil {
        width: 90%;
        display: block;
        margin: 0% 5% 5% 5%;
    }

    .container_heading {
        margin-bottom: -5%;
        margin-top: 2%;
        padding: 0 10% 0 10%;
    }
    /*POP UP ALERT*/
    .btn-inicio {
        margin-left: 15%;
        /*width: 20%;*/
        font-size: 13px;
    }

    #screen_alert, #screen_alertE {
        top: calc(65% - 250px);
        left: calc(50% - 200px);
        width: 400px;
        height: 250px;
    }

    #screen_alertE {
        left: calc(55% - 200px);
        width: 365px;
    }

    #screen_alert_6 {
        top: calc(40% - 250px);
        left: calc(65% - 240px);
        width: 360px;
        height: 550px;
        overflow: scroll;
    }

    #screen_alert_7 {
        top: calc(50% - 250px);
        left: calc(55% - 200px);
        right: calc(55% - 200px);
        width: 355px; /*400px;*/
        height: 325px;
    }

    .btn_alert, .btn_alert_2 {
        width: 120px;
        height: 40px;
    }
    /*cards End*/
    .card-type {
        width: 100%;
        height: fit-content;
    }
    /*cards End*/

    /* Footer Start */
    .page-footer {
        text-align: right;
        border-bottom: transparent;
    }

    .title-links {
        text-align: left;
    }

    ul.list-unstyled li {
        text-align: left;
    }

    .texto1-footer, .texto2-footer {
        display: none;
    }

    .footer-copyright {
        text-align: left;
    }

    .texto4-footer {
        position: absolute;
        left: 40%;
    }
    /*Footer End*/

    hr.clearfix {
        display: none;
    }

    .logo-footer {
        display: none;
    }

    .logo-footer-up {
        margin-left: 70%;
    }

    .Fechanacimiento {
        /*height: auto;
        display: flex;*/
        width: 60%;
        margin-left: 20%;
    }

    #contact_screen_siniestro {
        width: 300px;
        padding-left: 20px;
        left: calc(50% - 160px);
    }

    i#close_2 {
        margin-left: 83%;
        margin-top: 1%;
    }

    .imgWeb {
        display: none;
    }

    .imgTablet {
        display: block;
    }

    /*GMX*/
    #heading_gmx {
        margin-bottom: -5%;
        margin-top: 10%;
        padding: 0 10% 0 10%;
    }

    .container_ventanaE {
        text-align: center;
        padding-left: 0%;
        padding-right: 0%;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    #rc-imageselect, #RecaptchaField1 {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    #rc-imageselect, #RecaptchaField2 {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    /*ALERTAS*/
    #screen_alert_3, #screen_alert_8, #screen_alert_9, #screen_alert_continua {
        width: 330px;
        height: 270px;
        position: fixed;
        border-radius: 5px;
        top: calc(60% - 250px);
        left: calc(76% - 76%);
        right: calc(76% - 76%);
        margin-left: auto;
        margin-right: auto;
        display: none;
        font-size: 16px;
    }

    .message_alert {
        font-size: 16px;
    }

    p.text_tooltipRFC {
        font-size: 16px;
    }

    .text_ventanaE {
        font-size: 16px;
    }

    #screen_alert_2 {
        width: 330px;
        height: 270px;
        position: fixed;
        border-radius: 5px;
        top: calc(60% - 250px);
        left: calc(76% - 76%);
        right: calc(76% - 76%);
        margin-left: auto;
        margin-right: auto;
        display: none;
        font-size: 16px;
    }

    #screen_alert_4, #screen_alert {
        width: 330px;
        height: 220px;
        position: fixed;
        border-radius: 5px;
        top: calc(60% - 250px);
        left: calc(76% - 76%);
        right: calc(76% - 76%);
        margin-left: auto;
        margin-right: auto;
        display: none;
        font-size: 16px;
    }

    #screen_alert {
        width: 330px;
        height: 260px;
    }

    #msn_alert_3, #message_alert_continua {
        font-size: 16px !important;
    }

    .nivelSeguridad_2 {
        /* width: 280px; */
        /* margin: -3% 0% 6% -12%; */
        margin: -12% 0% 20% -54%;
    }

    .nivelSeguridad {
        margin: 0% 0% 12% -54%;
    }

    .nivelesColores_2, .nivelesColores {
        height: 10px;
        width: 50px;
        display: inline-block;
        position: relative;
        left: -10px;
    }
    /*nav.navbar {
        height: 70px;
    }*/
    /*.level1 {
        margin-bottom: -10px;
    }*/
    .dateLastLogin {
        margin-left: 51px !important;
    }

    .iconHelpNav {
        font-size: 20px;
        margin-top: -20px;
        margin-left: 45px !important;
    }

    .user_profile {
        margin-left: 43px !important;
    }
    /*Error*/
    .container_text_error {
        margin: 10px 0 0 0;
    }

    .h1-text {
        font-size: 35px;
    }

    .h3-text {
        font-size: 20px;
    }

    .imagen_error {
        width: 85%;
        margin: 30px auto;
    }

    #screen_login {
        background-color: white;
        width: 400px;
        height: 500px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001;
        top: calc(45% - 250px);
        left: calc(62% - 250px);
        display: none;
    }

    .link_menuText {
        display: flex;
        margin: auto 50px;
    }

    .loading_box {
        width: 280px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /*body {
        background-color: gray;
    }*/

    img.img_proceso {
        display: none;
    }

    img.img_proceso_movil {
        width: 90%;
        display: block;
        margin: 0% 5% 5% 5%;
    }

    .container_heading {
        margin-bottom: -5%;
        margin-top: 2%;
        padding: 0 15% 0 15%;
    }

    .btn-inicio {
        margin-left: 7%;
        /*width: 20%;*/
        font-size: 13px;
    }
    /* Footer Start */
    .page-footer {
        text-align: right;
        border-bottom: transparent;
    }

    .title-links {
        text-align: left;
    }

    ul.list-unstyled li {
        text-align: left;
    }

    .texto1-footer, .texto2-footer {
        display: none;
    }

    .footer-copyright {
        text-align: left;
    }
    /*.texto4-footer{
        margin-left: 80%;
    }*/
    .texto4-footer {
        position: absolute;
        left: 40%;
    }
    /* Footer End */
    hr.clearfix {
        display: none;
    }

    .logo-footer {
        display: none;
    }

    .logo-footer-up {
        width: 30%;
        margin-left: 70%;
    }

    .Fechanacimiento {
        /*height: auto;
        display: flex;*/
        width: 60%;
        margin-left: 20%;
    }

    #contact_screen_siniestro {
        width: 50%;
        min-width: 300px;
        padding-left: 20px;
        left: calc(25% - 10px);
    }

    i#close_2 {
        margin-left: 83%;
        margin-top: 1%;
    }

    .imgWeb {
        display: none;
    }

    .imgTablet {
        display: block;
    }

    /*GMX*/
    #heading_gmx {
        margin-bottom: -5%;
        margin-top: 10%;
        padding: 0 20% 0 20%;
    }

    .container_ventanaE {
        text-align: center;
        padding-left: 0%;
        padding-right: 0%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    /*ALERTAS*/
    #screen_alert_3, #screen_alert_8, #screen_alert_9, #screen_alert_continua {
        background-color: white;
        width: 530px;
        height: 280px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001; /*superponen*/
        top: calc(60% - 250px);
        left: calc(50% - 250px);
        display: none;
    }

    .message_alert {
        font-size: 18px !important;
    }

    p.text_tooltipRFC {
        font-size: 18px;
    }

    .text_ventanaE {
        font-size: 18px;
        margin: 10px 10px;
    }

    #screen_alert_2 {
        background-color: white;
        width: 530px;
        height: 280px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001; /*superponen*/
        top: calc(60% - 250px);
        left: calc(50% - 250px);
        display: none;
    }

    #screen_alert_4, #screen_alert {
        background-color: white;
        width: 530px;
        height: 280px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001; /*superponen*/
        top: calc(60% - 250px);
        left: calc(50% - 250px);
        display: none;
    }

    #msn_alert_3, #message_alert_continua {
        font-size: 18px !important;
    }

    .nivelSeguridad_2 {
        /* width: 280px; */
        margin: -6% 0% 14% -35%;
        /* margin-left: -40%; */
    }

    .nivelSeguridad {
        margin: 3% 0% 10% -35%;
    }

    .dateLastLogin {
        margin-left: 51px !important;
    }

    .iconHelpNav {
        font-size: 20px;
        margin-top: -20px;
        margin-left: 45px !important;
    }

    .user_profile {
        margin-left: 43px !important;
    }
    /*Error*/
    .container_text_error {
        margin: 10px 0 0 0;
    }

    .h1-text {
        font-size: 40px;
    }

    .h3-text {
        font-size: 25px;
    }

    .imagen_error {
        width: 85%;
        margin: 30px auto;
    }

    #screen_login {
        background-color: white;
        width: 595px;
        height: 450px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001;
        top: calc(55% - 250px);
        left: calc(42% - 250px);
        display: none;
    }

    .link_menuText {
        display: flex;
        margin: auto 50px;
    }

    .loading_box {
        width: 380px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*body {
        background-color: orange;
    }*/

    .li_textPowered {
        width: 100%;
        margin-left: 10%;
        margin-top: 15px;
    }

    img.img_proceso {
        display: block;
    }

    img.img_proceso_movil {
        display: none;
    }

    .container_heading {
        margin-bottom: -4%;
        margin-top: 2%;
        padding: 0 25% 0 25%;
    }

    .btn-inicio {
        margin-left: 5%;
        /*width: 20%;*/
        font-size: 13px;
    }
    /* Footer Start */
    .texto1-footer {
        display: inline;
    }

    .texto2-footer {
        display: inline;
    }
    /* Footer End */
    .cont-logo-up {
        display: none;
    }

    .logo-footer-up {
        display: none;
    }

    .logo-footer {
        display: inline;
    }

    .Fechanacimiento {
        height: auto;
        display: flex;
        width: 60%;
        margin-left: 20%;
    }

    #contact_screen_siniestro {
        width: 50%;
        min-width: 300px;
        padding-left: 20px;
        left: calc(25% - 10px);
    }

    .imgWeb {
        display: none;
    }

    .imgTablet {
        display: block;
    }

    /*GMX*/
    #heading_gmx {
        margin-bottom: -4%;
        margin-top: 8%;
        padding: 0 25% 0 25%;
    }

    .container_ventanaE {
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .nivelSeguridad_2 {
        /* width: 280px; */
        margin: -5% 0% 15% -35%;
        /* margin-left: -40%; */
    }

    .nivelSeguridad {
        margin: 3% 0% 10% -35%;
    }

    .dateLastLogin {
        margin-left: 51px !important;
    }

    .iconHelpNav {
        font-size: 20px;
        margin-top: -20px;
        margin-left: 45px !important;
    }

    .user_profile {
        margin-left: 43px !important;
    }
    /*Error*/
    .container_text_error {
        margin: 10px 0 0 0;
    }

    .h1-text {
        font-size: 40px;
    }

    .h3-text {
        font-size: 25px;
    }

    .imagen_error {
        width: 80%;
        margin: 30px auto;
    }

    #screen_login {
        background-color: white;
        width: 700px;
        height: 450px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001;
        top: calc(55% - 250px);
        left: calc(37% - 250px);
        display: none;
    }

    .loading_box {
        width: 380px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*body {
        background-color: plum;
    }*/

    .li_textPowered {
        width: 90%;
        margin-left: 30%;
        margin-top: 15px;
    }

    img.img_proceso {
        display: block;
    }

    img.img_proceso_movil {
        display: none;
    }

    .container_heading {
        margin-bottom: -3%;
        margin-top: 2%;
        padding: 0 35% 0 35%;
    }

    nav.navbar {
        height: 70px;
    }
    /*Barra de navegación Start*/
    .navbar-nav {
        margin: 0 20px;
        align-items: center;
    }

        .navbar-nav ul li {
            float: left !important;
        }

    .navbar li {
        margin: 0 15px;
    }

    .nav-link {
        font-size: 13px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0.2px;
        color: #707070;
    }

    .btn-inicio {
        background-color: #FFFFFF;
        border-color: #707070;
        font-size: 16px;
        font-weight: 400;
        color: #707070;
        margin-top: 0px;
    }
    /*Barra de navegación End*/
    .cont-logo-up {
        display: none;
    }

    .logo-footer-up {
        display: none;
    }

    .Fechanacimiento {
        height: auto;
        display: flex;
        width: 60%;
        margin-left: 20%;
    }

    i#close_2 {
        margin-left: 88%;
        margin-top: 1%;
    }

    #contact_screen_siniestro {
        background-color: white;
        width: 700px;
        height: 500px;
        padding-left: 50px;
        position: fixed;
        top: calc(55% - 250px);
        left: calc(50% - 350px);
        border-radius: 5px;
        z-index: 100;
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .imgWeb {
        display: block;
    }

    .imgTablet {
        display: none;
    }

    /*GMX*/
    #heading_gmx {
        margin-bottom: -3%;
        margin-top: 2%;
        padding: 0 35% 0 35%;
    }

    .container_ventanaE {
        text-align: center;
        padding-left: 30%;
        padding-right: 30%;
    }

    .nivelSeguridad_2 {
        /* width: 280px; */
        margin: -3% 0% 8% -20%;
        /* margin-left: -40%; */
    }

    .nivelSeguridad {
        margin: 4% 0% 8% -40%;
    }

    .dateLastLogin {
        position: absolute;
        margin-top: 50px;
        margin-left: 0px !important;
    }

    .iconHelpNav {
        font-size: 23px;
        margin-top: 0px;
        margin-left: 0px !important;
    }

    .user_profile {
        margin-left: 0px !important;
    }

    .imagen_error {
        width: 80%;
        margin: 30px auto;
    }

    #screen_login {
        background-color: white;
        width: 800px;
        height: 465px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001;
        top: calc(55% - 250px);
        left: calc(40% - 250px);
        display: none;
    }

    .link_menuText {
        margin: auto 15px;
    }

    .loading_box {
        width: 400px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* body {
        background-color: mediumaquamarine;
    }*/

    img.img_proceso {
        display: block;
    }

    img.img_proceso_movil {
        display: none;
    }

    .imgWeb {
        display: block;
    }

    .imgTablet {
        display: none;
    }
    /*GMX*/
    #heading_gmx {
        margin-bottom: -3%;
        margin-top: 2%;
        padding: 0 35% 0 35%;
    }

    .container_ventanaE {
        text-align: center;
        padding-left: 30%;
        padding-right: 30%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .nivelSeguridad_2 {
        /* width: 280px; */
        margin: -3% 0% 6% -20%;
        /* margin-left: -40%; */
    }

    .nivelSeguridad {
        margin: 5% 0% 6% -40%;
    }

    .dateLastLogin {
        position: absolute;
        margin-top: 50px;
        margin-left: 0px !important;
    }

    .iconHelpNav {
        font-size: 23px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .user_profile {
        margin-left: 0px !important;
    }

    #screen_alert_6 {
        background-color: white;
        width: 650px;
        height: 500px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001;
        top: calc(50% - 235px);
        left: calc(45% - 250px);
        display: none;
    }

    #screen_alert_7 {
        background-color: white;
        width: 530px;
        height: 280px;
        position: fixed;
        border-radius: 5px;
        text-align: center;
        z-index: 5001; /*superponen*/
        top: calc(53% - 250px);
        left: calc(50% - 250px);
        display: none;
    }

    .link_menuText {
        margin: auto 15px;
    }
}

.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.btn_inciar {
    width: 25%;
}

/*COLORES BOTONES*/
/*.boton_principal {
    background: #4F97E3 0% 0% no-repeat padding-box;
}*/

a#Btn_IniciarSesion.btn-inicio {
    height: auto;
}
