/* RESET CSS
------------------------------------------------------------ */
* { margin:0; padding:0; }
html { overflow-y:scroll;overflow-x:hidden;}
body { font-size:16px; color:#444; font-family:'Open Sans',arial,helvetica,sans-serif;text-align:center;}
ol, ul { list-style:none; margin:0; padding:0;}
ul li { margin:0; padding:0;}
h1 { color:#FFF;}
a, img { outline:none; border:none; margin:0;color:#FFF; text-decoration:none;}
p { margin:0 0 10px; line-height:1.4em;}

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


body,html{
	width:100%;
	height:100%;
	background-color:#0F121A;
	color:#111;
	margin:0;
	padding:0;
}
div{
	padding:0;
	margin:0;
	border:0;
}
a{
	color:#FC0;
	opacity:1;
	transition:color .25s ease-in-out;
	-moz-transition:color .25s ease-in-out;
	-webkit-transition:color .25s ease-in-out;
}
a:hover{
	color:#FC0;
}
.divWrapper{
	width:100%;
	height:100%;
}
.divHeader{
	margin-top:0;
	position:fixed;
	width:100%;
	height:80px;
	background-color:#0F121A;
	background-image:url('../imagens/bg-topo.jpgs');
	z-index:1000;
}
.divHeaderSub{
	width:100%;
	max-width:1100px;
	height:80px;
	background-color:;
	margin:0 auto;
}
.divHsub1{
	position:;
	float:left;
	width:50%;
	text-align:left;
	height:80px;
}
.divHsub2{
	float:left;
	text-align:right;
	width:45%;
	min-width:60px;
	padding-top:40px;
	height:40px;
	color:#007A88;
	display:block;
	font-family:'open sans';
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	background-color:;
}
.divHsub2 a{
	color:#006D78;
}
.divHsub2 a:hover{
	color:#00A8BB;
}
.divHsub3{
	float:left;
	width:40%;
	margin:0 0 0 10%;
	display:none;
}
.divHsub3-1{
	width:60px;
	height:60px;
	margin:10px auto;
	background-color:;
	background-image:url('../imagens/menu.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.divMenu{
	margin:10px auto 0 auto;
	width:94%;
	min-height:80px;
	background-color:#FFF;
}
.divMenu div{
	
}
.divMenu div a{
	display:block;
	padding:5px 0;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	color:#006D78;
}
.divMenu div a:hover{
	background-color:#FC0;
}
.divBannerSombra{
	position:absolute;
	width:100%;
	height:10px;
	background-image:url('../imagens/bgDivSombra.pngs');
	background-repeat:repeat-x;
	z-index:400;
}
.divBannerSub{
	width:100%;
	max-width:1100px;
	height:110px;
	background-color:;
	margin:0 auto;
	text-align:center;
	padding-top:120px;
}
.divContent{
	margin:0 auto;
	width:90%;
	max-width:1000px;
	padding:30px 5% 0 5%;
	background-color:;
	text-align:left;
}
.div100{
	width:100%;
}
.marca-topo{
	margin:25px 0 0 5%;
	max-width:200px;
}
.divItemServicos{
	padding:30px 0.5% 0 0.5%;
	width:31.4%;
	min-height:180px;
	margin:.4%;
	background-color:;
	float:left;
	border-radius:15px;
	font-family:'Open Sans',arial;
}
.divItemServicos img{
	width:100%;
	max-width:150px;
	margin-bottom:30px;
}
.divItemServicos ul{
	margin:10px 0 3px 0;
	text-align:left;
	font-size:14px;
}
.divItemServicos ul li{
	padding:2%;
	margin-bottom:5px;
	background-color:#FFCC29;
	color:#000;
}
.spnServicos{
	font-weight:bold;
	color:#006D69;
}
.divFixa {
	padding:125px 0 25px 0;
	width:100%;
	min-height:25px;
	display:none;
	position:fixed;
	top:0;
	margin-top:0;
	z-index:1000;
	color:#FFF;
	background-image:url('../imagens/bg-opacity.png');
	background-repeat:repeat;
	background-color:;
	border-bottom:2px solid #555;
	overflow:hidden;
	opacity:0.9;
}
.fancyLayer{
	position:fixed;
	top:0;
	bottom:0;
	overflow-y:auto;
	overflow-x:hidden;
	width:100%;
	background-image:url('../imagens/bg-opacity.png');
	z-index:1003;
	display:none;
	text-align:center;
	opacity:1;
}
.fancyMenu{
	position:fixed;
	top:0;
	bottom:0;
	overflow-y:auto;
	overflow-x:hidden;
	width:100%;
	background-image:url('../imagens/bg-opacity.png');
	z-index:1003;
	display:none;
	text-align:center;
	opacity:1;
}


/* ====================================================================================================================
 * COLUNAS
 * ====================================================================================================================
 */
.div1Col,.div2Col,.div3Col{
	float:left;
}
.div1Col{
	width:30%;
	background-color:;
}
.div2Col{
	width:65%;
	background-color:;
}
.div3Col{
	width:100%;
}
.marginColLeft{
	margin-left:5%;
}


/* ====================================================================================================================
 * FUNCIONAIS
 * ===================================================================================================================
 */
.clearLeft{
	clear:left;
}
.clearBoth{
	clear:both;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.alignCenter{
	text-align:center;
}
.displayTable{
	display:table;
}
.dpTable{
	height:100%;width:100%;text-align:center;
}
.tableCell{
	display:table-cell;
	vertical-align:middle;
}
.tbCell{
	text-align:left;position:relative;width:100%;
}


/* ====================================================================================================================
 * OUTRAS
 * ===================================================================================================================
 */
.divServicos{
	text-align:left;
	position:relative;
	width:100%;
	max-width:500px;
	background-color:#FFF;
	margin:0 auto;
	border:3px solid #fff;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
 }
.btnClose{
	right:0;width:70px;height:42px;background-color:#FFF;position:absolute;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
}
.btnClose a{
	display:block;width:70px;height:42px;background-image:url('../imagens/btn-close.png');background-repeat:no-repeat;
}
.divServicos ul{
	margin:10px 0 3px 0;
}
.divServicos ul li{
	padding:3px 0 3px 0;
	border-bottom:1px solid #CCC;
}
.divSubContent{
	background-color:#FFF;
	min-height:400px;
}
.divTitulo{
	margin:0 auto;
	width:400px;
	margin-bottom:20px;
}
.divAbaTitulo{
	position:absolute;
	width:400px;
	max-width:100%;
	z-index:999;
	margin-top:-80px;
	padding-top:20px;
	border-radius:50px;
	height:100px;
}
.spnAbaTitulo{
	font-family:'Open Sans';font-weight:bold;font-size:30px;
}
.bannerBg{
	border-top:0px solid #DA0;
	border-bottom:0px solid #DA0;
}
.divUlDicas ul{
}
.divUlDicas ul li{
	border-top:1px solid #DDD;
	background:url('../imagens/page-icon.png') no-repeat 0 20px;
	padding:15px 0px 15px 25px;
	list-style:none;
	margin:0;
}
.bgInfosHome{
	background-color:#FC0;min-height:400px;
}


/* ====================================================================================================================
 * E-MAIL MENSAGENS
 * ===================================================================================================================
 */
.divMsgMail{
	margin:0 auto;
	text-align:center;
	padding:60px 15% 20px 15%;
}
 
 
 
/* ====================================================================================================================
 * CORES
 * ===================================================================================================================
 */
.colorWhite{
	color:#FFF;
}
.colorGreen{
	color:#007582
}
.colorGray{
	color:#555;
}
.colorBlack{
	color:#0F121A;
}
.colorBlue{
	color:#006D78;
}
.bgWhite{
	background-color:#FFF;
}
.bgBlack{
	background-color:#0F121A;
}
.bgYellow{
	background-color:#FC0;
}
.bgBlue{
	background-color:#005862;
}
.bgDivTitulos{
	background-repeat:no-repeat;
	background-position:50% 50px;
	background-attachment:fixed;
}


/* ====================================================================================================================
 * ALTURAS
 * ===================================================================================================================
 */
.marginTop10{
	margin-top:10px;
}
.marginTop20{
	margin-top:20px;
}
.marginTop30{
	margin-top:30px;
}
.marginTop40{
	margin-top:40px;
}
.marginTop50{
	margin-top:50px;
}
.marginBottom20{
	margin-bottom:20px;
}
.paddingTop10{
	padding-top:10px
}
.paddingTop30{
	padding-top:30px
}
.paddingTop80{
	padding-top:80px;
}
.paddingBottom30{
	padding-bottom:30px;
}
.paddingBottom50{
	padding-bottom:50px;
}
.paddingBottom80{
	padding-bottom:80px;
}
.minHeight100{
	min-height:100px;
}
.minHeight130{
	min-height:130px;
}
.minHeight240{
	min-height:240px;
}


/* ====================================================================================================================
 * PORTFÓLIO
 * ====================================================================================================================
 */
.aPortfolio{
	margin:0 !important;
	padding:0 !important;
}
.imgPortfolio{
	width:25%;
	margin:0 !important;
	padding:0 !important;
} 

 
/* ====================================================================================================================
 * FONTES
 * ====================================================================================================================
 */

.fontTitulo{
	font-size:30px;
	font-weight:bold;
}
.fontSubTitulo{
	font-size:20px;
}
.pHome1{
	font-size:17px;color:#009EB0;line-height:150%;
}
.spnTexto{
	font-size:14px;text-transform:uppercase;font-weight:bold;color:#0F121A;
}
.spnTexto1{
	font-size:20px;text-transform:uppercase;font-weight:bold;
}
.spnTexto2{
	font-size:14px;text-transform:uppercase;font-weight:bold;
}
.pRodape{
	padding:5%;
	margin:20px 0 40px 0;
	font-size:13px;
	color:#0F121A;
}
.fontRoboto{
	font-family:'roboto slab';
}


/* ====================================================================================================================
 * INPUTS / FORMULÁRIO
 * ===================================================================================================================
 */

.form1{
	margin:10px auto 0 auto;
	max-width:94%;
	font-size:14px;
}
.inputText{
	width:100%;
	min-height:22px;
	border:0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	background-color:#F2F2F2;
}
.textArea{
	width:100%;
	min-height:22px;
	border:0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:0px;
	background-color:#F2F2F2;
}
.inputButton{
	width:40%;
	min-height:35px;
	border:0;
	margin-bottom:20px;
	background-color:#006D78;
	color:#FFF;
	clear:both;
}


/* ====================================================================================================================
 * LINKS
 * ===================================================================================================================
 */
.btnServicosShow,.dicasShow{
	color:#373435;
}
.btnServicosShow:hover,.dicasShow:hover{
	color:#F0B604;
	opacity:0.9;
} 


/* ====================================================================================================================
 * PAGINAÇÃO
 * ===================================================================================================================
 */
.divPgn{
	margin:0 auto;
	text-align:center;
	padding-top:10px;
}
.divPgnSub{

}
.divPgnSub td{
	text-align:center;
}
.divPgnSub td a,.divPgnSub .atual{
	display:block;
	margin:0;
	color:#FFF;
	border-radius:15px;
}
.divPgnSub td a{
	min-width:20px;
	min-height:20px;
	padding:4px;
	background-color:#75C5F0;
}
.divPgnSub .atual{
	min-width:26px;
	min-height:26px;
	padding:9px 6px 4px 6px;
	background-color:#1D4D63;
	color:#FFF;
	border-radius:20px;
}


/* ====================================================================================================================
 * ANIMAÇÃO SETA DOWN
 * ===================================================================================================================
 */
.bounce {
	-webkit-animation:bounce 1s infinite alternate;
	animation:bounce 1s infinite alternate;
}
@keyframes bounce {
	from {
		transform:translateY(0px);
	}
	to {
		transform:translateY(-5px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform:translateY(0px);
	}
	to {
		transform:translateY(-5px);
	}
}


/* ============================
 * LINK PARA O TOPO
 * ============================
 */
.LinkToTop {
	position:fixed;
	bottom:30px;
	right:10%;
}
.LinkToTop a {
	width:50px;
	display:block;
	text-decoration:none;
	color:#bbb;
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}
.LinkToTop a:hover {
	color:#0F121A;
}
.LinkToTop span {
	width:50px;
	height:50px;
	display:block;
	background:#555 url('../imagens/setaTop.png') no-repeat center center;
	background-size:100% 100%;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
	opacity:0.7;
}
.LinkToTop span:hover {
	background-color:#777;
	opacity:1;
}


/* ====================================================================================================================
 * NAVEGAÇÃO INTERNA NO SITE
 * ===================================================================================================================
 */
.divAjaxPortfolio{
	position:absolute;
	display:none;
	left:0;
	top:0;
	z-index:1000;
	width:100%;
	height:100%;
	background-image:url('../imagens/bg-opacity.png');
	text-align:center;
}
.divAjaxPortSub{
	text-align:center;
	width:100%;
	margin:0 auto;
}
.btnClosePortfolio{
	position:absolute;
	z-index:1001;
	width:45px;
	height:45px;
	top:0;
	right:0;
	background-image:url('../imagens/btn-close-portfolio.png');
	background-repeat:no-repeat;
}
.btnClosePortfolio:hover{
	opacity:0.8;
}
.tablePortfolio{
	width:100%;
	margin:0 auto;
	border:0;
	margin:0;
	padding:0;
	animation:fadein 1s;
	-moz-animation:fadein 1s; /* Firefox */
	-webkit-animation:fadein 1s; /* Safari and Chrome */
	-o-animation:fadein 1s; /* Opera */ 
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.tablePortfolio td{
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.tablePortfolio td table{
	margin:0 auto;
}
.pPortfolio{
	color:#FC0;
	font-size:14px;
	margin:0 0 3px 0;
	padding:5px;
}
.divImagemPortfolio{
	position:absolute;
	width:100%;
	height:100%;
}
.imagemPortfolio{
	max-width:100%;
	max-height:100%;
}
.setaEsqPortfolio,.setaDirPortfolio{
	position:fixed;
	top:55%;
	width:51px;
	height:64px;
	z-index:1002;
	background-repeat:no-repeat;
}
.setaEsqPortfolio{
	left:0;
	background-image:url('../imagens/seta-esquerda.png');
}
.setaDirPortfolio{
	right:0;
	background-image:url('../imagens/seta-direita.png');
}
.setaEsqPortfolio a,.setaDirPortfolio a{
	display:block;
	width:51px;
	height:64px;
}
.setaEsqPortfolio:hover,.setaDirPortfolio:hover{
	opacity:0.8;
}

/* ====================================================================================================================
 * RESPONSIVO   /* MEDIA QUERIES 
 * ===================================================================================================================
 */
.respHide{
	display:block;
}
.respHideDesc{
	display:block;
}
.respShow{
	display:none;
}

@media screen  and (max-width:1280px){
	
}


@media screen  and (min-width:640px){
	.div1Col{ width:100%; }
	.div2Col{ width:100%; }
	.marginColLeft{ margin-left:0%; }
	.respHide{ display:none; }
	.respShow{ display:block; }
}

@media screen  and (max-width:760px){
	.divTitulo,.divAbaTitulo{ width:360px; }
	.divAbaTitulo{ margin-top:-70px; padding-top:12px; border-radius:40px; height:90px; }
}

@media screen  and (max-width:640px){
	.divItemServicos{ width:80%;margin-left:10%; }
	.divHsub3{ width:20%;margin:0 0 0 30%; }
	.imgPortfolio{ width:32.3%; margin:0.5%; }
	.paddingTop30{ padding-top:10px; }
	.bgDivTitulos{ background-position:50% 0px; }
	.spnAbaTitulo{ font-size:24px; }
	.divTitulo,.divAbaTitulo{ width:320px; }
	.divAbaTitulo{ margin-top:-65px; padding-top:6px; border-radius:35px; height:90px; }
	.pHome1{ font-size:15px;color:#009EB0;line-height:150%; }
} 

@media screen and (max-width:480px){
	.divItemServicos{ width:96%;margin-left:2%; }
	.imgPortfolio{ width:98.0%;margin:0.5%; }
	.spnAbaTitulo{ font-size:22px; }
	.divTitulo,.divAbaTitulo{ width:280px; }
	.divAbaTitulo{ margin-top:-60px; padding-top:2px; border-radius:30px; height:90px; }
}

@media screen and (max-width:400px){
	.divTitulo,.divAbaTitulo{ width:240px; }
	.spnAbaTitulo{ font-size:20px; }
	.divAbaTitulo{ margin-top:-58px; padding-top:0px; border-radius:25px; height:90px; }
}