/*
	[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;
	font-family: 'Asap', sans-serif;
}
	
.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;
	}

	.container-b{
		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: 35px 0;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax-red{
		background: url("img/bg-parallax-red.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-gray{
		background: url("img/bg-parallax-gray.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-form{
		background :url("img/bg-form.jpg") top center;
		float: left;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 55;
		height: 1000px
	}
	
	.bg-black{
		position: relative;
		z-index: 55;
		background: #2e2e2e;
		padding: 0;
	}
	
	
	
/*
	[HEADER]
				 */
		
	/*contact-header*/
	.contact-header{
		float: right;
		width: 0;
		margin: 0;
		color: #fff;
		text-align: center;
	}
	
	.contact-header img{
		width: 0;
		text-align: center;
		position: relative;
		left: 0;
		float: none;
	}
	
	.contact-header span{
		font-size: 0;
		width: auto;
		float: none;
		text-align: center;
		position: relative;
		top: 0
	}
	
	.contact-header span a{
		color: #fff
	}
		
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 0 20px;
		float: left;
		position: relative;
		z-index: 888
	}	 
	
	a.logo img{ 
		width: 250px;
	}
		
	
	/*menu*/
	.nav ul {
		font-size: 17px!important;
		margin: 20px 0 -10px!important;
		letter-spacing: -0.5px;
		font-weight: 600!important;
		border-bottom: 0
	}
	


/*
		[ANIMATION]
						 */
	
	
	#layerslider{
		height: 250px!important;
		top: 0;
		margin-bottom: 0;
	}
	
	#layerslider img{
		height: 250px!important;
	}
				
	
	
	
