.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-acf953de-b2a2-23cd-2b1c-e882eb410658 {

}

section.contenidoInternoAP > article > h3:hover + p{
    height: 100% !important;
    transition: all 1s ease-out;
}

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

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

section.contenidoInternoAP 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;
}