@media screen and (max-width:1200px){
    .container{
        flex-direction: column;        
    }

    #imgCortella{
        width: 950px;   
    }        

    section{
        flex-direction: column;
    }

    .ticket{
        width: 300px;
        height: 100px;   
    }

    input{
        font-size: 24px;        
    }
}

@media screen and (max-height:600px){

    #imgCortella{
        width: 350px;   
    }        

    #textoApresenta{            
        font-size: 12px;
        margin:0px;
    }
    
    #textoTitulo{            
        font-size: 52px;
        margin: 0px;
        line-height: 120%
    }
    
    #textoSubTitulo{            
        font-size: 24px;        
        margin: 0px;
        line-height: 100%
    }    

    section{
        height: 600px;
    }

}