/*
	[Initial]
				 */
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%;
	}




/*
	[Attribute]
				 */
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%;
	}



/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .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%);
	}



	

@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-color: #FFF;
		padding: 0;
		z-index: 99;
		position: relative;
		height: auto;
		float: left;
		margin: 0;
	}
	
	.bg-section{
		z-index: 22;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: #fff;
		padding: 0;
	}
		
	.bg-orange{
		position: relative;
		z-index: 55;
		background: #eb1821;
		padding: 20px 0 0;
	}
	
	.bg-yellow{
		position: relative;
		z-index: 55;
		background: #ffba05;
		padding: 0;
	}
	
	.bg-article{
		background :url("img/bg-article.jpg") top center no-repeat #fff;
		float: left;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 88;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	
	.bg-parallax-b{
		background: url("img/bg-parallax-b.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	

	
/*
	[HEADER]
				 */
			
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 35px 0;
		float: left;
		position: relative;
	}	 
	
	a.logo img{ 
		width: 290px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 10px 0!important;
		font-weight: normal;
		padding: 0!important;
	}

	

/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 150px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0;
	}
	
	#layerslider img{
		height: 150px!important;
	}
		
	#layerslider .ls-slide span{
		width: 100%!important;
		float: left!important;
		margin: 30px 0 0!important;
	}
	
	#layerslider .ls-slide h1{
		width: 100%;
		float: left;
		margin: 0;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		font-size: 30px;
		text-align: center;
		border-bottom: 2px solid #fff;
		padding: 15px 0;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.0
	}
		
	
	
	
	
