.magazine-category .place-title {
    font-weight: bold;
    font-family: var(--font-h4);
    font-size: max( 1.5rem,1.5vw );
}

/* no el primer elemento */
.magazine-category:not(:first-child) {
    
    border-top: 1px solid #eaeaea;
}

.magazine-category h2
{
    display: flex;
    justify-content: space-between;
    margin: 0.5em 0 0.3em;
    cursor: pointer;
}

.magazine-category i
{
    font-family: 'FontAwesome';
    font-size: 20px;
    
}

.magazine-category h2:hover
{
    
}

.magazine-category i
{    
    transition: all 0.3s ease-in-out;    
    content: ">";
    
}


.magazine-category.active i {
    transform: rotate(90deg);   
    
    
}
