body{
    font-family: 'Roboto', sans-serif;
    background-color: #222222;
}

.login img {
    width: 100%;
}
.login {
    position: absolute;
    z-index: 9999999;
    top: 20px;
    left: 40px;
    width: 110px;
}

.menu > div {
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 300;
}
.menu {
    position: absolute;
    z-index: 9;
    color: #ffffffc2;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0px;
}

.content_banner{
    background-color: #000;
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.content_banner a {
    display: block;
    position: relative;
}

.title_banner {
    font-size: 34px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 40px;
    position: absolute;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

.nivel_banner {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-top: 49px;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

.title_banner span {
    margin-left: 8px;
    color: #ed0f07;
}

.footer{
    background-color: #222222;
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer h2{
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}

.footer p{
    color: #7D7979;
    font-size: 15px;  
    margin-bottom: 3px;
}

.campos {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    float: left;
    width: 100%;
}

.footer input, 
.footer textarea {
    font-size: 14px;
    padding: 7px;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 14px;
    color: #595959;
    font-weight: bold;
    border: 0px;
}

.contacto {
    margin-bottom: 30px;
}

.mapa {
    padding-left: 90px;
    padding-top: 0px;
    padding-bottom: 0px;
}

input#form_contacto {
    color: #fff;
    background: #FE0000;
    padding: 11px;
}

input#button_suscripcion {
    width: 115px;
    height: 50px;
    background: #FE0000;
    color: #fff;
}


input#correo_s, input#nombre_s {
    width: 390px;
    margin-right: 10px;
    height: 50px;
}

.logo img {
    width: 200px;
}
.logo {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.redes_sociales {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.redes_sociales ul li {
    margin-right: 15px;
}
 
.redes_sociales ul {
    padding: 0px;
    display: flex;
    list-style: none;
}

div#mensaje_suscripcion {
    position: relative;
    float: left;
    width: 100%;
    color: #989898;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

div#mensaje_contacto{
    position: relative;
    float: left; 
    width: 100%;
    color: #989898;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

i.fas.fa-times {
    color: #dc3545;
    font-size: 21px;
    margin-right: 8px;
}

i.fas.fa-check {
    color: #28a745;
    font-size: 21px;
    margin-right: 8px;
}

.md-show.md-effect-17 ~ .md-overlay {
    background: rgba(0, 0, 0, 0.72);
}

#modal-17 .md-content h3 {
    font-size: 25px;
    font-weight: 500;
    background: #FE0000;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    padding: 15px; 
}

#modal-17 .md-content {
    background: #222222;
}

#modal-17 button.md-close i {
    text-align: center;
    color: #ffffff !important;
    font-size: 29px !important;
    margin-right: 0px !important;
}

#modal-17 button.md-close {
    text-align: center;
    position: absolute;
    top: 14px;
    right: 12px;
    border: 0px;
    background-color: #FE0000; 
}

#modal-17.md-modal {
    top: 25% !important;
    width: 70%  !important;
    max-width: 830px  !important;
    min-width: 830px  !important;
}


td.disabled.day {
    font-weight: 100  !important;
}

.datepicker td, .datepicker th {
    font-weight: bold  !important;
}

.datepicker table tr td.day:hover{
    background: #383838 !important;
}

td.active.day {
    background-image: linear-gradient(to bottom, #c90b0f, #c90b0f) !important;
}

.datepicker table tr td.disabled:hover {
    background: #fff0 !important;
}

.datepicker .datepicker-switch:hover {
    background: #383838 !important;
}

div#footer .horario {
    text-align: left;
    font-weight: 400;
    position: relative;
    float: left;
    width: 100%;
}

/* Secciones */

.seccion_body_publicaciones,
.seccion_body_repositorio-de-videos,
.seccion_body_conferencias-academicas, 
.seccion_body_museo-upaep-tu-escuela,
.seccion_body_mi-museo-aula {
    background-color: #000000;
}

.content_publicaciones,
.content_repositorio-de-videos,
.content_conferencias-academicas,
.content_museo-upaep-tu-escuela,
.content_mi-museo-aula {
    background-color: #161616;
    color: #fff;
    margin-top: 90px;
    padding: 51px;
}

