:root{
    --bs-footer-page: transparent;     
}
/*-------------------------------------------------------------
# Background sitio
--------------------------------------------------------------*/
body.bg-equipo-onn::after{
    background-image: url(https://onceninasyninos.tv/wp-content/uploads/2025/08/fondo_contacto.png);
}
/*-------------------------------------------------------------
# Section Content Banner Image
--------------------------------------------------------------*/
body.bg-equipo-onn .section-banner{
    background-image: url(https://onceninasyninos.tv/wp-content/uploads/2025/08/FONDO_SUPERIOR_SINTONIZA.png);
    background-color: rgb(47, 32, 5, 48%);    
}
body.bg-equipo-onn .section-banner .container-title-banner{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
/*-------------------------------------------------------------
# Section Content Center
--------------------------------------------------------------*/
#texto_principal.section-content-center{
    margin-top: 8em;
    margin-bottom: 0em;
}
/*-------------------------------------------------------------
# Seccion Footer
-------------------------------------------------------------*/
.footer{
    padding-top: 4rem;
    padding-bottom: 8rem;
}
@media (max-width: 991px){ 
    /*-------------------------------------------------------------
    # Section Content Banner Image
    --------------------------------------------------------------*/
    body.bg-equipo-onn .section-banner .container-title-banner{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    /*-------------------------------------------------------------
    # Section Content Center
    --------------------------------------------------------------*/
    #texto_principal.section-content-center{
        margin-top: 2em;
    }
}