body{
    background-image: url('../image/index/rec-banner-nossa-equipe.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

/*.socios{background-color: #fff;}*/
.socios{background-color: rgba(255, 255, 255, 0.7);padding: 30px 65px 440px;}
.socios .row div h1{color: #1a3658;font-size: 22px;font-weight: 800;margin: 20px 0px;}
.socios .row div h2{color: #1a3658;font-size: 21px;font-weight: 700;margin: 55px 0px;margin-top: 40px;}
.socios .row div h2 span{font-size: 25px;font-weight: 400;}
.socios .row div p{font-weight: 600;font-size: 15px;margin-bottom: 15px;padding: 0px 10px;}
.socios .row div p strong{font-weight: 700; color: #0084c8;}
.socios .row div h3{font-weight: 600;font-size: 16px;margin-bottom: 15px; margin-top: 0px; padding: 0px 0px 10px; color: #0084c8;}
.socios .row div h3 strong{font-weight: 700; color: #0084c8;}
.socios .row .plp{margin-top: 20px;}
.socios .row .time{max-width: 1040px;}


.socios .row div .email{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 20px 50px;
    color: #0084c8;
    display: block;
    padding-top: 0px;
}
.socios .row div a i{font-size: 18px;margin-right: 15px;}

@media (max-width: 1200px) and (min-width: 992px){
.socios .row .time{max-width: 850px;}
}

@media (max-width: 992px) and (min-width: 768px){
.socios .row .time{max-width: 620px;}
}

@media (max-width: 767px){
.socios .row .time{display: none;}
}

@media (max-width: 480px){
.socios .row .time{display: none;}
    .socios{padding: 30px 10px;}
}