.titulo_seccion {
    font-size: 34px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 51px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.titulo_seccion span {
    margin-left: 8px;
    color: #ed0f07;
}



.item_video {
    padding: 20px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    position: relative;
}

.item_publicacion {
    padding: 20px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    position: relative;
}

.item_publicacion .imagen {
    width: 100%;
    margin-top: 10px;
}

.item_publicacion .nombre {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.item_publicacion .archivo {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.item_publicacion .imagen img {
    height: 390px;
    object-fit: cover;
}

.item_publicacion .archivo a {
    width: 86px;
    padding: 5px;
    border-radius: 50px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 13px;
}



.item_conferencia,
.item_repositorio {
    padding: 20px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    position: relative;
}

.item_conferencia .imagen,
.item_repositorio .imagen {
    width: 100%;
    margin-top: 10px;
}

.item_conferencia .nombre,
.item_repositorio .nombre {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.item_conferencia .categoria,
.item_repositorio .categoria {
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.item_conferencia .link,
.item_repositorio .link {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.item_conferencia .imagen img,
.item_repositorio .imagen img {
    height: 390px;
    object-fit: cover;
}

.item_conferencia .archivo a,
.item_repositorio .archivo a {
    width: 86px;
    padding: 5px;
    border-radius: 50px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
}


.title_video {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
}

.video {
    position: relative;
}

.play_video {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(#0000006b, #000);
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    padding-top: 15%;
    z-index: 1;
}


.material > a {
    color: #161616;
    background-color: #fff;
    border-radius: 70px;
    padding: 4px;
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    margin-right: 10px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
}

.material {
    display: flex;
    justify-content: normal;
    align-items: end;
    margin-top: 10px;
}

.dowload_video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    cursor: pointer;
}


#ModalRegistro h4.modal-title {
    font-weight: 600;
    font-style: italic;
    font-family: 'Fira Sans', sans-serif;
}

#ModalRegistro .modal-body {
    background-color: #f3f3f3;
    padding: 30px;
    display: flex;
    color: #212529;
}

div#modlgn_ws_log {
    margin-bottom: 25px;
    font-size: 15px;
}

#enviar {
    width: 164px;
    margin: 0 auto;
    display: block;
    margin-top: 24px !important;
    text-align: center;
    background-color: #d61516;
    border-radius: 25px;
    color: #fff;
    border: none;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    height: 45px;
    display: inline;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

#nombre, #correo, #usuario, #contrasena, #telefono, #perfil, #grado_escolar, #numero_alumnos, #materia, #escuela {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border-radius: 25px;
    background-color: #fff;
    color: #6c747c !important;
    margin-bottom: 10px;
    height: 45px;
    padding-left: 16px;
    position: relative;
    clear: left;
    margin: 0px;
    margin-top: 10px;
}

.loading {
    position: relative;
    float: left;
    width: 100%;
}

.loading img {
    margin: 0 auto;
    width: 150px;
    display: block;
}

div#repuesta {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

div#repuesta i {
    font-size: 80px;
    display: block;
    color: #28a745;
}

div#repuesta span {
    font-size: 29px;
    margin-top: 23px;
    display: block;
    font-weight: 200;
}

label.container_checkbox {
    margin-top: 20px;
}

.visualizar_aviso a {
    color: #000;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    text-decoration: underline;
}

div#login_content {
    text-align: center;
}

