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

    .hide-on-mobile-block{
        display: none !important;
    }
    .hide-on-mobile-flex{
        display: none !important;
    }
    
    .show-on-mobile-block{
        display: block !important;
    }
    .show-on-mobile-flex{
        display: flex !important;
    }
    .menubar .suscribebutton{
        width: 25%;
    }

    .home-front-page-text{
        width:60%;
        display:block;
        justify-content: center;
        align-items: center;
        font-size: 80px;
        line-height: 65px;
        font-weight: 1600;
    }
    .home-front-page-buttons{
        display:block;
        padding-top: 40px;
    }
    
    .section1 {

        /*
            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;
            */
        }

}
