* {
    margin: 0;
    padding: 0;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../images/biblioteca_central.jpg);
    background-position: center top;
    background-size: cover;
    background-blend-mode: darken;
    position: relative;
}

.navbar {
    transition: .5s;
}

.escudo {
    height: 50px;
}

.nav-item::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #d59f0f;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-item:hover::after {
    width: 100%;
}

.section-text::after {
    content: '';
    max-width: 20%;
    height: 5px;
    background: #d59f0f;
    display: block;
    margin: auto;
}

.unam-blue {
    background-color: #002b7a;
}

.text-box {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-box p {
    font-weight: bold;
    padding-bottom: 20px;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

.event-date {
    color: #d59f0f;
    font-weight: bold;
}

.information {
    font-size: xx-large;
}

.information div div {
    padding-top: 50px;
}

.participantes-wrap {
    height: auto;
}

.participantes-in {
    width: 100%;
    height: auto;
}

.participantes-in ul {
    padding: 0;
    margin: 0;
}

.participantes-in ul li {
    list-style: none;
    display: inline-block;
    height: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 10px -7px #d59f0f;
    margin: 10px;
}

.participantes-in ul li img {
    list-style: none;
    display: inline-block;
    height: 100px;
}

.day {
    padding-top: 20px;
}

#schedule {
    padding: 75px 0px;
}