#evento-topo{
    background-image: url('/imagens/bg-eventos.png');
    background-size: cover;
    background-position: center;
    height: 255px;
    width: 100%;
}

#vetor-evento{
    width: 435px;
    height: 301px;
    background-image: url(/imagens/vetor-eventos.png);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-left: auto;
    margin-top: -40px;
}

#evento-topo h4{
    color: #fff;
    font-family: var(--mont);
}
#eventos, #evento{
    margin-top: 100px;
}
#eventos .card
{
    background-color: #F2F3F7;
    height: 390px;    
    margin-bottom: 30px;
    border: none;
    padding: 20px;
}

#eventos .destaque{
    margin-top: 180px;
    height: 630px;
}

#eventos .card .card-title{
    color: var(--verde);
    font-size: 18px;
    font-weight: bold;

}

#eventos .card .card-text,
#evento .card .card-text p
{
    font-size: 16px !important;
    color: var(--cinza2) !important;
    margin-bottom:40px;
}


/*-md*/
@media (max-width: 991.98px) {
  
}

/*-sm*/
@media (max-width: 767.98px)  {

    #evento-topo{
        top: 120px;
        position: relative;
    }
    #vetor-evento {
        width: 300px;
        height: 218px;        
        background-size: contain;
        background-position: top center;                
        margin-top: 0;
        background-repeat: no-repeat;
      }

    #eventos{
        margin-top: 170px;
    }

    #eventos .destaque{
        margin-top: auto;
        height: auto;
    }
}
/*-mobile*/
@media (max-width: 575.98px) {
 
}