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

}
/* .rj_cont_lag_adm{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
} */
.rj_cont_lag_adm{
    min-height:600px
}
.rj_cont_lag_adm container{
    display: none
}
.rj_table_button{
    display:none;
    
}
.rj_sidebar_table{
    display:flex
}
.rj_simbol_title_lag{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0;
    align-items: flex-start;
}
.rj_simbol_lft_lag {
    background: url(../img/simbolo4c.png);
    height:120px;
    width: 80px;
    background-repeat: no-repeat;
    display: none
    
}
.rj_info_lag_adm tbody tr{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
}
.rj_info_lag_adm tbody th{
    font-weight: 500;
}
.rj_title_lag_adm{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* flex: 1; */
    word-break: break-word;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 15px 15px 20px;
}
.rj_title_lag_adm h1{
    color: #2c5273;
font-weight: 300;
font-style: italic;
font-family: "Poppins";
margin:0 0 5px 0;
max-width: 700px;

}
/* .rj_title_lag_adm p{
    display:none
} */
.rj_info_lag_adm{
    line-height: 1.4;
    display: flex;
    text-align: left;
    margin: 20px auto;
    /* margin: 10px auto; */
    /* padding-left: 20px; */
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: flex-start;
    max-width: 1000px;
    justify-content: flex-start;
}
.rj_logo_company_img_lag{
    width: 250px;
    /* flex: 1; */
    max-height: 150px;
}
.rj_titleImg_lag_adm{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;

}

.rj_cont_lag_adm p{
    /* padding-left: 20px; */
    line-height: 1.8;
    
}


.rj_cont_table button{
    font-size: 15px;
    color: #f5f5f5;
    font-weight: 500;
    font-family: "Poppins";
    background-color: #2c5273;
    border-style: none;
    margin: 10px 2px;
    height:auto;
    padding:5px;
    cursor: pointer;

}
.rj_cont_table button:hover{
    background-color: #357eb7

}

