
.sobre_adm{
    padding: 0 30px 0 0;
}

.cont_adm{
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    color: #2c5273;
    font-weight: 300;
    font-style: italic;
    padding: 0 15px 15px 0;
    display: flex;
    justify-content:flex-start;
    flex-direction: row;
    align-items: center;
    /* height:250px; */
    /* margin-bottom: 30px; */
}

.cont_adm p{
    margin-left:15px;
    /* margin-bottom: 50px */

}
.escritorio p:hover{
    color:#2c5273;
    transform: rotateZ(1deg)
}
.sobre_company{
padding-left:20px;

}
.text_adm {
    position: relative;
    background: 
    linear-gradient( #2f3139 100%, transparent 100%) left/ 2px 100%; 
    background-repeat: no-repeat;
    padding: 20px 10px 60px 20px;
}
.text_adm p{
    margin-top: 15px;
    

}
.logo_company_adm{
    border-radius: 43px;
    background-color: #2c5273;
    width: 233px;
    margin-top: 30px;
}
.logo_company_img_adm{
    padding: 20px;
    width: 95%;
}
@media screen and (min-width:480px) {
    
    
    .cont_adm{
        font-size: 2rem;
        
    }

    .cont_adm_text {
        max-width: 500px;
    display: flex;
    flex-direction: column;
    }
    
    .text_office{
        padding: 20px 30px 40px 40px;     
    }
    .sobre_company{
        display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;

    }
    
    
}    



@media screen and (min-width:900px) {
    .sobre_adm section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    max-width: 1256px;
    }
    
        .cont_adm{
            /* font-size: 2.7rem; */
            padding: 15px 15px 15px 0;
            display: flex;
            flex-direction: row;
            /* align-content: center; */
            flex-wrap: wrap;
            /* margin: 25px 0; */
            width: 60%;
            align-items: center;
            /* justify-content: flex-start; */

        }
        .cont_adm p{
            width: 60%;
        }
        .cont_adm_text {
            width: 50%;
            display: flex;
            position: initial;      
        }       
        
}
@media screen and (min-width:1123px){
    .sobre_adm section{
        margin: 0 auto;
    display: flex;
    align-items: center;

    }
    .cont_adm{
        font-size: 2.1rem;}

    .cont_adm p{
        width: 55%;}
    
    .cont_adm_text {
        width: 50%;
        display: flex;
        position: initial;      
    }  
}
@media screen and (min-width:1272px){
    .sobre_adm section{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        margin: 0 auto;
    }
    
        .cont_adm{
            font-size: 2.4rem;
            justify-content: flex-start;
            padding-left: 250px;
            height: 325px;
        }
        .cont_adm p{
            width:100%
        }
}

@media screen and (min-width:1498px){
    
    .cont_adm{
        height: 260px;

    }
}
@media screen and (min-width:1540px){
   
    .cont_adm{
        height: 320px;

        padding-left: 200px;

    }
}

@media screen and (min-width:1560px){
   
    .cont_adm{
        
        padding-left: 180px;
        
    }
    .cont_adm p{
        margin-bottom: 100px
    }
}
@media screen and (min-width:1680px){
   
    .cont_adm{
        
        padding-left: 120px;
        
    }
}