/* IMPORTO AS DEMAIS FOLHAS CSS */

@import url('fontface.css');
@import url('animate.css');
@import url('procriativo_reset.css');
@import url('procriativo_theme.css');

/****************  header  ******************/

.navbar {
	margin-bottom: 0px !important;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Helvetica-Bold';
	font-size: 16px;
	color: #154d71;
	margin: 30px 15px;
}

.navbar-toggle {
	margin-top: 20px !important;
}

#nav-config .logo {
	margin: 20px 169px 10px 0;
}

#nav-config h2 {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #1e8cbc;
	text-align: center;
}

#nav-config h3 {
	font-family: 'Helvetica';
	font-size: 26px;
	color: #1e8cbc;
	text-align: center;
}

#nav-config .contact {
	padding: 30px 0px 0px 50px;
}

.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}

@media screen and (max-width:1199px) {
	#nav-config .logo {
		margin: 10px 5px 10px 0;
	}
	#nav-config h2 {
		margin-left: 20px;
	}
	.navbar-default .navbar-nav>li>a {
		margin: 30px 12px;
	}
}

@media screen and (max-width:991px) {
	.navbar-default .navbar-nav>li>a {
		margin: 33px 0px;
	}
	#nav-config .contact {
		padding: 25px 0 0 0;
	}
}

@media screen and (max-width:767px) {
	.navbar-default .navbar-nav>li>a {
		padding: 10px 0;
		text-align: center;
	}
	#nav-config h2 {
		text-align: center;
	}
}


/****************  HOME  ******************/

#home {
	background-image: url(../images/img/banner-home1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 200px 0;
}

#home .home {
	padding-top: 50px;
	text-align: center;
}

.home h1 {
	font-size: 68px;
	font-family: 'Helvetica-Bold';
	color: #ffffff;
	text-align: center;
}

.home h2 {
	font-family: 'Helvetica';
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	padding: 20px 0 0 0;
}

.home h2 span {
	font-family: 'Helvetica-Bold'
}

.home a {
	font-family: 'Helvetica-Bold';
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #1e8cbc;
	padding: 20px 90px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 50px;
}

.home a:hover {
	color: #1e8cbc;
	background-color: #fff;
}

#sobre-home {
	background-image: url(../images/img/banner-home2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

#sobre-home .sobre h1 {
	text-align: center;
	;
	font-family: 'Helvetica-Bold';
	color: #174d70;
	font-size: 42px;
	padding-top: 200px;
}

#sobre-home .sobre h2 {
	font-family: 'Helvetica';
	text-align: center;
	color: #1e8cbc;
	font-size: 26px;
}

#sobre-home .sobre p {
	font-family: 'Helvetica';
	font-size: 16px;
	text-align: center;
	color: #75828b;
	padding: 50px 100px;
	line-height: 28px;
}

#sobre-home .sobre p span {
	font-family: 'Helvetica-Bold';
}

#sobre-home .sobre a {
	font-family: 'Helvetica-Bold';
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #1e8cbc;
	padding: 20px 30px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 180px;
	border: 2px solid #1e8cbc;
}

#sobre-home .sobre a:hover {
	background-color: #edf1f4;
	color: #1e8cbc;
	border: 2px solid #1e8cbc;
}

#projetos-home {
	background-image: url(../images/img/banner-home3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

#projetos-home .projetos h1 {
	font-size: 42px;
	font-family: 'Helvetica-Bold';
	color: #174d70;
	padding-top: 140px;
}

#projetos-home .projetos h2 {
	font-family: 'Helvetica';
	font-size: 26px;
	color: #1e8cbc;
}

#projetos-home .projetos p {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #75828b;
	padding: 45px 100px;
	line-height: 28px;
}

#projetos-home .projetos p span {
	font-family: 'Helvetica-Bold';
}

#projetos-home .projetos h3 {
	font-family: 'Helvetica-Bold';
	font-size: 16px;
	color: #575d73;
	padding: 28px 55px;
}

