.title-materiais{
    font-weight: 700;
    font-size: 28px;
    padding: 10px 0;
    color: inherit;
}
.filtro{
    float: right;
}
.select-field{
   padding: 8px;
}

.card{
    border-radius: 24px;
    box-shadow: inset 0 0 1px 1px #f1f1f1, inset 0 0 5px 2px #f1f1f1;
}

.card-img-top{
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.text-tag{
    font-weight: 700 !important;
    color: #01C592;
}

.text-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.text-color{
    color: #01464D !important;
}

.text-descricao{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.button-link{
    background-color: #01C592;
    text-align: center;
    padding: 12px;
    color: white;
    border-radius: 25px;
}

.main {
    position:relative;
}

#bottom {
    position:absolute;                 
    bottom:0;                        
    left:0;
    padding: 15px;
    width: 100%;         
}