/*** Importante ***/
/* A página de Css Base foi separada do geral para evitar erros. Apartir de agora o CSS contido aqui poderá ser para duas finalidades:

	1) 	Definir as estruturas e bases do website/portal;
	2) 	Configurações de visualizações importantes do topo e rodapé que permanecerão imutáveis. Alterações
		nestas seções que sofrerão mudanças constantes serão inseridas no geral.css;. */

/*-------------------------------------------------------------------------------------------*/


/*** Imports ***/
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
	@import url(reset.css);
/*** Fim Imports ***/

/*-------------------------------------------------------------------------------------------*/

/*** Classes ***/
	.zoomIN{
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in;
	}
	.zoomOUT{
		cursor: -webkit-zoom-out;
		cursor: -moz-zoom-out;
		cursor: zoom-out;
	}

	.loader, .loader .fundo_loader, .loader .img{
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		z-index: 1000;
		position: absolute;
	}

	.fundo_loader{
		z-index: 1001;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
		background: #fff;
	}

	.loader .img{
		z-index: 1010;
		display: block;
		width: 66px;
		height: 66px;

		background: transparent url("../img/site/ajax-loader.gif") center center no-repeat;

		left:50%;
		margin-left: -33px;
		top: 50%;
		margin-top: -33px;
	}


	.cB{clear: both;}

	.pR{ position: relative;}
	.pA{ position: absolute;}
	.pF{ position: fixed;}

	.fL{float: left;}
	.fR{float: right;}
	.dB{display: block;}
	.dN{display: none;}
	.ofH{overflow: hidden;}
	.ofV{overflow: visible;}


	p{color:#000;}

	h1, h2, h3{
		color: #292984;
		margin: 0 0 10px 0;
		padding: 5px 0;
	}
	h4, h5{
		color: #00CCCC;
		margin: 0 0 5px 0;
	}

	.txI{text-indent: 5px !important; padding-right: 5px !important;}
	.txaL{text-align: left;}
	.txaR{text-align: right;}
	.txaC{text-align: center;}
	.fS10{font-size: 10pt;}

	.pd5{padding:5px;}
	.pd10{padding:10px;}
	.mBottom10{margin-bottom:10px;}
	.mBottom15{margin-bottom:15px;}
	.mBottom20{margin-bottom:20px;}

	i{font-style: italic;}
	b{font-weight: bold;}

	ul.Lista{}
	ul.Lista li{
		margin:0 0 5px 20px;
		list-style: square;
	}
	ul.Lista li a{
		color: #ff8000 ;
		text-decoration: none ;
	}
	ul.Lista li a:hover{
		font-weight: bold ;
	}

	a{
		color: #ff8000 ;
		text-decoration: none ;
	}
	a:hover{
		font-weight: normal;
	}
/*** Fim Classes ***/

/*-------------------------------------------------------------------------------------------*/

/*** Config Estrutrura HTML ***/
	body,html{
		width: 100%;
		height:100%;
	}
	body{
		position: absolute;
		width: 100%;
		display: block;
		overflow: auto;
		min-height: 80% !important;
		top: 0 !important;
		font-family: Verdana, Geneva, sans-serif !important;
		background: #212121;
		min-width: 980px;
	}

	.CS-Global{
		height: auto;
		width: 75%;
		margin-left: 12.5%;
		transition: 0.2s;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
	}
/*** Fim Config Estrutrura HTML***/

/*-------------------------------------------------------------------------------------------*/

/*** Topo ***/
	header#topo_site{
		width: 100%;
		height: auto;
		min-height: 60px;
		top: 0;
		left: 0;
	}
	#topo-cont{

		z-index: 11;
		height: 60px;
		padding: 15px 0;

	}
	#topo_site span{
		width: 100%;
		height: 30px;
		background: #555;
		bottom: 15px;
	}
	#BTopowl, .owl-item > a > img{
 		width: 100%;
    	height: auto;
	}
	#BTopowl{
		margin-top: 0px;
		margin-bottom: 5px;
		background: #555;
	}
/*** Fim Topo ***/

/*-------------------------------------------------------------------------------------------*/

/*** Content ***/
#gutts{
	min-height: 100%;
	margin-top: 20px;
}
#contmainer{
	/* mbotom = tamanho FOOTER + 20px ta dando pau em páginas pequenas... não sei o que fazer ainda*/
	margin-bottom: 50px;
	z-index: 2;
}

#conteudo{
	font-size: 11pt;
	line-height: 14pt;
}

#gutts h1{
	font-size: 34pt;
	border-bottom: 4px groove #FFD700;
	font-weight: normal;
	color: #DAA520;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#gutts h1 span{
	font-size: 0pt;
}
/*** Fim Content ***/

/*-------------------------------------------------------------------------------------------*/

/*** Rodape ***/
#clientes-carrossel{
	margin-top: 20px;
}

footer#rodape_site{
	width: 100%;
	clear: both;
	height: 60px;
	bottom: 0;
	left: 0;
	background: url(../img/site/rodape_lovecraftn.jpg) center center no-repeat;
	z-index: 1;
}
.cols{
	width: 30%;
	margin-left: 5%;
	color: #fff;
	font-size: 10pt;
	line-height: 18pt;
}
.cols:first-child{
	margin-left: 0%;
}


/* **Sigs** */
#faixa_assi{
	width: 100% !important;
	height: 36px;
	bottom: 0px;
	right: 0;
	padding: 5px 0;
	background: #333;
	color: #FFF;
}
#faixa_assi p{
	line-height: 36px;
	font-size: 9pt;
	margin: 0;
	margin-left: 5px;
}
#assi{
	width: 180px;
	height: 30px;
	right: 0;
	top: 3;
	padding-right: 75px;
	margin-right: 5px;
	color: #FFF;
	text-decoration: none;
	background: url(../img/site/sig_integrarmkt.png) no-repeat right center;
}
#assi p{
	margin-top: 3px;
	color: #FFF;
	text-align: right;
	font-size: 8pt;
	line-height: 12px;
}
/* **Fim Sigs** */

/*** Fim Rodape ***/

/*-------------------------------------------------------------------------------------------*/

/*** Sizes Screens ***/
@media only screen and (max-width: 1920px) /* FullHD */
{
	.CS-Global{
		width: 1440px;
	}

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1440px) /* HD */
{
	.CS-Global{
		width: 1280px;
	}

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1280px) /* Regular Size */
{
		.CS-Global{
		width: 90%;
		margin:0 5%;
		min-width: 780px;
		top: 0px !important;
		margin-top: 10px !important;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}

}

/*----------------------------------------------------*/

@media only screen and (max-width: 980px) /* Monitores antigos */
{


}
