
#premios-bg {
    margin: 10px 0 0 0;
    padding: 40px 0 100px 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgb(125,125,125);
    background: linear-gradient(110deg, #d7d6d6 0%, #ffffff 45%);
}



.foto-festival {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 90%;
    width: 90%;
    aspect-ratio: 16 / 12;
    background-color: whitesmoke;
    border: 9px solid whitesmoke;
    -webkit-box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.3);
}

/*    .foto-festival.cima {
        position:relative;
        z-index: 10;
    }

    .foto-festival.baixo {
        position: absolute;
        z-index: 1;
        transform: rotate(-4deg);
    }*/

    .foto-festival img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.festival {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 20px 0 30px 0;
    padding: 0 10px 0 10px;
    max-width: 100%;
    overflow: hidden;
}

.titulo-festival {
    font-family: 'Conthrax', sans-serif;
}

.medalhas {
    max-width: 90%;
    width: 100%;
    height: 23rem;
    margin: 0 20px;
}

@media (min-width: 600px) {
    .medalhas {
        width: 600px;
    }

    .foto-festival {
        width: 600px;
    }
}

.premiacao {
    height: 100%;
    width: 100%;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: inset 0px 10px 8px -10px #465f9f38, inset 0px -10px 8px -10px #465f9f38;
}

.ano {
    font-size: 0.9rem;
    opacity: 70%;
    cursor: pointer;
    font-family: 'Conthrax', sans-serif;
}

.ano.active {
    opacity: 100%;
}


.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 4px solid #ccc;
    border-top: 4px solid #878787;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none; /* começa escondido */
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#texto-premios {
    text-align: justify;
}