.menu_tuescuela {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.menu_tuescuela .item:hover {
    background: #FE0000;
}
.menu_tuescuela .item_active {
    background: #FE0000;
}
.menu_tuescuela > div {
    border-radius: 31px;
    width: 170px;
    background: #fe000000;
    color: #fff;
    text-align: center;
    padding: 8px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}


.no_tema {
    font-size: 23px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.button_tema {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

select#select_tema {
    border: 0px;
    border-radius: 22px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.intro_seccion {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}


.no_conferencias,
.no_repositorio {
    font-size: 23px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.button_conferencias,
.button_repositorio {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

select#select_conferencias,
select#select_repositorio {
    border: 0px;
    border-radius: 22px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.seccion_body_exposiciones {
    background-color: #dfdfdf;
}

.seccion_body_exposiciones .menu--shylock .menu__link:hover, 
.seccion_body_exposiciones .menu--shylock .menu__link:focus,
.seccion_body_exposiciones .menu--shylock .menu__link {
    color: #707070 !important;
} 

.seccion_body_exposiciones  .menu--shylock .menu__link::before {
    background: #E30921;
}

.seccion_body_exposiciones .titulo_seccion {
    margin-top: 150px;
    margin-bottom: 50px;
    font-weight: 300;
    color: #2B2B2B;
}

.seccion_body_exposiciones .nav-tabs .nav-link {
    border: 0px solid transparent;
    color: #404040;
    font-weight: 600;
    padding: 0.7rem 1rem;
}

.seccion_body_exposiciones .nav-tabs .nav-item.show .nav-link, 
.seccion_body_exposiciones .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #E30921;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 16px;
    font-weight: 500;
}

.seccion_body_exposiciones .tab-content {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 35px;
    border-top: 4px solid #E30921;
    box-shadow: 1px 1px 2px #00000038;
}

.content_exposiciones {
    margin-bottom: 30px;
}

.list_exposiciones {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.list_exposiciones .item_expo {
    text-decoration: none;
    width: 30%;
    display: flex;
    height: 214px;
    border-radius: 7px;
}

.list_exposiciones .item_expo img {
    width: 100%;
}

.list_exposiciones .item_expo .expo_content {
    width: 50%;
    padding: 15px;
    color: #fff;
    background-color: #161616;
}

.list_exposiciones .item_expo img {
    width: 50%;
    object-fit: cover;
}

.list_exposiciones .item_expo .expo_content .title {
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 12px;
}

.list_exposiciones .item_expo .expo_content .intro {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
    height: 130px;
}

.content_exposiciones > .container {
    max-width: 85%;
}


@media only screen and (max-width: 768px) and (min-width: 300px)  {

    .nivel_banner {
        font-size: 12px;
        margin-top: 42px;
    }
    
    .intro_seccion {
        width: 100%;
    }

    .mapa {
        padding: 0px;
    }
    .footer {
        padding: 25px;
    }

    .logo {
        margin-bottom: 50px;
    }

    input#correo_s, input#nombre_s {
        width: 100%;
        margin-right: 0px;
    }

    .menu {
        display: none;
        background-color: #2b2b2b;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .login {
        top: 18px;
        left: 20px;
        width: 66px;
    }

    .menu_movil{
        display: block !important;
    }

    .menu_movil {
        top: 17px;
        color: #fff;
        position: absolute;
        z-index: 9999999;
        right: 22px;
        padding: 2px;
        border: 1px solid #fff;
        font-size: 18px;
        padding-left: 6px;
        padding-right: 6px;
        cursor: pointer;
    }
    
    .menu__list {
        margin: 0 auto;
        text-align: center;
        width: 140px;
    }

    .menu__link {
        padding: 0px !important;
        padding-bottom: 10px !important;
    }

    .menu_movil i.fas.fa-times {
        color: #ffffff;
        font-size: 18px;
        margin-right: 0px;
        padding-left: 2px;
        padding-right: 2px;
    }

    #modal-17 .lista_evento_fecha_seleccionada_agenda ul {
        padding: 0px !important;
    } 

    #modal-17 .md-content > div {
        padding: 15px 25px 30px;
    }

    .content_banner {
        padding: 25px;
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .content_banner a{
        margin-bottom: 25px;
    }

    .title_banner {
        text-align: center;
        padding: 15px;
        font-size: 18px;
    }

    .content_museo-upaep-tu-escuela,
    .content_mi-museo-aula {
        margin-top: 67px;
        padding: 25px;
    }

    .titulo_seccion {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .item_video {
        padding: 10px;
        margin-bottom: 30px;
    }


    .play_video {
        padding: 48px calc(55% - 50px);
    }

    .title_video {
        font-size: 16px;
    }

    .material > a {
        padding: 3px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
        font-size: 12px;
    }

    .dowload_video {
        bottom: 38px;
    }

    div#ModalRegistro > div {
        margin-top: 70px;
    }

    #ModalRegistro .modal-body {
        padding: 15px;
    }

    .menu_tuescuela {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }

    .menu_tuescuela > div {
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .content_publicaciones {
        padding: 15px;
    }

    .content_conferencias-academicas,
    .content_repositorio-de-videos {
        padding: 15px;
    }
    
    .item_publicacion .imagen img {
        height: 300px;
        object-fit: cover;
    }

    .item_publicacion {
        padding: 10px;
        margin-bottom: 30px;
    }

    .item_publicacion .archivo {
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .seccion_body_exposiciones .titulo_seccion {
        margin-top: 90px;
    }

    .seccion_body_exposiciones .tab-content {
        padding: 15px;
    }

    .list_exposiciones .item_expo .expo_content .title {
        font-size: 16px;
    }

    .list_exposiciones .item_expo .expo_content .intro {
        font-size: 12px;
        height: auto;
    }

    .list_exposiciones .item_expo {
        display: block;
        height: auto;
        width: 100%;
    }

    .list_exposiciones .item_expo .expo_content {
        width: 100%;
    }

    .list_exposiciones .item_expo img {
        width: 100%;
        height: 150px;
    }
}