﻿#principal {
    padding-bottom: 90px;
}

/* Descri├º├úo sobre o escrit├│rio
--------------------------------------------------------------- */
.coluna-esquerda,
.coluna-direita {
    font-size: 1.6em;
    line-height: 25px;
    float: left;
    text-align: justify;
}

.coluna-esquerda {
    width: 450px;
}

.coluna-direita {
    width: 440px;
    margin-left: 50px;
}

/* Membros da equipe
--------------------------------------------------------------- */
#equipe {
    position: relative;
    float: left;
    width: 840px;
    height: 221px;
    margin: 90px 0;
    margin-left: 50px;
    background: url(../img/bg-equipe.png) no-repeat top center;
}

#equipe:before {
    position: absolute;
    top: -8px;
    left: -290px;
    width: 1375px;
    height: 12px;
    content: ' ';
    background: url(../img/bg-divisor-container.png) no-repeat;
}

#equipe:after {
    position: absolute;
    bottom: -8px;
    left: -290px;
    width: 1375px;
    height: 12px;
    content: ' ';
    background: url(../img/bg-divisor-container-2.png) no-repeat;
}

#equipe h1 {
    font-size: 2em;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: -65px;
    width: 148px;
    height: 76px;
    padding-left: 35px;
    padding-top: 15px;
    color: #ddb063;
    background: url(../img/bg-faixa-titulo-equipe.png) no-repeat;
}

#carrossel-membros {
    position: relative;
    overflow: hidden;
    width: 720px;
    height: 160px;
    margin: 40px 0 0 80px;
}

#carrossel-membros .jcarousel {
    position: absolute;
    width: 20000em;
    height: 160px;
}

#carrossel-membros .jcarousel-item {
    float: left;
    width: 720px;
    height: 160px;
}

#carrossel-membros h2 {
    font-size: 2.4em;
}

#carrossel-membros .divisor {
    float: left;
    clear: both;
    width: 210px;
    height: 1px;
    margin: 20px 0 10px;
    border-top: 1px solid #000000;
}

#carrossel-membros p {
    font-size: 1.4em;
    line-height: 20px;
    float: left;
    clear: left;
}

#carrossel-membros-nav a {
    position: absolute;
    top: 35px;
    width: 40px;
    height: 148px;
    background: url(../img/bg-setas-navegacao.png) no-repeat;
}

#carrossel-membros-nav #prev {
    left: -40px;
}

#carrossel-membros-nav #next {
    right: -40px;
    background-position: 100% 0;
}

/* ├ürea de atua├º├úo
--------------------------------------------------------------- */
#area-atuacao {
    float: left;
    clear: left;
    width: 535px;
    padding-right: 35px;
    background: url(../img/bg-divisor-escritorio.png) no-repeat right bottom;
}

#area-atuacao h1,
#clientes h1 {
    font-size: 2.4em;
    height: 148px;
    margin-bottom: 20px;
    padding: 59px 0 0 40px;
}

#area-atuacao p,
#clientes p {
    font-size: 1.6em;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: justify;
}

#area-atuacao h1 {
    width: 359px;
    background: url(../img/bg-titulo-atuacao.png) no-repeat;
}

/* Clientes
--------------------------------------------------------------- */
#clientes {
    float: left;
    width: 335px;
    padding-left: 35px;
}

#clientes h1 {
    width: 258px;
    background: url(../img/bg-titulo-clientes.png) no-repeat;
}