.simbol_lft_equi {
    background: url(../img/simbolo2.svg);
    height:250px;
    width: 180px;
    background-repeat: no-repeat;
}
.simbol_lft_equi:hover{
    filter: drop-shadow(1px 1px 1px #111)
   }
.equipe_text{
    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

}
.equipe_text p{
    margin-left: 25px;
}
.equipe_text p:hover{
    color:#6c221c;
}
.mosaico_equipe {
    background: 
    linear-gradient( #2f3139 60%, transparent 60%) left/ 2px 100%; 
    background-repeat: no-repeat;
    padding-left: 40px;
}


.socios{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}
.socio{
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .socio_img img, .membro_img img {
border-radius:50px;
width: 100%;
height: 100%;
} */
.socio_img, .membro_img{
    border-radius:50px;
}
.socio_img{
    width:100px;
    height:100px;
}
.socio_apr{
    width:150px;
    
}

.socio_apr h3{
    margin-top: 5px;
}
.socio_apr span{
    color: #63130d
}
.socio_apr_desc{
    display: none;
    word-break: break-word;
}
.socio_apr_email{
    display: none;
}
.socio:hover .socio_apr h3{
    font-weight: 700;
}

.socio:hover .socio_apr_desc{
    display:block;
    position:absolute;
    background-color:#f2f2f2;
    border:#63130d 4px solid;
    border-radius:4px;
    width:30%;
    max-width: 200px;
    min-width: 150px;
    font-size: 12px;
    padding: 5px
}

.socio:hover .socio_apr_email{
    display: block;
    color: #63130d;
    font-size: 12px;
    padding: 1px
}
.membros_equipe{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: space-between;
}

.membro{
    width: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 10px
}
.membro_img{
    width:95px;
    height: 95px;
}
.membro_apr {
    width:150px;
    margin-top: 5px;

}
.membro:hover .membro_apr h4{
    font-weight: 700;
}
.membro_apr_desc{
    display: none
}

.membro:hover .membro_apr_desc{
    display:block;
    position:absolute;
    background-color:#f2f2f2;
    border:#63130d 4px solid;
    border-radius:4px;
    width:30%;
    max-width: 200px;
    min-width: 150px;
    font-size: 12px;
    padding: 5px
}
@media screen and (min-width:480px) {
    
    .simbol_lft_equi{
        height:300px;
        width: 180px;
    }
    .equipe_text{
    font-size: 3rem;
    flex-direction: row;
    align-content: space-around;
    flex-wrap: wrap;
    margin: 25px 0;
    height: 300px;
    display: flex;
    justify-content: flex-start;
}

   
    
}    

@media screen and (min-width:772px) {
    
    .simbol_lft_equi {
        height:400px;
        width: 210px;
       
    }
    .equipe_text  {
        height:400px;
    } 
    .socios{
        justify-content:flex-start;
    }
    .membros_equipe{
        justify-content:flex-start;
    }
}

@media screen and (min-width:900px) {
     .equipe section{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        max-width: 1256px;
    }
    .simbol_lft_equi {
        height:420px;
        width: 210px;
    }    
    .equipe_text{
        font-size: 3rem;
        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_equipe {
        width: 50%;
        display: flex;   
    }

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

@media screen and (min-width:1340px){
    .simbol_lft_equi {
        /* height:520px; */
        /* max-height: 520px; */
        width: 330px;
        /* top:0 */
    }
    .equipe_text{
        height: 260px;
    }
    
}
@media screen and (min-width:1440px){
    .simbol_lft_equi {
        height:400px;
        /* max-height:580px;   */
        width: 330px;
    }
    .equipe_text{
        height: 320px;
        padding-left: 200px;
    }
   
}
@media screen and (min-width:1560px){   
    .equipe_text{
        padding-left: 120px;
    }
   
}
@media screen and (min-width:1680px){
    .equipe_text{
        padding-left: 60px;
    }
}
