﻿#main {
    font-family: "Open Sans";
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){
    .container {
        width: 1199px;
    }
}

/*HEADER*/
.registro_sesion {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*position: sticky;*/
    top: 0;
    z-index: 999;
    /*background: #fff;*/
}
    .registro_sesion i.icon-mi-cuenta {
        font-size: 16px;
        color: #86B85D;
    }
    .registro_sesion .registro {
        /*color: #28C2E4;*/
        color: #0074d4;
        cursor: pointer;
        text-decoration: none;
        font: normal normal bolder 17px/22px Open Sans;
        margin-right:20px;
    }

    .registro_sesion .container {
        display: flex;
        justify-content:space-evenly;
        gap:6px
    }
hr.registroHR {
    width: 1px;
    height: 15px;
    margin: 4px 15px;
    background-color: #F3F8ED;
    /*background: #000;*/
}
.iniciar_sesion {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.iniciar_sesion p {
    font-size: 16px;
    margin: 0;
}
.lineacolor {
    height: 10px;
    background: #6ACBE0;
    position: sticky;
    top: 30px;
    z-index: 100;
}
.header .container {
    height: 100%;
    align-items: center;
    padding: 0px !important;
}
.header-completo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
}
/* LOGIN SEPARACION */
#lbl_correo {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #81888F;
    font-size: 14px;
    transition: 0.2s ease all;
    pointer-events: none;
    background: white;
    padding: 0 4px;
    font-weight: normal;
}

.label_flotante:not(:placeholder-shown) + #lbl_correo {
    top: -8px;
    left: 8px;
    font-size: 14px;
    color: #81888F;
    display: block !important;
}

#lbl_contraseña {
    position: absolute;
    left: 12px;
    top: 14px;
    color: #81888F;
    font-size: 14px;
    transition: 0.2s ease all;
    pointer-events: none;
    background: white;
    padding: 0 4px;
    font-weight: normal;
}

.label_flotante:not(:placeholder-shown) + #lbl_contraseña {
    top: -8px;
    left: 8px;
    font-size: 14px;
    color: #81888F;
    display: block !important;
}

#div_correo {
    position: relative;
}

.div_mostrar_seccion {
    display: block !important;
    margin: 0;
    padding: 0;
}

.div_ocultar_seccion {
    display: none !important;
    margin: 0;
    padding: 0;
}

#mensajeNoValido {
    font-size: 11px;
    color: #AC1C10;
    margin-left: 9px;
    display: none;
}

#mensajeNoValidoContraseña {
    font-size: 11px;
    color: #AC1C10;
    margin-top: 12px;
    display: none;
}

#mensajeNoValidoCuenta {
    font-size: 11px;
    color: #AC1C10;
    margin-top: 12px;
    display: none;
}

.icono_ver {
    display: block;
/*    margin-right: 5px !important;*/
}

.ocultar_paloma {
    display: none;
}

.div_mostrar {
    display: block;
}

.es-corecto {
    border: 1px solid #118D57 !important;
}

.contraseña_correcta {
    background: #2C9857;
}
/* LOGIN SEPARACION */

@media (min-width: 1025px) and (max-width: 1200px) {
    .header-completo {
        justify-content: space-between;
        max-width: 100%;
    }

    #noMovUsuarioDpdown {
        width: 254px;
    }
}

.header-logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.header-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:65%;
    height: 100%;
}
.header {
    height: 65px;
    top: -1px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    position: sticky;
    /*top: 50px;*/
    z-index: 100;
}
.header-btns2 {
    display: none;
}
.busqueda {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*END HEADER*/

/*INICIO DE SESION*/

form h5 {
    /*color: #075B98;*/
    /*color: #1B3146;*/
    color: #2E3133;
    font-size: 23px;
    margin: 0 0 25px 0;
    font-weight: 700;
    text-align: center;
}
.text-sesion {
    width: 100%;
    /*height: 120px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .text-sesion input[type="text"] {
        width: 100%;
        height: 45px;
        color: #AFAFAF;
        /*border: 1px solid #E5E5E5;*/
        border:1px solid #616161;
        border-radius: 4px;
        padding-left: 10px;
    }
    .text-sesion input#contra_ {
        /*width: 90%;*//*Para poner el circulo Azul con la flecha en medio de separación USUARIO Y CONTRASEÑA*/
        width: 100%;
        height: 45px;
        color: #AFAFAF;
        /*border: 1px solid #E5E5E5;*/
        border: 1px solid #616161;
        border-radius: 4px;
        padding-left: 10px;
    }
    .text-sesion input#contra_acceder {
        width: 96%;
        height: 45px;
        color: #AFAFAF;
        /*border: 1px solid #E5E5E5;*/
        border: 1px solid #616161;
        border-radius: 4px;
        padding-left: 10px;
    }
