@media (min-width: 768px) and (max-width: 1037px) {

    
    body {
    
        display: flex;
        justify-content: center;
        background-color: var(--cinza-1);
    
    }
    
    h1{
        font-size: 3vh;
        font-weight: 600;
        text-align: center;
    }

    .h1-simple{
        font-size: 2.6vh;
        font-weight: 400;
        text-align: center;
    }


    h2{
        font-size: 2.4vh;
        font-weight: 400;
        color: var(--preto);
	    text-align: center;
    }


    h3 {
        padding-bottom: 10px;
        margin-top: 25px;
        border-bottom: 2.3px solid var(--cinza-2);
        width: 100%;
        font-size: 2.8vh;
        font-weight: 500;
        color: var(--preto);
    }

    .checkText {
        font-size: 2.2vh;
        text-align: left;
    }

    #checks-message{
        width: 100%;
    }

    #check-container{
        column-gap: 15px;
        align-items: flex-start;
    }


    p, 
    a{
        font-size: 2.1vh;
        font-weight: 400;
    }
    
    .input-label,
    label{
        font-size: 2.2vh;
    }
    
    
    .input-obrigatorio{
        font-size: 2vh;
        font-weight: 600;
    }

    .message-error{
        font-size: 1.8vh;
    }
    
    #main,
    #main-counter{
        width: 100%;
        row-gap: 30px;
    }
    
    #header{
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 0px;
        align-items: center;
    }
    
    #image-top,
    #image-bottom{
        height: 15vw;
    }
    
    #logo-header{
        width: 70%;
        height: 7vh;
    
    }
    
    #form{
        width: 70%;
    }
    
    #form-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    
    
    .form-input{
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    
    
    .double-form-input{
        flex-direction: column;
        row-gap: 20px;
    }
    
    
    .input-style,
    .comprovante-upload{
        height: 5vh;
        padding: 0px 10px;
        column-gap: 10px;
        font-size: 1.7vh;
    }
    
    #upload-icon{
        width: 2.4vh;
        height: 2.4vh;
        opacity: 40%;
    }
    
    .upload-text{
        font-size: 2vh;
        opacity: 40%;
    }
    
    select option{
        font-size: 2vh;
    }
    
    #input-unico{
        width: 100%;
        padding-left: 0px
    }
    
    #submit-container{
        width: 70%;
        display: flex ;
        align-items: center;
        justify-content: space-between;
    }
    
    #submit-button{
    width: 40%;
    height: 5vh;
    font-size: 1.7vh;
    }
    
    
    #logo-ati{
        height: 6vh;
    
    }


    .feedback-content {
        min-width: 50vw;
        max-width: 60vw;
    }


    .feedback-detail{
        height: 3vh;
    }
    
    #success-icon,
    #error-icon{
        width: 5vh;
        height: 5vh;
        
    }

    #close {
        height: 3.8vh;
        width: 16%;
        font-size: 2.2vh;
    }

    #loading,
    #loading-initial {
        width: 15vh;
        height:15vh;
    }

    #main-counter{
        height: 100vh;
    }

    #counter-container{
        row-gap: 40px;
    }


    #counter{
        width: 90%;
        padding: 4vh;
        box-sizing: border-box;
    }
    
    .counter-char{
        width: 6vh;
        font-size: 3vh;

    
    }

    #download-button{
        width: 90%;
        height: 5vh;
        font-size: 1.8vh;
    }

    
    .ph-question{
        cursor: pointer;
        font-size: 2.1vh
    }
    
    .ph-question:hover{
        font-size: 2.2vh;
    }

    #check-container input + label:before {
        width: 4.5vw;
        height: 4.5vw;
        margin-top: 5px;
    }

    }
