.bgcolor-white {
    background-image: url("/sistema/archivos/interno/paginas/PE2024/acciones_afirmativas/img/fondo.png");
    background-size: cover;
}

h2.font-alt {
    display: none;
}

.fondoQue {
    background-image: url("/sistema/archivos/interno/paginas/PE2024/acciones_afirmativas/img/que%CC%81%20son.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.fondoAcuerdo {
    background-image: url("/sistema/archivos/interno/paginas/PE2024/acciones_afirmativas/img/acuerdo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.cMorado {
    color: #7b5da4;
}

#evoContenedorPE .toggle-link {
    display: block;
    padding: 12px;
    font-weight: bold;
    color: #7b5da4;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    transition: 0.3s;
}

#evoContenedorPE .toggle-link:hover {
    color: #c00;
    text-decoration: none;
}

#evoContenedorPE .toggle-link.active {
    color: #7b5da4;
    border-bottom: 3px solid #7b5da4;
}

#normContenedorPE .toggle-link {
    display: block;
    padding: 12px;
    font-weight: bold;
    font-size: 1.3em;
    color: #7b5da4;
    text-decoration: none;
    transition: 0.3s;
}

#normContenedorPE .toggle-link:hover {
    color: #c00 !important;
    text-decoration: underline !important;
}

#normContenedorPE .toggle-link.active {
    color: #7b5da4;
}

.enlaces p:hover {
    color: #c00;
}

.enlaces p:before {
    content: "\f090";
    /* código de flecha derecha */
    font-family: "Font Awesome 6 Free";
    /* o 5 según tu versión */
    font-weight: 900;
    /* necesario para iconos solid */
    margin-right: 8px;
    font-size: 1.1em;
    text-decoration: none !important;
}

@media (max-width: 400px) {
    .fondoQue {
        background-image: none;
    }

    .fondoAcuerdo {
        background-image: none;
    }
}
