#back_to_top {
    bottom: 150px;
    }

@media (max-width: 768px) {
    .footerText {
        text-align: center;
        margin-top: 20px;
        line-height: 11px;
    }
    .footerText a {
        font-size: 10px;
    }
}

/*------ extensión del footer para suvbención ------*/
.fixed-bottom-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
    z-index: 1000; /* bajado */
    padding: 15px 20px;
    pointer-events: auto; /* evita bloqueos */
}
.fbs-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.fbs-left img {
    max-height: 300px;
    width: auto;
    display: block;
}

.fbs-right p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 810px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
   .fixed-bottom-section {
        padding: 0px 0px 5px 0px;
    }
    .fbs-content {
        flex-direction: column;
        text-align: center;
    }

    .fbs-left img {
        max-height: 75px;
    }
    .fbs-right p {
        margin: 0;
        font-size: 10px;
        line-height: 1;
        font-weight: 700;
        max-width: 810px;
    }
    .fbs-content {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }
    #back_to_top {
        bottom: 124px;
    }
}
@media (max-width: 600px) {
   .fixed-bottom-section {
        padding: 0px 0px 5px 0px;
    }
    .fbs-content {
        flex-direction: column;
        text-align: center;
    }

    .fbs-left img {
        max-height: 50px;
    }
    .fbs-right p {
        margin: 0;
        font-size: 10px;
        line-height: 1;
        font-weight: 700;
        max-width: 810px;
    }
    .fbs-content {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }
    #back_to_top {
        bottom: 124px;
    }
}
.rev_slider_wrapper,
.rev_slider {
    z-index: 10 !important;
    position: relative;
}