/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background: #FFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}



/*atribute */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	}

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}



/*elements*/
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}


/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(9em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.2,1), opacity .7s .50s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}


	/*fonts */
	@font-face {
		font-family: "Isidora-Sans-Light";
		src: url("css/IsidoraSansLight.otf");
		font-weight: 100;
	}

	@font-face {
		font-family: "Isidora-Sans-Regular";
		src: url("css/IsidoraSansRegular.otf");
		font-weight: normal;
	}

	@font-face {
		font-family: "Isidora-Sans-Bold";
		src: url("css/IsidoraSansBold.otf");
		font-weight: bold;
	}

	

@media only screen and (min-width: 300px) {
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}	
	
	
	
	
		/*[BACKGROUND]*/	
	.bg-header{
		background: #1a3252;
		padding: 20px 0;
		z-index: 999;
		position: relative;
		float: left;
		margin: 0;
		height: auto
	}
	
	.bg-transparent{
		background: rgba(0,0,0,0);
		padding: 0;
		z-index: 88;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
		
	.bg-degrade{
		position: relative;
		z-index: 77;
		padding: 0;
		width: 100%;
		background: linear-gradient(49deg, #004aad 0%, #0e135d 111%);
	}
		
	.bg-parallax{
		background:url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		bottom: 0;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
	}		
	
	.bg-gray{
		position: relative;
		z-index: 44;
		background: #f3f3f3;
		padding: 0;
	}

	.bg-blue{
		position: relative;
		z-index: 33;
		background: #0e135d;
		padding: 0;
	}

	
	/*HEADER*/
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
		position: relative;
		top: 0;
		z-index: 88
	}	 
	
	a.logo img{ 
		width: 115px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: inline-block;
		position: relative;
		min-width: 100%;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		padding: 0 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 13px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border-bottom: 1px solid #FFF;
		background-color: #004aad!important;
		height: auto!important;
		font-weight: 500;
		text-transform: none!important;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS"!important;
	}

	.dropdown-content a:hover {
		background-color: #004aad!important;
		opacity: 1;
		padding: 13px!important;
		border: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #fff!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #004aad!important;
	}
	
	
	
	
	/*nav-contact*/
	.nav-contact{
		margin: 30px 10% 0;
		text-align: center;
		width: 80%;
		float: right;
		background: #0d4086;
		border-radius: 5px;
		padding: 12px 16px
	}

	.nav-contact img{
		width: 16px;
		position: relative;
		top: 2px;
		left: -2px
	}
	
	.nav-contact a{
		margin: 0;
		text-align: center;
		width: auto;
		float: none;
		font-family: "Avenir-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 14px;
		line-height: 1.1
	}
	
	.nav-contact a strong{
		font-family: "Avenir-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*midia*/
	.midia{
		float: left;
		width: 60%;
		text-align: center;
		margin: 20px 20%
	}
	
	.midia a{
		float: left;
		width: 29.3%;
		margin: 0 2%
	}
	
	.midia a img{
		width: 45px;
	}
	
	
	/*banner*/
	#layerslider{
		height: 530px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0 0 0;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
		
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 100px 0 0!important;
		text-align: center!important
	}
	
	#layerslider .ls-slide .banner figure{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}	
				
	#layerslider .ls-slide .banner figure img{
		width: 300px!important;
		position: relative!important;
		left: 0!important;
	}	
				
	#layerslider .ls-slide span{
		width: 100%!important;
		float: none;
		margin: 50px 0 0
	}	
				
	#layerslider .ls-slide h3{
		font-size: 25px;
		color: #fff;
		text-align: center;
		line-height: 1.2;
		margin: 0!important;
		width: auto!important;
		float: left;
		font-family: "Isidora-Sans-Light", "Segoe UI", "Trebuchet MS"!important;
		font-weight: 100!important
	}	
				
	#layerslider .ls-slide h3 .line{
		width: 100%;
		height: 4px;
		background: url("img/line.png") center center no-repeat;
		float: left;
		margin: 25px 0 20px
	}	
				
	#layerslider .ls-slide strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}	
				
	#layerslider .ls-slide span img{
		width: 0!important;
		float: none;
		padding: 0
	}	
				
	#layerslider .ls-slide p{
		font-size: 18px;
		color: #fff;
		text-align: center;
		line-height: 1.4;
		margin: 0!important;
		width: 100%;
		float: left;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
	}	
				
	
	/* [article] */	
	h1{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		color: #fff;
		text-align: center;
		line-height: 1;
		font-weight: normal;
		margin: 30px 0 50px;
		width: 100%;
		float: left;
	}
	
	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: left;
		width: 100%;
		margin: 0 0 0;
	}
	
	.about span h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		color: #0e135d;
		text-align: center;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 15px;
		width: 100%;
		float: left;
	}
				
	.about span p{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #2e2e2e;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
	}
	
	.about span p strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	.link{
		width: 100%;
		float: left;
		margin: 20px 0 0;
	}
	
	.link a{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 1.4;
		font-weight: normal;
		float: left;
		padding: 8px 15px 10px;
		border-radius: 15px;
		background: #004aad;
		width: 45%;
		margin: 0 2.5% 0;
	}
	
	#blue{
		background: #0e135d;
	}
	
	.about ul{
		width: 100%;
		float: left;
		margin: 0 0 25px;
		list-style: none
	}
	
	.about ul li{
		width: 48%;
		float: left;
		margin: 0 1% 15px;
		list-style: none
	}
	
	.about ul li img{
		width: auto
	}
	
	
	/*aside*/
	.about aside{
		float: left;
		width: 100%;
		margin: 70px 0 0;
		position: relative;
		text-align: center
	}
			
	.about aside img{
		width: 300px;
	}
	

	
	/*column*/
	.column{
		width: 100%;
		float: left;
		margin: 0
	}
	
	.column span{
		width: 100%;
		background: linear-gradient(49deg, #004aad 0%, #0e135d 111%);
		float: left;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 45px 4%;
		color: #fff;
		text-align: left;
		border-radius: 0 25px 25px 0
	}
	
	.column span h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		line-height: 1.2;
		margin-bottom: 15px
	}
	
	.column span h3{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 15px
	}
	
	.column span p{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.4;
	}
	
	.column span p strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.column span h4{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 21px;
		line-height: 1.2;
		margin-bottom: 10px;
		text-align: center
	}
	
	.column span h4 img{
		width: 30px;
		margin-bottom: 10px
	}
	
	.column span p a{
		background-color: transparent;
		color: #fff;
		font-size: 19px;
		line-height: 1.2;
		font-family: "Isidora-Sans-Light", "Segoe UI", "Trebuchet MS";
		padding: 0;
		border-radius: 15px;
		margin: 0 0 50px;
		float: left	
	}

	
	.column span a{
		background: #fff;
		color: #0e135d;
		font-size: 16px;
		line-height: 1.2;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		padding: 12px 20px 15px;
		border-radius: 15px;
		margin: 50px 0 0;
		float: left
	}
	
	.column figure{
		width: 100%;
		float: left;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.column img{
		width: 300px;
	}
	
	
	
	/*services*/
	.services{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: center
	}
	
	.services h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #0e135d;
		font-size: 35px;
		line-height: 1.2;
		margin: 0 0 15px
	}
	
	.services ul{
		float: left;
		width: 90%;
		margin: 0 5%;
		list-style: none
	}
	
	.services ul li{
		float: left;
		width: 90%;
		margin: 0 5% 50px;
		text-align: center
	}
	
	.services ul li:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.95)
	}
	
	.services ul li img{
		width: auto
	}
	
	.services ul li h3{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #0e135d;
		font-size: 20px;
		line-height: 1.2;
		height: auto;
		margin: 30px 0 15px
	}
	
	.services ul li p{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #363636;
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}
	
	.services ul li a{
		background: #0e135d;
		color: #fff;
		font-size: 14px;
		line-height: 1.2;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		padding: 15px 25px;
		border-radius: 15px;
		margin: 50px 0 0
	}
	
	
	/*row*/
	.row{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: left;
	}
	
	.row-tit{
		float: left;
		width: 90%;
		margin: 0 5% 60px;
		text-align: center;
	}
	
	.row-tit img{
		width: 50px;
		float: none;
		position: relative;
		top: -5px
	}
	
	.row-tit h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 26px;
		line-height: 1.2;
		margin: 10px 0 0
	}
	
	.row p{
		font-family: "Isidora-Sans-Light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 20px;
		line-height: 1.2;
		margin: 10px 0 0;
		text-align: center;
		padding: 0 25px
	}
	
	.row p strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.row span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 30px 0
	}
	
	.row span a img{
		width: 200px;
	}
	
	
	/*partners*/
	.partners{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: center;
		list-style: none;
	}
	
	.partners h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #0e135d;
		font-size: 35px;
		line-height: 1.2;
		width: 100%;
		float: left;
		margin: 10px 0 35px
	}

	.partners ul{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		list-style: none;
	}
	
	.partners ul li{
		float: left;
		width: 45%;
		margin: 0 2.5%;
	}
	
	/*form*/	
	form{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}
			
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 14px;
		color: #363636;
		padding: 12px 10px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 2px solid #f0f0f0;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		padding-left: 30px;
	}
	
	.calculator{
		width: 40%;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		margin: 10px 30%!important;
		color: #363636!important;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send:hover{
		opacity: 0.8
	}	
 
	.send{
		cursor: pointer;
		margin: 15px auto 0;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #004aad;
		text-align: center;
		padding: 15px 25px;
		font-size: 18px;
		line-height: 1;
	}	
 
	label{
		font-size: 12px;
		margin: 12px 0 0;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #363636;
		width: 100%;
		float: left;
		font-weight: normal;
	}
	
	.input-re p{
		width: 100%!important
	}
	
	.input::placeholder {
		color: #363636;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #363636;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #363636;
	}
	
	
	/*contact*/
	ul.contact{
		float: left;
		width: 90%;
		margin: 50px 5%;
		text-align: left;
		list-style: none;
	}
	
	/**/
	ul.contact figure{
		float: left;
		width: 100%;
		text-align: center;
		background: #0e135d;
		margin: 0 0 50px;
		padding: 30px 15px;
		border-radius: 25px
	}
	
	ul.contact figure img{
		width: auto
	}
	
	ul.contact figure figcaption{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 12px;
		text-align: center;
		padding: 15px 0 0
	}
	
	ul.contact figure figcaption strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	/**/
	ul.contact li {
		float: left;
		width: 100%;
		margin: 0 0 50px;
		text-align: center;
	}
	
	ul.contact li h3{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #2a2a2a;
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	
	ul.contact li a{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #2a2a2a;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 5px;
		float: none
	}
	
	ul.contact li a strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	ul.contact li#home {
		width: 100%;
		margin: 0 0 50px
	}
	
	ul.contact li#contato {
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	/**/
	.redes{
		float: left;
		width: 60%;
		margin: 25px 20% 0
	}
	
	.redes a{
		float: left;
		width: auto;
		margin: 0 0;
		text-align: center
	}
	
	
	/*footer*/
	.footer{
		float: left;
		width: 100%;
		margin: 50px 0;
	}
	
	.footer p{
		color: #fff;
		font-size: 12px;
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.footer a{
		font-size: 12px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: center;
		margin: 25px 0 0;
	}
	
	.footer a img{
		width: auto;
		float: none;
		position: relative;
		top: -5px
	}
	
	.footer a h4{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1
	}
	
	
	
	
	.footer a figure{
		float: left;
		width: auto;
		text-align: left;
		margin: 0 25px 0 0;
		height: 65px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	

	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 35px;
		height: 35px;
		bottom: 15px;
		right: 15px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
}



@media only screen and (min-width: 603px) {	
		
	
		
	
	/*midia*/
	.midia{
		width: 40%;
		margin: 20px 30%
	}
		
	.about ul li{
		width: 23%;
	}
		
	
	
	/*services*/
	.services{
		margin: 70px 0;
	}
	
	.services h2{
		font-size: 45px;
	}
	
	.services ul{
		width: 100%;
		margin: 0 ;
	}
	
	.services ul li{
		width: 40%;
		margin: 0 5% 50px;
	}
	
	
	
	/*partners*/
	.partners ul li{
		width: 23%;
		margin: 0 1%;
	}
	
	
	/*contact*/
	ul.contact figure{
		width: 50%;
		margin: 0 25% 50px;
	}
	
	ul.contact li {
		width: 48%;
	}
	
	ul.contact li#home {
		width: 48%;
	}
	
	
	
}



