@charset "utf-8";

/*
ELEMENTO CARTÃO
================================================*/
.col-cartao {
    max-width: 360px !important;
    min-width: 344px !important;
    font-family: inherit;
}
.cartao {
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    /* min-height: 200px; */
    padding: 1rem;  
    margin: auto;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    transition: ease-in-out .3s;
    }
    .cartao:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.cartao-content {
    display: flex;
    flex-direction: column;
}
.cartao-image {
    background-color: inherit;
}
.cartao-texto {
    padding: 1.2rem;
}
.cartao-txt h2 {
    font-size: 1rem;
    padding-top: 0;
}

/*
ELEMENTO BREADCRUMPS
================================================*/

/*
ELEMENTO BADGES
================================================*/
