.ui-accordion-header::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    float: right;
    margin-right: 8px;
}

.ui-accordion-header.ui-state-active::after {
    content: "\f078";
}

.botones-iconos-rrss a span {
    display: none;
}

@media (max-width: 991.98px) {
    html, body {
        overflow-x: hidden;
    }
    body {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
@media (max-width: 575.98px) {
    body {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}