/*
Theme Name: Trato+
Theme URI: http://elodigital.cc/
Description: Tema para o site da Trato+
Author: Elo Digital
Version: 1.0
*/

* { margin: 0; padding: 0; }


/****************************/
/** Classes                **/
/****************************/
.areaUtil {
	width: 980px;
	margin: 0 auto;
}

.esquerda { float: left; }
.direita { float: right; }


/****************************/
/** Tags                   **/
/****************************/
body, html { min-width: 1000px; height: 100%; }

body {
	background-color: #4a3a2e;
	background-image: url(_images/bg.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #494949;
}

body:after {
	content: '';
	display: block;
	clear: both;
}

p {
	margin-bottom: 12px;
}

a {
	cursor: pointer !important;
}

img { border: 0; }

/***********************/
/** Container         **/
/***********************/
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -58px;
}



/***********************/
/** Header            **/
/***********************/
#header {
	position: relative;
	height: 140px;
	overflow: hidden;
	font-size: 12px;
}

/** Menus **/
#header .menus {
	position: absolute;
	top: 0;
	width: 100%;
	height: 35px;
	background-image: url(_images/menu_bg.png);
	background-position: 50% 0;
}

#header .menus ul.menu {
	height: 35px;
	float: left;
	list-style: none;
	background-image: url(_images/finalizacao_menu.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 24px;
}

#header .menus ul.menu li {
	float: left;
	height: 35px;
	line-height: 35px;
	background-image: url(_images/menu_ul_bg.gif);
}

#header .menus ul.menu li a {
	display: block;
	float: left;
	color: #2d231c;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	margin-left: 12px;
	background-image: url(_images/menu_divisor.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#header .menus ul.menu li:first-child a {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#header .menus .menu-languages {
	float: left;
	color: #2d231c;
	font-weight: bold;
	margin-left: 18px;
	/*display: none;*/
}

#header .menus .menu-languages a {
	line-height: 35px;
	margin: 0 3px;
	text-decoration: none;
}

/** Logo **/
#header .title {
	position: relative;
	top: 65px;
}

#header .title h1 {
	width: 127px;
	height: 42px;
}

#header .title h1 a {
	display: block;
	width: 127px;
	height: 42px;
	text-indent: -10000px;
	outline: none;
	background-image: url(_images/sprite.png);
}

#header .title p {
	font-family: 'Museo100', sans-serif;
	font-size: 26px;
	line-height: 42px;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
}


/***********************/
/** Content           **/
/***********************/
#content { 
	padding-left: 10px;
	width: 990px;
}

#content>.left-space {
	background-color: #fff;
	border-bottom: 7px solid #a89b91;
	border-top: 7px solid #a89b91;
	padding: 10px;
}

body.home #content {
	padding: 0;
	width: 980px;
	font-size: 12px;
	color: #a89b91;
}

body.home #content>.left-space {
	background: transparent;
	padding: 0;
	border: 0;
}

#content>.left-space:after, 
#content:after {
	content: '';
	display: block;
	clear: both;
}

/** H2 **/
#content>.left-space>h2 {
	height: 37px;
	line-height: 37px;
	padding: 12px 0 5px 2px;
	margin-bottom: 30px;
	background-image: url(_images/h2_bg.gif);
	font-family: 'Museo700';
	color: #4a3a2e;
	font-size: 33px;
	font-weight: normal;
	clear: both;
}

#content h3 {
	line-height: 23px;
	font-family: 'Museo700';
	color: #4a3a2e;
	font-size: 20px;
	font-weight: normal;
	background-position: 0 100%;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	letter-spacing: -1px;
	clear: both;
}

#content h4.sem_linha,
#content h3.sem_linha {
	background: none;
	margin-top: 35px;
}

#content h4 {
	line-height: 23px;
	font-family: 'Museo700';
	color: #7a6555;
	font-size: 20px;
	font-weight: normal;
	background-position: 0 100%;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

#content h4 span.linha,
#content h3 span.linha {
	background-color: white;
	padding-right: 18px;
	clear: both;
}

#content a.button {
	background-image: url(_images/spriteBotoesTexto.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #4a3a2e;
	text-decoration: none;
	padding-left: 17px;
	line-height: 31px;
}

