@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Inline+One:ital@0;1&display=swap');

html{
    font-family: 'Alumni Sans Inline One', sans-serif;

}

body{
    background-image: url(/imagens/gif-estrela.gif) ;

}

.botao a{
    background-color: darkred;
    max-width: 200px;
    height: auto;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 1.8em;
    margin-bottom: 10px;

}

#principal{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100%;
    min-width: 100%;
}

.trunfo {
    text-align: center;
    margin: 5% 0 4% 0;

}

.trunfo img{
    max-width: 500px;
    width: auto;
    height: auto;
}

.trunfo_tec{
    display: flex;
    justify-content: space-around;
}

.trunfo_tec img{
    width: auto;
    height: 500px;
}

.menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 40%;
    

}

.menu div{
    width: 80%;
    height: 40px;
    background-color: darkred;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto;
    border-radius: 100px;
}

.menu a{
    text-decoration: none;
    color:yellow;
    padding: 2% 25%;
    font-size: 1.6em;
}

.menu div:hover{
    background-color: darkblue;
    transition: 0.4s;
}



/* Equipe Técnica */

.tec{
    background-color: black;
    opacity: 0.8;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.tec_fonte{
    color: white;
}

/* Tabela de Pontuação */
 .tabela{
    margin: 0 auto;
    text-align: center;

}

iframe{
    width: 700px;
    height: 600px;
}

.pontos{
    background-color: white;
}

.criterios{
    background-color: black;
    margin: 0 auto;
    opacity: 0.8;
    width: 80%;
    
}

.criterios_font{
    color: white;
    opacity: 1;
    font-size: 1.8em;
    padding: 10px;
    list-style:georgian;
}

 /* Programação */

 .trunfo_prog {
    margin: 3% auto;
    width: 80%;
    display: flex;

}

.trunfo_prog img{
    width: auto;
    max-height: 550px;
}

#confira{
    color: white;
    font-size: 100px;
    text-align: center;
}

.blocos{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 70% 70%;
    margin: 0 auto;
    justify-content: center;


}

.bloco{
    background-color: black;
    opacity: 0.8;
    color: white;
    text-align: center;
    margin: 50px;
    width: 80%;
    font-size: 1.8em;


}

/* Mapa */

.mapa{
    text-align: center;
    margin: 0 auto;
    display: flex;
}

/* Fotos e vídeos */

.monews{
    width: 500px;
    height: 280px;
    display: flex;
    margin: 0 auto;
}

.album{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    text-align: center;
}

.album_grid img{
    max-width: 400px;
    margin: 5px;
    text-align: center;
}

#monews_text{
    color: white;
    text-align: center;
    font-size: 4em;
}







@media screen and (max-width: 768px) {
    #principal{
        flex-direction: column;
    }

    .trunfo img{
        max-width: 350px;
        width: auto;
        height: auto;
    }
    
    .menu div{
        width: 330px;
        height: 40px;
        margin: 5px auto;
    }

    .trunfo {
        margin: 0 auto;
    
    }


    /* Programação  */

    .trunfo_prog {
        margin: 3% auto;
        width: 80%;
        display: flex;
        flex-direction: column;
    
    }
    
    .trunfo_prog img{
        width: 300px;
        height: auto;
        margin: 0 auto;
    }

    #confira{
        color: white;
        font-size: 3em;
        text-align: center;
    }

    .blocos{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
    
    }

    .bloco{
        background-color: black;
        opacity: 0.8;
        color: white;
        justify-content: center;
        margin: 10px 80px;
        width: auto;
    
    
    }

    /* mapa */
    .mapa{
        width: 100%;
        height: auto;
        margin: 10px auto;
        margin-top: 50px;

    }

    /* Pontuação  */

    .tabela{
        margin: 0 auto;
        text-align: center;
    
    }
    
    iframe{
        width: 80%;
        height: 600px;
    }
    
    .monews{
    width: 80%;
    height: 280px;
    display: flex;
    margin: 0 auto;
}

.album{
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: center;
}

.album_grid img{
    max-width: 90%;
    height: auto;
    margin: 5px;
    text-align: center;
}

    
}