.solicitacao_adm{
    color: #2e2e2e;
    font-weight: 400;
    font-family: "Roboto";   
}
.simbol_title_ppp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0;
    align-items: center;
}
.cont_ppp_adm{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.simbol_lft_ppp {
    background: url(../img/simbolo4c.png);
    height:250px;
    width: 160px;
    background-repeat: no-repeat;
}
.simbol_lft_ppp:hover{
    filter: drop-shadow(1px 1px 1px #111)
   }
.title_solicitacao_adm{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex:1;
    word-break: break-word;
}
.title_solicitacao_adm h1{
    color: #2c5273;
font-weight: 300;
font-style: italic;
font-family: "Poppins";
margin:0 0 5px 0;

}
.title_solicitacao_adm p{
    display:none
}


.section_companys_ppp{
    margin-top: 30px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
}

.cont_form_ppp{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
}
.document_infos_ppp{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;  
}

.ppp_name_form, .ppp_pis_form, .ppp_tel_form, .ppp_email_form, .ppp_cpf_form, .ppp_mensagem_area{
    border: none;
    background-color: #ffffff;
    
    font-family: 'Roboto', sans-serif;
        color: #2f3139;
        line-height: 1.2;
        font-size: 12px;
        padding:15px
    }
    .ppp_name_form{
        min-width: 280px;
        width:100%;
        height: 48px;
        margin-bottom:10px;
    }
    .ppp_email_form{
        min-width: 280px;
        width:68%;
        height: 48px;
        margin-bottom:10px;
    }
  .ppp_cpf_form, .ppp_tel_form{
        min-width: 180px;
        width:45%;
        height: 48px;
        margin-bottom:10px;
    }
    .ppp_pis_form{
        min-width: 180px;
        width:30%;
        height: 48px;
        margin-bottom:10px;
    }
    .ppp_area_send{
        display: flex;
        margin-bottom: 10px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: stretch;
    }
    .ppp_mensagem_area{
    width:100%;
    height: 81px;
    margin:5px 0;
    }
    .type_document_ppp {
        width: 28%;
        font-weight: 400;
        cursor: pointer;
        background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
        border: none;
        background-color: #ffffff;
        font-family: 'Roboto', sans-serif;
        color: #2f3139;
        line-height: 1.2;
        font-size: 12px;
        padding: 15px;
        margin: 15px 0;
        display: grid;
        grid-template-areas: "select";
        position: relative;
      }
/* ----- input file ------  */
      .cont_input_file_ppp{
        position: relative;
        min-width: 200px;
        width: 70%;
        margin: 10px 0;
        background: #a2c7e7;
        border-radius: 10px;
        display: flex;
        flex-direction:column;
        justify-content: center;

        height: 100px;

    }
  .input-file-trigger_pppp, .input-file-trigger_other_documents, .input-file-trigger_rg, .input-file-trigger_ctps, .input-file-trigger_pis{
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 48px; */
    outline: 0;
    padding: 5px;
    cursor: pointer;
    width: 100%;

    }
    .input_file_ppp, .input_file_ppp_other_documents, .input_file_ppp_rg, .input_file_ppp_ctps, .input_file_ppp_pis{
        opacity: 0;
        position: absolute;
        min-width: 200px;
        height: 100px;
        cursor: pointer;
        width: 70%;

    }
    .more_file_ppp{
        display: none;
        pointer-events:none;

    }

    .active_more_file_ppp{
        display: inline;
    color: #f1f1f1;
    border: none;
    cursor: pointer;
    background-color: #2f3139;
    padding: 10px;
    margin: 10px 10px 10px 0;
    border-radius: 5px;


    }

    .active_more_file_ppp:hover{
            filter:
            brightness(1.3);
            background-color:#2c5273;
            box-shadow: 0px 0px 0px 1px #2c52735a ;
        }

.input-file-container {
    position: relative;
    width: 225px;
  } 

  
.button_form_ppp{
    width: 80px;
    height: 81px;
    background-color: #2f3139;
    text-transform: uppercase;
    color: #f1f1f1;
    border: none;
    cursor: pointer;
    margin: 0 0 0 auto;
    
    }
    .button_form_ppp:hover{
        filter:
        brightness(1.3);
        background-color:#2c5273;
        box-shadow: 0px 0px 0px 1px #2c52735a ;
    }
@media screen and (min-width:430px){
    .simbol_lft_ppp{
        height: 180px;
        width: 100px
    }
    .title_solicitacao_adm{
        padding-left:15px;
        align-items: center;
    
    }
    .title_solicitacao_adm h1{
        font-size: 1.5em;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
    }
 
    }
@media screen and (min-width:480px) {    
    .simbol_lft_ppp{
        height:300px;
        width: 180px;
    }
    .title_solicitacao_adm h1 {
        font-size: 1.8em;
    }
     
}    

@media screen and (min-width:664px){
    .type_document_ppp{
        margin: 15px auto;
    }
    }
@media screen and (min-width:772px) {
   
    /* .contato_text  {
        height:400px;
    }  */
    .solicitacao_adm{
        max-width:1256px;
        margin: 0 auto;
    }
    .title_solicitacao_adm h1{
        font-size: 2.3em;
    }
}

@media screen and (min-width:900px) {
    .contato section{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        max-width: 1256px;
    }
    .title_solicitacao_adm h1{
        font-size: 2.5rem;
    }
    .title_solicitacao_adm {
        max-width: 875px;
    }
    .simbol_lft_ppp {
        height:420px;
        width: 220px;    
    }   
    .simbol_title_ppp{
        justify-content: space-between;
    }
    
}
@media screen and (min-width:1273px){
          
        .simbol_lft_ppp {
            position: absolute;
        left: 0;
        top:100px;
        height: 600px;
        width: 330px;  
        }            
        .cont_ppp_adm{
            margin:0 auto;
            max-width: 900px
    
        }
        .title_solicitacao_adm h1{
            font-size: 3rem;

        }
        .cont_form_ppp{
            margin: 0 auto;
            max-width: 900px
        }
}
@media screen and (min-width:1496px){
    .simbol_lft_ppp {
        
        top:0
    }
    
}