@media only screen and (min-width: 1024px) {

/*[Elements] */
	.container{
		width: 1000px;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}


	/*[BACKGROUND]*/	
	.bg-header{
		padding: 0;
		z-index: 999;
		position: relative;
		float: left;
		margin: 0;
		height: 170px
	}
	
	.bg-transparent{
		background: rgba(0,0,0,0);
		padding: 0;
		z-index: 88;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
		
	.bg-parallax{
		background:url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		bottom: 0;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
	}		
	
	.bg-gray{
		position: relative;
		z-index: 44;
		background: #f3f3f3;
		padding: 0;
	}

	.bg-blue{
		position: relative;
		z-index: 33;
		background: #0e135d;
		padding: 0;
	}

	
	/*HEADER*/
	/*logo*/
	a.logo{
		width: 140px;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 140px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 60px 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		min-width: 270px;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		padding: 15px 0 0!important;
		left: 0;
		background: none;
		border-radius: 50px!important
	}

	.dropdown-content a {
		padding: 8px 15px 10px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border: 1px solid #FFF!important;
		background-color: #004aad!important;
		height: auto!important;
		font-weight: normal;
		text-transform: none!important;
		border-radius: 0px!important;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS"!important;
		margin-bottom: 2px!important; 
		text-align: left!important
	}

	.dropdown-content a:hover {
		background-color: rgba(0,0,0,0.0)!important;
		opacity: 1!important;
		padding: 8px 15px 10px!important;
		font-weight: normal;
		color: #fff!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #004aad!important;
	}
	
	
	
	
	/*nav-contact*/
	.nav-contact{
		margin: 60px 0 0;
		text-align: center;
		width: auto;
		float: right;
		background: #0d4086;
		border-radius: 5px;
		padding: 12px 16px
	}

	.nav-contact img{
		width: 16px;
		position: relative;
		top: 2px;
		left: -2px
	}
	
	.nav-contact a{
		margin: 0;
		text-align: left;
		width: auto;
		float: left;
		font-family: "Avenir-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 14px;
		line-height: 1.1
	}
	
	.nav-contact a strong{
		font-family: "Avenir-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*midia*/
	.midia{
		float: right;
		width: auto;
		text-align: center;
		margin: 35px 0
	}
	
	.midia a{
		float: left;
		width: 29.3%;
		margin: 0 2%
	}
	
	.midia a img{
		width: 60px;
	}
	
	
	/*banner*/
	#layerslider{
		height: 900px!important;
		top: -185px;
		margin-bottom: 0;
		width: 100%;
		margin: 0 0 -185px;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
		
	#layerslider img.responsive{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 300px 0 0!important;
	}
	
	#layerslider .ls-slide .banner figure{
		width: 55%!important;
		float: left!important;
		margin: 0!important;
	}	
				
	#layerslider .ls-slide .banner figure img{
		width: 700px!important;
		position: relative!important;
		left: -100px!important;
	}	
				
	#layerslider .ls-slide span{
		width: 45%!important;
		float: left;
		margin: 50px 0 0
	}	
				
	#layerslider .ls-slide h3{
		font-size: 30px;
		color: #fff;
		text-align: left;
		line-height: 1.2;
		margin: 0!important;
		width: auto!important;
		float: left;
		font-family: "Isidora-Sans-Light", "Segoe UI", "Trebuchet MS"!important;
		font-weight: 100!important
	}	
				
	#layerslider .ls-slide h3 .line{
		width: 100%;
		height: 4px;
		background: url("img/line.png") center center no-repeat;
		float: left;
		margin: 25px 0 20px
	}	
				
	#layerslider .ls-slide strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}	
				
	#layerslider .ls-slide span img{
		width: 50px!important;
		float: left;
		padding: 25px 25px 25px 0
	}	
				
	#layerslider .ls-slide p{
		font-size: 22px;
		color: #fff;
		text-align: left;
		line-height: 1.4;
		margin: 0!important;
		width: 100%;
		float: left;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
	}	
				
	
	/* [article] */	
	h1{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 50px;
		color: #fff;
		text-align: left;
		line-height: 1;
		font-weight: normal;
		margin: 20px 0 100px;
		width: 100%;
		float: left;
	}
	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 100px 0;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: right;
		width: 55%;
		margin: 0;
	}
	
	.about span h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 50px;
		color: #0e135d;
		text-align: left;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 35px;
		width: 100%;
		float: left;
	}
				
	.about span p{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #2e2e2e;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
	}
	
	.about span p strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	.link{
		width: 100%;
		float: left;
		margin: 20px 0 0;
	}
	
	.link a{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 21px;
		color: #fff;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
		padding: 8px 25px 10px;
		border-radius: 15px;
		background: #004aad;
		width: auto;
		margin: 0 20px 0 0
	}
	
	#blue{
		background: #0e135d;
	}
	
	.about ul{
		width: 100%;
		float: left;
		margin: 0 0 25px;
		list-style: none
	}
	
	.about ul li{
		width: 23%;
		float: left;
		margin: 0 1% 15px;
		list-style: none
	}
	
	.about ul li img{
		width: auto
	}
	
	
	
	/*aside*/
	.about aside{
		float: left;
		width: 40%;
		margin: 0;
		position: relative;
		text-align: center
	}
			
	.about aside img{
		width: auto;
	}
	

	
	/*column*/
	.column{
		width: 100%;
		float: left;
		margin: 0
	}
	
	.column span{
		width: 50%;
		background: linear-gradient(49deg, #004aad 0%, #0e135d 111%);
		float: left;
		height: 900px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0 5%;
		color: #fff;
		text-align: left;
		border-radius: 0 150px 150px 0
	}
	
	.column span h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 50px;
		line-height: 1.2;
		margin-bottom: 35px
	}
	
	.column span h3{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	
	.column span p{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1.4;
	}
	
	.column span p strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.column span h4{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		line-height: 1.2;
		margin-bottom: 10px;
		text-align: center
	}
	
	.column span h4 img{
		width: 50px;
		margin-bottom: 10px
	}
	
	.column span p a{
		background-color: transparent;
		color: #fff;
		font-size: 23px;
		line-height: 1.2;
		font-family: "Isidora-Sans-Light", "Segoe UI", "Trebuchet MS";
		padding: 0;
		border-radius: 15px;
		margin: 0 0 50px;
		float: left	
	}
	
	.column span a{
		background: #fff;
		color: #0e135d;
		font-size: 16px;
		line-height: 1.2;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		padding: 12px 20px 15px;
		border-radius: 15px;
		margin: 50px 0 0;
		float: left
	}
	
	.column figure{
		width: 50%;
		float: left;
		height: 900px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.column img{
		width: auto;
	}
	
	
	
	/*services*/
	.services{
		float: left;
		width: 100%;
		margin: 120px 0;
		text-align: center
	}
	
	.services h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #0e135d;
		font-size: 70px;
		line-height: 1.2;
		margin: 0 0 60px
	}
	
	.services ul{
		float: left;
		width: 90%;
		margin: 0 5%;
		list-style: none
	}
	
	.services ul li{
		float: left;
		width: 23%;
		margin: 0 1%;
		text-align: center
	}
	
	.services ul li:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.95)
	}
	
	.services ul li img{
		width: auto
	}
	
	.services ul li h3{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #0e135d;
		font-size: 22px;
		line-height: 1.2;
		height: 50px;
		margin: 30px 0 0
	}
	
	.services ul li p{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #363636;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100px;
	}
	
	.services ul li a{
		background: #0e135d;
		color: #fff;
		font-size: 14px;
		line-height: 1.2;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		padding: 15px 25px;
		border-radius: 15px;
		margin: 50px 0 0
	}
	
	
	/*row*/
	.row{
		float: left;
		width: 100%;
		margin: 110px 0;
		text-align: left;
	}
	
	.row-tit{
		float: left;
		width: 60%;
		margin: 0 20% 60px;
		text-align: center;
	}
	
	.row-tit img{
		width: auto;
		float: left;
		position: relative;
		top: 20px
	}
	
	.row-tit h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 26px;
		line-height: 1.2;
		margin: 10px 0 0
	}
	
	.row p{
		font-family: "Isidora-Sans-Light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 20px;
		line-height: 1.2;
		margin: 10px 0 0;
		text-align: center;
		padding: 0 150px
	}
	
	.row p strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.row span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 55px 0 0
	}
	
	.row span a img{
		width: auto;
	}
	
	
	/*partners*/
	.partners{
		float: left;
		width: 100%;
		margin: 110px 0;
		text-align: left;
		list-style: none;
	}
	
	.partners h2{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #0e135d;
		font-size: 55px;
		line-height: 1.2;
		width: 20%;
		float: left;
		margin: 10px 0 0
	}

	.partners ul{
		float: right;
		width: 80%;
		margin: 0;
		text-align: left;
		list-style: none;
	}
	
	.partners ul li{
		float: left;
		width: 23%;
		margin: 0 1%;
	}
	
	
	/*form*/	
	form{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}
			
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 14px;
		color: #363636;
		padding: 12px 10px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 2px solid #f0f0f0;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		padding-left: 30px;
	}
	
	.calculator{
		width: 40%;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		margin: 10px 30%!important;
		color: #363636!important;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send:hover{
		opacity: 0.8
	}	
 
	.send{
		cursor: pointer;
		margin: 15px auto 0;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #004aad;
		text-align: center;
		padding: 15px 25px;
		font-size: 18px;
		line-height: 1;
	}	
 
	label{
		font-size: 12px;
		margin: 12px 0 0;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #363636;
		width: 100%;
		float: left;
		font-weight: normal;
	}
	
	.input-re p{
		width: 100%!important
	}
	
	.input::placeholder {
		color: #363636;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #363636;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #363636;
	}
	
	
	/*contact*/
	ul.contact{
		float: left;
		width: 100%;
		margin: 110px 0;
		text-align: left;
		list-style: none;
	}
	
	/**/
	ul.contact figure{
		float: left;
		width: 21%;
		text-align: center;
		background: #0e135d;
		margin: 0;
		padding: 30px 0;
		border-radius: 25px
	}
	
	ul.contact figure img{
		width: auto
	}
	
	ul.contact figure figcaption{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 12px;
		text-align: center;
		padding: 15px 0 0
	}
	
	ul.contact figure figcaption strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	/**/
	ul.contact li {
		float: left;
		width: 29%;
		margin: 0 0 0 3%;
		text-align: left;
	}
	
	ul.contact li h3{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		color: #2a2a2a;
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	
	ul.contact li a{
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #2a2a2a;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 5px;
		float: left
	}
	
	ul.contact li a strong{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	ul.contact li#home {
		width: 18%;
		margin: 0
	}
	
	ul.contact li#contato {
		float: left;
		width: 29%;
		margin: 0;
		text-align: left;
	}
	
	/**/
	.redes{
		float: left;
		width: auto;
		margin: 25px 0 0
	}
	
	.redes a{
		float: left;
		width: auto;
		margin: 0 15px 0 0;
		text-align: left
	}
	
	
	/*footer*/
	.footer{
		float: left;
		width: 100%;
		margin: 65px 0 55px;
	}
	
	.footer p{
		color: #fff;
		font-size: 14px;
		float: left;
		width: auto;
		text-align: left;
		margin: 0;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	
	.footer a{
		font-size: 14px;
		color: #fff;
		float: right;
		width: 27%;
		text-align: right;
		margin: 0
	}
	
	.footer a img{
		width: auto;
		float: left;
		position: relative;
		top: -5px
	}
	
	.footer a h4{
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1
	}
	
	
	
	
	.footer a figure{
		float: left;
		width: auto;
		text-align: left;
		margin: 0 25px 0 0;
		height: 65px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
			
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}