/*-------------------------------------------------------------
# Background sitio
--------------------------------------------------------------*/
body.bg-veo-online::after{
    background-image:  url(https://onceninasyninos.tv/wp-content/uploads/2025/08/fondo_bg_veo_online.png);
}
/*-------------------------------------------------------------
# Section Content Banner Image
--------------------------------------------------------------*/
body.bg-veo-online .section-banner{
    background-image: url(https://onceninasyninos.tv/wp-content/uploads/2025/08/veo_online.png);
    background-size: cover;
    background-attachment: initial;
}
body.bg-veo-online .section-banner .container-title-banner{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
/*-------------------------------------------------------------
# Section Content Center
--------------------------------------------------------------*/
#texto_principal,
#texto_retro.section-content-center{
    margin-bottom: 4em;
}
#texto_retro.section-content-center,
#texto_series.section-content-center{
    margin-top: 4rem;
    margin-bottom: 4em;
}
#texto_principal .container-grid-two-columns{
    margin-top: 4rem;
    margin-bottom: 0rem;
}
/*-------------------------------------------------------------
# Section Content Series
--------------------------------------------------------------*/
#texto_series .container-series{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*-------------------------------------------------------------
# Section Content Programation
--------------------------------------------------------------*/
#texto_programacion{
    margin-bottom: 4rem;
}
#texto_programacion .container-grid-three-columns{
    margin-top: 4rem;
    margin-bottom: 8rem;
}
#texto_programacion .container-grid-three-columns .item-programation{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: start;
    text-decoration: none;
    background: #FFC739;
    border-radius: 2rem;
    padding: 1rem;
    min-height: 250px;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    justify-content: center;
}
#texto_programacion .container-grid-three-columns .item-programation .text-title-pgm{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#texto_programacion .grid-oncatchup .items-grid a{
    display: grid;
    grid-template-rows: 20% 1fr;
    padding: 1rem 0rem;
}
#texto_programacion .grid-oncatchup .items-grid a h2{
    margin-bottom: 0;
}
/*-------------------------------------------------------------
# Seccion Footer
-------------------------------------------------------------*/
.footer .footer-navigation-web a .img-fluid-responsive{
    max-height: 90px;
}
/*-------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991px){ 
    /*-------------------------------------------------------------
    # Background sitio
    --------------------------------------------------------------*/
    body.bg-veo-online .section-banner{
        background-color: transparent;
        background-position: left;
    }
    body.bg-veo-online .section-banner .container-title-banner{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    /*-------------------------------------------------------------
    # Section Content Series
    --------------------------------------------------------------*/
    #texto_series .container-series picture{
        width: 80% !important;
    }
    /*-------------------------------------------------------------
    # Section Content Programation
    --------------------------------------------------------------*/
    #texto_programacion .container-grid-three-columns{
        margin-bottom: 4rem;
    }
    /*-------------------------------------------------------------
    # Section Content Grid Three Columns
    --------------------------------------------------------------*/
    .section-grid-three-columns .container-grid-three-columns.grid-programation{
        grid-template-columns: 1fr;
    }
}