body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    font-family: 'Nunito Sans', sans-serif;
}

#descarga_hover {
    display: none;
}

.btn_bloqueado {
    background: #F2F3F8;
    border-radius: 10px;
    color: #FFF;
    align-items: center;
    padding: 12px 16px;
    gap: 4px;
    width: fit-content;
    min-width: 130px;
    display: flex;
    justify-content: center;
}

.clase_btn {
    border-radius: 10px;
    color: #FFF;
    align-items: center;
    padding: 12px 16px;
    gap: 4px;
    width: fit-content;
    cursor: pointer;
    transition: 0.5s;
    background: linear-gradient(120deg, var(--c1, #C300A3), var(--c2, #C300A3) 51%, var(--c1, #FC1921)) var(--x, 0)/ 200%;
}

.clase_btn:hover {
    --x: 100%;
}

.clase_btn_2 {
    border-radius: 10px;
    color: #FFF;
    align-items: center;
    padding: 12px 16px;
    gap: 4px;
    width: fit-content;
    cursor: pointer;
    transition: 0.5s;
    background: linear-gradient(120deg, var(--c1, #FC1921), var(--c2, #FC1921) 51%, var(--c1, #003687)) var(--x, 0)/ 200%;
}

.clase_btn_2:hover {
    --x: 100%;
}

.btn_desactivado {
    background: #F2F3F8;
    color: #66666680;
    pointer-events: none;
}

.btn_desactivado2 {
    background: #FFF;
    color: #ACACAF;
    pointer-events: none;
}

.irAObjetivos:hover {
    font-weight: 700;
    line-height: 130%;
    color: #003687;
}

.irAModulos:hover {
    font-weight: 700;
    line-height: 130%;
    color: #003687;
}

.irAEncuesta:hover {
    font-weight: 700;
    line-height: 130%;
    color: #003687;
}


.texto_modulo_completado {
    background: #FC1921;
    border-radius: 10px;
    color: #FFF;
    align-items: center;
    padding: 12px 16px;
    gap: 4px;
    width: fit-content;
    cursor: pointer;
}

.texto_modulo_completado:hover {
    background: linear-gradient(125deg, rgba(0, 163, 195, 1) 10%, rgba(0, 54, 135, 1) 134%);
    color: #FFF;
}

#completar_modulo {
    pointer-events: all;
}


.rojo {
    color: #FC1921;
}

#header {
    display: block;
    margin-bottom: 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0 auto;
    z-index: 1130;
}

#headerline {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #2F68B1;
    color: #FFF;

}

#breadcrumbline {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #00b8f1;
    color: #FFF;

}


.estilo_interes {
    font-size: 12px;
    padding: 5px 10px;
    margin: 5px;
    background-color: #53bfe517;
    border-radius: 20px;
    color: #686868;
}

.non-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#nivelseguridad {
    font-size: 10px;
}

.formulario,
.nivelSeguridad {
    display: none;

    align-items: start;
    flex-direction: column;
    justify-content: space-around;

    width: 100%;
    margin: 0px auto;
    pointer-events: none;
    height: 20px;
    margin-top: 5px;
}

.nivelesColores {
    height: 4px;
    width: 100%;
    display: inline-block;
    position: relative;
    left: 0px;
}

.spanNivelesColores {
    transition: width .2s;
    width: 0;
    height: 4px;
    display: inline-block;
    position: absolute;
    background-size: cover;
}

.bajo,
.medio,
.alto,
.muyAlto {
    height: 4px;

}

.spanNivelesColores.nulo {
    width: 0px;
}

.spanNivelesColores.bajo {
    width: 25%;
    background-color: #bf0022;
}

.spanNivelesColores.medio {
    width: 50%;
    background: linear-gradient(90deg, rgba(191, 0, 34, 1) 0%, rgba(233, 166, 0, 1) 100%);
}

.spanNivelesColores.alto {
    width: 75%;
    background: linear-gradient(90deg, rgba(191, 0, 34, 1) 0%, rgba(233, 166, 0, 1) 50%, rgba(255, 246, 0, 1) 100%);
}

