
.simbol_lft {
    background: url(../img/simbolo2.svg);
    height:250px;
    width: 180px;
    background-repeat: no-repeat;
    
}
.simbol_lft:hover{
    filter: drop-shadow(1px 1px 1px #111)
   }
.escritorio{
    font-size: 2.3rem;
    font-family: 'Poppins', sans-serif;
    color: #2f3139;
    font-weight: lighter;
    /* padding: 15px 15px 15px 0; */
    display: flex;
    justify-content:flex-start;
    flex-direction: row;
    align-items: center;
    height:250px;
    margin-bottom: 30px;
}

.escritorio p{
    margin-left:25px;
}
.escritorio p:hover{
    color:#6c221c;
}
.text_office {
    position: relative;
    border-left: solid 2px #2f3139;
    padding: 20px 10px 50px 10px;
}
.text_office p{
    font-family: 'Roboto', sans-serif;
    text-align:left;
    color: #2f3139;
    margin-top: 15px;
    line-height: 1.6;
    font-size: 16px;
}

.offi_equipe{
    display: flex;
    align-items: baseline;
}
.offi_equipe a{
    text-decoration: none;
}
.btn_office{
    position: absolute;
    bottom:0;
    left: 0.1em;
    width: 77px;
    height: 29px;
    background-color: #63130d;
    opacity: 0
}
.anc_equipe {

    cursor: pointer;
    display: flex;
    align-items: baseline;
    position: absolute;
    bottom: 0;
    left: 88px;
}
.anc_equipe p{
    color: #6c221c;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
}

.offi_equipe:hover .btn_office{
    opacity: 1
}

.anc_equipe img{
    width:15px;
    transform: rotateZ(270deg);
    opacity:0

}
.offi_equipe:hover .anc_equipe img{
    opacity: 1
}
@media screen and (min-width:480px) {
    .simbol_lft {
        height:300px;
        width: 180px;
    }
    .escritorio{
        font-size: 3rem;
        flex-direction: row;
        align-content: space-around;
        flex-wrap: wrap;
        margin: 25px 0;
        height: 300px;
        display: flex;
        justify-content: flex-start;
    }
    .cont_office {
        max-width: 500px;
        display: flex;
        position: initial
    }
    
    .text_office{
        padding: 20px 30px 40px 40px;     
    }   
}    

@media screen and (min-width:772px) {
    
    .simbol_lft {
        height:400px;
        width: 210px;
    }
    .escritorio{
        height:400px;
    }
       
}

@media screen and (min-width:900px) {
    .office section{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        max-width: 1256px;
    }
    .simbol_lft {
        height:420px;
        width: 210px;
    }
    .escritorio{
        font-size: 2.7rem;
        padding: 15px 15px 15px 0;
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
        margin: 25px 0;
        width: 50%;
        align-items: center;
        justify-content: flex-start;
        height:auto;

    }
    .cont_office {
        width: 50%;
        display: flex;
        position: initial;      
    }       
        
}
@media screen and (min-width:1240px){
    .office section{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        margin: 0 auto;
    }
    .simbol_lft {
        height:380px;
        /* max-height: 500px; */
        width: 250px;
        position: absolute;
        /* top: 40px; */
        left: 0;
        }
        .escritorio{
            font-size: 3.2rem;
            justify-content: flex-start;
            padding-left: 250px;
            height: 325px;
        }
}

@media screen and (min-width:1340px){
    .simbol_lft {
        /* height:520px; */
        /* max-height: 520px; */
        width: 330px;
        /* top:0 */
    }
    .escritorio{
        height: 260px;

    }
}
@media screen and (min-width:1440px){
    .simbol_lft {
        height:400px;
        /* max-height:580px; */
        width: 330px;
    }
    .escritorio{
        height: 320px;
        padding-left: 200px;
    }
}

@media screen and (min-width:1560px){
    .escritorio{
        padding-left: 120px;
    }
}
@media screen and (min-width:1680px){
    .escritorio{
        padding-left: 60px;   
    }
}