/*CSS DOCUMENT*/

.bannersobre{float: left; width: 100%; height: 229px; background: url(../img/logotipos/header/bannersobre.jpg) no-repeat center;}

.barrasld1{float: left; width: 100%; height: 1px; margin-top: 3px; background-color: #dbdbdb; position: relative;}
.barrasld2{float: left; width: 100%; height: 1px; margin-top: 5px; background-color: #dbdbdb; position: relative;}

.c_dif{float: left; width: 100%; height: 135px; margin-top: -80px; position: relative;}
.dif{float: left; width: 100%; height: 135px;}
.caixas_dif{margin: 0 auto; width: 405px; height: 135px;}
.caixas_dif img{margin-top: 35px;}
.caixas_dif p{margin-top: 20px; font-family: 'Aleo-Regular'; font-size: 14px; color: #fff;}
.caixa_dif1{float: left; width: 33.3%; height: 135px; text-align: center; background-color: #ceaa6f;}
.caixa_dif2{float: left; width: 33.3%; height: 135px; text-align: center; background-color: #a58450;}
.caixa_dif3{float: left; width: 33.3%; height: 135px; text-align: center; background-color: #775b2e;}

.c_profissionais{float: left; width: 100%; height: 660px; background: url(../img/logotipos/header/bgprof.jpg) no-repeat center bottom; margin-top: -65px;}
.profissionais{float: left; width: 100%; height: 831px;}
.titprofissionais{float: left; width: 25%; height: 200px;}
.titprofissionais h1{margin: 130px 0 0 -29px; float: left; font-family: 'Aleo-LightItalic'; font-size: 20px; font-style: italic; font-weight: bold;}
.caixatitprof{margin: 105px 0 0 45px; float: left; width: 74px; height: 74px; background-color: #efe7db;}
.textotitprofissionais{float: left; width: 75%; height: 200px;}
.textotitprofissionais p{letter-spacing: 0.4px; margin: 122px 0px 0 20px; font-family: 'Lato-Regular'; font-size: 13px; line-height: 20px;}
.osprofissionais{float: left; width: 100%; height: 619px;}
.osprofissionais i{color: #ce9e4e;}
.osprofissionais p{letter-spacing: 0.4px; margin: 20px 45px 0 45px; font-family: 'Lato-Regular'; font-size: 13px; line-height: 21px; text-align: justify;}
.osprofissionais b{font-family: 'Lato-Bold';}

@media (max-width: 970px){
    .c_dif{height: auto; margin-top: -65px;}
    .dif{height: auto;}
    .caixas_dif{height: auto;}
    .caixa_dif1{height: auto; padding-bottom: 30px;}
    .caixa_dif2{height: auto; padding-bottom: 30px;}
    .caixa_dif3{height: auto; padding-bottom: 30px;}
    
    .c_profissionais{height: auto; background: none; background-color: #fff; padding-bottom: 50px;}
    .profissionais{height: auto;}
    .titprofissionais{height: auto; width: 100%; text-align: center;}
    .titprofissionais h1{margin: 100px 0 0 0; float: none;}
    .caixatitprof{display: none;}
    .textotitprofissionais{height: auto; width: 100%;}
    .textotitprofissionais p{margin-top: 30px; margin-right: 20px;}
    .osprofissionais{height: auto;}
    .osprofissionais p{margin-top: 40px;}
}

@media (max-width: 768px){
    .bannersobre{background: url(../img/logotipos/header/bannersobre-768.jpg) no-repeat center;}
}

@media (max-width: 475px){
    .caixas_dif{width: 100%;}
}