.cat{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    height: 170px;
    background-color: transparent;
    color: rgb(8,95,99);
    margin-bottom: 50px;
    
}

.categorias{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 100%;
    color: rgb(255, 255, 255);
    background-color: transparent;
    width: 100%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border-color: white;
    border-width: 2px;
    border-style: solid;
    margin-top: 30px;
    margin-bottom: 10px;
}
