@media (max-width: 770px) {
    .cardEventos-deck {
        flex: 0 0 100%;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 15px;
    }
}

@media (max-width: 770px) {
    .col-sm-6 {
        max-width: 100%;
    }
}

/*Carrousel imagens*/
@media only screen and (max-height: 720px) {
    .imgCarrousel {
        height: 300px;
    }
}

@media only screen and (min-height: 721px) and (max-height: 1023px){
    .imgCarrousel {
        height: 420px;
    }
}

@media only screen and (min-height: 1024px) {
    .imgCarrousel {
        height: 450px;
    }
}
