@media only screen and (orientation: landscape) {
    
    /* Estilização do cabeçalho "header" */
    
    #up_link{
        font-size: 0.4rem ;
    }

    /* Estilização do Meio "main" */

    body{
        overflow-x: hidden;
    }

    #about>div>img{
        width: 30%;
    }

    #solutions_sector{
        text-align: center;
    }

    #solutions_sector>h2{
        font-size: 0.6rem;
    }

    #solutions_sector li{
        font-size: 0.3rem;
    }

    .h_p>h2{
        font-size: 0.55rem;
    }

    .h_p>p{
        font-size: 0.4rem;
    }

    #inscricao_form{
        width: 70%;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    #aviso_form{
        font-size: 0.4rem !important;
        margin-bottom: 10%;
    }

    #inscricao_form>fieldset{
        width: 100%;
   }

   #botoes_form{
        width: 90%;
   }

   /* Modal Termos*/

   #modal_termos{
        width: 80%;
        height: 90%;
        top: 5%;
        left: 10%;
   }

   #termos_escritos{
        width: 90% ;
   }

   /* Estilização do rodapé "footer" */

   #section_final>section{
        font-size: 0.35rem !important;
   }

   #direitos_footer{
        font-size: 0.3rem;

   }







}