/*
		[ARTICLE]
						 */
	
	/*tit*/
	.tit{
		float: left;
		width: 100%;
		margin: 80px 0;
		color: #2e2e2e;
		font-family: 'Montserrat', sans-serif;
	}
	
	.tit h1{
		float: left;
		width: 100%;
		margin: 0 0 30px;
		border-bottom: 0;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 40px;
		line-height: 0.5;
		font-weight: normal;
		text-align: center;
		padding: 0 35px;
	}
	
	.tit h1 strong{
		font-size: 50px;
		font-weight: bold
	}
	
	.tit h2{
		float: right;
		width: 100%;
		margin: 0;
		border-bottom: 5px solid #ed232a;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		padding: 0 15px 30px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 16px;
		font-weight: normal;
		line-height: 1.2;
		text-transform: uppercase
	}
	
	
	
	.about{
		float: left;
		width: 100%;
		margin: -30px 0 40px;
	}
	
	.about p{
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 16px;
		font-weight: normal;
		line-height: 1.5;
		text-align: justify;
	}
	
	aside{
		float: right;
		width: 100%;
		margin: 0 0 70px;
		text-align: center
	}
	
	aside img{
		width: 270px;
	}
	
	
	/*services*/
	ul.services{
		width: 100%;
		margin: 0;
		float: left;
		list-style: none;
		color: #1A1A1A;
	}
	
	ul.services li{
		width: 98%;
		margin: 0 1% 4px;
		float: left;
		height: 120px;
	}
	
	ul.services li span{
		float: left;
		width: 30%;
		height: 120px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: left;
		background: rgba(148,21,23,1.00);
		padding: 20px;
	}
	
	ul.services li p{
		float: right;
		width: 60%;
		height: 120px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 16px;
		text-align: left;
	}
	
	ul.services li p strong.max-p{
		font-size: 22px;
	}
	
	/*map*/
	.map{
		width: 100%;
		margin: 0 0 30px;
		height: 350px;
		border: 4px solid rgba(223,223,223,1.00);
		padding: 15px;
	}
		
	.map-b{
		width: 100%;
		margin: 0 0 30px;
		height: 350px;
		border: 4px solid #ed232a;
		padding: 15px;
	}
		
	/*contact*/
	ul.contact{
		float: left;
		width: 100%;
		margin: 0px;
		list-style: none
	}
	
	ul.contact li{
		float: left;
		border: 3px solid #ed232a;
		width: 100%;
		font-size: 18px;
		margin: 0 0 5px;
		line-height: 1.5;
		padding: 20px 45px;
		text-align: center;
	}
	
	ul.contact li strong{
		background: #ed232a;
		color: #fff;
		padding: 5px 20px;
		border-radius: 50px;
		position: relative;
		top: -5px
		
	}
	
	ul.contact a{
		color: #232323
	}
	
	
		
		
	/*grid*/
	.grid{
		float: left;
		width: 95%;
		margin: 20px 2.5% 50px;
	}
	
	.grid a{
		float: left;
		width: 98%;
		margin: 0 2%;
		text-align: center
	}
	
	.grid a img{
		width: 280px;
	}
	
	.grid a h3{
		height: 120px;
		color: #2e2e2e;
		font-size: 40px;
		text-align: center;
		font-weight: normal;
		float: left;
		width: 100%;
		line-height: 1;
		margin: 30px 0 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.grid a h3 span{
		width: 60px;
		background: #2e2e2e;
		height: 15px;
		border-radius: 50px;
		float: left;
		position: relative;
		left: 0
	}
	
	.grid a h3 span.left-a{
		left: 0
	}
	
	.grid a h3 span.left-b{
		left: 0
	}
	
	.grid a h3 strong{
		font-size: 40px;
		font-weight: bold
	}
	
		
	
	/*services-red*/
	ul.services-red{
		width: 100%;
		margin: 50px 0 50px;
		float: left;
		list-style: none;
		color: #FFF;
	}
	
	ul.services-red h2{
		width: 90%;
		margin: 0 5% 30px;
		float: left;
		font-size: 55px;
		font-weight: normal;
		line-height: 1;
		letter-spacing: -1.5px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 135px;
		text-align: center;
	}
	
	ul.services-red h2 strong{
		letter-spacing: 6px;
	}
	
	ul.services-red h2 span{
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		width: 0;
		height: 0;
		background: #6f1e21;
		position: absolute;
		right: 0;
	}
	
	ul.services-red li{
		width: 90%;
		margin: 0 5% 30px;
		float: left;
		height: 135px;
	}
	
	ul.services-red li span{
		float: left;
		width: 30%;
		height: 135px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: left;
	}
	
	ul.services-red li p{
		float: right;
		width: 60%;
		height: 135px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 16px;
	}
	
	ul.services-red li p strong.max-p{
		font-size: 26px;
	}
		
		
	/*partners*/
	ul.carousel{
		width: 100%;
		margin: -30px 0 0;
		float: left;
		list-style: none
	}
	
	ul.carousel span{
		width: 1%;
		margin: 40px 0 0;
		float: left;
		height: 2px;
		list-style: none;
		background: #2e2e2e;
	}
	
	ul.carousel li{
		width: 29.3%;
		margin: 0 1%;
		float: left;
	}
	
		
	ul.carousel li img{
		height: 90px;
		border-bottom: 2px solid rgba(239,239,239,1.00);
		padding: 4px
	}
		
	ul.carousel li img{
		width: auto
	}	
	
	
		
	/*form*/
	.form{
		float: left;
		width: 100%;
		margin: 70px 0 30px;
	}
	
	.form h3{
		float: left;
		width: 98%;
		margin: 0 1% 20px;
		padding: 0;
		height: auto;
		font-size: 35px;
		color: #fff;
		text-align: center;
		font-weight: normal;
		line-height: 0.9
	}
	
	.form h3 strong{
		font-size: 35px;
		letter-spacing: 4px;
		font-weight: bold
	}
	
	.form span{
		float: left;
		width: 100%;
		margin: 30px 0 0 0;
	}
	
	.input{
		float: left;
		width: 98%;
		margin: 10px 1%;
		font-size: 22px;
		color: #fff;
		padding: 15px 20px 15px 50px;
		font-family: 'Source Sans Pro', sans-serif;
		background-color: transparent;
		text-align: left;
		border: 4px solid #4b4b4b;
		border-radius: 50px;
		font-weight: bold;
		font-style: italic;
	}
	
	.comment{
		float: right;
		width: 98%;
		margin: 10px 1%;
		font-size: 22px;
		color: #fff;
		padding: 15px 20px 15px 50px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: bold;
		background-color: transparent;
		text-align: left;
		border: 4px solid #4b4b4b;
		border-radius: 50px;
	}
	
	.send-box{
		float: right;
		width: 98%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background: #ed232a;
		font-family: 'Source Sans Pro', sans-serif;
		border: 0;
		border-radius: 50px;
		color: #fff;
		font-size: 22px;
		padding: 15px 30px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-weight: 900;
		
	}
	
	.send:hover{
		background: #4b4b4b;
		transition: 1s;
		color: #fff;
	}
	
	.input-c{
		float: right;
		width: 100%;
		margin: 10px 0 0;
		font-size: 22px;
		color: #3d3d3d;
		padding: 15px 0;
		font-family: 'Source Sans Pro', sans-serif;
		text-align: center;
		border-radius: 50px;
		font-weight: 500;
		font-style: italic;
		border: 4px solid #4b4b4b;
		background-color: transparent;
	}
	
	.input-re{
		height: 100px!important;
		float: right!important;
		text-align: center!important;
		margin: 30px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.input::placeholder {
		color: #3d3d3d;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #3d3d3d;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #3d3d3d;
	}
		
	.comment::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.comment::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
	
	.input-b::placeholder {
		color: #484848;
		opacity: 1; /* Firefox */
	}
	
	.input-b:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #484848;
	}
	
	.input-b::-ms-input-placeholder { /* Microsoft Edge */
		color: #484848;
	}

	.send-box-b{
		float: right;
		width: 100%;
		text-align: center;
		margin: 35px 0 0;
	}

	.input-b{
		float: left;
		width: 98%;
		margin: 10px 1%;
		font-size: 22px;
		color: #424242;
		padding: 12px 12px 12px 50px;
		font-family: 'Source Sans Pro', sans-serif;
		background-color: transparent;
		text-align: left;
		border: 2px solid #424242;
		border-radius: 50px;
		font-weight: bold;
		font-style: italic;
	}
	
	.input-a{
		width: 98%;
		margin: 10px 1%;
		font-size: 22px;
	}

			
	
	/*product*/
	ul.product{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
	}

	ul.product li{
		float: left;
		width: 98%;
		margin: 0 1% 30px;
		padding: 10px
	}

	ul.product li img{
		border: 5px solid rgba(244,244,244,1.00);
		border-radius: 50px;
	}

	ul.product li span{
		height: 100px;
		font-size: 18px;
		text-align: center;
		font-weight: normal;
		float: left;
		width: 100%;
		line-height: 1.2;
		margin: 5px 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		background: rgba(193,27,29,1.00);
		padding: 0 15px;
		border-radius: 50px;
	}
	


	
	
/*
		[FOOTER]
						 */
	
	.footer{
		float: left;
		margin: 30px 1% 50px;
		font-family: 'Montserrat', sans-serif;
		color: #FFF;
		text-align: center
	}
	
	#min-footer-a{
		width: 98%;
	}
	
	#min-footer-b{
		width: 98%;
	}
	
	#min-footer-c{
		width: 98%;
	}
	
	#min-footer-d{
		width: 98%;
	}
	
	.footer h3{
		font-size: 26px;
		font-weight: bold;
		width: 100%;
		float: left;
		margin: 0 0 40px;
		text-align: center
	}
	
	.footer h3 span{
		background: #ed232a;
		height: 0;
		width: 0;
		border-radius: 0;
		float: left;
		position: relative;
		top: 0;
	}
	
	.footer a{
		color: #FFF;
		font-size: 15px;
		float: left;
		width: 100%;
		margin: 0 0 15px;
		line-height: 1.5;
	}
	
	img.min-whatsapp{
		position: relative;
		top: 2px;
		left: 2px;
		width: 15px
	}
	
	
	/*media*/
	ul.media{
		float: left;
		width: 80%;
		margin: 30px 10% 0;
		text-align: center;
		list-style: none
	}
	
	ul.media li{
		float: left;
		width: 46%;
		margin: 0 2%;
	}
		
	ul.media li a{
		float: none;
		width: auto;
		margin: 0;
	}
		
	
	
	/*copy*/
	a.ans{
		float: left;
		width: 95%;
		text-align: center;
		font-size: 16px;
		color: #393738;
		font-family: 'Montserrat', sans-serif;
		margin: 70px 2.5%;
		letter-spacing: 0px;  
		font-weight: 500;
		line-height: 1.5;
	}
	
	a.ans img{
		margin-bottom: 30px
	}

}