#content a.button_marrom {
	display: block;
	height: 42px;
	line-height: 42px;
	font-family: 'Museo300';
	font-size: 20px;
	color: #fff;
	background-color: #7a6554;
	letter-spacing: -1px;
	padding: 0 18px;
	margin-bottom: 6px;
	font-weight: normal;
	background-image: url(_images/spriteSubPaginas.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#content big {
	display: block;
	line-height: 24px;
	color: #7a6555;
	font-size: 20px;
	font-family: 'Museo700';
	margin-bottom: 30px;
	letter-spacing: -1px;
}

#content ul {
	list-style-position: inside;
	margin-bottom: 12px;
}

#content ul>li {
	margin-bottom: 6px;
	letter-spacing: -1px;
}

#content ul>li ul {
	list-style-type: disc;
}


/***********************/
/** Sub pages         **/
/***********************/
ul.subpages {
	clear: both;
	list-style: none;
	padding-top: 28px;
}

ul.subpages>li {
	letter-spacing: 0 !important;
}

ul.subpages li>div.content {
	margin-top: 27px;
	display: none;
}

ul.subpages li>a {
	display: block;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
	background-color: #7a6554;
	color: #fff;
	text-decoration: none;
	font-family: 'Museo500';
	font-size: 20px;
	padding: 0 19px;
	background-image: url(_images/spriteSubPaginas.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}


/***********************/
/** Abas              **/
/***********************/
div.abas {
	margin-bottom: 20px;
}

div.abas div.conteudos {
	padding: 0 20px;
	background-image: url(_images/abas_bg.gif);
}

div.abas div.conteudos:after {
	content: '';
	display: block;
	clear: both;
}

div.abas div.topo {
	height: 52px;
	position: relative;
}

div.abas div.topo div.bg {
	height: 21px;
	background-image: url(_images/abas_topo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 90;
}

div.abas div.topo div.abas {
	position: absolute;
	right: 30px;
}

div.abas div.topo div.abas a {
	position: relative;
	height: 32px;
	line-height: 32px;
	display: block;
	float: left;
	margin-left: -80px;
	z-index: 0;
	font-family: 'Museo500';
	text-decoration: none;
	color: white;
	font-size: 16px;
}

div.abas div.topo div.abas a.ativo {
	z-index: 100 !important;
}

div.abas div.topo div.abas a span.m {
	display: block;
	height: 32px;
	float: left;
	background-image: url(_images/abas_aba_a_bg.png);
	background-position: 0 -64px;
	padding: 0 10px;
}

div.abas div.topo div.abas a span.e {
	display: block;
	height: 32px;
	width: 70px;
	float: left;
	background-image: url(_images/abas_aba_bg.png);
	background-position: 0 -64px;
}

div.abas div.topo div.abas a span.d {
	display: block;
	height: 32px;
	width: 70px;
	float: left;
	background-image: url(_images/abas_aba_bg.png);
	background-position: -70px -64px;
}

div.abas div.topo div.abas a.ativo:hover,
div.abas div.topo div.abas a.ativo {color: #7a6555; }

div.abas div.topo div.abas a.ativo:hover span.e,
div.abas div.topo div.abas a.ativo span.e { background-position: 0 0; }

div.abas div.topo div.abas a.ativo:hover span.m,
div.abas div.topo div.abas a.ativo span.m { background-position: 0 0; }

div.abas div.topo div.abas a.ativo:hover span.d,
div.abas div.topo div.abas a.ativo span.d { background-position: -70px 0; }

div.abas div.topo div.abas a:hover span.e { background-position: 0 -32px; }
div.abas div.topo div.abas a:hover span.m { background-position: 0 -32px; }
div.abas div.topo div.abas a:hover span.d { background-position: -70px -32px; }

div.abas div.conteudos {
	float: left;
	width: 930px;
}

div.abas div.conteudos>div {
	display: none;
}

div.abas div.conteudos>div.ativo {
	display: block;
}

div.abas div.rodape {
	clear: both;
	height: 21px;
	background-image: url(_images/abas_rodape.gif);
}


/***********************/
/** Depoimentos       **/
/***********************/
div.depoimentos {
	margin-bottom: 30px;
}

div.depoimentos:after {
	content: '';
	display: block;
	clear: both;
}

div.depoimentos .esquerda {
	width: 560px;
}

div.depoimentos .esquerda h3 {
	margin-top: 0 !important;
}

div.depoimentos .direita {
	position: relative;
	background-image: url(_images/quotes.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 329px;
	padding-left: 46px;
	height: 201px;
}

div.depoimentos .direita ul.quotes {
	list-style: none;
}

div.depoimentos .direita ul.quotes li {
	letter-spacing: normal;
	position: relative;
	height: 201px;
	display: none;
}

div.depoimentos .direita ul.quotes li.ativo {
	display: block;
}

div.depoimentos .direita ul.quotes li div.quem {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	font-family: 'Museo500';
	font-size: 16px;
	color: #7a6554;
	letter-spacing: -1px;
	line-height: 12px;
}

div.depoimentos .direita ul.quotes li div.quem small {
	font-family: sans-serif;
	color: #6b6b6b;
	font-size: 12px;
}

div.depoimentos .direita div.acoes {
	position: absolute;
	bottom: 0;
	z-index: 10;
}

div.depoimentos .direita div.acoes a {
	display: block;
	float: left;
	margin-right: 2px;
	width: 33px;
	height: 26px;
	background-image: url(_images/spriteDepoimentosBotoes.gif);
	text-indent: -10000px;
}


/***********************/
/** Clientes          **/
/***********************/
div.clientes {
	margin-top: 20px;
}

div.clientes ul.clientes {
	list-style: none;
	width: 226px;
	background-image: url(_images/clientes_ul_bg.gif);
}

div.clientes ul.clientes li {
	height: 38px;
	line-height: 36px;
	margin: 0 !important;
}

div.clientes ul.clientes li a {
	display: block;
	height: 36px;
	line-height: 36px;
	background-image: url(_images/spriteListaClientes.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-family: 'Museo500';
	font-size: 16px;
	color: #7a6554;
	text-decoration: none;
}

div.clientes ul.clientes li.ativo a,
div.clientes ul.clientes li a:hover {
	color: #a59a90;
}

div.clientes div.textos {
	width: 720px;
}

div.clientes div.textos>div {
	display: none;
}

div.clientes div.textos>div.ativo {
	display: block;
}


/***********************/
/** Form Contato      **/
/***********************/
div.formContato div.contatos {
	width: 345px;
}

div.formContato div.contatos ul {
	list-style: none;
}

div.formContato div.contatos ul li {
	height: 56px;
	background-color: #7a6554;
	padding: 13px 12px 0;
	font-family: 'Museo500';
	font-size: 17px;
	color: white;
	line-height: 21px;
}

div.formContato div.contatos ul li.tres_linhas {
	padding-top: 3px;
	height: 66px;
}

div.formContato div.contatos ul li span.titulo {
	display: block;
}

/** Form **/
div.formContato div.formulario {
	width: 606px;
}

div.formContato div.formulario form>div {
	min-height: 37px;
	line-height: 37px;
	margin-bottom: 5px;
	clear: both;
}

div.formContato div.formulario form input.text {
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	width: 267px;
	border: 0;
	margin-right: 4px;
	background-image: url(_images/spriteForm.png);
	padding: 0 16px;
}

div.formContato div.formulario form input.ddd { width: 47px; background-position: 0 -37px; }
div.formContato div.formulario form input.telefone { width: 184px; background-position: -83px -37px; }

div.formContato div.formulario form select { float: left; width: 299px; height: 26px; }

div.formContato div.formulario form textarea { 
	display: block;
	width: 570px;
	height: 77px; 
	border: 0;
	padding: 16px;
	background-image: url(_images/spriteForm.png);
	background-position: 0 -74px;
	resize: none;
}

div.formContato div.formulario form>div>span {
	display: block;
	float: left;
	padding-left: 10px;
	font-family: 'Museo700';
	font-size: 17px;
	color: #4a3a2e;
	letter-spacing: -1px;
}

div.formContato div.formulario form>div>span label {
	margin-left: 10px;
	margin-right: 4px;
	font-family: sans-serif;
	font-size: 14px;
}

div.formContato div.formulario form>div.assunto {
	min-height: 26px;
}

div.formContato div.formulario form>div.submit {
	position: relative;
	min-height: 21px;
	line-height: 21px;
}

div.formContato div.formulario form>div.submit button {
	position: absolute;
	right: 4px;
	background-image: url(_images/spriteBotoesForm.gif);
	width: 52px;
	height: 21px;
	border: 0;
	text-indent: -10000px;
	outline: none;
	cursor: pointer !important;
}

div.formContato.loading div.formulario {
	min-height: 297px;
	background-image: url(_images/loading_pq.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


/***********************/
/** Breadcrumb        **/
/***********************/
.breadcrumb {
	font-size: 11px;
	font-family: Arial;
}

.breadcrumb span {
	font-size: 8px;
	font-weight: bold;
	color: #c5df3a;
}

.breadcrumb a {
	color: inherit;
	text-decoration: none;
}


/***********************/
/** Home              **/
/***********************/
.destaquePrincipal {
	float: left;
	position: relative;
	width: 724px;
	height: 279px;
}

.destaquePrincipal>.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 724px;
	height: 279px;
	background-image: url(_images/banner_mask.png);
	z-index: 100;
}

.destaquePrincipal>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/** Description **/
.destaquePrincipal .description {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	width: 359px;
	height: 224px;
	background-image: url(_images/destaque_info.png);
}

.destaquePrincipal .description h2 {
	position: absolute;
	top: 0;
	right: 10px;
	font-family: 'Museo700';
	color: #362a22;
	font-size: 68px;
	line-height: 75px;
	font-weight: normal;
	letter-spacing: -4px;
}

.destaquePrincipal .description p.subtitulo {
	position: absolute;
	right: 10px;
	top: 69px;
	background-color: #fff;
	padding: 2px;
	font-weight: bold;
	width: auto;
}

.destaquePrincipal .description p {
	position: absolute;
	right: 10px;
	top: 112px;
	width: 236px;
	color: #000;
}

/** Mais **/
.destaquePrincipal>a.mais {
	position: absolute;
	right: 14px;
	bottom: 35px;
	z-index: 200;
	display: block;
	width: 37px;
	height: 37px;
	background-image: url(_images/sprite.png);
	background-repeat: no-repeat;
	background-position: -271px -196px;
	text-indent: -10000px;
	outline: none;
}


/** Destaques Pequenos **/
ul.destaquesPequenos {
	position: relative;
	float: left;
	list-style: none;
	width: 256px;
}

ul.destaquesPequenos li {
	background-image: url(_images/sprite.png);
	background-position: -137px 0;
	float: left;
	width: 124px;
	height: 124px;
	margin: 0 0 4px 4px;
}

ul.destaquesPequenos li.reto_tr { background-position: -137px 0; } 
ul.destaquesPequenos li.reto_bl { background-position: -265px 0; } 
ul.destaquesPequenos li.reto_br { background-position: -137px -128px; } 

ul.destaquesPequenos li a {
	position: relative;
	display: block;
	width: 114px;
	height: 124px;
	font-family: 'Museo700';
	font-size: 21px;
	line-height: 18px;
	color: #382c23;
	text-decoration: none;
	letter-spacing: -1px;
	padding-left: 10px;
}

ul.destaquesPequenos li a span {
	position: absolute;
	bottom: 9px;
}


/** Boxes Inferiores **/
div.boxes {
	clear: both;
	top: -14px;
	position: relative;
	z-index: 300;
}

div.boxes div.box {
	float: left;
}

div.boxes div.box.novidades { width: 300px; }
div.boxes div.box.novidades .content { padding-right: 51px; padding-left: 19px; }
div.boxes div.box.novidades form ul {
	list-style: none;
}

div.boxes div.box.novidades form ul li {
	position: relative;
	height: 29px;
	margin-bottom: 4px;
}

div.boxes div.box.novidades form ul li input {
	border: 0;
	background-image: url(_images/sprite.png);
	background-position: 0 -294px;
	background-repeat: no-repeat;
	width: 225px;
	height: 29px;
	padding: 0 3px;
	outline: none;
	color: white;
}

div.boxes div.box.novidades form ul li button {
	width: 40px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url(_images/sprite.png);
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	text-indent: -10000px;
}

div.boxes div.box.novidades form p.msg {
	color: lightgreen;
	font-weight: bold;
	line-height: normal;
}

div.boxes div.box.novidades form p.msg.erro {
	color: white;
}

div.boxes div.box.novidades .carregando {
	display: none;
	background-image: url(_images/loading_trato_news.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 60px;
}

div.boxes div.box.novidades .carregando.noLoading {
	background: none;
}



div.boxes div.box.conheca { width: 329px; }
div.boxes div.box.conheca .content { padding-right: 54px; padding-left: 7px; }
div.boxes div.box.conheca ul {
	list-style: none;
}

div.boxes div.box.conheca ul li {
	background-color: #534439;
	margin-bottom: 5px;
	height: 26px;
	line-height: 26px;
	padding-left: 23px;
	background-image: url(_images/sprite.png);
	background-repeat: no-repeat;
	letter-spacing: 0 !important;
}

div.boxes div.box.conheca ul li a {
	color: white;
	text-decoration: none;
}


div.boxes div.box.parceiros { width: 351px; }
div.boxes div.box.parceiros .content { padding-right: 0; padding-left: 10px; }

div.boxes div.box.parceiros .content>p {
/* 	margin-bottom: 34px; */
}

div.boxes div.box.parceiros .carrocelLogos {
	position: relative;
	width: 343px;
	height: 65px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 12px;
}

div.boxes div.box.parceiros .carrocelLogos>a {
	position: absolute;
	display: block;
	float: left;
	height: 65px;
/* 	background-color: #fff; */
	text-indent: -10000px;
	background-image: url(_images/sprite.png);
	background-repeat: no-repeat;
}

div.boxes div.box.parceiros .carrocelLogos>a.anteriores { width: 28px; left: 0; background-position: -30px -187px; }
div.boxes div.box.parceiros .carrocelLogos>a.anteriores.inactive { width: 28px; left: 0; background-position: 0px -187px; }
div.boxes div.box.parceiros .carrocelLogos>a.proximos { width: 29px; right: 0; background-position: -91px -187px; border-left: 1px dashed #4a3a2e;}
div.boxes div.box.parceiros .carrocelLogos>a.proximos.inactive { background-position: -60px -187px; }


div.boxes div.box.parceiros .carrocelLogos>.mask {
	position: absolute;
	left: 28px;
	width: 285px;
	height: 65px;
	list-style: none;
	background-image: url(_images/carrocelLogosBg.gif);
	overflow: hidden;
}

div.boxes div.box.parceiros .carrocelLogos>.mask>ul>li {
	display: block;
	width: 94px;
	overflow: hidden;
	float: left;
	border-left: 1px dashed #4a3a2e;
	margin-top: -1px;
}

div.boxes div.box.parceiros .carrocelLogos>.mask>ul>li>p.tooltip { display: none; }

div.boxes div.box.parceiros p.tooltip {
	background-color: #534439;
	line-height: 14px;
	padding: 6px;
	color: white;
	margin-left: 28px;
	margin-right: 28px;
}

div.boxes div.box.parceiros p.tooltip span {
	font-weight: bold;
}

div.boxes div.box h2 {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid;
	font-family: 'Museo300';
	font-size: 16px;
	padding-left: 19px;
	font-weight: normal;
	background-image: url(_images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -254px;
	margin-bottom: 16px;
}



/***********************/
/** Footer            **/
/***********************/
.push { height: 58px; clear: both; }
#footer {
	clear: both;
	background-image: url(_images/footer_bg.png);
	height: 58px;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
}

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer div.areaUtil>p {
	float: left;
	margin-top: 17px;
}

#footer .social {
	float: right;
	margin-top: 17px;
}

#footer .social>a {
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	text-indent: -10000px;
	background-image: url(_images/sprite.png);
	outline: none;
	float: left;
}

#footer .social>a.blog { background-position: -365px -157px;}
#footer .social>a.facebook { background-position: -270px -157px;}
#footer .social>a.twitter { background-position: -301px -157px;}
#footer .social>a.linkedin { background-position: -333px -157px;}




/********************************/
/** Classes padrões do WP      **/
/********************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}