html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* Zera a margem e o espaçamento em todos os elementos HTML */

* {
	margin: 0;
	padding: 0;
}

/* CONFIGURAÇÕES GERAIS */

/* Zera a margem e o espaçamento em todos os elementos HTML */

* {margin:0; padding:0; border:0;}

a
{
	text-decoration:none;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../font/roboto-thin-webfont.eot');
    src: url('../font/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-thin-webfont.woff') format('woff'),
         url('../font/roboto-thin-webfont.ttf') format('truetype'),
         url('../font/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('../font/roboto-thinitalic-webfont.eot');
    src: url('../font/roboto-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-thinitalic-webfont.woff') format('woff'),
         url('../font/roboto-thinitalic-webfont.ttf') format('truetype'),
         url('../font/roboto-thinitalic-webfont.svg#robotothin_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

	
	
#container{
	width:1000px;
	margin:auto;
	position:relative;
}


/*TOPO*/

#topo_espaçamento{
	width:1000px;
	height:162px;
}


#bg_top{
	position:fixed;
	width:100%;
	height:175px;
	background:url(../layout/frontEnd/bkg_top.png) repeat-x;
	z-index:99999;
}

#bg_top	#top{
	position:relative;
	width:1000px;
	height:162px;
	margin:auto;
}

/*area logo*/
#bg_top	#top #area_logo{
	position:relative;
	float:left;
	width:500px;
	height:162px;
}

#bg_top	#top #area_logo #img_logo{
	position:relative;
	top:15px;
	left:26px;	
}
/*fim area logo*/

/*area redes sociais*/
#bg_top	#top #area_redesociais{
	position:relative;
	float:left;
	height:80px;
	width:500px;
}

#bg_top	#top #area_redesociais #box_redes_1{
	width:37px;
	height:41px;
	background:url(../layout/frontEnd/bkg_box_redes.png);
	position:relative;
	float:right;
	right:46px;
}

#bg_top	#top #area_redesociais #box_redes_1 #img_redes1{
	padding:6px;
}

#bg_top	#top #area_redesociais #box_redes_2{
	width:37px;
	height:41px;
	background:url(../layout/frontEnd/bkg_box_redes.png);
	position:relative;
	float:right;
}

#bg_top	#top #area_redesociais #box_redes_2 #img_redes2{
	padding:6px;
}		
/*fim area redes sociais*/

/*menu*/
#bg_top	#top #area_menu{
	position:relative;
	float:left;
	height:82px;
	width:500px;
	z-index:9999;
}

#bg_top	#top #area_menu #menu{
	float:left;
	margin:10px;
}

#bg_top	#top #area_menu #menu ul {
	font-family:Roboto-Thin;
	list-style:none;
	font-size:28px;
	margin:0;
	padding:0;
}

#bg_top	#top #area_menu #menu ul li {
	float:left;
	position:relative;
	display:block;	
}

#bg_top	#top #area_menu #menu li a {
	text-decoration: none;
	color:#9cb959;
	display:block;
	margin:0 1px;
	padding:19px 15px;	
}

#bg_top	#top #area_menu #menu li ul{
	display:none;
	font-size:23px;
}


#bg_top	#top #area_menu #menu ul li a:hover, #bg_top #top #area_menu #menu ul li a.over{
	background:url(../layout/frontEnd/bg_hover.png) repeat-x;
	display:block;
	border-bottom: 5px #9cb959 solid;
	padding:22px 15px 22px 15px;
}

#bg_top	#top #area_menu #menu li:hover ul, #bg_top	#top #area_menu #menu li.over ul{
	display:block;
	position:relative;
	position:absolute;
	width:257px;
	
}

#bg_top	#top #area_menu #menu li:hover li, #bg_top	#top #area_menu #menu li.over li{
	float:none;
}

#bg_top	#top #area_menu #menu li:hover a, #bg_top	#top #area_menu #menu li.over a{
	padding:22px 15px;
	background:#FFF;
	23px 15px 22px 15px
}

/**/
/*FIM TOPO*/

/*CONTEUDO*/

#conteudo {
	position:relative;
	width:1000px;
	min-height:600px;
	margin:auto;
}

/*slider*/
#conteudo #slider{
	width:1000px;
	height: 450px;
}

/*Box Home*/
#conteudo #box_home1, #conteudo #box_home2, #conteudo #box_home3, #conteudo #box_home4
{
	width: 227px;
	height: 203px;
	margin-top: 16px;
	float: left;
}

#conteudo #box_home2, #conteudo #box_home3, #conteudo #box_home4
{
	margin-left: 30px;
}