.opciones-sesion {
    display: flex;
    justify-content: space-between;
    /*margin: 25px 0;*/
    margin: 8.5px 0 33px 0;
}
.recuerdame {
    display: flex;
    align-items: center;
}
.recuerdame p {
    margin: 0 0 0 11px;
    font-size: 14px;
    font-weight: 600;
    color: #43474A;
    cursor: pointer;
}
.opciones-sesion a {
    font-size: 15px;
    color: #616161;
    cursor: pointer;
    text-decoration: underline;
}
.auth-panel__button:hover {
    background-color: #004480 !important;
    color: #FFFFFF;
    text-decoration: none;
}

.auth-panel__button:active {
    border-radius: var(--radius-alias-radius-s, 4px);
    border-top: 1px solid var(--primary-alias-primary-darker, #003666);
    border-right: 1px solid var(--primary-alias-primary-darker, #003666);
    border-left: 1px solid var(--primary-alias-primary-darker, #003666);
    background: linear-gradient(0deg, var(--primary-alias-primary-darker, #003666) -12.5%, var(--primary-alias-primary-darker, #003666) 100%);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.43) inset;
}

.auth-panel__button:disabled {
    background-color: #A9AEB3;
}

.auth-panel__button:focus {
    color: #FFFFFF;
    background-color: #0074D9;
    border-radius: var(--radius-alias-radius-s, 4px);
    border: 1px solid #004480 !important;
    outline: none;
    text-decoration: none;
}

input#login_ {
    width: 100%;
    height: 40px;
    background-color: #0074D9;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s;
    outline: none;
    font-weight: 700;
}
    input#login_:hover {
        background-color: #004480;
    }
    input#login_:active {
        border-radius: var(--radius-alias-radius-s, 4px);
        border-top: 1px solid var(--primary-alias-primary-darker, #003666);
        border-right: 1px solid var(--primary-alias-primary-darker, #003666);
        border-left: 1px solid var(--primary-alias-primary-darker, #003666);
        background: linear-gradient(0deg, var(--primary-alias-primary-darker, #003666) -12.5%, var(--primary-alias-primary-darker, #003666) 100%);
    }
    input#login_:disabled {
        background: #A9AEB3;
        color: #FAFAFA;
        cursor: not-allowed;
    }
.cuenta {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    /*gap:25px;*/
    gap: 4px;
    /*flex-direction: column;*/
}
    .cuenta a {
        font-size: 16px;
        color: #616161;
        text-decoration: none;
        cursor: pointer;
        font: normal normal bold 18px/24px Open Sans;
        font-size: 14px;
    }
a.crear_cuenta {
    /*color: #28C2E4;*/
    color: #25435F;
    text-decoration: underline;
    font: normal normal normal 16px/22px Open Sans;
    font-size: 14px;
}

.contraseña {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: center;
    /*margin-top: 30px;*/
    /*gap:25px;*/
    gap: 4px;
    /* flex-direction: column; */
}

.contraseña a {
    font-size: 16px;
    color: #616161;
    text-decoration: none;
    cursor: pointer;
    font: normal normal bold 18px/24px Open Sans;
    font-size: 16px;
}
.contraseña a:hover{
    text-decoration:none;
}

button.btn.btn-info.btn-lg {
    padding: 0;
    background: none;
    color: #616161;
    border: none;
    font-size: 14px;
    outline: none;
}
a#inicio_sesionA {
    padding: 0;
    background: none;
    color: #0074d4;
    /*color: #616161;*/
    border: none;
    outline: none;
    font: normal normal 700 16px/22px Open Sans;
}

a#inicio_sesionA:hover {
    font: normal normal bold 16px/22px Open Sans;
    text-decoration: none;
}
/*a#cerrar_sesionA {
    padding: 0;
    background: none;
    color: #616161;
    border: none;
    font-size: 14px;
    outline: none;
}*/
/*div#noMovUsuarioDpdown {
    display: none;
}*/
.ContenidoModalLogin {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
form.form_sesion {
    width: 322px;
    /*height: 387px;*/
    height: 450px;
    padding: 0 25px;
    background: #FAFAFA;
    box-shadow: 0 5px 5px 3px rgba(0,0,0,.2);
    z-index: 999999;
    padding-top: 25px;
}
#ModalHistorial,
#ModalContrato,
#ModalActualizarDatosMedico {
    background: #2722228c;
    backdrop-filter: saturate(180%) blur(3px);
    background-color: rgba(255,255,255,0.7);
}
.modal-dialog-center {
    margin-top: 10%;
}
.DialogoModalLogin {
    width: max-content !important;
    position: absolute !important;
    top: -10px !important;
    right: 150px !important;
}
input#recordar_ {
    margin: 0;
    border-color: #585C61 !important;
    /*transform: scale(1.5) !important;*/
    width: 18px;
    height: 18px;
    margin-left: 6px !important;
    cursor: pointer;
    accent-color: #0074D9;
}
body .modal-backdrop.in {
    opacity: 0;
}
/*END INICIO DE SESION*/

i.icono-search {
    /*color: #616161;*/
    color: #25435F;
    font-size: 16px;
}
input.search {
    width: 80%;
    height: 22px;
    color: #000000;
    border: 1px solid #AFAFAF;
    border-radius: 4px;
    padding-left: 0;
}
.header-btns a {
    text-decoration: none;
    text-decoration-line: none;
    /*color: #616161;
        height: 25px;
    font-weight: 600;*/
    font: normal normal normal 18px/24px Open Sans;
    color: #25435F;
}
.header-btns p {
    /*color: #616161;
    font-weight: 600;*/
    margin: 0;
  
    font: normal normal normal 18px/24px Open Sans;
    color: #25435F;
}

/*--Header NAV--*/

.header-item{
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1px 12px;
}

    .header-item :is(a,p) {
        text-decoration: none;
        text-decoration-line: none;
        font: normal normal 600 14px/24px Open Sans;
        color: #43474A;
        margin: 0;
        white-space: nowrap;
    }
    .header-item:hover :is(a, p) {
        color: #0074d4;
}

/*Menu down Nav*/
.header-item .header-menu{
    width: 230px;
    z-index: 99999;
    background: #fff;
    position: absolute;
    top: 54px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    text-align:center;
    padding: 8px 12px;
}
    .header-item .header-menu-nosotros {
        width: 300px;
        z-index: 99999;
        background: #fff;
        position: absolute;
        top: 60px;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 4px;
        padding: 0 5px;
    }
        .header-item .header-menu-nosotros .menu-item {
            height: 35px;
            display: flex;
            align-items: center;
            cursor: pointer;
            transition: all .3s;
            font: normal normal normal 18px/24px Open Sans;
        }
            .header-item .header-menu-nosotros .menu-item a {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                /*color: #616161;*/
                color: #25435F;
                text-decoration: none;
                font-weight: normal;
            }
            .header-item .header-menu-nosotros .menu-item:hover a {
                /*color: #28C2E4;*/
                color: #86B85D;
                text-decoration: underline;
            }
    /*Menu Down Header*/
    .header-item .header-menu-nosotros {
        display: none;
    }

    .header-item:hover .header-menu-nosotros {
        display: block;
    }
    .header-item .header-menu .menu-item{
        height: 35px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all .3s;
        font: normal normal normal 18px/24px Open Sans;

    }

        .header-item .header-menu .menu-item a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            /*color: #616161;*/
            color: #43474A;
            text-decoration: none;
            font-weight: 600;
            padding:0px 10px;
        }

    .header-item .header-menu .menu-item:hover a {   
        /*color: #28C2E4;*/
        color: #86B85D;
        text-decoration: underline;
    }
    /*Menu Down Header*/
.header-item .header-menu {
    display: none;
}

/*Funcional*/
.header-item:hover .header-menu{
    display: block;
}

/*elemento para extender el hover*/
#extenderHover:hover .header-menu {
    display: block;
}

#extenderHover {
/*    border: 1px solid red;*/
    position: relative;
}

