@media (max-width: 500px) {

    div.wrapone {
    display: block !important;
    }
    
    img.fotomobile {
    display: block !important;
    width: 100% !important;
    }
    
    img.foto1 {
    display: none !important;
    }
    }
    
    @media (max-width: 1600px) {
    
    img.foto1 {
    width: 800px !important;
    }
    }
    
    .wrapone {
    text-align: center;
    width: 100%;
    }
    
    img.foto1 {
    width: 100% !important; 
    }
    
    .header-bg {
    background-color: rgba(23,23,23,0.9);
    box-shadow: 0 1px 20px 0 rgb(68 68 68 / 10%);
    border-color: rgba(255,255,255,0) !important;
    height: 100px;
    }
    
    h1 {
    font-family: 'Hind', 'Arial', 'sans-serif'; 
    font-weight: 300; 
    font-size: 30px; 
    color: #303030; 
    line-height: 1.0em; 
    letter-spacing: 5px; 
    text-transform: uppercase; 
    text-align: center;
    }
    
    label#consentimento {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    }

    form#formulario_submissao {
        background-color: white !important;
    }