@charset "iso-8859-1";
/* CSS Document */

/* ----------------------------------------- MENU: HOME ------------------------------------------ */
ul#menu li:nth-of-type(1) a {
	text-decoration: none;
	border-top: 3px solid #3b683e;
	border-bottom: 3px solid #3b683e;
}

.clear {
	clear: both;
}
/* ----------------------------------------- /MENU: HOME ------------------------------------------ */

/* ----------------------------------------- TRECHO BANNER ------------------------------------------ */
#trecho_banner {
	width: 1005px;
	height: inherit;
	margin: 30px auto;
}

/* banner */
#trecho_banner div.centro div.banner {
	width: 1005px;
	height: 474px;
	z-index: 1;
}

#trecho_banner div.centro div.banner ul li {
	margin-left: 22px;
	margin-right: 22px;
}

/* config das setas */
#trecho_banner div.centro div.banner img.carousel_img
{
	position: absolute;
	cursor: pointer;
	top: 215px;
	z-index: 10;
}
/* /config das setas */
/* /banner */
/* ---------------------------------------- /TRECHO BANNER ------------------------------------------ */

/* --------------------------------------- HOME EMPRESA -------------------------------------- */
#home_empresa {
	width: 100%;
	height: 365px;
	margin-top: 30px;
	background: url(../imagens/fundo-empresa-home.jpg) repeat;
}

#home_empresa .barra {
	width: 100%;
	height: 5px;
	background: #FBE590;
}

#home_empresa .barra div {
	float: left;
	width: 33%;
	height: inherit;	
}

#home_empresa .barra div:nth-of-type(1) {
	background: #E88800;
}

#home_empresa .barra div:nth-of-type(2) {
	background: #FCC304;
}

#home_empresa .center {
	width: 900px;
	height: 360px;
	margin: 0 auto;
}

#home_empresa .center h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'AlexBrushRegular';
	font-size: 60px;
	font-weight: normal;
	color: #2a2e32;
}

#home_empresa .center .bandeiras {
	float: left;
	width: 460px;
	height: 165px;
}

#home_empresa .center .bandeiras img {
	margin-right: 20px;
}

#home_empresa .center .txt {
	float: right;
	width: 420px;
	height: 165px;
	text-align: center;
}

#home_empresa .center .txt p {
	margin: 0;
	margin-bottom: 25px;
	font-family: 'OpenSansRegular';
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #000;
}

#home_empresa .center .txt a.botao-saiba-mais,
#home_empresa .center .txt a.botao-saiba-mais:active,
#home_empresa .center .txt a.botao-saiba-mais:visited {
	font-family: 'OpenSansRegular';
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 2px solid #0066ad;
	color: #0066ad;

	-webkit-transition: 0.6s; /* For Safari 3.1 to 6.0 */
    transition: 0.6s;
}

#home_empresa .center .txt a.botao-saiba-mais:hover {
	text-decoration: none;
	background: #0066ad;
	color: #fff;
}
/* --------------------------------------- /HOME EMPRESA -------------------------------------- */

/* --------------------------------------- HOME DEPO -------------------------------------- */
#home_depoimentos {
	width: 100%;
	height: 324px;
	text-align: center;
	background: url(../imagens/fundo-depo.jpg) center repeat;
}

#home_depoimentos .icon-depo {
	margin-top: 48px;
}

#home_depoimentos h1 {
	font-family: 'CodeLightRegular';
	color: #fff;
	font-size: 36px;
}

#home_depoimentos p {
	color: #fff;
	font-family: 'MyriadProLight';
	font-size: 16px;
	margin-bottom: 40px;
}

#home_depoimentos a.botao-mais-depoimentos,
#home_depoimentos a.botao-mais-depoimentos:active,
#home_depoimentos a.botao-mais-depoimentos:visited {
	font-family: 'OpenSansRegular';
	border: 2px solid #fff;
	color: #fff;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;

	-webkit-transition: 0.6s; /* For Safari 3.1 to 6.0 */
    transition: 0.6s;
}

#home_depoimentos a.botao-mais-depoimentos:hover {
	text-decoration: none;
	border: 2px solid #034B9D;
	color: #034B9D;
	background: #fff;
}
/* --------------------------------------- /HOME DEPO -------------------------------------- */

/* --------------------------------------- HOME SERVIÇOS -------------------------------------- */


/* --------------------------------------- /HOME SERVIÇOS -------------------------------------- */
#home_servicos {
	width: 100%;
	height: 325px;
	background: url(imagens/fundo-servicos-home.jpg) repeat;
}

#home_servicos .centro {
	width: 865px;
	height: 325px;
	margin: 0 auto;

	border: 1px solid transparent;
}

#home_servicos .centro h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'AlexBrushRegular';
	font-size: 60px;
	font-weight: normal;
	color: #2a2e32;
}

#home_servicos .centro ul.servicos-home {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 860px;
}

#home_servicos .centro ul.servicos-home li {
	position: relative;
	float: left;
	max-width: 140px;
	line-height: 22px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
}

#home_servicos .centro ul.servicos-home li a,
#home_servicos .centro ul.servicos-home li a:active,
#home_servicos .centro ul.servicos-home li a:visited {
	font-family: 'OpenSansRegular';
	font-size: 18px;
	color: #000;

	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

#home_servicos .centro ul.servicos-home li a:hover {
	text-decoration: none;
	color: #04C4F5;
}