#fantasma {
/*    border: 1px solid black;*/
    width: 84px;
    height: 68px;
    position: absolute;
    right:0;
    top: 0;
}

#recursos_header_item:hover .header-item .header-menu {
    display: block;
}

.header-item p i:before{
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.header-item:hover p i:before {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.header-btns hr {
    width: 100%;
    border-top: 1px solid #707070;
    opacity: 0.2;
    margin: 0;
}

/*End Menu down Herramientas*/

/*Menu down Recursos*/
/*
.btns-RecursosH {
    width: 175px;
    background: #fff;
    position: absolute;
    top: 60px;
    z-index: 99999;
}
.GacetaR, 
.educacionR, 
.cursos-congresosR, 
.indicesR, 
.contactoR {
    height: 35px;
    display: flex;
    align-items: center;
    border: 1px solid #AFAFAF;
    padding-left: 10px;
    cursor: pointer;
    transition: all .3s;
}

.GacetaR a, 
.educacionR a, 
.cursos-congresosR a, 
.indicesR a, 
.contactoR a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #616161;
    text-decoration: none;
    font-weight: normal;
}

.GacetaR:hover, 
.educacionR:hover, 
.cursos-congresosR:hover, 
.indicesR:hover, 
.contactoR:hover {
    border-left: 3px solid #28C2E4;
    padding-left: 15px;
}

.GacetaR:hover a, 
.educacionR:hover a, 
.cursos-congresosR:hover a, 
.indicesR:hover a, 
.contactoR:hover a {
    color: #0288A8;
}*/
/*.GacetaR:hover a {
    color: #0288A8;
}
.educacionR:hover a {
    color: #0288A8;
}
.cursos-congresosR:hover a {
    color: #0288A8;
}
.indicesR:hover a {
    color: #0288A8;
}*/

/*End Menu down Recursos*/
/*
.btns-RecursosH {
    display: none;
}
.recursos:hover .btns-RecursosH {
    display: block;
}*/

.btns-LogoutShow {
}
.btns-LogoutShow {
    display:none;
    width: 175px;
       background: #fff;
        position: absolute;
        top: 60px;
        z-index: 99999;
}
/*#noMovUsuarioDpdown:hover .btns-LogoutShow {
    display:block;
}*/


/*MENU MOVIL COMPLETO*/
#menu_movil {
    display: none;
}
#menu_movil {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.header_menu_movil {
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.header_menu_movil picture {
    height: 100%;
    width: 250px;
    display: flex;
    align-items: center;
}
.opciones_headerMovil {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px;
}
.opciones_headerMovil p {
    margin: 0;
    font-size: 24px;
}
.contenido_menu_movil {
    width: 100%;
    height: 77%;
}
.banner_menu_movilH {
    width: 100%;
    height: 150px;
}
.banner_menu_movilR {
    width: 100%;
    height: 150px;
}
.banner_menu_movilC {
    width: 100%;
    height: 150px;
}
.banner_menu_movilR {
    display: none;
}
.banner_menu_movilC {
    display: none;
}
.contenido_menu_movil img {
    width: 100%;
    height: 100%;
}

.cont_nosotros,
.cont_investigacion,
.cont_herramientas,
.cont_consulta,
.cont_cuenta {
    width: 100%;
    /*height: 71%;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 25px 0;
}

.cont_recursos {
    width: 100%;
    /*height: 71%;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 13px 25px 0;
}


.cont_investigacion,
.cont_recursos,
.cont_herramientas,
.cont_consulta,
.cont_cuenta{
    display: none;
}


 
.opciones_moviles {
    width: 32%;
    height: 150px;
    /*border-radius: 4px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    /*background: #28C2E4;*/
    background: #2B557D 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
    margin: 0 13px;
    cursor: pointer;
}
.opciones_moviles.incio_sesionMM {
    width: 32%;
    height: 150px;
}
.opcion_movil_nada {
    width: 32%;
    height: 150px;
    border-radius: 4px;
    margin: 0 13px;
    padding: 15px;
}




.footer_menu_movil {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 8%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    gap: 13px;
    overflow-x: scroll;
    background-color: #FAFAFA;
}
.opcion_footerM1 {
    width: auto;
    min-width: 90px;
    height: 100%;
    color: #616161;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.opcion_footerM2 {
    width: auto;
    min-width: 90px;
    height: 100%;
    color: #616161;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.opcion_footerM3 {
    width: auto;
    min-width: 90px;
    height: 100%;
    color: #616161;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.opcion_footerM4 {
    width: auto;
    min-width: 90px;
    height: 100%;
    color: #616161;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.opcion_footerM5 {
    width: auto;
    min-width: 90px;
    height: 100%;
    color: #616161;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.opcion_footerM6 {
    width: auto;
    min-width: 90px;
    height: 100%;
    color: #616161;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.opcion_footerM:active {
    border-bottom: 5px solid #28C2E4;
    color: #28C2E4;
}
.footer_menu_movil p {
    margin: 0;
    font-size: 12px;
    color: #616161;
}
.opciones_moviles p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    height: 40px;
    width: 100%;
    text-align: center;
}
.contenido_menu_movil a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    padding: 20px;
}
.contenido_menu_movil i {
    width: 100%;
    height: 60px;
    font-size: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
hr.hr-menumovil {
    height: 10px;
    background: #28C2E4;
    margin: 0;
}
.footer_menu_movil .active {
    /*color: #28C2E4;*/
    color: #86B85D;
    border-bottom: 5px solid #86B85D;
}
.active p {
    /*color: #28C2E4;*/
    color: #86B85D;
}
.footer_menu_movil .active i {
    /*color: #28C2E4;*/
    color: #86B85D;
}
.header_menu_movil i.icono-search {
    font-size: 20px;
    cursor: pointer;
}
i.icono-x {
    font-size: 25px;
    cursor: pointer;
    color: #25435F;
}
i.icono-x-registro {
    font-size: 25px;
    cursor: pointer;
    color: #25435F;
}
.footer_menu_movil a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.footer_menu_movil i {
    width: 100%;
    text-align: center;
    color: #616161;
}
/*inicio de sesion MM*/
.iniciar_sesion_menuMovil {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iniciar_sesion_menuMovil i {
    color: #E5E5E5;
    border: 2px solid;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    font-size: 54px;
}
form.form_sesion2.user_login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    background: #FAFAFA;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
}
.text-sesion2 {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
input#correo_2 {
    width: 100%;
    height: 45px;
    color: #AFAFAF;
    border: 1px solid #E5E5E5; 

    background: var(--complementario) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    opacity: 1;
}
input#contra_2 {
    width: 100%;
    height: 45px;
    color: #AFAFAF;
    border: 1px solid #E5E5E5;
    background: var(--complementario) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    opacity: 1;
    margin-top:10px;
}
.opciones-sesion2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.recuerdame2 {
    display: flex;
    align-items: center;
    width: 40%;
}
input#recordar_2 {
    margin: 0;
}
.recuerdame2 p {
    margin: 0 5px;
    color: #616161;
}
a#contra_olvidada_2 { 
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: 0px;
    color: #616161;
    opacity: 1;
    width: 60%;
    display: flex;
    align-items: flex-end;
    text-decoration: underline;
}

