@media (max-width: 767px) {


    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);
        text-align: center;
    }


    .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: 2vh;
        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: 85%;
        height: 7vh;
    
    }
    
    #form{
        width: 85%;
    }
    
    #form-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 25px;
    }
    
    
    .form-input{
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 7px;
    }
    
    
    .double-form-input{
        flex-direction: column;
        row-gap: 25px;
    }
    
    
    .input-style,
    .comprovante-upload{
        height: 5vh;
        padding: 0px 6px;
        column-gap: 10px;
        font-size: 2vh;
    }
    
    #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: 85%;
        display: flex;
        flex-direction: column-reverse;
        row-gap: 30px;
        /* align-items: center; */
        align-items: flex-start;
    }
    
    #submit-button{
        width: 100%;
        height: 5vh;
        font-size: 1.5vh;
    }
    
    
    #logo-ati{
        height: 6vh;
    }

  

    .feedback-content {
        min-width: 60vw;
        max-width: 85vw;
        max-height: 55vh;
    }


    .feedback-detail{
        height: 3vh;
    }
    

    #close {
        height: 4vh;
        width: 20%;
        font-size: 2.2vh;
    }

    #success-icon,
    #error-icon{
        width: 6vh;
        height: 6vh;
        
    }

    #loading,
    #loading-initial {
        width: 15vh;
        height:15vh;
    }

    #main-counter{
        height: 100vh;
    }

    
    #counter-container{
        row-gap: 40px;
    }

    #counter{
        width: 100%;
        padding: 4vh 3vh;
        box-sizing: border-box;
    }
    
    .counter-char{
        width: 4vh;
        height: 7vh;
        font-size: 3vh;
        border-radius: 6px;
    }

        
    #download-button{
        width: 100%;
        height: 5vh;
        font-size: 2vh;
    }


    .ph-question{
        cursor: pointer;
        font-size: 2.1vh;
        
    }
    
    .ph-question:hover{
        font-size: 2.2vh;
    }

    #check-container input + label:before {
        width:  6vw;
        height:  6vw;
        margin-top: 5px;
    }

   
}

    