.spanNivelesColores.muyAlto {
    width: 100%;
    background: linear-gradient(90deg, rgba(191, 0, 34, 1) 0%, rgba(233, 166, 0, 1) 33%, rgba(255, 246, 0, 1) 66%, rgba(0, 191, 20, 1) 100%);
}

#t_password_img {
    position: relative;
    margin-top: -50px;
    margin-right: 15px;
    float: right;
    width: 24px;
    height: 24px;
}

#t_password2_img {
    position: relative;
    margin-top: -50px;
    margin-right: 15px;
    float: right;
    width: 24px;
    height: 24px;
}

#t_password_pass_login_img {
    position: relative;
    margin-top: -35px;
    margin-right: 15px;
    float: right;
    width: 24px;
    height: 24px;
}

#t_password_anterior_img {
    position: relative;
    margin-top: -35px;
    margin-right: 15px;
    float: right;
    width: 24px;
    height: 24px;
}

.info_label {
    color: #353245;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#mostrarOcultarCambioContrasena {
    font-size: 12px;
    color: #8DC5D6;
    cursor: pointer;
    text-align: right;
}

#DIVmostrarOcultarCambioContrasena {
    visibility: hidden;
}

.migapan {
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0;
}

.migapan a {
    color: #fff;
}

.migapan a:hover {
    color: #fff;
    text-decoration: underline;
}

.migapan a:active {
    color: #fff;
    text-decoration: underline;
}

#headerline2 {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.logo img {
    margin-top: 15px;
    margin-bottom: 0px;
    max-width: 220px;
    width: 100%;
}

.titulo {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 46px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: right;
    margin-top: 35px;
}

h4 {
    color: #00617F;
    font-size: 2.5rem;
}

.negrita {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

.registro {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;
}

.registro2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    color: #686868;
    text-align: center;
}

.intereses {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #686868;
    text-align: center;
}

.intereses2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #686868;
}

.registro3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0px;
}

.recordar {
    font-family: 'Nunito Sans', sans-serif;
    color: #FC1921;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    font-weight: 400;
}

.recordar:hover {
    text-decoration: underline;
}

.recordar1 {
    font-family: 'Nunito Sans', sans-serif;
    color: #FC1921;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    font-weight: 700;
    text-decoration: underline;
}

.recordar1:hover {
    text-decoration: underline;
}

.nota {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #5e2f8e;
    text-align: left;
    margin-right: 35px;
}

.codigo {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #294279;
    text-align: right;
    margin-top: 7px;
}

.bold {
    font-weight: 700;
}

.linea_footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 9px;
    background: linear-gradient(90deg, #FC1921 0%, #C300A3 100%);
}

.texto {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #353245;
    line-height: 130%;
    margin: 0;
    margin-bottom: 10px;
}

.texto_footer {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FC1921;
    line-height: 130%;
    margin: 0;
    margin-bottom: 0px;
    cursor: pointer;
}

.texto_info {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #686868;
    margin: 0px;
    line-height: 130%;
}

.titulo_index {
    color: var(--Primary-rojo, #FC1921);

    /* h2/bold */
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.titulo_index_2 {
    color: #FC1921;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Vollkorn', sans-serif;
}

.fondo_video_index {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #353245e3;
    z-index: 600;
    top: 0px;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.hora {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    font-weight: 400;
    color: #2F68B1;
    margin: 0px;
    top: 10px;
    line-height: 1.2;
}

.hora2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #2F68B1;
    text-align: left;
    margin: 0px;
    line-height: 1;
    color: #FFF;
}

#video {
    margin-bottom: 25px;
}

#contenedor_registro {
    width: 100%;
    background-color: #FFFFFF;
    background-origin: center center;
    background-size: cover;
}

#registro {
    max-width: 900px;
    padding: 30px;
}

#login {
    max-width: 1200px;
    padding: 5px;
}

.ponentes {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.ponentes img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    max-width: 520px;
}