#recuerdame_2 {
    text-align: left; 
    font-family: 'Open Sans';
    font-size:16px;
    letter-spacing: 0px;
    color: #616161;
    opacity: 1;
}

input#login_2 {
    width: 100%;
    height: 40px;
    background: #2B557D;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer; 
    opacity: 1;
    font-family:'Open Sans'
}
.iniciar_sesion_menuMovil {
    display: none;
}
.icon-contacto-1:before {
    content: '\e9ed';
    margin: 0;
    width: 100px;
}
.ini_sesionMM {
    height: 115px;
}
/*END MENU MOVIL*/

.icon-nosotros:before {
    content: '\e9fa';
    width: 30px;
}

@media (max-width: 1199px){
    .container {
        width: 100%;
    }
    form.form_sesion {
        position: relative;
        right: -50px;
        top: 0px;
    }
    .header-btns {
        width: 60%;
    }

}

@media screen and (max-width: 999px) {
    .container {
        width: 100%;
    }
    .header-btns {
        width: 60%;
        /*padding-left: 50px;*/
        padding-left: 10px;
    }
    input.search {
        display: none;
    }
    .header-item :is(a,p) {
        font-size: 12px;
    }
}



@media screen and (max-width: 1024px) {
    form.form_sesion {
        top: 20px;
    }
    /*.header {
        position: fixed;
        top: 0;
        z-index: 999999;
        background: #fff;
        width: 100%;
    }*/
    /*MENU MOVIL*/
    .header-btns {
        display: none;
    }
    .menu_movil {
        width: 30px;
        height: max-content;
        display: flex;
        flex-direction: column;
        padding-top: 15px;
        cursor: pointer;
    }
    .mmCuadros {
        width: 100%;
        height: 5px;
        background: #616161;
        margin: 2px 0;
    }
    .header-btns2 {
        display: none;
    }
    /*.header-btns2 {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 99999;
    }*/
    .registro_sesion .registro {
        font-size: 14px;
    }
    .iniciar_sesion p {
        font-size: 14px;
        margin: 0;
    }
    /*END MENU MOVIL*/
    a.registro {
        display: none;
    }
    hr.registroHR {
        display: none;
    }
    button.btn.btn-info.btn-lg {
        display: none;
    }
    
}

