.bloco-categoria-vertical{
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-row: span 3;
   
}

.bloco-categoria-vertical header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bloco-categoria-vertical header h3{
    font-size: 25px;
    color: #343A40;
    font-weight: bold;
}

.bloco-categoria-vertical header h4{
    color: #951E1C;
    font-size: 15px;
    font-weight:bold;
}

.bloco-categoria-vertical .contatos{
    display: flex;
    gap: 13px;
    align-items: center;
    z-index: 10;
}

.bloco-categoria-vertical .contatos li{
    display: grid;
    width: 15px;
    height: 15px;
    align-items: center;
    cursor: pointer;
}
    
.article-foto{
    width: 340px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 6px;
    color: #FFF;
    padding: 20px;
    
}
.bloco-categoria-vertical .content{    
    display: flex;
    flex-direction: column;
    gap: 10px;
}




.article-foto h3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 19px;
    font-weight: 600;
}


/* article padrao */

.bloco-categoria-vertical .article-padrao{
    width: 340px;
    height: 150px;
    display: flex;    
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 6px;
    color: #343A40;
    padding: 20px;

}
.article-padrao h3{

    font-size: 19px;
    color: #343A40;   


}