@media only screen and (min-width: 603px) {
		
	
/*
	[HEADER]
				 */	
		
	
	#layerslider{
		height: 190px!important;
	}
	
	#layerslider img{
		height: 190px!important;
	}
	
	
	
	
/*
		[ARTICLE]
						 */
	.grid a{
		width: 45%;
		margin: 0 2.5%;
	}
	
	.grid a img{
		width: 280px;
	}
	

	ul.services-red li{
		width: 45%;
		margin: 0 2.5% 30px;
	}		
		
	
	
	/*services*/	
	ul.services li{
		width: 45%;
		margin: 0 2.5% 4px;
		float: left;
		height: 120px;
	}
	
	
	ul.product li{
		float: left;
		width: 48%;
		margin: 0 1% 30px;
		padding: 10px
	}
	
		
	/*form*/
	.form{
		width: 90%;
		margin: 70px 5% 30px;
	}			

	
	
	
	
}










@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: 35px 0;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax-red{
		background: url("img/bg-parallax-red.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-gray{
		background: url("img/bg-parallax-gray.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-form{
		background :url("img/bg-form.jpg") top center;
		float: left;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 55;
		height: 1000px
	}
	
	.bg-black{
		position: relative;
		z-index: 55;
		background: #2e2e2e;
		padding: 0;
	}
	
	
	
/*
	[HEADER]
				 */
		
	/*contact-header*/
	.contact-header{
		float: right;
		width: auto;
		margin: 10px 0;
		color: #fff;
		text-align: center;
	}
	
	.contact-header img{
		width: auto;
		text-align: center;
		position: relative;
		left: -15px;
		float: none;
	}
	
	.contact-header span{
		font-size: 16px;
		width: auto;
		float: none;
		text-align: center;
		position: relative;
		top: -12px
	}
	
	.contact-header span a{
		color: #fff
	}
		
	
	/*logo*/
	a.logo{
		width: 260px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
	}	 
	
	a.logo img{ 
		width: auto;
	}
		
	
	/*menu*/
	.nav ul {
		font-size: 17px!important;
		margin: 20px 0 0!important;
		letter-spacing: -0.5px;
		font-weight: 600!important;
		border-bottom: 0
	}
	
	
	
/*
		[ARTICLE]
						 */
	
	/*tit*/
	.tit{
		float: left;
		width: 100%;
		margin: 80px 0;
		color: #2e2e2e;
		font-family: 'Montserrat', sans-serif;
	}
	
	.tit h1{
		float: left;
		width: 50%;
		margin: 0;
		border-bottom: 5px solid #2e2e2e;
		height: 180px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 50px;
		line-height: 0.5;
		font-weight: normal;
		text-align: left;
		padding: 0 35px;
	}
	
	.tit h1 strong{
		font-size: 75px;
		font-weight: bold
	}
	
	.tit h2{
		float: right;
		width: 50%;
		margin: 0;
		border-bottom: 5px solid #ed232a;
		height: 180px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: right;
		padding: 0 35px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 24px;
		font-weight: normal;
		line-height: 1.4;
		text-transform: uppercase
	}
	
	
	.about{
		float: left;
		width: 65%;
		margin: 0;
	}
	
	.about p{
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 18px;
		font-weight: normal;
		line-height: 1.5;
		text-align: justify;
	}
	
	aside{
		float: right;
		width: 35%;
		margin: 0 0 70px;
	}
	
	aside img{
		width: auto;
	}
	
	
	/*services*/
	ul.services{
		width: 100%;
		margin: 0;
		float: left;
		list-style: none;
		color: #1A1A1A;
	}
	
	ul.services li{
		width: 48%;
		margin: 0 2% 4px 0;
		float: left;
		height: 120px;
	}
	
	ul.services li span{
		float: left;
		width: 30%;
		height: 120px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: left;
		background: rgba(148,21,23,1.00);
		padding: 20px;
	}
	
	ul.services li p{
		float: right;
		width: 60%;
		height: 120px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 16px;
		text-align: left;
	}
	
	ul.services li p strong.max-p{
		font-size: 22px;
	}
	
	/*map*/
	.map{
		width: 100%;
		margin: 0 0 30px;
		height: 350px;
		border: 4px solid rgba(223,223,223,1.00);
		padding: 15px;
	}
		
	.map-b{
		width: 100%;
		margin: 0 0 30px;
		height: 350px;
		border: 4px solid #ed232a;
		padding: 15px;
	}
		
	/*contact*/
	ul.contact{
		float: left;
		width: 100%;
		margin: 0px;
		list-style: none
	}
	
	ul.contact li{
		float: left;
		border: 3px solid #ed232a;
		width: 100%;
		font-size: 18px;
		margin: 0 0 5px;
		line-height: 1.5;
		padding: 20px 45px;
		text-align: center;
	}
	
	ul.contact li strong{
		background: #ed232a;
		color: #fff;
		padding: 5px 20px;
		border-radius: 50px;
		position: relative;
		top: -5px
		
	}
	
	ul.contact a{
		color: #232323
	}
	
	
	
	
		
	/*grid*/
	.grid{
		float: left;
		width: 95%;
		margin: 20px 2.5% 150px;
	}
	
	.grid a{
		float: left;
		width: 23%;
		margin: 0 1%;
		text-align: center
	}
	
	.grid a img{
		width: auto;
	}
	
	.grid a h3{
		height: 120px;
		color: #2e2e2e;
		font-size: 40px;
		text-align: center;
		font-weight: normal;
		float: left;
		width: 100%;
		line-height: 0.9;
		margin: 30px 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.grid a h3 span{
		width: 60px;
		background: #2e2e2e;
		height: 15px;
		border-radius: 50px;
		float: left;
		position: relative;
		left: -60px
	}
	
	.grid a h3 span.left-a{
		left: -85px
	}
	
	.grid a h3 span.left-b{
		left: -40px
	}
	
	.grid a h3 strong{
		font-size: 40px;
		font-weight: bold
	}
	
		
	
	/*services-red*/
	ul.services-red{
		width: 100%;
		margin: 90px 0 0;
		float: left;
		list-style: none;
		color: #FFF;
	}
	
	ul.services-red h2{
		width: 31.3%;
		margin: 0 1% 90px;
		float: left;
		font-size: 55px;
		font-weight: normal;
		line-height: 1;
		letter-spacing: -1.5px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 135px;
		text-align: left;
	}
	
	ul.services-red h2 strong{
		letter-spacing: 6px;
	}
	
	ul.services-red h2 span{
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		width: 4px;
		height: 50px;
		background: #6f1e21;
		position: absolute;
		right: 0;
	}
	
	ul.services-red li{
		width: 31.3%;
		margin: 0 1% 90px;
		float: left;
		height: 135px;
	}
	
	ul.services-red li span{
		float: left;
		width: 30%;
		height: 135px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: left;
	}
	
	ul.services-red li p{
		float: right;
		width: 60%;
		height: 135px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 16px;
	}
	
	ul.services-red li p strong.max-p{
		font-size: 26px;
	}
		
		
		
	/*partners*/
	ul.carousel{
		width: 100%;
		margin: 0 0 0;
		float: left;
		list-style: none
	}
	
	
	ul.carousel li{
		width: 31.3%;
		margin: 0 1%;
		float: left;
	}
	
		
	ul.carousel li img{
		height: 100px;
		border-bottom: 2px solid rgba(239,239,239,1.00);
		padding: 4px
	}
		
	ul.carousel li img{
		width: auto
	}	
	
	
		
	/*form*/
	.form{
		float: left;
		width: 75%;
		margin: 190px 0;
	}
	
	.form h3{
		float: left;
		width: 98%;
		margin: 0 1% 50px;
		padding: 0;
		height: 70px;
		font-size: 50px;
		color: #fff;
		text-align: left;
		font-weight: normal;
		line-height: 0.9
	}
	
	.form h3 strong{
		font-size: 65px;
		letter-spacing: 4px;
		font-weight: bold
	}
	
	.form span{
		float: left;
		width: 48%;
		margin: 60px 0 0 0;
	}
	
	.input{
		float: left;
		width: 98%;
		margin: 10px 1%;
		font-size: 25px;
		color: #fff;
		padding: 20px 20px 20px 50px;
		font-family: 'Source Sans Pro', sans-serif;
		background-color: transparent;
		text-align: left;
		border: 4px solid #4b4b4b;
		border-radius: 50px;
		font-weight: bold;
		font-style: italic;
	}
	
	.form-b{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.input-b{
		float: left;
		width: 48%;
		margin: 10px 1%;
		font-size: 22px;
		color: #424242;
		padding: 12px 12px 12px 50px;
		font-family: 'Source Sans Pro', sans-serif;
		background-color: transparent;
		text-align: left;
		border: 2px solid #424242;
		border-radius: 50px;
		font-weight: bold;
		font-style: italic;
	}
	
	.input-a{
		width: 50%;
		margin: 10px 25%;
		font-size: 22px;
	}
	
	.comment{
		float: right;
		width: 48%;
		margin: 70px 0 15px 0;
		font-size: 25px;
		color: #fff;
		padding: 20px 20px 20px 50px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: bold;
		background-color: transparent;
		text-align: left;
		border: 4px solid #4b4b4b;
		border-radius: 50px;
	}
	
	.send-box{
		float: right;
		width: 48%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send-box-b{
		float: right;
		width: 100%;
		text-align: center;
		margin: 35px 0 0;
	}
	
	.send{
		text-align: center;
		background: #ed232a;
		font-family: 'Source Sans Pro', sans-serif;
		border: 0;
		border-radius: 50px;
		color: #fff;
		font-size: 22px;
		padding: 15px 30px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-weight: 900;
		
	}
	
	.send:hover{
		background: #4b4b4b;
		transition: 1s;
		color: #fff;
	}
	
	.input-c{
		float: right;
		width: 30%;
		margin: 10px 35% 0;
		font-size: 22px;
		color: #3d3d3d;
		padding: 15px 0;
		font-family: 'Source Sans Pro', sans-serif;
		text-align: center;
		border-radius: 50px;
		font-weight: 500;
		font-style: italic;
		border: 4px solid #4b4b4b;
		background-color: transparent;
	}
	
	.input-re{
		height: 100px!important;
		float: right!important;
		text-align: center!important;
		margin: 30px 0 0!important;
		position: relative;
		width: 48%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.input::placeholder {
		color: #3d3d3d;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #3d3d3d;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #3d3d3d;
	}
		
	.comment::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.comment::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}

	.input-b::placeholder {
		color: #484848;
		opacity: 1; /* Firefox */
	}
	
	.input-b:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #484848;
	}
	
	.input-b::-ms-input-placeholder { /* Microsoft Edge */
		color: #484848;
	}

	
	/*product*/
	ul.product{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
	}

	ul.product li{
		float: left;
		width: 31.3%;
		margin: 0 1% 30px;
		padding: 10px
	}

	ul.product li img{
		border: 5px solid rgba(244,244,244,1.00);
		border-radius: 50px;
	}

	ul.product li span{
		height: 100px;
		font-size: 18px;
		text-align: center;
		font-weight: normal;
		float: left;
		width: 100%;
		line-height: 1.2;
		margin: 5px 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		background: rgba(193,27,29,1.00);
		padding: 0 15px;
		border-radius: 50px;
	}
	
	
/*
		[FOOTER]
						 */
	
	.footer{
		float: left;
		margin: 100px 1.5%;
		font-family: 'Montserrat', sans-serif;
		color: #FFF;
		text-align: left
	}
	
	#min-footer-a{
		width: 10%;
	}
	
	#min-footer-b{
		width: 23%;
	}
	
	#min-footer-c{
		width: 23%;
	}
	
	#min-footer-d{
		width: 32%;
	}
	
	.footer h3{
		font-size: 26px;
		font-weight: bold;
		width: 100%;
		float: left;
		margin: 0 0 40px;
		text-align: left
	}
	
	.footer h3 span{
		background: #ed232a;
		height: 8px;
		width: 25px;
		border-radius: 50px;
		float: left;
		position: relative;
		top: 8px;
	}
	
	.footer a{
		color: #FFF;
		font-size: 15px;
		float: left;
		width: 100%;
		margin: 0 0 15px;
		line-height: 1.5;
	}
	
	img.min-whatsapp{
		position: relative;
		top: 2px;
		left: 2px;
		width: 15px
	}
	
	
	/*media*/
	ul.media{
		float: left;
		width: 80%;
		margin: 30px 10% 0;
		text-align: left;
		list-style: none
	}
	
	ul.media li{
		float: left;
		width: 46%;
		margin: 0 2%;
	}
		
	ul.media li a{
		float: none;
		width: auto;
		margin: 0;
	}
		
	
	
	/*copy*/
	a.ans{
		float: left;
		width: 50%;
		text-align: center;
		font-size: 18px;
		color: #393738;
		font-family: 'Montserrat', sans-serif;
		margin: 70px 25%;
		letter-spacing: 2px;  
		font-weight: 500;
		line-height: 1.5;
	}
	
	a.ans img{
		margin-bottom: 30px
	}
	
	
	
	
	
}







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