
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding-bottom: 150px;
	background: url('../img/bkg-dots.png');
}

h1{
	font-size: 25px;
	text-transform: uppercase;
	color: #015876;
	border-left: 5px solid #015876;
	padding: 15px 0 15px 15px;
	font-weight: 700;
	margin-top: 65px;
	margin-bottom: 40px;
}


.topo{
	width: 100%;
	position: absolute;
	top: 0;
	padding: 40px 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8);
}


.menu-desk{
	margin-top: 40px;
}

.menu-desk li{
	padding: 0 15px;
}

.menu-desk a{
	color: #015876;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
	border-top: 3px solid transparent;
}

.menu-desk a:hover{
	text-decoration: none;
	border-top: 3px solid #0185c3;
}



.home{
	line-height: 24px;
}

.home h1{
	font-size: 25px;
	text-transform: uppercase;
	color: #015876;
	border-left: 5px solid #015876;
	padding: 15px 0 15px 15px;
	font-weight: 700;
	margin-top: 65px;
	margin-bottom: 40px;
}

.home article{
	padding-left: 100px;
}

.blue{
	color: #fff;
	border-top: 3px solid #005679;
	padding: 50px 0 40px;
	background: url('../img/dots-blue.png');
}

.blue h2{
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	border-left: 5px solid #fff;
	padding: 15px 0 15px 15px;
	font-weight: 700;
	margin-top: 65px;
	margin-bottom: 40px;
}



#owl-demo .item{
    padding: 0px 20px 0 0;
}

#owl-demo .item img{ 
    margin-bottom: 20px;
}

#owl-demo .item p{ 
    margin-bottom: 20px;
    line-height: 26px;
}

#owl-demo .item a.mais{ 
	color: #fff;
	display: inline-block;
	padding: 10px 40px;
    background: #015876;
}

#owl-demo .item a.mais:hover{ 
	text-decoration: none;
	background: #00445c;
}

.owl-buttons{
	position: relative;
}

.owl-buttons .owl-prev{
	position: absolute;
	top: -250px;
	left: -60px;
	width: 31px;
	height: 52px;
	background: url('../img/seta-esq.png') no-repeat!important;
}

.owl-buttons .owl-next{
	position: absolute;
	top: -250px;
	right: -40px;
	width: 31px;
	height: 52px;
	background: url('../img/seta-dir.png') no-repeat!important;
}


.copy{
	padding-top: 50px;
	padding-bottom: 40px;
}

footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	color: #fff;
	z-index: 999;
	background: #015876;
}

footer .col-md-3 h3{
	font-size: 16px;
	font-weight: 700;
	padding: 30px 0 30px 75px;
	background: url('../img/ico-email.png') no-repeat left;
}

footer .col-md-3 h3 span{
	font-size: 14px;
	font-weight: 400;
	display: block;
}

footer .col-md-4 h3{
	font-size: 16px;
	font-weight: 700;
	padding: 30px 0 30px 75px;
	background: url('../img/ico-telefone.png') no-repeat left;
}

footer .col-md-4 h3 span{
	font-size: 14px;
	font-weight: 400;
	display: block;
}

footer .form-control{
	border-radius: 0;
	margin-top: 10px;
	border: 1px solid #ccdee4;
	background: #017cb4;
}

footer input[type=submit]{
	display: block;
	width: 100%;
	height: 135px;
	border: 0;
	text-indent: -9999px;
	background: #017cb4 url('../img/ico-enviar.png') no-repeat center center;
}


.banner-interna{
	width: 100%;
	height: 430px;
}

.banner-empresa{
	background: url('../img/banners/empresa.jpg') no-repeat center center;
}


.lista-cliente .row{
	margin-bottom: 60px;
}

.lista-cliente img.img-responsive{ 
    margin-bottom: 20px;
}

.lista-cliente p{ 
    margin-bottom: 20px;
    line-height: 26px;
}

.lista-cliente a.mais{ 
	color: #fff;
	display: inline-block;
	padding: 10px 40px;
    background: #015876;
}

.lista-cliente a.mais:hover{ 
	text-decoration: none;
	background: #00445c;
}


.contato .form-control{
	color: #fff;
	border-radius: 0;
	margin-top: 10px;
	height: auto;
	padding: 10px 20px;
	resize: none;
	border: 1px solid #ccdee4;
	background: #017cb4;
}

.contato input[type=submit]{
	border: 0;
	color: #fff;
	font-size: 20px;
	border-radius: 0;
	padding: 10px 50px;
	background: #015876;
}

.lista-parceiros .col-md-3{
	margin-bottom: 30px;
}


/*******************************************************/


@media (max-width: 768px){

	body{
		padding-bottom: 0px;
	}

	.topo-mobile{
		padding-top: 15px;
		padding-bottom: 15px;
		background: #fff;
	}

	.topo-mobile .img-responsive{
		margin: 0 auto 15px;
	}

	.fluid_container,
	#camera_wrap_4 {
		height: 250px;
	}

	.home article {
		padding-left: 0;
	}

	.owl-buttons {
		display: none;
	}

	.blue {
		padding: 0px 0 20px;
	}

	.footer-mobile{
		color: #fff;
		background: #015876;
	}

	.footer-mobile .cadastre h3{
		font-size: 16px;
		font-weight: 700;
		padding: 30px 0 30px 75px;
		background: url('../img/ico-email.png') no-repeat left;
	}

	.footer-mobile .cadastre h3 span{
		font-size: 14px;
		font-weight: 400;
		display: block;
	}

	.footer-mobile .form-control{
		border-radius: 0;
		margin-top: 10px;
		border: 1px solid #ccdee4;
		background: #017cb4;
	}

	.footer-mobile input[type=submit]{
		display: block;
		width: 100%;
		height: 50px;
		margin-top: 10px;
		border: 0;
		text-indent: -9999px;
		background: #017cb4 url('../img/ico-enviar.png') no-repeat center center;
	}

	.footer-mobile .fale h3{
		font-size: 16px;
		font-weight: 700;
		padding: 30px 0 30px 75px;
		background: url('../img/ico-telefone.png') no-repeat left;
	}

	.footer-mobile .fale h3 span{
		font-size: 14px;
		font-weight: 400;
		display: block;
	}

	.copy-mobile{
		padding-top: 20px;
		padding-bottom: 20px;
		color: #000;
		background: url('../img/bkg-dots.png');
	}


}






