.jumbotron {
    min-height: 30vh; 
    /* min-height: 280px; */
    background-size: cover!important;
    background-position: center!important;
    border-radius: 10px;
    box-shadow: 1px 1px 8px #212121e0;
    padding: 3rem 2rem 4rem!important;
}

.jumbotron h5 {
    font-weight: normal;
}

.limitar-linhas {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 7;      /* Número máximo de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-card {
    border-radius: 12px;
    /* overflow: hidden; */
    box-shadow: 1px 1px 5px lightgrey
}

.card-button {
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.2s all;
}

.limitadas {
    background-color: green;
}

.tres-vagas, .duas-vagas {
    background-color: #0000c2;
}

.uma-vaga, .acessar {
    background-color: #FAB917;
}

.esgotadas {
    background-color: red;
}

.mini-card:hover {
    box-shadow: 2px 2px 5px rgb(175, 175, 175);
}

.mini-card:hover .card-button {
    transform: translateY(-2px);
}


.mini-card:hover .limitadas {
    background-color: rgb(106, 196, 106);
}

.mini-card:hover .tres-vagas, .mini-card:hover .duas-vagas {
    background-color: #6767db;
}

.mini-card:hover .uma-vaga, .mini-card:hover .acessar {
    background-color: #ffcf56;
}

.mini-card:hover .esgotadas {
    background-color: rgb(255, 90, 90);
}

.card-img-top {
    height: 250px;
}

.card-img-overlay h6{
    text-shadow: 2px 2px 2px black;
}

@media only screen and (min-width: 1400px) {
    .card-img-overlay h6{
        font-size: 1.1rem;
    }
}

/* @media only screen and (min-width: 1200px) {
    .jumbotron {
        min-height: 30vh;
    }
} */

@media only screen and (min-width: 992px) {
    .card-img-overlay h6{
        font-size: 1rem;
    }
}

/* @media only screen and (min-width: 576px) {
    .jumbotron {
        height: 35vh;
    }
} */

.card-description {
    /* max-height: 150px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    line-clamp: 5;
    overflow: hidden;
    min-height: 75px!important;
    max-height: 4.5em; 
    margin-bottom: 0rem!important; 
}

.modulo-descricao {
    /* max-height: 150px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    line-clamp: 5;
    overflow: hidden;
    /* min-height: 75px!important; */
    /* max-height: 50px!important;  */
    /* margin-bottom: 0rem!important;  */
}

.card-body {
    min-height: 0;
}

/* .slick-next:before, .slick-prev:before {
    color: #979797
}

.slick-next {
    right: -20px;
}
.slick-prev {
    left: -18px;
}
.slick-dots {
    position: static;
    margin-top: 0.6rem;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
} */
@media only screen and (max-width: 576px) {
    /* .slick-dots li {
        margin: 0;
    } */

    .jumbotron h2 {
        font-size: 24px;
    }
    .jumbotron h5, i {
        font-size: 18px;
    }
}

hr {
    background-color: gray!important;
}

.favorito:hover {
    cursor: pointer!important;
}

.favorito-banner:hover {
    cursor: pointer!important;
}

.favorito:before {
    font-size: 25px!important;
}

.favorito {
    color: black;
    transition: .2s all;
}