.festival-basic-info-wrapper nav {
    padding-top: 0;
}

.festival-basic-info-wrapper nav li {
    font-family: var(--headings);
    font-size: 12px;
    padding: 7.5px 0;
    text-align: center;
}

.festival-basic-info-wrapper h3 {
    color: var(--red);
    font-size: 14px;
    text-transform: uppercase;
}

.festival-basic-info-wrapper h3,
.festival-basic-info-wrapper p {
    text-align: center;
}

.festival-basic-info-item {
    padding-bottom: 40px;
}

.festival-basic-info-item.download-link {
    align-items: center;
    background-repeat: no-repeat;
    background-size: 32%;
    background-position: center 20%;
    display: flex;
    height: 150px;
    justify-content: center;
    position: relative;
    text-align: center;
}

.festival-basic-info-item.download-link::after {
    content: url('../resources/fondo_descarga.png');
    position: absolute;
    z-index: 1;
    top: 0;
}

.festival-basic-info-item.download-link a {
    font-family: var(--titles-font);
    font-size: 10px;
    letter-spacing: 4px;
    position: absolute;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-position: under;
    z-index: 2;
}

.festival-basic-info-item.download-link a:hover {
    color: #666666;
    font-style: italic;
}

.festival-basic-info-item.download-link a::before {
    content: url('../resources/xarop_link_figure.png');
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 100%;
    z-index: 1;
}

.festival-video-sinopsis-wrapper h3 {
    text-align: center;
}

.festival-video-container {
    width: 100%;
}

.festival-albums-container {
    text-align: center;
}

.festival-sinopsis-container {
    padding-top: 40px;
}

.festival-video-wrapper {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.festival-album-item:nth-child(2) {
    padding-top: 40px;
}

.festival-album-item h3 {
    font-family: var(--headings);
    padding-bottom: 40px;
}

.festival-album-item h3 {
    background-image: url('../resources/fondo_piedra_titulo.png');
    background-repeat: no-repeat;
    background-position: center 15%;
}

.festival-album-item .image-wrapper {
    background-color: black;
}

.festival-album-item .image-wrapper img {
    transition: opacity 0.5s ease;
}

.festival-album-item .image-wrapper img:hover {
    opacity: .7;
}

.festival-album-item .image-wrapper img {
    width: 100%
}

.festival-awards-festivals-wrapper h4 {
    text-align: center;
    padding: 20px 0;
}

.festival-awards-festivals-wrapper p {
    font-size: 12px;
}

.festival-awards-festivals-wrapper .festival-af-item {
    text-align: center;
}

@media all and (min-width: 700px) {
    .festival-basic-info-wrapper nav h3 {
        text-align: left;
    }

    .festival-basic-info-wrapper nav li {
        text-align: left;
    }

    .festival-basic-info-wrapper {
        display: flex;
    }

    .festival-basic-info-item {
        padding-bottom: 0;
        width: 33.33%;
    }

    .festival-video-sinopsis-wrapper {
        text-align: left;
        display: flex;
    }

    .festival-video-container {
        margin-right: 40px;
        width: 60%;
    }

    .festival-video-wrapper {
        height: 0;
        padding-top: 56.25%;
        position: relative;
        width: 100%;
    }

    .video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .festival-basic-info-item.download-link {
        align-self: center;
    }

    .festival-basic-info-item.download-link {
        height: 100px;
    }

    .festival-albums-container {
        display: flex;
        justify-content: space-evenly;
    }

    .festival-album-item {

    }
    .festival-album-item .image-wrapper {
        width: 100%;
    }

    .festival-awards-festivals-wrapper {
        display: flex;
        justify-content: space-evenly;
    }

    .festival-awards-festivals-wrapper .festival-af-item {
        text-align: left;
        width: 40%;
    }
}
