.moldura-img-evento {
    border: 2px solid white;
    border-radius: 0px 22px 22px 22px;
    height: 300px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

.moldura-img-evento:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.icon-date {
    font-size: 60px;
}

.descricao-evento {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 81px;
}

.btn-evento {
    color: white !important;
    background-color: #014085;
    border: 1px solid white;
    border-radius: 45px;
    padding: 4px 40px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'lato', sans-serif;
    font-size: 16px;
}

.btn-evento:hover {
    background-color: white;
    color: #014085 !important;
    border: 1px solid #014085;
}

.btn-outros-eventos {
    color: white !important;
    background-color: #51a800;
    border: 1px solid white;
    border-radius: 45px;
    padding: 4px 40px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'lato', sans-serif;
    font-size: 16px;
}

.btn-outros-eventos:hover {
    background-color: white;
    color: #51a800 !important;
    border: 1px solid #51a800;
}

.img-evento-home {
    min-height: 100%;
    min-width: 100%;
}

@media (min-width: 320px) and (max-width: 499px) {

    .div-eventos-mobile {
        flex-direction: column;
    }

    .info-evento-mobile {
        margin-left: 0 !important;
    }

    .botoes-eventos-mobile {
        justify-content: center;
    }

    .data-evento-mobile {
        color: #014085 !important;
        font-size: 22px !important;
    }

    .icon-date {
        font-size: 40px;
        margin-top: 14px;
        margin-right: 10px;
    }

    .btn-evento {
        width: 100%;
        height: 100%;
        padding: 10px;
        font-size: 12px;
    }

    .btn-outros-eventos {
        width: 100%;
        height: 100%;
        padding: 10px;
        font-size: 12px;
    }

    .moldura-img-evento {
        height: 255px;;
    }

}

@media (min-width: 500px) and (max-width: 1024px) {

    .btn-evento {
        margin-right: 2px !important;
        width: 100%;
        height: 100%;
        padding: 2%;
        font-size: 15px;
    }

    .btn-outros-eventos {
        width: 100%;
        height: 100%;
        padding: 2%;
        font-size: 15px;
    }

    .div-titulo-evento {
        margin-top: 1.5rem !important;
    }
}