.rj_table_lag td:nth-child(n+2){
    background: 
    linear-gradient( transparent 10%, #9d9d9d 10% ) left/ 1px 70%; 
    background-repeat: no-repeat;
}

.rj_anc_download_lag{
    text-transform: uppercase;
    cursor: pointer;
    color: #2f3139;
    text-decoration: none;
}
.rj_anc_download_lag:hover{
    color:#2c5273;
    font-weight:500
}
.rj_arrow_lag{
    opacity:0;
    width:25px;
    transform:rotateZ(90deg)
}
.rj_anc_download_lag:hover .rj_arrow_lag{
    opacity:1
}

/* ------------------- */

.sidebar_table_lg {
    margin: 0;
    padding: 0;
    width: 180px;
    max-width: 300px;
    background-color: #f1f1f1;
    /* position: fixed; */
    /* height: 100%; */
    /* overflow: auto; */
    color: #2c5273;
    font-weight: 400;
    font-family: "Roboto";
    font-size:0.9rem;

    
}

.sidebar_table_lg a {
    display: block;
    color: #f1f1f1;
    background-color: #2c5273;
    padding: 10px;
    text-decoration: none;
    margin: 3px;

  }
   
  .sidebar_table_lg a.active {
    background-color: #2f3139;
    color: #9d9d9d;
    border-radius: 0 10px 0 0;

  }
  
  
  .sidebar_table_lg a:hover:not(.active) {
    background-color: #357eb6;
    border-radius: 0 10px 0 0;
    color: white;
font-weight: 500;

  }
  
  .content {
    /* margin-left: 200px; */
    /* padding: 1px 16px; */
    /* height: 1000px; */
    width:80%
  }
  
  .rj_table_button button:last-child{
    border-radius: 0 50px 50px 0;
  }
  .rj_table_button button:first-child{
    border-radius:50px 0 0 50px;
  }
  .table_lag_adm{
    border-spacing: 0 5px;
    border-collapse: separate;
  }
  .table_lag_adm tr{
    background-image: linear-gradient(to top, #d7d2d263, #cfc4c477 33%);
    border-spacing: 10px 50px;
    height:40px
  }
  .table_lag_adm th, td{
    padding-right: 10px;
  }
  .table_lag_adm td:first-child{
    width: 60%;
  }
  /* ------------------- */

  .load-wrapp {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;
    /* background-color: #d8d8d8; */
  }
  @keyframes bolinhas-loader {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0.1;
      transform: translateY(-15px);
    }
    
  }
  .bolinhas-loader {
    display: flex;
    justify-content:center;
    /* margin-top:50vh; */
   
  }
  .bolinhas-loader > div {
    width: 15px;
    height:15px;
    margin: 20px 10px;
    background: #357eb6;
    border-radius: 50%;
    animation: bolinhas-loader 0.6s infinite alternate;
  }
  
  .bolinhas-loader > div:nth-child(2){
    animation-delay: 0.2s;
  } 
  .bolinhas-loader > div:nth-child(3){
    animation-delay: 0.4s;
  } 
  /* ________________ */
  .cont_back_company {
    
    background: 
    linear-gradient( #2f3139 80%, transparent 80%) left/ 2px 100%; 
    background-repeat: no-repeat;
    margin-bottom:5px;
    width:150px;
    margin: 10px 0 0 0;
    /* margin: 0 0 0 auto; */
}
.cont_back_company_arrow{
    display: flex;
    flex-direction: row;
    
}
.cont_back_company_arrow img{
    width:25px;
    transform: rotateZ(270deg);
    opacity: 0
}
.cont_back_company_arrow a{
    text-decoration: none;
    color: #2f3139
}
.cont_back_company_arrow_p {
    text-align: right;
    margin: 10px;
    width:160px;
}
.cont_back_company_arrow:hover .cont_back_company_arrow_img{
    opacity: 1;
    color: #357eb6;
    font-weight: 700;

}
.cont_back_company_arrow:hover .cont_back_company_arrow_p{
    color: #357eb6;
    font-weight: 700;

}
.rj_moreinfo_lag_adm{
    /* padding: 20px; */
    max-width: 1240px;
}
  @media screen and (min-width:430px){
      .rj_simbol_lft_lag{
          height: 180px;
          width: 100px
        }
        .rj_title_lag_adm{
            padding-left:15px;
            /* align-items: center; */
            
        }
        
.rj_title_lag_adm h1{
    font-size: 1.5em;
    /* margin-block-start: 0.83em; */
    margin-block-end: 0.83em;
    margin-right: 20px;
}

.sidebar_table_lg{
    font-size: 1.1rem;
    margin: 0 5px 0 0
}
}
@media screen and (min-width: 700px) {
    .sidebar_table_lg a {
      text-align: left;
      float: none;
    }
    
    
}
@media screen and (min-width:769px){
    
    .rj_laginha_adm container:nth-child(2){
        display: none;
    }
    /* .rj_cont_lag_adm p{
        display: none
    } */
    .rj_cont_lag_adm container{
        display: flex;
        padding-left: 0;
    }
    .rj_simbol_lft_lag{
        display: block;
        height: 450px;
        width: 200px;
        margin-right: 10px;
    }
    .rj_title_lag_adm{
        width:70%
    }
    .rj_title_lag_adm h1{
        font-size: 1.8em;
    }
    .rj_title_lag_adm div p{
        display: block;
        padding-left:0
    }
    .sidebar_table_lg{
        width:200px;
        margin-right: 10px
    }
    .content{
        width: 70%;
        padding: 0 15px 15px 10px
    }
    /* .rj_info_lag_adm div:first-child{
        width:50%;
        margin-right: 10px;
    }
    .rj_info_lag_adm div:nth-child(2){
        width:48%
    } */
    /* .rj_info_lag_adm {
        margin-right: 10px;
    } */
    
    }
    @media screen and (min-width:1024px){
        /* .rj_simbol_title_lag{
            justify-content: space-between;
            align-items: flex-start;
        } */
        /* .sidebar_table_lg{
            display: none;
        } */
        .rj_laginha_adm{
            max-width:1256px;
            margin: 0 auto;
        }
        .rj_cont_table{
            margin: 0 auto;
        }
        /* .rj_sidebar_table{
            display: flex;
            margin: 20px auto;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            padding-left: 100px;
            padding: 20px;
    max-width: 1000px;
    
        } */
        .sidebar_table_lg{
            margin-right: 10px;
            width: 220px
        }
        .rj_table_button{
            display: flex;
            margin: 0 0 0 auto;
            padding-left: 20px;
            justify-content: space-between;
        }
        
        .rj_title_lag_adm h1{
            font-size: 2.5rem;
        }
        .rj_simbol_lft_lag{
            height: 400px;
            width: 220px
        }
        
        .rj_table_lag{
            margin: 0 0 0 20px
        }
        .rj_title_lag_adm{
            max-width: 1240px;
        }
        .rj_cont_table{
            margin: 0 0 0 auto;
            max-width: 1240px;
        }
        /* .rj_cont_table button{
            font-size: 18px;
            
        } */
        .cont_back_company_arrow_p {
            text-align: left;
            width:300px;
        }
        /* .rj_logo_company_img_lag{
            
            flex:1
        } */
        .content{
            padding: 0 0 15px 10px;
           max-width:1240px ;
        }
    }
    @media screen and (min-width:1024px){
        .cont_back_company{
            display: flex;
            justify-content: flex-end;
            width: auto;
            background: none
        }
        .cont_back_company_arrow{
            background: linear-gradient( #2f3139 80%, transparent 80%) left/ 2px 100%;
            background-repeat: no-repeat;
        }
    }
    @media screen and (min-width:1273px){
        .rj_simbol_lft_lag{
            position: absolute;
            left: 0;
            top:100px;
            height: 600px;
            width: 330px;
        }
        .rj_sidebar_table{
            padding: 0;
            margin: 0 auto;
            width: 70%
        }
        /* .sidebar_table_lg{
            position: absolute;
            left: 0;
        } */
        .rj_simbol_title_lag {
            margin: 10px auto;
            padding: 0 0 0 20px
        }     
        .rj_info_lag_adm{
            /* margin: 10px 0 0 auto; */
            padding-left: 0
        }
        .rj_title_lag_adm{
            /* margin: 10px 0 0 auto;
            padding-left: 0 */
            margin: 10px auto ;
    padding-left: 0;
        }
        .content{
            width:80%;
            margin: 10px auto ;
    padding-left: 0;
        }
        .rj_title_lag_adm h1{
            font-size: 2.8rem;
            overflow:hidden
        }
        .cont_back_company {
    
           
            margin: 10px 0 0 auto;
        }
        
    }
    

    @media screen and (min-width:1980px){
       
        .rj_title_lag_adm{
            /* margin: 10px 0 0 auto;
            padding-left: 0 */
            margin: 10px auto 0 0;
    padding-left: 0;
        }
        .content{
            margin: 0;
            padding: 0;
        }
    }