@charset "utf-8";
/* CANOVA - CSS Document */

*
{ margin: 0;	padding: 0;}

html
{
    overflow-y: scroll;
    background: #f0dbbd;
}

body
{
   
    repeat-x: top left;
    color: #333;
    font: 13px/18px Tahoma, Arial, sans-serif;
    background: #f0e6d8;
    background: #f0dbbd;
}

.linkHand
{ cursor: pointer; }


/**** ESTRUTURA ****/
#bgLogo
{
    background: url(../img/bg_logo.png) top center no-repeat;
    background: #f0dbbd;
    min-height: 574px;
    margin: 0 auto;
    width: 100%;
}

#wapper {
    background: rgba(255, 255, 255, 0.25);
    background: white;
    margin: 0 auto;
    width: 850px;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
    
}

#conteudo
{ float: left; margin: 34px 0 0 32px; width: 349px; }

.titulo
{ margin-bottom: 15px; }


/**** MENU ****/
#menu
{ float: left; margin: 30px 0 0 40px; width: 178px; }

#listMenu
{
    color: #596774;
    list-style: none;
    text-align: right;
    width: 178px;
}

#listMenu li
{
    background: url(../img/bg_menu.gif) left bottom no-repeat; 
    height: 23px; 
    padding: 6px 17px 0 0;
    width: 161px;
}

#listMenu li a
{ 
    color: #596774; 
    text-decoration: none;
}

#listMenu li.menuSelec
{
    background: url(../img/bg_menu-selec.gif) left bottom no-repeat;
    color: #2e6547;
    font-weight: bold; 
    height: 23px;
    padding: 6px 17px 0 0;
    width: 161px;
}

#listMenu li.menuFimSelec
{
    background: url(../img/bg_menu-fim-selec.gif) left bottom no-repeat;
    color: #2e6547; 
    font-weight: bold;
    height: 23px;
    padding: 6px 17px 0 0;
    width: 161px; 
}

#listMenu li.menuFim
{ 
    background: none;
    height: 23px;
    padding: 6px 17px 0 0;
    width: 161px; 
}

#listMenu li.menuFim a
{ color: #596774; text-decoration: none; }


/**** RODAPE ****/
#rodape
{
    border-top: 1px black dashed;
    background: white;
    color: #336f50;
    font: 11px Tahoma, Arial, sans-serif;
    font-weight: bold;
    height: 60px;
    margin-top:50px;
    margin-left: 1rem;
    margin-right: 1rem;
}

#contato
{
    float: left;
    margin: 9px 0 0 60px;
    text-align:right;
    width: 142px; 
}

#contato a
{ color: #336f50; text-decoration: none; }

#endereco
{ float: left; margin: 9px 0 0 48px; width: 415px; }

.icones
{ margin-right: 8px; }



/**** CONTEUDO ****/

#destaqueQuemsomos
{ 
    color: #FFFFFF;
    float:left; margin: 35px 0 0 53px;
    text-align: center; 
    width: 128px;
    color: #336f50;
    background: #f0dbbd;    
}

#destaqueLocalizacao
{ 
    color: #FFFFFF;
    float:left;
    margin: 35px 0 0 55px;
    text-align: center; 
    width: 124px;
    color: #336f50;
    background: #f0dbbd;
    
}

#destaqueAtuacao
{
    color: #FFFFFF; 
    float:left; 
    margin: 35px 0 0 51px;
    text-align: center;
    width: 132px;
    color: #336f50;
    background: #f0dbbd;
    
}

#destaqueFaleconosco
{ color: #FFFFFF; float:left; margin: 35px 0 0 55px; text-align: center; width: 124px; }


#destaque, #destaqueQuemsomos, #destaqueLocalizacao, #destaqueAtuacao, #destaqueFaleconosco {
    color: #336f50;
    background: #f0dbbd;
    float:left;
    margin: 35px 0 0 53px;
    text-align: center;
    width: 128px;
    border: 2px solid #336f50;
    padding: 1rem;
    border-top-right-radius: 32px;
}


#centraliza
{ margin: 0 auto; text-align:center; width: 168px; }

.listAtuacao
{ list-style: url(../img/bullet.gif); margin: 0 0 0 13px; }

.label
{ color: #d4ac7a; }

.text
{ background: #eaeaea; border: 0px; color:#010101; font: 13px/18px Tahoma, Arial, sans-serif; width:349px; }

#solicitacao
{ background: #eaeaea; border: 0px; color:#010101; font: 13px/18px Tahoma, Arial, sans-serif; height: 152px; width: 349px; }

#botao
{ background: #e3c197; border: 0px; color: #FFFFFF; font: bold 13px/18px Tahoma, Arial, sans-serif; height: 21px; margin: 5px 0 5px 284px; padding-bottom: 3px; width: 65px; }


h1 {
    font-size: 0.9rem;
    border-bottom: 1px solid black;
    border-bottom-style: dashed;
    padding: 0.25rem 0;
    color: #2e6547;
    text-align: left;
}

#topo {
    height: 120px;
    background: rgb(43,43,43);
    margin-top: 20px;
}

#topo.fachada {
    background: url(../img/fachada.jpg) center no-repeat;
    background-size: 100% 100%;
    height: 290px;
}

#topo.localizacao {
    background: url(../img/localizacao-new.jpg) center no-repeat;
    background-size: cover;
    background-position: 0 -100px;
    /*height: 405px;*/
}

#topo.quem-somos {
    background: url(../img/quem-somos-new.jpg) center no-repeat;
}

#topo.areas-atuacao {
    background: url(../img/areas-atuacao-new.jpg) center no-repeat;
}

#topo.advogados {
    background: url(../img/advogados-new.jpg) center no-repeat;
}

#topo .logo {
    float: left;
    margin-top: -20px;
    margin-left: 44px;
    background: red;
    width: 170px;
    height: 157px;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
    background: url(../img/logo-bege.png) center no-repeat #f0dbbd;
    background-size: contain;
}