.caja-preguntas {
    background-color: #c6eff2;
}

#live-questions img {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 10px;
}

#pregunta-textarea {
    height: 110px;
    resize: none;
    width: 100%;
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    border: 1px solid #294279;
    padding: 15px;
}

#send_button {
    cursor: pointer;
    text-align: center;
}

#send_button img {
    margin-top: 10px;
    margin-bottom: 20px !important;
}

#send_button_2 {
    cursor: pointer;
    text-align: center;
}

#send_button_2 img {
    margin-top: 10px;
    margin-bottom: 20px !important;
}

#login_button {
    cursor: pointer;
}

#login_button img {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px !important;
    clear: both;
}

#register_button {
    cursor: pointer;
}

#register_button img {
    margin-bottom: 20px !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container100 {
    max-width: 100%;
    background-color: #FFF;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#soporte_simed {
    position: fixed;
    bottom: 0px;
    right: 3rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 2px solid #2F68B1;
    border-bottom: 0px;
    padding: 10px 30px 10px;
    color: #2F68B1;
    cursor: pointer;
    background: #fff;
    font-size: .8rem;
    z-index: 2;
    font-family: 'DM Sans', sans-serif;
}

.btn_registro {
    font-family: 'Nunito Sans', sans-serif;
    color: #686868;
    font-size: 14px;
    border-radius: 25px;
    padding: 5px;
    border: 1px solid #8DC5D6;
    width: 46%;
    text-align: center;
    cursor: pointer;
}

.btn_entrar {
    font-family: 'Nunito Sans', sans-serif;
    color: #FFF;
    background-color: #2F68B1;
    font-size: 14px;
    border-radius: 25px;
    padding: 5px;
    border: 1px solid #8DC5D6;
    width: 46%;
    text-align: center;
    margin-left: 8%;
    cursor: pointer;
}

.btn_registro:hover {
    color: #FFF;
    background-color: #2F68B1;
}

#contenedor_menu {
    width: 100%;
    background-image: url(../img/ge/img_bg_clara@2x.png);
    background-position: center center;
    background-size: cover;
}

.modal {
    background: #353245d9;
}

#claim_container {
    padding: 15px;
}

.cabecera_especialidad {
    padding: 15px;
}

#secc_favoritos {
    margin-bottom: 0px;
}

.cabecera_especialidad_texto img {
    background-color: #FFF;
    padding: 12px;
    margin-top: -5px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(232, 232, 232, 1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(232, 232, 232, 1);
    box-shadow: 0px 0px 3px 1px rgba(232, 232, 232, 1);
}

@media (min-width:1500px) {
    body {
        background-position: center;
    }
}

@media (max-width:1300px) {
    body {
        background-position: center;
    }

    h4 {
        color: #00617F;
        font-size: 2rem;
    }
}

@media (max-width:900px) {
    body {
        background-position: center;
        background-size: cover;
    }

    h4 {
        color: #00617F;
        font-size: 1.6rem;
    }

}

@media (max-width:500px) {
    .logo img {
        /*float: center;*/
        max-width: 220px;
    }

    body {
        background-position: center;
        background-size: cover;
    }

    .hora {
        top: 10px;
        font-size: 13px;
        padding-right: 0px;
    }

    #claim_container {
        padding: 0px;
    }

    .cabecera_especialidad {
        padding: 0px;
    }

    #secc_favoritos {
        margin-bottom: 30px;
    }

    .recordar1 {
        text-align: center;
    }

}

.sticky-top {
    top: -1px;
}

.navbar {
    padding: 0rem 0rem;
}

.navbar-toggler {
    border: none;
}

button:focus {
    outline: 0px;
}


li {
    padding-left: 10px;
    padding-right: 10px;
}

#usuario_menu {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(163, 163, 163, 1);
    -moz-box-shadow: -1px 1px 5px 0px rgba(163, 163, 163, 1);
    box-shadow: -1px 1px 5px 0px rgba(163, 163, 163, 1);
}
