.contacto-desplegable {
    display: none;
    padding: 40px;
    background: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: absolute;
    z-index: 10;
    right: -48px;
    top: 40px;
    width: 550px;
}

.contacto-desplegable::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    right: 51px;
    z-index: 10;
    box-shadow: -10px -10px 10px rgb(0 0 0 / 10%);
}

.contacto-desplegable h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 33px;
    text-transform: uppercase;
    color: var(--secundario);
    margin: 0;
    margin-bottom: 18px;
}

#enviar-contacto {
    margin-bottom: 0;
}

#enviar-contacto .form__grupo label {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

#enviar-contacto .form__grupo textarea {
    height: 190px;
}

#enviar-contacto #errores_enviar-contacto {
    font-size: inherit;
}

.botonera-contacto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn.enviar-mensaje {
    display: inline-flex;
    min-width: 260px;
    text-transform: capitalize;
}

.btn.enviar-mensaje:hover {
    color: #fff;
}

.respuestas__item {
    padding: 53px 0 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.respuestas__item h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2A518C;
    margin: 0;
    margin-bottom: 40px;
}

.respuestas__item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
    max-width: 300px;
}

.contacto-desplegable p {
    font-size: inherit;
    margin-bottom: 2em;
    font-weight: 300;
}

.observar .form__grupo label {
    pointer-events: none;
}
.preloader-general::before {
    border-bottom-color:var(--primario);
}
.preloader-general::after {
    color: var(--primario);
}
span.usuario-tipo {
    font-size: 1.3rem !important;
    color: #333d47 !important;
    font-weight: 300 !important;
}
span.usuario-nombre {
    margin-bottom: 4px !important;
}
.link_gris:hover{
    text-decoration:underline !important;
}
.dashboard-vigentes h4#total-evento {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
}
.contenido-evento h2{
    font-size: 2.4em;
    font-weight: 300;
    margin-bottom: 10px;
}
.contenido-evento h3{
    font-size: 1.8em;
    font-weight: 300;
    color: var(--primario);
    margin-bottom: 10px;
}
.contenido-evento table {
    border: none;
    font-size: 1.4em;
    font-weight: 300;
}
.contenido-evento strong {
    font-weight: 600;
}
.contenido-evento a {
    color: var(--primario);
    text-decoration: underline;
    transition: all ease .3s;
}
.contenido-evento a:hover {
    opacity: .7;
}
.contenido-evento table td{
    padding: 10px;
    border: 1px solid #ccc;
}
.contenido-evento table th{
    padding: 10px;
    border: 1px solid #ccc;
    background: #f6f5f5;
}

ol {
    list-style-type: auto;
}
ol li {
    font-size: 1.6em;
    font-weight: 300;
    color: #333;
    line-height: 24px;
    margin-left: 24px;
    position: relative;
}
.google-link {
    color: var(--secundario)
}

.botonera-box a.btn.secundario_borde {
    margin-right: auto;
    margin-top: 50px;
    min-width: 164px;
}

.icono-item-postulantes {
    display: flex;
}

.contacto-desplegable-movil .fln-cerrar-light {
    position: absolute;
    right: 8px;
    font-size: 20px;
    top: 10px;
}

.contrasena-contenedor {
    padding: 50px 50px 20px;
}
span.usuario-colegio {
    margin-bottom: 4px !important;
    color: #333d47 !important;
    font-weight: 300 !important;
}

.pagina-error {
    position: absolute;
    color: #fff;
    padding: 0 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: rgba(0,0,0,.1);
}

.pagina-error h1,
.pagina-error h2,
.pagina-error h3,
.pagina-error p {
    color: #fff;
    text-align: center;
}
.pagina-error h1 {
    margin-top: 30vh;
    margin-bottom: 20px;
}
.pagina-error h3 {
    line-height: 28px;
}
.th-comentarios {
    width: 30%;
}