@media screen and (max-width: 550px) {
    .header p {
        margin: 0 4px;
    }

    .cont_nosotros,
    .cont_investigacion,
    .cont_recursos,
    .cont_herramientas,
    .cont_consulta,
    .cont_cuenta {
        padding: 15px 0;
    }
     }
    
    .opciones_moviles {
        width: 40%;
        height: 160px;
        margin: 0px 12px 20px;
    }
    .opciones_moviles.incio_sesionMM {
        width: 40%;
        height: 160px;
    }
    .opcion_movil_nada {
        width: 40%;
        height: 160px;
        margin: 0px 12px 20px;
    }
}

@media screen and (max-width: 499px) {
    .header-logo {
        width: 50%;
    }
}

@media screen and (max-width: 630px) {
    .container {
        /*width: inherit;*/
        width: 100%;
    }
    .opciones_moviles {
        width: 48%;
        margin: 0px 0 15px 0;
    }
    .opcion_movil_nada {
        width: 48%;
        margin: 0px 0 15px 0;
    }
    .cont_nosotros,
    .cont_investigacion,
    .cont_recursos,
    .cont_herramientas,
    .cont_consulta,
    .cont_cuenta {
        justify-content: space-between;
        padding: 20px 15px;
        align-items: center;
        margin-top: 10px;
    }
  
}

