.categorias {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 2vh;
    gap: 4vw;
}

.categorias img {
    width: 30vw;
    height:15vh;
    object-fit: cover;
    object-position: top;
}

.categorias a {
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 100%;
    padding: 2vh 4vw;
    border-radius: 2rem;
    gap: 2vh;

    text-align: center;
    background: var(--secundaria);
}