#projetos-home .projetos a {
	font-family: 'Helvetica-Bold';
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #1e8cbc;
	padding: 20px 30px;
	border-radius: 5px;
	display: inline-block;
	margin: 30px 0 140px 0;
	border: 2px solid #1e8cbc;
}

#projetos-home .projetos a:hover {
	color: #1e8cbc;
	background-color: #edf1f4;
	border: 2px solid #1e8cbc;
}

@media screen and (max-width:991px) {
	#home .home {
		padding-top: 100px;
	}
	#home {
		padding: 30% 0;
	}
	#sobre-home {
		background-image: none;
	}
	#projetos-home {
		background-image: none;
	}
}

@media screen and (max-width:392px) {
	.home h1 {
		font-size: 55px;
	}
}


/****************  sobre  ******************/

#sobre .row {
	margin: 0;
}

#sobre {
	background-image: url(../images/img/banner-sobre.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#sobre h1 {
	font-family: 'Helvetica-Bold';
	font-size: 42px;
	color: #174d70;
	padding: 100px 0 20px 0;
}

#sobre p {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #75828b;
	line-height: 28px;
	padding: 0 50px 130px 0;
}

#sobre p span {
	font-family: 'Helvetica-Bold';
}

@media screen and (max-width:991px) {
	#sobre {
		background-image: none;
	}
}


/****************  projetos  ******************/

#projetos {
	background-image: url(../images/img/banner-projetos.jpg);
	background-position: bottom;
	text-align: center;
}

#projetos h1 {
	font-family: 'Helvetica-Bold';
	font-size: 42px;
	color: #174d70;
	text-align: center;
	padding: 100px 0 0 0;
}

#projetos p {
	font-family: 'Helvetica';
	font-size: 20px;
	color: #75828b;
	text-align: center;
	padding-bottom: 100px;
	line-height: 28px;
}

#projetos h2 {
	font-family: 'Helvetica-Bold';
	font-size: 20px;
	color: #1e8cbc;
	text-align: left;
	padding: 18px 30px 0;
}

#projetos h3 {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #75828b;
	text-align: left;
	padding: 8px 0 15px 30px;
}

#projetos label.ver-case {
	font-family: 'Helvetica-Bold';
	font-size: 16px;
	color: #174d70;
	text-align: left;
	text-decoration: underline;
	padding: 0px 0 0px 30px;
	display: inline-block;
	cursor: pointer;
}

#projetos a {
	text-decoration: none;
	margin-bottom: 15px;
}

#projetos .galeria {
	text-decoration: underline;
}

#projetos .galeria:hover {
	text-decoration: none;
}

#projetos .PROJETOS-ALIGN {
	text-align: center;
}

#projetos .box-descrip {
	background-color: #ffffff;
	box-shadow: 0 1px 10px #888888;
	margin-bottom: 75px;
	width: 90%;
	position: relative;
	text-align: left;
	padding-bottom: 25px;
}

#projetos .box-descrip2 {
	background-color: #ffffff;
	box-shadow: 0 1px 10px #888888;
	margin-bottom: 150px;
	width: 45%;
	position: relative;
	text-align: left;
}

#projetos div.efeito {
	position: relative;
	width: 90%;
}

#projetos img.image {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

#projetos div.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(55, 140, 183, 0.9);
	cursor: pointer;
}

#projetos div.efeito:hover .overlay {
	opacity: 1;
	height: 100%;
}

#projetos div.text {
	font-family: 'Helvetica-Bold';
	color: white;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:991px) {
	#projetos .row {
		text-align: center;
	}
	#projetos .align {
		text-align: -webkit-center;
		text-align: -moz-center;
	}
}


/****************  clientes  ******************/

#clientes {
	background-image: url(../images/img/banner-clientes.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#clientes h1 {
	font-family: 'Helvetica-Bold';
	font-size: 42px;
	color: #174d70;
	padding-top: 150px;
}

#clientes ul li {
	display: inline;
}

#clientes ul li img {
	margin: 20px 20px;
}

#clientes p {
	font-family: 'Helvetica';
	font-size: 20px;
	color: #75828b;
	line-height: 28px;
}