#conteudo #box_home1
{
	background:url(../layout/frontEnd/bkg_box1.png) repeat-x;
}

#conteudo #box_home2
{
	background:url(../layout/frontEnd/bkg_box2.png) repeat-x;
}

#conteudo #box_home3
{
	background:url(../layout/frontEnd/bkg_box3.png) repeat-x;
}

#conteudo #box_home4
{
	background: url(../layout/frontEnd/bkg_box4.png) repeat-x;
}

#conteudo #box_home1 .img_set_boxhome, #conteudo #box_home2 .img_set_boxhome, #conteudo #box_home3 .img_set_boxhome, #conteudo #box_home4 .img_set_boxhome
{
	position: relative;
	top: 5px;
	left: 5px;
}

#conteudo #box_home1 #img_boxhome1, #conteudo #box_home2 #img_boxhome2, #conteudo #box_home3 #img_boxhome3, #conteudo #box_home4 #img_boxhome4
{
	position:relative;
}

#conteudo #box_home1 #img_boxhome1
{
	top:-21px;
	left:19px !important;
}

#conteudo #box_home2 #img_boxhome2
{
	top:-15px;
	left:12px !important;
}

#conteudo #box_home3 #img_boxhome3
{
	top: -13px;
	left:21px;
}

#conteudo #box_home4 #img_boxhome4
{
	top: -44px;
	left:51px;
}

#conteudo #box_home1 h3, #conteudo #box_home2 h3, #conteudo #box_home3 h3, #conteudo #box_home4 h3
{
	font-family:Roboto-Thin;
	font-size: 26px;
	margin-top: -6px;
	margin-left: 23px;
}

#conteudo #box_home1 h3, #conteudo #box_home3 h3
{
	color: #FFF;
}

#conteudo #box_home2 h3, #conteudo #box_home4 h3
{
	color: #397c84;
}
/*fim box*/

/*Sobre*/

#conteudo #sobre{
	width:1000px;
	float:left;
	min-height:180px;
	border-bottom:1px #adadad solid;
	margin-top:28px; 
	padding-bottom: 28px;
}

#conteudo #sobre .img_set{
	margin-left:5px;
	
}

#conteudo #sobre h2{
	font-family: Roboto-Thin;
	font-size:28px;
	margin-top:-6px;
	margin-left:18px;
	position:relative;
	margin-right:49px;
	margin-bottom: 20px;
	color:#9cb959;
}

#conteudo #sobre h3{
	font-family: Roboto-ThinItalic;
	font-size:24px;
	color:#9cb959;
	text-align:center;
	margin-top: 18px;
}

#conteudo #sobre p{
	font-family: Arial, sans-serif;
	color:#5e5e5e;
	line-height:25px;
	margin-left: 10px;
	padding: 10px;
}

#conteudo #depoimentos{
	width:1000px;
	float:left;
	min-height:208px;
	margin-top:22px;
}

#conteudo #depoimentos h2{
	font-family: Roboto-Thin;
	font-size:28px;
	margin-top:-6px;
	margin-left:18px;
	position:relative;
	margin-right:49px;
	color:#9cb959;
}

#conteudo #depoimentos h3{
	font-family: Roboto-ThinItalic;
	font-size:28px;
	margin-top:-6px;
	margin-left:18px;
	position:relative;
	margin-right:49px;
	color:#9cb959;
}
#conteudo #depoimentos h3{
	position:relative;
	margin-left:259px;
	margin-top:-26px;

}

#conteudo #depoimentos h4{
	position:relative;
	margin-left:259px;
	margin-top:26px;
	font-family: Roboto-ThinItalic;
	font-size:17px;

}

/*FIM CONTEUDO*/

/*RODAPE*/

#rodape_bg{
	position:relative;
	width:100%;
	height:377px;
	background:#00688f;
	float:left;
	
}
#rodape_bg	#rodape{
	position:relative;
	width:1000px;
	height:377px;
	background:#00688f;
	margin:auto;
}

#rodape_bg #rodape #menu_rodape{
	position:relative;
	float:left;
	width:200px;
	height:377px;
}

#rodape_bg #rodape #menu_rodape #img_logo_rodape{
	position:relative;
	top:25px;
	left:25px;

}

#rodape_bg #rodape #menu_rodape #menu_texto{
	text-align:left;
	line-height:30px;
	position:relative;
	left:25px;
	top:40px;
}
#rodape_bg #rodape #menu_rodape #menu_texto li{
	list-style:none
}
	
