
.titulo_cards{
    margin-bottom: 1.2em;
}


.best_cards{
   
    margin-top: 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.best_cards__index{
  
    margin-top: 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}


.best_cards__card{
    width: 300px;
    height: 390px;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    padding: 1.3em;
    margin: 0 3em 1em 3em ;
}

.best_cards__card:hover{
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 30%);
}


.best_cards__card__index:hover{
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 30%);
}

.best_cards__card h3{
    margin-top: 0;
}

.best_cards__card p{
    font-size: 12px;
    
}

.best_cards__card__index{
    width: 350px;
    height: 420px;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    padding: 1.3em;
    margin-bottom: 1em;
}


.best_cards__card__index h3{
    margin-top: 1em;
}

.best_cards__card__index p{
    font-size: 12px;
    
}

.best_cards__index h4{
    color: #1a4385;
    font-weight: bold;
}

.best_flex__minititulo{
    font-size: 24px;
    color: #1a4385;
}

/* pagina index */
.best_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
}

.best_flex p{
    width: 50%;
    margin: 1em 0 .8em 0;
}

.best_flex img{
    width: 47%;
    margin: 0 .8em;
}


@media screen and (max-width:790px){
    .best_cards__card{
        height: 100%;
    }
    .best_flex p, .best_flex img{
        width: 100%;
    }
    .best_cards__card__index{
        width: 100%;
        height: 100%;
    }
}