@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');

/* Middle Area - Sidebar */
.sidebar-banner-eventos { 
    margin-top: 0;
    padding: 5px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.sidebar-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-banner-eventos img {
    width: 1000px; 
    height: 200px; 
    display: block; 
    margin-bottom: 20px; 
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
   /* object-fit: cover;*/
}


.titulo-eventos{
    display: flex;
    align-items: left;
    width: 1000px;
}

.eventos-h2{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Roboto", serif;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    color: inherit;
}

@media (max-width: 1420px) {

    .sidebar-banner-eventos { 
        margin-top: 30px;
        padding: 5px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; 
    }

    .sidebar-banner-eventos img {
        width: 100%; 
        height: auto; 
        display: block; 
        margin-bottom: 20px; 
        border-radius: 10px;
        object-fit: cover;
    }

    .sidebar-inicial-right {
        display: flex;
        justify-content: center; /* Centraliza a sidebar */
        padding: 0 10px; /* Padding horizontal para dar espaçamento */
        align-items: center;

        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
       
    }
    
    .titulo-eventos{
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .eventos-h2{
        font-size: 1.3rem;
    }
}


@media (max-width: 568px) {

    .sidebar-banner-eventos { 
        margin-top: 10px;
    }

    .sidebar-banner-eventos img {
        width: 350px; 
        height: 100px; 
        display: block; 
        margin-bottom: 20px; 
        border-radius: 10px;
        object-fit: fill;
    }

    .sidebar-inicial-right {
        display: flex;
        justify-content: center; /* Centraliza a sidebar */
        padding: 0 10px; /* Padding horizontal para dar espaçamento */
        align-items: center;

        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
       
    }
    
    .titulo-eventos{
        width: 350px;
        justify-content: center;
        align-items: center;
    }

    .eventos-h2{
        font-size: 1.3rem;
    }
}
