
.laginha_adm{
    color: #2e2e2e;
    font-weight: 400;
    font-family: "Roboto";   
}


.simbol_title_lag{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0;
    align-items: center;
}

.cont_lag_adm{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
/* .cont_lag_adm container{
    display: none
} */
.title_lag_adm{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex:1;
    word-break: break-word;
    padding: 0 15px 15px 20px; 
}
.title_lag_adm h1{
    color: #2c5273;
font-weight: 300;
font-style: italic;
font-family: "Poppins";
/* margin:0 0 5px 0; */

}
.title_lag_adm p{
    display:none
}



.cont_companys{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
}

.button_company_list:hover{
    filter:
    brightness(1.3);
    border-radius: 0 25px  5px 0;


}

.section_companys{
    margin-top: 30px;
}
.button_company_list{
    display: flex;
    /* background-color: #183248; */
    background-color:  #c5ccd221;
   
    min-height: 29px;
    border-radius: 0 5px  25px 0;
    padding: 5px;
    width: 70vw;
    margin: 2px;

}

.a_button_company_list{
    /* color: #ccc; */
    color: #183248;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    /* text-align: center; */
    width:100%;
    margin: 10px;
    word-break: break-all;
}

.list_all_company{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;  
    width: 100%
} 
.area_form_document form{
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-width: 499px; */
}
.document_name_tel{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.doc_name_form, .doc_oab_form, .doc_tel_form, .doc_email_form, .doc_mensagem_area, .relation_process{
border: none;
background-color: #ffffff;

font-family: 'Roboto', sans-serif;
    color: #2f3139;
    line-height: 1.2;
    font-size: 12px;
    padding:15px
}
.doc_name_form, .doc_email_form{
    min-width: 280px;
    width:68%;
    height: 48px;
    margin-bottom:10px;
}
.doc_oab_form, .doc_tel_form{
    min-width: 180px;
    width:30%;
    height: 48px;
    margin-bottom:10px;
}
.doc_area_send, .relation_process{
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}
.doc_mensagem_area{
width:100%;
height: 81px;
margin:5px 0;
}
.button_form{
width: 80px;
height: 81px;
background-color: #2f3139;
text-transform: uppercase;
color: #f1f1f1;
border: none;
cursor: pointer;

}
.button_form:hover{
    filter:
    brightness(1.3);
    background-color:#2c5273;
    box-shadow: 0px 0px 0px 1px #2c52735a ;
}
.del_cont_input_file_doc{
    position: absolute;
    top: -20px;
    right: -30px;
    padding: 10px;
    border-radius: 20px;
    background-color: #f1f1f1
}

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

.custom-select-active{
    background-color: #e4e4e4;
    border-radius: 10px;
    border: 1px solid #cec8c8;
    box-shadow: 0px 0px 0px 1px #3c78ad47;
    padding: 5px;
}

/* ------ select ----- */
  .type_document::-ms-expand {
    display: none;
  }

  :root {
    --select-border: #2c52735a;
    --select-focus: #2c5273;
    --select-arrow: var(--select-border);
  }

  .type_document {
    width: 68%;
    min-width: 210px;
    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;
  }

  .custom-select{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }

  
    /* ----------------- input file ---------- */

        .cont_input_file_doc{
            position: relative;
            min-width: 200px;
            width: 30%;
            margin: 10px 0;
        }
      .input-file-trigger{
        height: 100px;
        min-width: 200px;
        background: #a2c7e7;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-top: 48px; */
        outline: 0;
        padding: 5px;
        cursor: pointer;
        width: 100%;
    
        }
        .input_file_doc{
            opacity: 0;
            position: absolute;
            min-width: 200px;
            height: 100px;
            cursor: pointer;
            width: 30%;
    
        }
        .more_file{
            display: none;
            pointer-events:none;

        }

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


        }

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

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

      .del_file{
        width: 50px;
        z-index: 100;
        border: none;
        background-color: #a2c7e7;
        font-weight: 700;
        color: #2c5273;
        cursor: pointer;
      }
    @media screen and (min-width:430px){
    
    .title_lag_adm{
        padding-left:15px;
        align-items: center;
    
    }
    .title_lag_adm h1{
        font-size: 1.5em;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
    }
    .logo_company_img_lag{
        margin-left: 20px
    }

   
    }
    
@media screen and (min-width:664px){
.type_document{
    margin: 15px auto;
}
}
@media screen and (min-width:769px){
    .laginha_adm{
        max-width:1256px;
        margin: 0 auto;
    }
    .laginha_adm container:nth-child(2){
        display: none;
    }
    .cont_lag_adm p{
        display: none
    }
    .cont_lag_adm container{
        display: flex;
        padding-left: 0;
    }
    
    .title_lag_adm h1{
        font-size: 1.8em;
    }
    .title_lag_adm div p{
        display: block;
        padding-left:0
    }
    .info_lag_adm div:first-child{
        width:50%;
        margin-right: 10px;
    }
    .info_lag_adm div:nth-child(2){
        width:48%
    }
    .cont_table{
        margin: 0 auto;
    }
}
@media screen and (min-width:920px){
    .simbol_title_lag{
        justify-content: space-between;
    }
    .title_lag_adm h1{
        font-size: 2.5rem;
    }
   
    
    .title_lag_adm{
        max-width: 875px;
    }
    
}
@media screen and (min-width:1273px){
   

    .title_lag_adm h1{
        font-size: 3rem;
    }
    .cont_lag_adm{
        margin:0 auto;
        max-width: 900px

    }
    .cont_companys{
        margin: 0 auto;
        max-width: 900px
    }
    .button_company_list{
        max-width: 900px;
    }
}
