.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-29248404-d61c-9730-5e1b-4d985c0d2041 {

}


section.contenidoInternoAE > article > h3:hover + p, section.contenidoInternoAE > article:hover > p:nth-of-type(2){
    height: 100% !important;
    transition: all 1s ease-out;
}

section.contenidoInternoAE > article > h3 + p{
    height: 0;  
    text-align: justify;
    transition: all 1s ease-out;
}

section.contenidoInternoAE > article > h3 {
    border-bottom: 1px dashed var(--color-secundario);
    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-secundario);
    bottom: -6px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transform: rotate(180deg);
    width: 0;
}