#rodape_bg #rodape #menu_rodape #menu_texto li a{
	text-decoration:none;
	color:#fff;
	font-family: Roboto-Thin;
	font-size:15px;
}


#rodape_bg #rodape #form_rodape
{
	position:relative;
	float:left;
	width:408px;
	height:316px;
	padding-top: 59px;
}

#rodape_bg #rodape #form_rodape #formContato p
{
	font-family: Roboto-Thin;
	font-size:16px;
	color:#ffffff;
	margin-bottom: 5px;
	margin-left: 10px;
}

#rodape_bg #rodape #form_rodape #formContato input, #rodape_bg #rodape #form_rodape #formContato textarea
{
	font-family: Roboto-Thin;
	font-size:16px;
	color:#ffffff;
	border:1px solid #FFF;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color:#00688f;
	resize: none;
}

#rodape_bg #rodape #form_rodape p input[type="button"]
{
	font-family: Roboto-Thin;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 3px;
	background-color:#00688f;
	cursor:pointer;
}

#rodape_bg #rodape #local_rodape 
{
	position:relative;
	float:left;
	width:390px;
	height:377px;
	
}

#rodape_bg #rodape #local_rodape #map 
{
	position:relative;
	top:59px;
	left:46px;
	
}
#rodape_bg #rodape #local_rodape h5 
{
	position:relative;
	margin-top:97px;
	font-family: Roboto-Thin;
	font-size:16px;
	text-align:right;
	color:#fff;
	line-height:20px;
}
/*FIM RODAPE*/	

/*PAGINA INTERNA*/

#barra_tt_bg_azul, #barra_tt_bg_verde, #barra_tt_bg_laranja, #barra_tt_bg_amarelo, #barra_tt_bg_cinza
{
	width:100%;
	height:75px;
	margin:auto;
}

#barra_tt_bg_azul
{
	background:url(../layout/frontEnd/bg_ttconteudo_azul.png) repeat-x;
}

#barra_tt_bg_verde
{
	background:url(../layout/frontEnd/bg_ttconteudo_verde.png) repeat-x;
}

#barra_tt_bg_laranja
{
	background:url(../layout/frontEnd/bg_ttconteudo_laranja.png) repeat-x;
}

#barra_tt_bg_amarelo
{
	background:url(../layout/frontEnd/bg_ttconteudo_amarelo.png) repeat-x;
}

#barra_tt_bg_cinza
{
	background:url(../layout/frontEnd/bg_ttconteudo_cinza.png) repeat-x;
}

#barra_tt{
	width:1000px;
	height:75px;
	margin:auto;	
	
}

#barra_tt h1{
	font-family:Roboto-Thin;
	font-size: 28px;
	color: #FFF;
	margin-top: 20px;
	
}

#barra_tt .img_set_ttconteudo {
	position:relative;
	top:15px;
}
		

#conteudo .box_conteudo_interna, #conteudo .box_conteudo_interna_nobg{
	width:1000px;
	min-height:50px;
	float:left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#conteudo .box_conteudo_interna{
	background:url(../layout/frontEnd/bgconteudos.png) repeat-x;
}

#conteudo .box_conteudo_interna p, h2
{
	position:relative;
	margin:20px;
	position:relative;
}

#conteudo .box_conteudo_interna h2
{
	font-family: Roboto-Thin;
	font-size:28px;
	color:#9cb959;
}

#conteudo .box_conteudo_interna p
{
	font-family:Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	font-size:16px;
	line-height: 25px;
}

#conteudo .box_conteudo_interna_nobg p, h2, h3
{
	
	position:relative;
	margin:20px;
	position:relative;
}

#conteudo .box_conteudo_interna_nobg h2
{
	font-family: Roboto-Thin;
	font-size:28px;
	color:#9cb959;
}

#conteudo .box_conteudo_interna_nobg h3
{
	font-family: Roboto-Thin;
	font-size:22px;
	color:#9cb959;
	font-style:italic;
}

#conteudo .box_conteudo_interna_nobg p
{
	font-family:Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	font-size:16px;
	line-height: 25px;
}

#conteudo .box_conteudo_interna #formContato p, #conteudo .box_conteudo_interna_nobg #formContato p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#5e5e5e;
	margin-bottom: 0px;
	margin-left: 20px;
}

#conteudo .box_conteudo_interna .portifolioCol
{
	width:470px;
	margin-bottom:20px;
	margin-left:20px;
	float:left;
}

#conteudo .box_conteudo_interna .portifolioCol img
{
	float:left;
	margin-right: 6px;
	padding: 1px;
	border:1px solid #9cb959;
}