@media screen and (max-width: 390px) {
    .recuerdame p {
        font-size: 14px;
    }
    .opciones-sesion a {
        font-size: 14px;
    }
    .cuenta a {
        font-size: 14px;
    }
    form.form_sesion {
        width: 300px;
    }
    .opciones_moviles {
        height: 140px;
        margin: 0px 0 15px 0;
    }
    .opcion_movil_nada {
        height: 140px;
        margin: 0;
    }
    .header-logo {
        width: 60%;
    }
}

@media screen and (max-width: 330px) {
    .recuerdame p {
        font-size: 12px;
    }
    .opciones-sesion a {
        font-size: 12px;
    }
    .cuenta a {
        font-size: 14px;
    }
    form.form_sesion {
        width: 285px;
        right: -65px;
    }
    .opciones_moviles {
        height: 125px;
        margin: 0px 0 15px 0;
    }
    .opcion_movil_nada {
        height: 125px;
        margin: 0;
    }
    /*.cont_herramientas {
        padding: 0 15px 35px;
    }*/
    .ini_sesionMM {
        margin-bottom: 20px;
        color: #86B85D;
    }

    .cont_nosotros,
    .cont_investigacion,
    .cont_recursos,
    .cont_herramientas,
    .cont_consulta,
    .cont_cuenta {
        margin-top: 0;
    }
     
}

