
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Roboto&display=swap');*/

.container-eventos{

    min-height: 500px;

}

.mes-eventos-h2{
  /*  font-family: "Charm", cursive;*/
    font-weight: 600;
    font-style: normal;
    font-size: 3rem;
    color: #1b1b1b;
    text-align: center;
    margin-bottom: 30px;
}

.section-eventos {
    display: flex; 
    flex-direction: column; 
    background-image: url('../img/textura-papel-amassado2.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 100%; 
    height: 100%;
    padding: 20px; 
  
}

.calendario-eventos {
    max-width: 300px; 
}

.eventos-ufr {
    display: flex; 
    align-items: center; 
    justify-content: center;
    flex-direction: column;
    gap: 20px; 
}

@media (max-width: 768px) {
    .eventos-ufr {
        display: flex;
        flex-direction: column;
        align-items: center; /* Centraliza o calendário */
    }



}