@charset "utf-8";
/*
ProArtti - proartti.com
-- Set 2013 --
 */
.preloader {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	z-index: 9999999;
}
.loaderHolder {
	position: absolute;
	left: 50%;
	top: 350px;;
	margin-left: -100px;
	width: 200px;
	text-align: center;
}
.loaderHolder img {
	
}

body {
	padding-top: 50px;
}
#mainNav {
	border-bottom-color: #eb6819;
	border-bottom-width: 2px;	
}

section#capa {
	height: 545px;
	background-color: #D8DADB;
	background-image: url(../images/fundo_s1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
section#capa .titCapa {
	font: 32px 'Droid Sans', sans-serif;
	color: #053856;
}
section#capa .titCapa {
	font: 32px 'Droid Sans', sans-serif;
	color: #053856;
}
section#capa .capaHolder {
	width: 340px;
	padding: 10px;
	position: absolute;
	left: 75%;
	top: 265px;
	opacity: 0;
	z-index: 1000;
	text-align: center;
}
section#capa .imgCapaBlock {
	position: absolute;
	left: 100px;
	top: 50px;
	opacity: 0;
}
section#capa .imgCapaBlock p {
	
}
h2.tit {
	font: bold 50px 'Droid Sans', sans-serif;
}
section#sobre {
	min-height: 660px;
	background-color: #141E2A;
	padding-top: 150px;
	padding-bottom: 40px;
	background-image: url(../images/fundo_sobre.jpg);
	background-position: right top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
section#sobre h2.tit {
	color: #FFF;
	margin-bottom: 40px;
}
section#sobre p {
	color: #FFF;
	/*font: 18px/24px 'Droid Sans', sans-serif;*/
	margin-bottom: 30px;
}
section#sobre .textBlock {
	width: 530px;
}

section#servicos {
	background-color: #dcdedd;
	background-position: right top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
hr.sepServicos {
	display: block;
	width: 100%;
	height: 18px;
	background-image: url(../images/separador_servicos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	background-size: 100% 18px;
	margin-right: -15px;
	margin-left: -15px;
}
section#servicos .servicosHolder {
	padding: 20px 0px 50px;
}
section#servicos .servicosHolder.suporte {
	padding: 0px;
}
section#servicos h2.tit {
	margin-top: 100px;
	margin-bottom: 50px;	
}
section#servicos .servicosHolder h4 {
	font: bold 24px 'Droid Sans', sans-serif;
}
section#clientes {
	/*min-height: 550px;*/
	background-color: #141e2a;
	background-image: url(../images/fundo_clientes.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 40px;
}
section#clientes h2.tit {
	color: #FFF;
	margin-top: 60px;
	margin-bottom: 50px;
}
section#clientes p {
	color: #FFF;
	margin-bottom: 30px;
}
section#clientes .chamadasHolder h2 {
	font-size: 18px;
	color: #F90;
}
section#clientes .chamadasHolder h3 {
	color: #FFF;
	font-size: 18px;
}
section#clientes li {
	color: #FFF;
	font-size: 16px;
}
section#clientes .logosBlock {
	padding: 15px 15px 0px;
	background-color: #FFF;
	border-radius: 6px;
	margin-bottom: 30px;
	text-align: center;
}
section#clientes .logosBlock ul {
	margin: 0px;
	padding: 0px;
}
section#clientes .logosBlock ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 30px;
}
section#clientes .logosBlock ul li:last-child {
	margin-right: 0px;
}
section#contato * {
	
}
section#contato {
	padding-bottom: 50px;
	padding-top: 70px;
}
section#contato address {
	color: rgba(102,102,102,1);
}
#map_canvas {
	width: 100%;
	height: 400px;
}
.contMaps {
	width: 350px;	
}
.contMaps img {
	float: left;
	margin-right: 10px;
}
.contMaps .txtMaps {
	float: left;
	width: 200px;
}
.paddingT30 {
	padding-top: 30px;
}
#message {
	height: 180px;
}
footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #d6d6d6;
}
.logoFooter {
	float: left;
	margin-right: 30px;
}
.copyRight {
	padding-top: 10px;
}
.navbar-inverse {
	background-color: #141E2A;
}
#mainNav .btnSuporte {
	margin-top: 8px;
}
.resetaForm {
	cursor: poiner;
}
input.error, textarea.error {
	border: 1px solid #CC0000;
	background-color: #FFF2F2;
}
label.error {
	color: rgba(153,0,0,1);
}
.contact-form {
	margin-top: 40px;
}
.navbar-brand.logoTopo {
	padding: 6px 0px 0px;
}
.navbar-brand.logoTopo img {
	width: 0px;
	height: 38px;
	opacity: 0;
}
.chamadasHolder {
	/*text-align: center;*/
}
@media (max-width: 480px) {
	section#capa .capaHolder {
		margin-left: -150px !important;
	}
	section#capa .imgCapaBlock {
		display: none;
	}
}
@media (max-width: 790px) {
	section#sobre {
		background-position: 450px top;
	}
	section#capa .capaHolder {
		margin-left: -50px;
	}
	section#capa .imgCapaBlock {
		left: -20px !important;
	}
}
@media (max-width: 990px) {
	section#sobre .textBlock {
		background-color: #1F2D45;
		background-color: rgba(19,28,43,0.7);
		padding: 5px;
	}
	.servicosHolder.col-md-5 {
		text-align: center;
	}
	section#clientes .textHolder p {
		background-color: #1F2D45;
		background-color: rgba(19,28,43,0.7);
		padding: 5px;
	}
}
@media (min-width: 1600px) {
	section#capa div.imgCapaBlock {
		left: 250px;
	}
}