#conteudo .box_conteudo_interna .portifolioCol .portifolioColTexto h3
{
	font-family:Roboto-Thin;
	font-size:16px;
	color:#9cb959;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#conteudo .box_conteudo_interna .portifolioCol .portifolioColTexto p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5e5e5e;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	margin-left: 200px;
}

#conteudo .box_conteudo_interna .portifolioCol .portifolioColTexto a
{
	font-family:Roboto-Thin;
	font-size:16px;
	color:#9cb959;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-decoration:none;
}

#conteudo .box_conteudo_interna .portifolioCol .portifolioColTexto a:hover
{
	color:#00688f;
	text-decoration: underline;
}

#conteudo .box_conteudo_interna .clienteCol li
{
	width:220px;
	margin-bottom:20px;
	margin-left:20px;
	display: inline-block;
	text-align:center;
	vertical-align:middle;
	font-family:Roboto-Thin;
	font-size:14px;
}

#conteudo .box_conteudo_interna .parceirosCol
{
	width:990px;
	margin-bottom:20px;
	margin-left:20px;
	float:left;
}

#conteudo .box_conteudo_interna .parceirosCol img
{
	float:left;
	padding-right:20px;
	padding-bottom: 10px;
}

#conteudo .box_conteudo_interna .parceirosCol .parceirosColTexto a
{
	font-family:Roboto-Thin;
	font-size:16px;
	color:#9cb959;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-decoration:none;
}

#conteudo .box_conteudo_interna .parceirosCol .parceirosColTexto a:hover
{
	color:#00688f;
	text-decoration: underline;
}

#conteudo .box_conteudo_interna .parceirosCol .parceirosColTexto p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5e5e5e;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 20px;
}

#conteudo .box_conteudo_interna #formContato input, #conteudo .box_conteudo_interna #formContato textarea, #conteudo .box_conteudo_interna_nobg #formContato input, #conteudo .box_conteudo_interna_nobg #formContato textarea 
{
	font-family:Roboto-Thin;
	font-size:16px;
	color:#000000;
	border:1px solid #9cb959;
	margin-bottom:5px;
	margin-left:20px;
	resize: none;
}

#conteudo .box_conteudo_interna p input[type="button"], #conteudo .box_conteudo_interna_nobg p input[type="button"] 
{
	font-family:Roboto-Thin;
	font-size:16px;
	font-weight:bold;
	color:#9cb959;
	margin-bottom: 10px;
	background-color: transparent;
	cursor:pointer;
}

#conteudo .box_conteudo_interna_nobg #form_area_contato 
{
	position:relative;
	float:left;
	width:450px;
}

#conteudo .box_conteudo_interna_nobg #local_area_contato 
{
	position:relative;
	float:right;
	width:500px;
	margin-top: 20px;
}

#conteudo .box_conteudo_interna_nobg #local_area_contato #map 
{
	position:relative;
}

#conteudo .box_conteudo_interna_nobg #local_area_contato h5 
{
	position:relative;
	margin-top:30px;
	font-family: Roboto-Thin;
	font-size:16px;
	text-align:left;
	color:#000;
	line-height:30px;
}

#conteudo .box_conteudo_interna_nobg #local_area_contato h5 a
{
	font-family:Roboto-Thin;
	font-size:16px;
	color:#9cb959;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-decoration:none;
}

#conteudo .box_conteudo_interna_nobg #local_area_contato h5 a:hover
{
	color:#00688f;
	text-decoration: underline;
}


/*RODAPE INTERNA*/

#rodape_bg_int{
	position:relative;
	width:100%;
	height:152px;
	background:#00688f;
	float:left;
	
}
#rodape_bg_int #rodape_int{
	position:relative;
	width:1000px;
	height:152px;
	background:#00688f;
	margin:auto;

}

#rodape_bg_int #rodape_int #img_logo_rodape_int{
	position:relative;
	top:25px;
	float:left

}

#rodape_bg_int #rodape_int #menu_texto_int{
	position:relative;
	float:left;
	top:110px;
	left:55px;
}

	
#rodape_bg_int #rodape_int #menu_texto_int a{
	text-decoration:none;
	color:#fff;
	font-family: Roboto-Thin;
	font-size:15px;
}


#rodape_bg_int #rodape_int h5{
	position:relative;
	font-family: Roboto-Thin;
	font-size:16px;
	text-align:right;
	float:right;
	color:#fff;
	line-height:20px;
	top:67px;

}
/*FIM RODAPE INTERNA*/	