/* MATERIA */
.banner-checklist {
    background-position: top center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 290px;
    position: relative;
}

.new-icon-banner-dicas
{
    width: max-content;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 10px 20px;
}

.icon-banner-dicas {
    font-size: 34px;
    width: auto;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-materia {
    padding-top: 2.1rem;
    font-family: 'source_regular';
    color: #FFF;
    text-align: center;
    text-shadow: 0px 5px 6px black;
}