#MovLoginCont i {
    font: normal normal normal 16px/22px Open Sans;
    color: #F3F8EE;
}

.dropbtn {
    /*background-color: #fff;
    color: #616161;
    font-size: 16px;
    border: none;*/
    font: bold normal normal 16px/22px Open Sans;
    color: #0074D9;
    background: none;
    border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    margin-top: 24px;
    position: absolute;
    min-width: 150px;
    width: 100%;
    z-index: 1;
    transition: .3s;
    animation: .3s;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    padding: 8px 12px;
    opacity: 0;
    display: none;
}

    .dropdown-content a {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font: normal normal normal 14px/22px Open Sans;
        /*color: #1B3146; */
        color: #43474A;
        padding: 8px 12px;
        text-decoration: none;
        display: block;
        transition: .3s;
        animation: .3s;
        text-align: left;
        font-weight: 600;
    }

        .dropdown-content a:hover {
            /*
                border-bottom: 2px solid #6ACBE0;
                border-left: 2px solid #6ACBE0;
                border-right: 2px solid #6ACBE0;
                margin-top: 3px;

            */
        color: #86B85D;
        font-weight: bold;
    }

    .dropdown-content hr {
        width: 100%;
        border-top: 1px solid #707070;
        opacity: 0.2;
        margin: 0;
    }
        /*.nosotrosH {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.nosotrosH:hover a {
    color: #28C2E4;
    border-bottom: 2px solid;
    text-decoration: none;
}
.herramientasH {
    cursor:pointer;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.herramientasH:hover p {
    color: #28C2E4;
    border-bottom: 2px solid;
}
.header .recursos {
    cursor:pointer;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header .recursos:hover p {
    color: #28C2E4;
    border-bottom: 2px solid;
}

.bibliotecaH {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}
.bibliotecaH:hover a {
    color: #28C2E4;
    border-bottom: 2px solid;
    text-decoration: none;
}*/
        /*.GacetaR a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #616161;
    text-decoration: none;
    font-weight: normal;
}
.educacionR a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #616161;
    text-decoration: none;
    font-weight: normal;
}
.cursos-congresosR a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #616161;
    text-decoration: none;
    font-weight: normal;
}
.indicesR a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #616161;
    text-decoration: none;
    font-weight: normal;
}

.contactoR a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #616161;
    text-decoration: none;
    font-weight: normal;
 }*/

.contenedorModalSesionExpirada
 {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    justify-content: center
}

.modalExpirado {
    background: white;
    padding: 32px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 572px;
    text-align: center;
}

.modalExpiradoIcono {
    font-size: 2rem;
    color: #f59e0b;
    margin-bottom: 1rem;
}

.modalExpiradoIcono img {
    width: 50px;
}


.modalExpiradoTitulo {
    color: #43474A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-family: "Montserrat";
}

.modalExpiradoTexto {
    color: #585C61;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.9px;
    padding: 24px 0;
}

.modalExpiradoBotones {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-direction: column;
}

.modalExpirado button {
    padding: 12px, 24px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    height: 46px;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
}
.modalExpirado button:first-child {
    color: #EEF0F2;
}

.modalExpiradoBtnPrimary {
    background: #007bff;
    color: white;
}

.modalExpiradoBtnSecondary {
    background: transparent;
    color: #007bff;
}

.modalExpiradoBtnPrimary:hover {
    background: #005dc1;
}

.modalExpiradoBtnSecondary:hover {
    background: #d1d5db;
}

@media (max-width: 480px) {

    .menu_movil {
        display: none;
    }
}