@media only screen and (max-width: 1280px) {
    
    .bl1-titulo {
        position: relative;
        width: 100%;
        font-family: Sifon, serif;
        font-size: 50px;
        line-height: 1.3;
        color: rgb(255, 116, 107);
        
    }
    
    .bl1-subtitulo {
        position: relative;
        width: 82%;
        font-family: RobotoM, sans-serif;
        font-size: 40px;
        line-height: 1.3;
        color: rgb(68, 112, 230);
        
        
    }
    
}