
#section2{
    background: url(../img/perfil.png) no-repeat center center;
    background-size: cover;
}
/*
body{
    background: url(../img/home-body.jpg) no-repeat center center;
    background-size: contain
}
*/
.text-pefil-socio h1{
    color: var(--verde);
    padding-top: 20px;
}

.text-pefil-socio p{
    color: var(--cinza);
    font-size: 18px;
    font-family: 'times-regular';
}

.text-pefil-socio span {
    padding: 30px;
}

img.border-perfil {
    width: 85%;
    height: auto;
}

.row.primeira{
        padding: 25px 0px;
}

.border-perfil {
    border: 1px solid var(--cinza);
    padding: 35px;
}

.icons-pefil {
    padding: 20px 0px;
}


.icons-pefil svg{
    fill:var(--cinza);
    height: 80px;
    width: auto;
}

.icons-pefil svg:hover{
    fill:var(--verde);
}

.nav-fixed{
    position: fixed;
    bottom: inherit;
    top: 0;
}

@media(max-width:1022px) {
    .row.icons-pefil .mobile{
        padding-top:50px; 
    }
    
    #section2 .icons-pefil{
      padding-bottom: 50px;   
    }
    #section2 .foto{
      padding-top: 50px;  
    }
}

@media(min-width:993px) {
    #section2{
    height:  100vh;
    }
    
    .row.primeira {
	 margin-top: 100px;
    }
}

@media(max-width:993px) {

    .text-pefil-socio h1{
        text-align:center;
    }

    .text-pefil-socio p{
        text-align:left;
        padding:20px
    }
    
    img.border-perfil {
        width: 70%;
        height: auto;
    }
}

@media(max-width:576px){
    .border-perfil {
        border: 1px solid var(--cinza);
        padding: 15px;
    }
}