/* @group Content aside complex
------------------------------------ */
.content-aside-list {
    position: relative;
}
.content-aside-list strong {
    font-weight: 700;
}
.content-aside-list .list p:first-child {
    border-top: 1px solid var(--tower-red);
}
.content-aside-list .list p {
    width: 100%;
    border-bottom: 1px solid var(--tower-red);
}
.content-aside-list .list p {
    padding: 1.5rem 0;
}
.content-aside-list h4.wp-block-heading {
    --fw: 500;
}
@media only screen 
and (min-width : 961px) {
}
@media only screen 
and (min-width : 0) 
and (max-width : 960px) {
    .content-aside-list .first-column {
        margin: 0 0 3rem;
    }
}
/* @end */


/* Animations
------------------------------------ */
:where(#wrapper) .contenedor .elemento {
    opacity: 0;
    --duration: 1s;
}

:where(#wrapper) .contenedor.animateActive .elemento {
    animation: fade var(--duration) forwards;
    animation-delay: var(--delay, 0);
}

:where(#wrapper) .contenedor.animateActive .elemento {
    --delay: 0.3s;
}