#clientes .clientes {
	margin: 80px 0;
}

#clientes p span {
	font-family: 'Helvetica-Bold';
}

@media screen and (max-width: 991px) {
	#clientes {
		background-image: none;
	}
}


/****************  contato  ******************/

#contato {
	background-image: url(../images/img/banner-contato.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#contato h1 {
	font-family: 'Helvetica-Bold';
	font-size: 42px;
	color: #ffffff;
	text-align: center;
	padding-top: 100px;
}

#contato p {
	font-family: 'Helvetica';
	font-size: 20px;
	text-align: center;
	padding-bottom: 80px;
	color: #ffffff;
}

#contato h2 {
	font-family: 'Helvetica-Bold';
	font-size: 26px;
	color: #fff;
	line-height: 35px
}

#contato h3 {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
}

#contato a {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	text-decoration: none;
}

#contato input {
	padding: 15px;
	margin: 5px;
	border: none;
}

#contato textarea {
	width: 100%;
	padding: 15px;
	margin: 5px;
	font-size: 14px;
	color: #818182;
	font-family: 'Helvetica';
}

#contato .formulario .input-text {
	font-family: 'Helvetica';
	font-size: 14px;
	color: #818182;
	width: 100%
}

#contato .formulario .column-6-one {
	padding-right: 5px;
}

#contato .formulario .column-6-two {
	padding-left: 5px;
}

#contato .config-btn-one {
	text-align: right;
}

#contato .btn-one {
	font-size: 16px;
	font-family: 'Helvetica-Bold';
	color: #ffffff;
	border: none;
	background-color: #1e8cbc;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 100px;
}

#contato .btn-one:hover {
	background-color: #ffffff;
	color: #1e8cbc;
}

@media screen and (max-width: 991px) {
	#contato .formulario .column-6-one {
		padding-right: 0px;
	}
	#contato .formulario .column-6-two {
		padding-left: 0px;
	}
	#contato input {
		width: 97% !important;
	}
	#contato textarea {
		width: 97%;
	}
	#contato .formulario .btn-one {
		position: initial;
		margin: 20px 0 0 0;
	}
	#contato .formulario .config-btn-one {
		text-align: center;
	}
	#contato #form1 {
		text-align: center;
	}
	#contato .end {
		float: right;
		text-align: center;
	}
	#contato .info {
		text-align: center;
	}
	#contato p {
		padding-bottom: 20px;
	}
}


/****************  footer  ******************/

#footer {
	padding: 30px 0;
	background-color: #174d70;
}

#footer #topo ul li {
	display: inline-flex;
	padding: 0 60px 30px 15px;
}

#footer #topo {
	text-align: center;
}

#footer p {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	margin: 5px 0 0 10px;
	line-height: 22px;
}

#footer h1 {
	font-family: 'Helvetica';
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	margin-left: 10px;
}

#footer .social {
	text-align: right;
}

#footer span {
	font-size: 26px;
	line-height: 28px;
}

#footer hr {
	border: 1px solid #ffffff;
}

#footer h3 {
	color: #ffffff;
	font-family: 'Helvetica';
	font-size: 16px;
	text-align: left;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer .mail {
	position: relative;
	top: 7px;
}

#footer .house {
	top: 6px;
	position: relative;
}

#footer .time {
	top: 6px;
	position: relative;
}

#footer .social ul li {
	display: inline;
	padding-left: 20px;
}

@media screen and (max-width:991px) {
	#footer .social {
		text-align: center;
	}
	#footer h3 {
		left: 0;
		text-align: center;
		padding: 20px 0;
	}
}

@media screen and (max-width:378px) {
	#footer #topo ul li {
		padding: 0 0px 30px 0px;
		text-align: center;
	}
}


/*********** default transitions************/

.transition {
	-webkit-animation-duration: 5s;
	-webkit-animation-delay: 5s;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.shrink:hover {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.zoom:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.rotation:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.parallax {
	min-height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.calcium {
	width: 100%;
	height: 88px;
}
