.eventos-section {
    margin-left: 10vw; 
    margin-right: 10vw;
    margin-top: 2vw;
}

.busca {
    display:flex; align-self: 
    center;margin:1vw;
    justify-content: space-around;
}

.select {
    position: relative; 
    width: 20vw;
    height:1.5vw    
}

.search {
    width: 40vw;
    height: 1.5vw;
    border: 0.1vw solid #D9D9D9; 
    display: flex; 
    flex-direction: row;
    align-items: center;
}

.search button {
    background-color: #D9D9D9;
    border:none;
    outline: none;
    width: 1.5vw;
    height: 1.5vw;
    display: flex; 
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
}

.search button img{
    width: 1.2vw;
    height: 1.2vw;
    margin: 0;
    padding: 0;
}
.search input{
    font-size: 1vw;
    width: 38.5vw;
    height: 1.5vw;
    border:none;
    outline: none;
    margin: 0;
    padding: 0;
}

.fitro_pesquisa{
    font-size: 1.5vw;
}

.busca img {
    position: absolute; 
    width: 1.5vw; 
    height: 1.5vw;
}

.busca select {
    position: absolute;
    background:none;
    font-size: 1vw;
    width: 18.5vw; 
    padding-left: 2vw; 
    height: 1.5vw; 
    border: 0.1vw solid #D9D9D9; 
    outline: none; 
    appearance: none;
}

.eventos-grid {
    display: flex;
}

.eventos-item:hover {

    transform: scale(1.01);
}

.eventos-item {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    text-align: left;
    cursor: pointer;
    transition: 0.5s ease;
    transform: scale(1);
    margin-right: 1vw;
    margin:3vw;
    width:20vw
}

.eventos-item-div-img {
    margin-right: 3vw;
    width:20vw;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eventos-item img {
    background-color: #D9D9D9;
     /* width: 27vw; 
    border-radius: 1vw; */
    height: 18vw;
    object-fit: cover;
    border-radius: 1.5vw;
    width:20vw;
}

.eventos-item h1 {
    font-size: 1.5vw;
}

.eventos-item h4 {
    font-size: 1.3vw;
    margin: 0;
    margin: 1vw 0;
    font-weight: bold;
}

.eventos-item p {
    font-size: 1vw;
    /* color: #3C3C3B; */
    color:gray; 
    margin:0px;
    font-size: 8px; 
    font-style: italic; 
    font-weight: 400; 
    line-height: normal;
}

/* .eventos-data {
    font-size: 1vw;
    color:gray; 
    margin:0px;
    font-size: 14px; 
    font-style: italic; 
    font-weight: 400; 
    line-height: normal;
} */

.eventos-leia {
    color:green;
    font-size: 12px; 
    border-bottom-color: green;
}


.noticias-section {
    /* margin-top: 2vw; */
    margin-left: 17vw; 
    margin-right: 17vw;
}

.noticias_busca {
    display:flex; 
    align-self: center;
    margin:1vw;
    justify-content: space-around;
}

.noticias-grid {
    display: flex;
}

.noticias-item:hover {

    transform: scale(1.01);
}

.noticias-item {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    text-align: left;
    cursor: pointer;
    transition: 0.5s ease;
    transform: scale(1);
    margin-right: 1vw;
    margin:3vw;
    /* width:20vw; */
}

.noticias-item img {
    background-color: #D9D9D9;
     /* width: 27vw; 
    border-radius: 1vw; */
    height: 18vw;
    object-fit: cover;
    border-radius: 1.5vw;
    width:20vw;
}

.noticias-item h1 {
    font-size: 1.5vw;
}

.noticias-item h4 {
    font-size: 1.3vw;
    margin: 0;
    margin: 1vw 0;
    font-weight: bold;
}

.noticias-item p {
    font-size: 1vw;
    /* color: #3C3C3B; */
    color:gray; 
    margin:0px;
    font-size: 8px; 
    font-style: italic; 
    font-weight: 400; 
    line-height: normal;
}

.noticias-leia {
    color:green;
    font-size: 12px; 
    border-bottom-color: green;
}

.repositorio-section {
    /* margin-top: 2vw; */
    margin-left: 17vw; 
    margin-right: 17vw;
}


.repositorio-grid {
    display: flex;
}

.repositorio-item:hover {

    transform: scale(1.01);
}

.repositorio-item {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    text-align: left;
    cursor: pointer;
    transition: 0.5s ease;
    transform: scale(1);
    margin-right: 1vw;
    margin:3vw;
    width:20vw
}

.repositorio-item img {
    background-color: #D9D9D9;
     /* width: 27vw; 
    border-radius: 1vw; */
    height: 18vw;
    object-fit: cover;
    border-radius: 1.5vw;
    width:20vw;
}

.repositorio-item h1 {
    font-size: 1.5vw;
}

.repositorio-item h4 {
    font-size: 1.3vw;
    margin: 0;
    margin: 1vw 0;
    font-weight: bold;
}

.repositorio-item p {
    font-size: 1vw;
    /* color: #3C3C3B; */
    color:gray; 
    margin:0px;
    font-size: 8px; 
    font-style: italic; 
    font-weight: 400; 
    line-height: normal;
}

.repositorio-leia {
    color:green;
    font-size: 12px; 
    border-bottom-color: green;
}

.repositorio>.video-section {
    background-color: #0000;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2vw;
    margin-bottom: 5vw;
}

.repositorio>.video-section .video {
    cursor: pointer;
    width: 30vw;
    height: 17vw;
    border-radius: 1vw;
    background-color: #D9D9D9;
    transition: 0.5s ease;
    transform: scale(1);
}

.repositorio>.video-section .video:hover {
    transform: scale(1.01);
}


.repositorio>.video-section>.video-highlight {
    width: 40vw;
}

.repositorio>.video-section>.video-highlight h4 {
    font-size: 1.8vw;
    margin: 0;
    color: #000;
}

.repositorio>.video-section>.video-highlight p {
    font-size: 1vw;
    color: #000;
}