.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-5411200a-2480-ffe2-0e35-351d96a99b16 {
overflow: visible !important;
}
.lfr-layout-structure-item-5411200a-2480-ffe2-0e35-351d96a99b16 {

}

section.contenidoInternoAE > article:has( > p.parentAE_3column){
    padding: 0;
    grid-column: span 3;
}

p.parentAE_3column{
    align-items: center;
    display: flex;
    height: 100%;
}
.lfr-layout-structure-item-2388d562-7720-680f-f746-2662b354d07c {

}

section.contenidoInternoAE > article > h3:hover + ul, section.contenidoInternoAE > article:hover > ul{
    height: 100% !important;
    opacity: 1 !important;
    padding: 1rem 2rem;
    transition: all 1s ease-out;
}

section.contenidoInternoAE > article > h3 + ul{
    height: 0;  
    text-align: justify;
    opacity: 0;  
    transition: all 1s ease-out;
    overflow: hidden;
    padding: 0;
}

section.contenidoInternoAE > article > h3 {
    border-bottom: 1px dashed var(--color-basic-grey);
    box-shadow: 0 7px 12px -9px #d2d2d2;
    /*cursor: pointer;*/
    margin-bottom: 2rem;
    position: relative;
}

section.contenidoInternoAE article h3:before {
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent var(--color-basic-grey);
    bottom: -6px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transform: rotate(180deg);
    width: 0;
}