@media screen and (min-width: 1250px){


    /*
    .home-front-page-logo{
        width:50%;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    
    .home-front-page-text{
        width:50%;
        display:block;
        justify-content: center;
        align-items: center;
        font-family: 'arial black';
        font-size: 80px;
        line-height: 65px;
    }*/


    .section1 {
        /*
            margin-top:  calc(var(--menubarheight) + var(--socialmenubar));
            min-height: calc(100vh - calc(var(--menubarheight) + var(--socialmenubar)));
        */
        
            color:var(--color4);
            
            background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),  url('../img/congreso/edicion/flyer2023.webp');
            background-repeat: no-repeat;
            
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        
            background-position: 0px -80px;
            /*
            background-attachment: fixed;
            background-position: center;
            */
        }

}