/*
		[ARTICLE]
						 */

	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0 0;
	}
					
	.about h2{
		width: 100%;
		float: left;
		margin: 0 0 45px;
		color: #eb1821;
		font-family: 'Montserrat', sans-serif;
		font-size: 35px;
		text-align: center;
		border-bottom: 2px solid #eb1821;
		padding: 15px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.0
	}
	
	.about p{
		color: #555555;
		font-size: 18px;
		text-align: justify;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: normal;
		line-height: 1.5;
		height: auto;
		position: relative;
		border-bottom: 2px solid rgba(236,236,236,1.00);
		padding: 0 30px 30px;
		float: left;
		width: 100%;
	}
	
	.about a{
		width: 100%;
		float: left;
		text-align: center;
		position: relative;
		top: -20px;
		z-index: 1
	}
		
	
	
	/*aside*/
	aside{
		float: right;
		width: 100%;
		text-align: center;
		margin: 50px 0;
	}
	
	aside img{
		width: 290px;
	}
	
	
	
	/*row*/
	.row{
		float: left;
		width: 100%;
		margin: 50px 0;
	}
		
	.row li{
		float: left;
		width: 100%;
		margin: 0 0 30px;
		height: auto;
		border-radius: 50px;
		border: 2px solid rgba(236,236,236,1.00);
		padding: 40px;
	}
	
	.row li h2{
		width: 100%;
		float: left;
		margin: 0 0 15px;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 25px;
		text-align: center;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.0
	}
	
	.row li p{
		color: #fff;
		font-size: 16px;
		text-align: justify;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: normal;
		line-height: 1.5;
		float: left;
		width: 100%;
		position: relative;
	}
	
	.row li p.max{
		font-size: 16px!important;
	}
	
	
	/*sidebar*/
	a.sidebar{
		float: left;
		width: 90%;
		text-align: center;
		margin: 40px 5%;
		border: 1px solid #fff;
		padding: 30px 0 50px;
		border-radius: 15px;
	}
	
	a.sidebar:hover{
		opacity: 0.8;
		transition: 1s;
		transform: scale(0.98);
	}
	
	a.sidebar p{
		color: #fff;
		font-size: 25px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		line-height: 1.0;
		float: left;
		width: 100%;
		position: relative;
		font-weight: 300;
		text-align: center;
		margin: 15px 0 0;
	}
	
	a.sidebar p em{
		font-size: 40px;
		font-weight: bold;
		font-style: normal;
	}
	
	a.sidebar p strong{
		background: #ffba05;
		padding: 5px 15px 10px;
		text-align: center;
		line-height: 0;
		font-weight: 900;
		font-size: 30px;
		top: 60px;
		position: relative
	}
	
	
	/*partner*/
	ul.partner{
		float: left;
		width: 100%;
		margin: 50px 0;
		list-style: none;
	}
	
	ul.partner li{
		float: left;
		width: 45%;
		margin: 0 2.5% 15px;
	}
	
	ul.partner li img{
		border-bottom: 10px solid #C80000
	}
	
	ul.partner li img:hover{
		border-bottom: 10px solid #00003C;
		transition: 1s;
		transform: scale(0.98);
	}
	
	
	/*certificate*/
	.certificate{
		float: left;
		width: 100%;
		margin: 50px 0 0
	}
	
	.certificate a{
		float: left;
		width: 90%;
		margin: 0 5% 15px;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}
	
	.certificate a span{
		border: 2px solid #e9161e;
		padding: 10px;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.certificate a span img{
		width: auto;
	}
	
	.certificate a p{
		float: left;
		width: 100%;
		margin: 0;
		font-size: 23px;
		background: #e9161e;
		padding: 30px 0;
		color: #fff;
		font-weight: bold;
	}
	
	
	
	/*list*/
	ul.list{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none
	}
	
	ul.list li{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		border-left: 10px solid #eb1821;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		padding: 10px 20px;
		text-align: center;
		color: #555555;
		font-weight: 600;
		line-height: 1.5;
	}
	
	ul.list li:hover{
		background: #eb1821;
		color: #fff;
		transition: 1s;
	}
	
	
	/*column*/
	.column{
		float: left;
		width: 90%;
		margin: 50px 5%
	}
	
	.column a{
		float: left;
		width: 98%;
		margin: 25px 1%;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}
	
	.column a span{
		border: 2px solid #e9161e;
		padding: 10px;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.column a span img{
		width: auto;
	}
	
	.column a p{
		float: left;
		width: 100%;
		margin: 0;
		font-size: 16px;
		background: #e9161e;
		padding: 30px 20px;
		color: #fff;
		font-weight: bold;
		height: 90px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	
	
	
	/*form*/
	
	/*link-cadastro*/
	.link-cadastro{
		float: left;
		width: 100%;
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		margin: 50px 0 -80px 0 
	}
	
	.link-cadastro a{
		float: left;
		width: 45%!important;
		margin: 0 2.5%!important;
		color: #393738;
		text-align: center;
		border-radius: 50px;
		border: 3px solid #393738;
		padding: 12px;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 800;
	}
	
	.link-cadastro a.ativado{
		background: #C80000;
		color: #fff;
		border: 3px solid #393738;
	}
		
	.link-cadastro a:hover{
		background: #C80000;
		color: #fff;
		border: 3px solid #393738;
		opacity: 1;
		transform: scale(1);
	}
	
	
	
	.form{
		float: left;
		width: 100%;
		margin: 50px 0 120px;
	}
	
	.form-top{
		margin: 70px 0;
	}
	
	.form p{
		color: #fff;
		font-size: 25px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		line-height: 1.5;
		float: left;
		width: 100%;
		position: relative;
		font-weight: bold;
		text-align: center;
		margin: 50px 0 50px;
	}
	
	label{
		font-size: 20px;
		color: #fff;
		margin: 0 1%;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: 900;
		text-transform: uppercase;
		width: 98%;
		float: left;
	}
	
	label.budget{
		font-size: 18px;
		color: #666;
		margin: 0 1%;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: 900;
		text-transform: uppercase;
		width: 98%;
		float: left;
	}
	
	label span{
		position: relative;
		left: 25px;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 10px 0 25px;
		font-size: 20px;
		color: #fff;
		padding: 12px 25px 14px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #fff;
		font-weight: normal;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
		
	.input-budget{
		float: left;
		width: 100%;
		margin: 10px 0 45px;
		font-size: 22px;
		color: #666!important;
		padding: 10px 35px 12px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #666;
		font-weight: normal;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
		
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: url("img/send.png") top center no-repeat;
		border: 0;
		cursor: pointer;
		margin: 0 auto;
		width: 68px;
		height: 68px;
		font-size: 0;
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.8;
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 10px 40% 0;
		font-size: 20px;
		color: #666;
		padding: 15px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #666;
		background-color: transparent;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
	
	.input-re{
		height: 150px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
			
	
	
/*
		[FOOTER]
						 */
	
	footer h2{
		width: 100%;
		text-align: center;
		float: left;
		margin: 80px 0 0;
		color: #eb1821;
		font-family: 'Montserrat', "sans-serif";
		font-size: 25px;
		padding: 25px 30px;
		border-bottom: 2px solid #eb1821;
	}
	
	
	/*contact*/
	ul.contact{
		float: right;
		width: 100%;
		margin: 85px 0 0;
		list-style: none;
	}
	
	ul.contact li{
		float: left;
		width: 100%;
		margin: 0 0 25px;
		text-align: center;
		padding: 40px 25px;
		border: 4px solid #f2f2f2;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border-radius: 15px
	}
				
	ul.contact li span{
		width: 100%;
		float: left;
		text-align: center;
		margin: 10px 0 0;
	}
	
	ul.contact li img{
		width: 25px!important;
	}	
	
	ul.contact li p{
		width: 100%;
		font-size: 17px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		text-align: center;
		line-height: 1.7;
		margin: 10px 0 0;
	}
	
	ul.contact li p a{
		color: #666666;
	}
	
	
	
	
	/*map*/
	ul.contact li.location{
		width: 100%;
		margin: 0 0 25px;
		padding: 0;
		border: 0;
	}
	
	.map{
		float: left;
		width: 100%;
		height: 220px;
		border: 0;
		border: 4px solid #C80000;
		border-radius: 15px;
		margin: 10px 0;
		padding: 5px
	}
	
	/*maps*/
	.maps{
		float: left;
		width: 100%;
		border: 0;
		border-radius: 15px;
		margin: 10px 0 50px;
		list-style: none
	}
	
	.maps iframe{
		float: left;
		width: 100%;
		height: 200px;
		border: 0;
		border: 4px solid #C80000;
		border-radius: 15px;
		margin: 10px 0;
		padding: 5px
	}
	
	
	/*ans*/
	a.ans{
		float: left;
		width: 80%;
		text-align: center;
		font-size: 15px;
		color: #fff;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
		margin: 25px 10%;
		letter-spacing: 1px;  
		font-weight: normal;
	}
			
	a.ans strong{
		font-size: 15px;
	}
	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 10px;
		right: 10px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 0;
		z-index: 1000;
	}
	
	img.button-a{
		width: 0
	}
	
	img.button-b{
		width: auto
	}
	
	
}









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

/*
		[ARTICLE]
						 */
	
	/*aside*/
	
	aside img{
		width: 400px;
	}
	
	
	
	/*row*/
	.row{
		width: 100%;
	}
		
	.row li{
		width: 48%;
		margin: 0 1% 30px;
		padding: 40px;
		border: 0
	}
		
	.row li p{
		font-size: 16px;
	}
	
	.row li p.max{
		font-size: 22px!important;
	}
	
	
	/*sidebar*/
	a.sidebar{
		float: left;
		width: 48%;
		margin: 40px 1%;
	}
	
	
	/*partner*/
	ul.partner li{
		width: 23%;
		margin: 0 1% 15px;
	}
	
	
	/*certificate*/
	.certificate a{
		width: 48%;
		margin: 0 1% 15px;
	}
	
	
	/*list*/
	ul.list li{
		margin: 0 0 15px;
		font-size: 20px;
		padding: 10px 20px;
		text-align: left;
	}
	
	
	/*column*/
	.column a{
		width: 48%;
		margin: 25px 1%;
	}

	
	
/*
		[FOOTER]
						 */
	
	/*contact*/
	ul.contact{
		width: 60%;
		margin: 85px 20% 0;
	}	
	
	
	
	
}










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

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


/*
		[BACKGROUND]
						 */
	.bg-header{
		background-color: #FFF;
		padding: 0;
		z-index: 99;
		position: relative;
		height: auto;
		float: left;
		margin: 0;
	}
	
	.bg-section{
		z-index: 22;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: #fff;
		padding: 0;
	}
		
	.bg-orange{
		position: relative;
		z-index: 55;
		background: #eb1821;
		padding: 0;
	}
	
	.bg-article{
		background :url("img/bg-article.jpg") top center no-repeat #fff;
		float: left;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 88;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	

	
/*
	[HEADER]
				 */
			
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 35px 0;
		float: left;
		position: relative;
	}	 
	
	a.logo img{ 
		width: 400px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 0!important;
		font-weight: normal;
		padding: 0!important;
	}

	

/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 300px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0;
	}
	
	#layerslider img{
		height: 300px!important;
	}
	
	#layerslider .ls-slide span{
		width: 100%!important;
		float: left!important;
		margin: 80px 0 0!important;
	}
	
	#layerslider .ls-slide h1{
		width: 60%;
		float: left;
		margin: 0;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		font-size: 50px;
		text-align: left;
		border-bottom: 2px solid #fff;
		padding: 30px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.0
	}
		
	
	
	
	
