/*# sourceMappingURL=custom.css.map */

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Ajusta el valor rgba para cambiar el nivel de oscurecimiento */
    z-index: 1;
}

.banner-wrapper {
    position: relative;
    z-index: 2;
}

.btn_custom:hover {
    color: #ffffff;
    background-color: #5f616485;
    border-color: var(--bs-btn-hover-border-color);
}

.social-links {
    z-index: 99;
}


/*================================================================================
    PAGINADOR BOOTSTRAP
    ==============================================================================*/

.page-item.active .page-link {
    background-color: #c32522;
    border-color: #c32522;
}

.page-item.active .page-link:hover {
    color: #fff;
}

@media (max-width: 575.98px) {
    .social-links {
        right: 5px;
        left: auto;
        bottom: 15px;
    }
}