.card-eventos {
    /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
    /*width: 18rem;*/
    border-radius: 5px !important;
    transition: 0.6s ease;
    /*height: 23rem;
    max-height: 25rem;
    */
}

.evento-indisponivel {
    color: red;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

.card-eventos:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
}

/*
.card-eventos .card-header-img {
    background-size: 100% 100%;
    height: 10rem;
    background-repeat: no-repeat;
    border-radius: 5px;
}
*/
.card-eventos .card-header-img {
    background-size: contain;
    height: 10rem;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 50%;
}

.card-img-top-eventos {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-eventos-span {
    font-size: 0.9rem;
}

#formularioProcurarEvento input {
    width: 15rem;
}

#carroselEventos img {
    background-size: 100% 100%;
}

.select2-selection--single {
    border-color: #ced4da !important;
    border-radius: 0px !important;
    border-right: 0px !important;
    height: calc(1.8125rem + 2px) !important;
    outline: none !important;
}

.select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default {
    border-radius: 0px !important;
}

.select2-dropdown--below {
    width: 288px !important;
}