/*
		[ARTICLE]
						 */

	/*about*/
	.about{
		float: left;
		width: 45%;
		margin: 100px 0 0;
	}
					
	.about h2{
		width: 100%;
		float: left;
		margin: 0 0 45px;
		color: #eb1821;
		font-family: 'Montserrat', sans-serif;
		font-size: 55px;
		text-align: left;
		border-bottom: 2px solid #eb1821;
		padding: 30px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.0
	}
	
	.about p{
		color: #555555;
		font-size: 19px;
		text-align: justify;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: normal;
		line-height: 1.7;
		height: auto;
		position: relative;
		border-bottom: 10px solid rgba(236,236,236,1.00);
		padding: 0 30px 40px;
		float: left;
		width: 100%;
		margin-bottom: 25px
	}
	
	
	.about a{
		width: 100%;
		float: left;
		text-align: center;
		position: relative;
		top: -20px;
		z-index: 1
	}
		
	
	
	/*aside*/
	aside{
		float: right;
		width: 55%;
		text-align: center;
		margin: 95px 0;
	}
	
	aside img{
		width: auto;
	}
	
	
	
	/*row*/
	.row{
		float: left;
		width: 100%;
		margin: 100px 0;
		list-style: none
	}
		
	.row li{
		float: left;
		width: 50%;
		margin: 0;
		height: 400px;
		border-radius: 50px;
		border: 2px solid rgba(236,236,236,1.00);
		padding: 0 40px;
	}
	
	.row li h2{
		width: 100%;
		float: left;
		margin: 40px 0 15px;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 40px;
		text-align: left;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.0
	}
	
	.row li p{
		color: #fff;
		font-size: 16px;
		text-align: justify;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: normal;
		line-height: 1.5;
		float: left;
		width: 100%;
		position: relative;
	}
	
	.row li p.max{
		font-size: 26px!important;
	}
	
	
	/*sidebar*/
	a.sidebar{
		float: left;
		width: 40%;
		text-align: center;
		margin: 90px 5% 100px;
		border: 1px solid #fff;
		padding: 30px 0 50px;
		border-radius: 15px;
	}
	
	a.sidebar:hover{
		opacity: 0.8;
		transition: 1s;
		transform: scale(0.98);
	}
	
	a.sidebar p{
		color: #fff;
		font-size: 25px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		line-height: 1.0;
		float: left;
		width: 100%;
		position: relative;
		font-weight: 300;
		text-align: center;
		margin: 15px 0 0;
	}
	
	a.sidebar p em{
		font-size: 40px;
		font-weight: bold;
		font-style: normal;
	}
	
	a.sidebar p strong{
		background: #ffba05;
		padding: 5px 15px 10px;
		text-align: center;
		line-height: 0;
		font-weight: 900;
		font-size: 30px;
		top: 60px;
		position: relative
	}
	
	
	/*partner*/
	ul.partner{
		float: left;
		width: 100%;
		margin: 90px 0;
		list-style: none;
	}
	
	ul.partner li{
		float: left;
		width: 22%;
		margin: 0 1.5% 15px;
	}
	
	ul.partner li img{
		border-bottom: 10px solid #C80000
	}
	
	ul.partner li img:hover{
		border-bottom: 10px solid #00003C;
		transition: 1s;
		transform: scale(0.98);
	}
	
	
	/*certificate*/
	.certificate{
		float: left;
		width: 45%;
		margin: 110px 0 0
	}
	
	.certificate a{
		float: left;
		width: 98%;
		margin: 0 1%;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}
	
	.certificate a span{
		border: 2px solid #e9161e;
		padding: 10px;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.certificate a span img{
		width: auto;
	}
	
	.certificate a p{
		float: left;
		width: 100%;
		margin: 0;
		font-size: 20px;
		background: #e9161e;
		padding: 30px 0;
		color: #fff;
		font-weight: bold;
	}
	
	
	
	/*list*/
	ul.list{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none
	}
	
	ul.list li{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		border-left: 10px solid #eb1821;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		padding: 6px 20px;
		text-align: left;
		color: #555555;
		font-weight: 600;
		line-height: 1.4;
	}
	
	ul.list li:hover{
		background: #eb1821;
		color: #fff;
		transition: 1s;
	}
	
	
	/*column*/
	.column{
		float: left;
		width: 100%;
		margin: 80px 0
	}
	
	.column a{
		float: left;
		width: 31.3%;
		margin: 25px 1%;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}
	
	.column a span{
		border: 2px solid #e9161e;
		padding: 10px;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.column a span img{
		width: auto;
	}
	
	.column a p{
		float: left;
		width: 100%;
		margin: 0;
		font-size: 19px;
		background: #e9161e;
		padding: 30px 20px;
		color: #fff;
		font-weight: bold;
		height: 110px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	
	
	
	/*form*/
	.link-cadastro{
		float: left;
		width: 100%;
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		margin: 50px 0 -80px 0  
	}
	
	.link-cadastro a{
		float: left;
		width: 45%!important;
		margin: 0 2.5%!important;
		color: #393738;
		text-align: center;
		border-radius: 50px;
		border: 3px solid #393738;
		padding: 15px;
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 800;
	}
	
	.link-cadastro a.ativado{
		background: #C80000;
		color: #fff;
		border: 3px solid #393738;
	}
		
	.link-cadastro a:hover{
		background: #C80000;
		color: #fff;
		border: 3px solid #393738;
		opacity: 1;
		transform: scale(1);
	}
	
	.form{
		float: left;
		width: 100%;
		margin: 50px 0 120px;
	}
	
	.form-top{
		margin: 70px 0;
	}
	
	.form p{
		color: #fff;
		font-size: 25px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		line-height: 1.5;
		float: left;
		width: 100%;
		position: relative;
		font-weight: bold;
		text-align: center;
		margin: 50px 0 50px;
	}
	
	label{
		font-size: 20px;
		color: #fff;
		margin: 0 1%;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: 900;
		text-transform: uppercase;
		width: 48%;
		float: left;
	}
	
	label.budget{
		font-size: 18px;
		color: #666;
		margin: 0 1%;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: 900;
		text-transform: uppercase;
		width: 31.3%;
		float: left;
	}
	
	label span{
		position: relative;
		left: 25px;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 10px 0 25px;
		font-size: 20px;
		color: #fff;
		padding: 12px 25px 14px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #fff;
		font-weight: normal;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
		
	.input-budget{
		float: left;
		width: 100%;
		margin: 10px 0 45px;
		font-size: 22px;
		color: #666!important;
		padding: 10px 35px 12px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #666;
		font-weight: normal;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
		
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: url("img/send.png") top center no-repeat;
		border: 0;
		cursor: pointer;
		margin: 0 auto;
		width: 68px;
		height: 68px;
		font-size: 0;
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.8;
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 10px 40% 0;
		font-size: 20px;
		color: #666;
		padding: 15px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #666;
		background-color: transparent;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
	
	.input-re{
		height: 150px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
			
	
	
/*
		[FOOTER]
						 */
	
	footer h2{
		width: 100%;
		text-align: left;
		float: left;
		margin: 80px 0 0;
		color: #eb1821;
		font-family: 'Montserrat', "sans-serif";
		font-size: 50px;
		padding: 25px 30px;
		border-bottom: 2px solid #eb1821;
	}
	
	
	/*contact*/
	ul.contact{
		float: right;
		width: 100%;
		margin: 85px 0 0;
		list-style: none;
	}
	
	ul.contact li{
		float: left;
		width: 33.3%;
		margin: 0 0 60px;
		text-align: center;
		padding: 0;
		border: 4px solid #f2f2f2;
		height: 290px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border-radius: 15px
	}
				
	ul.contact li span{
		width: 100%;
		float: left;
		text-align: center;
		margin: 10px 0 0;
	}
	
	ul.contact li img{
		width: 25px!important;
	}	
	
	ul.contact li p{
		width: 100%;
		font-size: 17px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		text-align: center;
		line-height: 1.7;
		margin: 10px 0 0;
	}
	
	ul.contact li p a{
		color: #555555;
	}
	
	
	
	
	/*map*/
	ul.contact li.location{
		width: 33.3%;
		margin: 0 0 80px;
		padding: 0;
		border: 0;
	}
	
	.map{
		float: left;
		width: 100%;
		height: 300px;
		border: 0;
		border: 4px solid #eb1821;
		border-radius: 15px;
		margin: 0;
		padding: 5px
	}
	
	
	/*maps*/
	.maps{
		float: left;
		width: 100%;
		border: 0;
		border-radius: 15px;
		margin: 10px 0 50px;
		list-style: none
	}
	
	.maps iframe{
		float: left;
		width: 50%;
		height: 400px;
		border: 0;
		border: 4px solid #C80000;
		border-radius: 15px;
		margin: 10px 0;
		padding: 5px
	}
	
	
	
	
	
	
	/*ans*/
	a.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #fff;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
		margin: 40px 0;
		letter-spacing: 1px;  
		font-weight: normal;
	}
			
	a.ans strong{
		font-size: 16px;
	}
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 180px;
		height: 38px;
		top: 50px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
	img.button-a{
		width: 180px
	}
	
	img.button-b{
		width: 0
	}
			
}






/* 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}
}

/*
	 [EFFECT]
				 */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}