.alertaVersion {
    position: fixed;
    background: rgba( 255 , 255 , 255 , .85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
	align-items: center;
	justify-content: center;
    z-index: 9999999999;
}
.alertaVersion div{
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 30px;
    width: 90%;
    z-index: 999999;
    border-radius: 6px;
    box-shadow: 1px 3px 10px
    rgba(0,0,0,.5);
}
.saludoHome {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25%;
}
.saludoHome img {
    margin-bottom: 20px;
}
.saludoHome h1{
	color: #2A518C;
	text-align: center;
	font-weight: 600;
}
.saludoHome h1 span{
	display:block;
	margin-top:5px;
	font-weight: 400;
}
.header {
	padding: 10px;
	padding-top: env(safe-area-inset-top, 0);
}

@media(max-width: 1024px){
    .header {
        padding: 10px;
        padding-top: env(safe-area-inset-top, 0);
    }
    .login .logo {
        margin-bottom: 40px;
    }
    .login .form__grupo {
        margin-bottom: 20px;
    }
    .login #entrar.btn {
        margin: 20px 0 10px;
    }
    .login .link_form {
        margin-bottom: 40px;
    }
    .contenedor-owl-carousel {
        min-height: unset;
    }
    .fln-menu {
        display: flex !important;
        font-size: 30px;
        margin-left: 20px;
    }
    nav.menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 20px;
    }
    nav.menu {
        position: fixed;
        right: 0;
        left: 0;
        top: calc(58px + env(safe-area-inset-top));
        bottom: -100vh;
        width: 100%;
        background: var(--primario);
        border-right: none;
        box-shadow: 0 10px 10px rgba( 0 , 0 , 0 , .2);
        padding: 15px;
        z-index: 1100;
        display: none;
    }
    nav.menu.menu_abierto {
        display: block !important;
        padding: 15px;
    }
    .navegacion ul li.activo a,
    .navegacion ul li a:hover  {
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
        color: white;
    }
    .navegacion a {
        margin-bottom: 15px;
        font-size: 20px;
        color:white;
    }

    .usuario_box a {
        padding-right: 0 !important;
        padding-left: 25px !important;
        margin-bottom: 0;
    }
    .header-menu-derecha {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        /* position: relative; */
    }
    #info-usuario_datos a {
        padding-left: 0 !important;
        display: block;
        text-align: right;
        font-size: 14px;
    }
    #info-usuario_datos a svg {
        display: none;
    }
    div#info-usuario_datos {
        right: -20px;
    }
    .navegacion ul li {
        position: initial !important;
        margin-right: 0;
    }
    .contacto-desplegable {
        max-width: 95vw;
        right: 0;
        top: 20px;
    }
    #desplegar-correo-movil {
        display: flex !important;
        font-size: 2.3rem;
    }
    #desplegar-correo-movil span {
        display: flex !important;
    }
    .contacto-desplegable-movil {
        padding: 5px 25px 25px;
        background: white;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        position: absolute;
        z-index: 10;
        width: 550px;
        max-width: 95vw;
        right: 10px;
        left: 10px;
        top: 50px;
    }
    div#contacto-desplegable-movil {
        width: 100vw;
        height: 100vh;
        position: fixed;
        background: rgba(0,0,0,.8);
        z-index: 10;
        /* top: 74px; */
        left: 0;
        top: calc(58px + env(safe-area-inset-top));
    }
    .contacto-desplegable-movil .btn.enviar-mensaje {
        width: 100%;
    }

    .footer {
        flex-direction: column;
        align-items: center;
    }
    .logo-footer {
        flex-direction: column;
        align-items: center;
        margin: 0 0 10px 0;
    }
    .footer .logo-footer img {
        margin: 0 0 20px 0;
    }
    .eventos-cabecera {
        flex-direction: column;
        align-items: flex-start;
    }
    .eventos-selectores {
        flex-direction: row;
        align-items: flex-start;
        margin-top: 25px;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .eventos-selectores .form__grupo {
        margin: 0 0 25px 0;
        width: calc( 50% - 10px);
    }
    .eventos-selectores select {
        width: 100%;
    }
    .owl-item .sombra {
        height: 100%;
        width: 100%;
    }
    .owl-carousel .owl-item img {
        filter: brightness(0.6);
    }
    .eventos-cabecera {
        padding: 23px 0 15px;
    }
    .fila-xs-reverse {
        flex-direction: column-reverse;
    }
    .evento-interior .contenido-evento {
        padding: 0;
        margin: 30px 0 10px;
    }
    .datos-eventos-detalle {
        margin: 10px 0 40px;
    }
    .botonera-eventos {
        padding-left: 0 !important;
    }
    .botonera-eventos a {
        width: 100%;
        margin-bottom: 20px;
    }
    .botonera-eventos a:last-of-type {
        margin-bottom: 0;
    }
    .botonera-eventos {
        padding-left: 0 !important;
        flex-direction: column;
    }
    .cierre_pronto {
        display: revert;
        position: relative;
    }
    .cierre_pronto:after {
        position: absolute;
        right: 20px;
        top: 40%;
    }
    .buscador-tabla-padre {
        padding: 0 !important;
    }
    .tabs-contenido h4#total-evento {
        padding: 0;
        margin: 10px 0;
    }
    .leyenda-tabs {
        /* flex-direction: column;
        align-items: flex-start; */
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .leyenda-tabs .icono-item {
        margin-bottom: 15px;
    }
    .leyenda-tabs .separador {
        margin-bottom: 15px;
    }

    .leyenda-tabs .cierre_pronto {
        margin-right: 20px;
    }
    .leyenda-tabs .cierre_pronto:after {
        right: -10px;
        top: 35%;
    }
    .icono-item-postulantes {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    a#btn-crear {
        width: 100% !important;
        margin: 20px 0 !important;
        max-width: initial !important;
    }
    .evento-item-texto {
        height: auto;
    }
    .usuario_box {
        display: none;
    }
    .usuario_box.usuario_box--movil {
        /* display: flex !important; */
        justify-content: center;
        margin-bottom: 20px;
        display: none !important;
    }
    .usuario_box.usuario_box--movil a#info-usuario {
        padding: 0 !important;
    }
    .usuario_box.usuario_box_datos--movil #info-usuario_datos {
        display: block !important;
        position: initial;
        box-shadow: none;
        width: 100%;
        min-width: initial;
        padding: 20px;
        background: var(--secundario);
    }
    div#info-usuario_datos:before {
        display: none;
    }
    .usuario_box.usuario_box_datos--movil {
        display: block !important;
    }
    .avatar-box.colegio {
        width: 100%;
    }
    .datos-perfil.datos-colegio {
        margin-left: 0;
        padding: 20px 0 10px;
    }
    #tabs {
        margin-top: 0;
    }
    h1 {
        font-size: 2.2em !important;
    }
    h1.mi-colegio-titulo {
        padding: 0;
        margin-bottom: 20px;
    }
    .tabs-contenido.tab-con-msj .tab-interior {
        padding: 0;
    }
    .lista-colegios {
        flex-direction: row;
    }
    .especialidad-item-box {
        width: 100%;
    }
    .modal-contenedor {
        top: 74px;
        position: fixed;
    }
    .caja-especialidades {
        margin: 20px 10px auto;
    }
    .especialidad-box {
        height: auto;
    }
    main {
        padding-top: 30px;
    }
    .avatar-box.colegio img {
        width: 100%;
    }
    .btn-formulario-buscador {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .usuario_box:after {
        display: none;
    }
    .btn {
        width: 100% !important;
        margin: 20px 0;
    }
    .agregar-item-box {
        margin-bottom: 10px;
    }
    .caja-especialidades form {
        height: 60vh;
    }
    h1.mi-cuenta-titulo {
        margin-bottom: 10px;
    }
    .eventos-cabecera h2 {
        font-size: 2.4em;
    }
    div#msn-more {
        margin: 0;
    }
    .inicio_textos {
        margin-bottom: 20px;
    }
    .owl-item a {
        position: relative;
        height: 100%;
    }
    #info-usuario_datos {
        background: var(--primario);
    }
    #info-usuario_datos span {
        color: white !important;
        text-align: end;
    }
    .owl-item > div {
        height: 100%;
    }
    .cerrar-sesion-movil {
        display: block !important;
    }
    .banner-evento .sombra {
        position: absolute;
        background: linear-gradient(180deg, rgba(51, 51, 51, .3) 0%, #000000 100%);
    }
    table span.tooltiptext {
        display: none;
    }
    .tabla-overflow table th:nth-child(2) {
        min-width: 120px;
    }
    .tabla-overflow table td {
        padding: 10px;
    }
    .navegacion a:hover {
        color: white !important;
    }
    .btn {
        min-height: 60px;
    }
    #tabs li a {
        font-weight: 300;
    }
    .tabla-overflow {
        overflow-y: scroll;
        width: 100%;
    }
    h1.mi-colegio-titulo {
        padding: 0 15px;
    }
    .paddings-xs {
        padding: 0 15px !important;
    }
    .contrasena-contenedor {
        padding: 30px 20px;
    }
    .img-login {
        background: url(../img/fondo_login.jpg) no-repeat right center;
        background-size: cover;
    }
    .titulo-banner-evento h1 {
        margin: auto;
        padding: 0;
    }
    #tabs .tabs-contenido {
        transition: all ease .3s;
        transform: scaleY(0);
        transform-origin: top;
    }
    #tabs .tabs-contenido[aria-hidden="false"] {
        transform: scale(1);
    }
    #tabs li {
        color: #A6A6A6;
        background: #fff;
        font-size: 16px;
        list-style: none;
        text-transform: uppercase;
        box-shadow: 0 7px 10px rgb(0 0 0 / 20%);
        border-radius: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #tabs li a {
        padding: 15px 10px;
        display: block;
        width: 100%;
    }
    #tabs li.ui-state-active {
        color: var(--secundario);
    }
    .tabs-contenido.sombra-interno .div-sombra {
        margin: 0;
        box-shadow: none;
        padding: 20px 5px;
    }
    #tabs .tabs-contenido, .div-sombra {
        padding: 25px 22px;
    }
    #tabs .tabs-contenido, .div-sombra {
        box-shadow: none;
    }
    .banner-evento img {
        min-width: 100%;
        min-height: inherit;
    }
    .titulo-banner-evento {
        top: 0;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 15px;
    }
    .pagina-error h1 {
        margin-top: 170px;
    }
    .inicio .leyenda-tabs {
        margin-top: 30px !important;
        justify-content: center;
    }
}
@media(max-width:767px){
    .owl-item .sombra {
        align-items: flex-start;
    }
}



