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



@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: #fff;
		padding: 20px 0;
		z-index: 999;
		position: relative;
		float: left;
		margin: 0;
		height: auto;
	}
	
	.bg-transparent{
		padding: 0;
		z-index: 77;
		position: relative;
		float: left;
		margin: 0;
		height: auto;
	}
	
	.bg-parallax {
		background: url("img/bg-parallax.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 44;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.bg-section{
		position: relative;
		z-index: 33;
		background: #262626;
		padding: 0;
		height: auto;
		margin: -150px 0 0
	}

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

	.bg-gray{
		position: relative;
		z-index: 33;
		background: #f9f9f9;
		padding: 0;
	}
	
	.bg-white{
		position: relative;
		z-index: 22;
		background: #fff;
		padding: 0;
	}
							

	
	/*header*/
	.sub-header{
		width: 0;
		text-align: center;
		margin: 0;
		float: left;
		padding: 0
	}
	
	.sub-header a{
		font-size: 0;
		margin-right: 0
	}
	
	.sub-header a img{
		left: 0;
		top: 0;
		width: 0
	}
	
	.sub-header span{
		background: #9c3329;
		width: 0;
		float: right;
		text-align: center;
		margin: 0;
		padding: 0
	}
	
	.sub-header span a{
		text-align: center;
		margin:0
	}
	
	.sub-header span img{
		left: 0;
		width: 0;
		top: 0
	}
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 250px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 15px 0 0!important;
		font-weight: 600!important;
		padding: 0!important;
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -22px;
		left: 12px;
		width: 8px;
	}	
	
	/*[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;
		border-radius: 10px;
		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: #b42f24!important;
		height: auto!important;
		font-weight: 500;
		text-transform: none!important;
	}

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

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

	.dropdown:hover .dropbtn {
		background-color: #b42f24!important;
	}

	
	/*submenu*/
	.submenu{
		width: 100%;
		text-align: center;
		float: left;
		padding: 30px 0
	}
	
	.submenu a{
		border: 1px solid #fff;
		float: right;
		margin: 0 0 0 15px;
		height: 70px;
		width: 45%;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-weight: 500;
		font-size: 15px;
		line-height: 1.2;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left
	}
	
	.submenu a#red{
		background: #9c3329;
		border: 0;
		font-size: 20px;
		font-weight: bold
	}

	.submenu a img{
		position: relative;
		left: -5px;
		top: 0;
		width: 20px
	}	
		
	
	/* [article] */	
	h1{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		color: #fff;
		text-align: center;
		line-height: 1;
		font-weight: normal;
		font-weight: bold;
		padding: 180px 0 50px
	}
	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	
	.about span h2{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		color: #b42f24;
		text-align: left;
		line-height: 1;
		font-weight: 500;
	}
	
	.about span h3{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #303030;
		text-align: left;
		font-weight: bold;
	}
	
	.about span h4{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 22px;
		color: #b42f24;
		text-align: left;
		font-weight: bold;
		border-bottom: 1px solid #b42f24;
	}
	
	.about span p{
		font-family: "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #303030;
		text-align: left;
		line-height: 1.4;
		font-weight: 300;
		margin-top: 25px
	}
	
	a#table{
		border-bottom: 4px solid #b42f24;
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
		float: left
	}
	
	.about span p a{
		color: #303030;
	}
	
	.about span p strong{
		font-weight: bold;
	}
	
	.link{
		width: 100%;
		float: left;
		margin: 50px 0;
		text-align: left
	}
	
	.link a{
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
		padding: 10px 10px;
		background: #b42f24;
		margin-right: 15px
	}
	
	.link a#black{
		background: #303030;
	}
	
	
	/*aside*/
	.about aside{
		float: right;
		width: 90%;
		margin: 0 5%;
		text-align: center;
	}
	
	.about aside figure.list{
		width: 95%!important;
		margin: 0 2.5% 20px!important;
	}
	
	.about aside figure img{
		width: 300px;
	}
		
	
	/*figcaption*/
	.about figure{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.about figure figcaption{
		float: left;
		width: 48%;
		margin: 0 1% 15px;
		text-align: center;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #b42f24;
		line-height: 1.2;
		font-weight: 500;
		border: 2px solid #303030;
		padding: 30px 0;
		height: 150px
	}
	
	
	/*row*/
	ul.row{
		float: left;
		width: 100%;
		margin: 80px 0;
	}
	
	ul.row li#single {
		width: 90%;
		margin: 0 5%;
	}

	
	ul.row li {
		width: 90%;
		margin: 0 5% 10px;
		float: left;
		text-align: center;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 25px;
		border: 1px solid #fff
	}

	ul.row li h3{
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		line-height: 1;
		margin: 10px 0 0;
		padding: 10px 20px;
		
	}

	ul.row li p{
		font-size: 18px;
		color: #fff;
		line-height: 1;
		margin-top: 15px;
		font-family: "Source Sans 3", "Segoe UI", "Trebuchet MS";
		font-weight: normal
	}	
	
	ul.row li p a{
		color: #d05044;
		font-weight: bold
	}	
	
	
	/*profile*/
	ul.profile {
		padding: 0;
		margin: 50px 0;
		list-style: none;
		width: 100%;
		float: left
	}

	ul.profile li {
		min-width: 100%;
		margin: 0;
		float: left;
	}

	/* Estilo */
	ul.profile li a {
		width: 98%;
		margin: 0 1% 50px;
		float: left;
		text-align: center;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	ul.profile li a img {
		width: 300px
	}	

	ul.profile li a h3 {
		font-size: 22px;
		color: #fff;
		line-height: 1;
		margin-bottom: 10px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
		height: auto
	}	
	
	ul.profile li a img{
		border: 2px solid #d0414f;
		padding: 5px
	}	
	
	ul.profile li a p {
		font-size: 14px;
		color: #fff;
		line-height: 1.2;
		margin-top: 25px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-weight: 400
	}	
	
	ul.profile li a span {
		color: #fff;
		line-height: 1.3;
		margin: -60px 0 0;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		font-weight: bold;
		background: #f03f4e;
		padding: 10px 15px;
		position: relative;
		left: -60px;
		margin-right: -10px
	}	
	
	.more {
		width: 100%;
		margin: -50px 0 100px;
		float: left;
		text-align: center
	}	
	
	.more a{
		color: #111111;
		line-height: 1.3;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		font-weight: bold;
		background: #fff;
		padding: 15px 20px;
		position: relative;
	}	
	
	
	/*gallery*/
	ul.gallery {
		padding: 0;
		margin: 0;
		list-style: none;
		width: 100%;
		float: left
	}

	ul.gallery li {
		min-width: 100%;
		margin: 0;
		float: left;
	}

	ul.gallery li a {
		width: 80%;
		margin: 0 10% 10px;
		float: left;
		text-align: center;
	}

	ul.gallery li a img{
		border: 2px solid #d0414f;
		padding: 5px;
		width: 200px
	}	
	
	/*form*/	
	form{
		float: right;
		width: 100%;
		margin: 0;
		text-align: center;
	}
		
	form span{
		float: left;
		width: 98%!important;
		margin: 0 1%!important;
	}
	
	form span#comment{
		float: left;
		width: 98%!important;
		margin: 0 1%!important;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 15px;
		color: #303030;
		padding: 12px 10px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 2px solid #303030;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		padding-left: 15px;
	}
	
	.calculator{
		width: 20%;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		margin: 10px 40%!important;
		color: #303030;
		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: "Montserrat", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #b42f24;
		text-align: center;
		padding: 17px 20px;
		font-size: 18px;
		line-height: 1;
		font-weight: bold
	}	
 
	label{
		font-size: 16px;
		margin: 10px 0 5px;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		color: #303030;
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: left;
		padding-left: 25px
	}
	
	label#calculo{
		text-align: center;
		font-size: 16px
	}
	
	.input-re p{
		width: 100%!important
	}
	
	
	
	
	
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		margin: 50px 0 25px;
		list-style: none;
	}
	
	ul.footer li{
		float: left;
		width: 100%;
		margin: 0 0 50px;
		text-align: center;
	}
	
	/**/
	ul.footer li figure{
		text-align: center
	}
	
	ul.footer li figure img{
		width: 120px
	}
	
	ul.footer li p{
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		color: #303030;
		font-size: 14px;
		margin: 15px 0 0;
		width: 100%;
		line-height: 1.2;
		font-weight: normal
	}
	
	ul.footer li h3{
		color: #303030;
		font-size: 22px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		margin-bottom: 20px;
	}
	
	ul.footer li a{
		color: #3a3a3a;
		font-size: 15px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		line-height: 1.6;
		width: 100%;
		float: left;
		margin: 0 0 10px
	}
	
	ul.footer li a img{
		width: 15px;
		position: relative;
		top: 2px;
		margin-right: 10px
	}
	
	.midia{
		float: left;
		width: 50%;
		margin: 0 25% 0;
		text-align: center;
	}
	
	.midia a{
		float: left!important;
		width: 45%!important;
		margin: 0 2.5%!important;
		text-align: center!important;
	}

	.midia a img{
		width: auto!important;
		top: 0;
		margin-right: 0
	}

	
	/*footer*/
	footer h4 a{
		color: #fbfbfb;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.2;
		text-align: center;
		float: left;
		width: 100%;
		text-transform: uppercase;
		margin: 50px 0 0;
	}
	
	footer h5{
		color: #ffffff;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
		float: left;
		width: 100%;
		text-transform: uppercase;
		margin: 15px 0 50px;
		letter-spacing: 1px
	}
	
	footer h5 a{
		color: #ffffff;
	}
	
	
	
	
	
	
	
	/*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) {	
	

	
	/*submenu*/
	.submenu{
		width: 50%;
		text-align: center;
		float: right;
	}
	
								
	
	/*figcaption*/
	.about figure figcaption{
		width: 31.3%;
		margin: 0 1% 15px;
	}
	
	.about aside figure.list{
		width: 48%!important;
		margin: 0 1%!important;
	}
		
	
	/*row*/
	ul.row li#single {
		width: 40%;
		margin: 0 5%;
	}

	
	ul.row li {
		width: 31.3%;
		margin: 0 1% 10px;
	}	
	
	/*profile*/
	ul.profile li a {
		width: 48%;
		margin: 0 1% 50px;
	}
		
	/*gallery*/
	ul.gallery li a {
		width: 31.3%;
		margin: 0 1%;
	}
	
	ul.gallery li#max-gallery a {
		width: 23%;
		margin: 0 1% 10px;
		float: left;
		text-align: center;
	}

	
	
	/*form*/	
	form span{
		width: 48%!important;
		margin: 0 1%!important;
	}
	
	form span#comment{
		width: 98%!important;
		margin: 0 1%!important;
	}	
	
	
	/*footer*/
	ul.footer li{
		width: 45%;
		margin: 0 2.5% 50px;
	}
	
	
	
}



@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: #fff;
		padding: 20px 0;
		z-index: 999;
		position: relative;
		float: left;
		margin: 0;
		height: auto;
	}
	
	.bg-transparent{
		padding: 0;
		z-index: 77;
		position: relative;
		float: left;
		margin: 0;
		height: auto;
	}
	
	
	.bg-parallax {
		background: url("img/bg-parallax.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 44;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.bg-section{
		position: relative;
		z-index: 33;
		background: #262626;
		padding: 0;
		height: auto;
		margin: -150px 0 0
	}
	
	.bg-black{
		position: relative;
		z-index: 33;
		background: #262626;
		padding: 0;
	}

	.bg-gray{
		position: relative;
		z-index: 33;
		background: #f9f9f9;
		padding: 0;
	}
	
	.bg-white{
		position: relative;
		z-index: 22;
		background: #fff;
		padding: 0;
	}
							

	
	/*header*/
	.sub-header{
		width: 100%;
		text-align: right;
		margin: 0;
		float: left;
		padding: 25px 0 25px
	}
	
	.sub-header a{
		color: #fff;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-weight: 300;
		font-size: 15px;
		margin-right: 25px
	}
	
	.sub-header a img{
		position: relative;
		left: -2px;
		top: 3px;
		width: 20px
	}
	
	.sub-header span{
		background: #9c3329;
		width: 135px;
		float: right;
		text-align: center;
		margin: -25px 0 -25px;
		padding: 20px 0 20px
	}
	
	.sub-header span a{
		text-align: center;
		margin: 0 10px
	}
	
	.sub-header span img{
		left: 0;
		width: 30px;
		top: 0
	}
	
	/*logo*/
	a.logo{
		width: 270px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 300px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 15px 0 0!important;
		font-weight: 600!important;
		padding: 0!important;
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -22px;
		left: 12px;
		width: 8px;
	}	
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

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

	.dropdown-content a {
		padding: 8px 15px 7px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 15px;
		border: 1px solid #FFF!important;
		background-color: #9c3329!important;
		height: auto!important;
		font-weight: normal;
		text-transform: none!important;
		border-radius: 0!important;
		margin-bottom: 2px!important; 
		text-align: left!important
	}

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

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

	.dropdown:hover .dropbtn {
		background-color: #9c3329!important;
	}
	
	
	/*submenu*/
	.submenu{
		width: 100%;
		text-align: right;
		float: left;
		padding: 30px 0
	}
	
	.submenu a{
		border: 1px solid #fff;
		float: right;
		margin: 0 0 0 15px;
		height: 70px;
		width: 200px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-weight: 500;
		font-size: 15px;
		line-height: 1.2;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left
	}
	
	.submenu a#red{
		background: #9c3329;
		border: 0;
		font-size: 22px;
		font-weight: bold
	}

	.submenu a img{
		position: relative;
		left: -5px;
		top: 0;
		width: 20px
	}	
		
	

	/* [article] */	
	h1{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 50px;
		color: #fff;
		text-align: left;
		line-height: 1;
		font-weight: normal;
		font-weight: bold;
		padding: 170px 0 80px
	}
	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 90px 0;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: left;
		width: 55%;
		margin: 0;
	}
	
	
	.about span h2{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		color: #b42f24;
		text-align: left;
		line-height: 1.2;
		font-weight: 500;
	}
	
	.about span h3{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		text-align: left;
		font-weight: bold;
	}
	
	.about span h4{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 22px;
		text-align: left;
		font-weight: bold;
	}
	
	.about span p{
		font-family: "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #303030;
		text-align: left;
		line-height: 1.4;
		font-weight: 300;
		margin-top: 15px
	}
	
	.about span p strong{
		font-weight: bold;
	}
	
	.link{
		width: 100%;
		float: left;
		margin: 50px 0;
		text-align: left
	}
	
	.link a{
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		padding: 10px 20px;
		background: #b42f24;
		margin-right: 15px
	}
	
	.link a#black{
		background: #303030;
	}
	
	
	/*aside*/
	.about aside{
		float: right;
		width: 40%;
		margin: 0;
		text-align: center;
	}
	
	.about aside figure img{
		width: auto;
	}
		
	
	/*figcaption*/
	.about figure{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.about aside figure.list{
		width: 100%!important;
		margin: 0 0 20px!important;
	}

	
	.about figure figcaption{
		float: left;
		width: 31.3%;
		margin: 0 1% 15px;
		text-align: center;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #b42f24;
		line-height: 1.2;
		font-weight: 500;
		border: 2px solid #303030;
		padding: 30px 0;
		height: 150px
	}
	
	
	/*row*/
	ul.row{
		float: left;
		width: 100%;
		margin: 80px 0;
	}
	
	ul.row li#single {
		width: 30%;
		margin: 0 35%;
	}

	
	ul.row li {
		width: 33.3%;
		margin: 0;
		float: left;
		text-align: center;
		height: 300px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 25px;
		border: 1px solid #fff
	}

	ul.row li h3{
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		line-height: 1;
		margin: 10px 0 0;
		padding: 10px 20px;
		
	}

	ul.row li p{
		font-size: 18px;
		color: #fff;
		line-height: 1;
		margin-top: 15px;
		font-family: "Source Sans 3", "Segoe UI", "Trebuchet MS";
		font-weight: normal
	}	
	
	ul.row li p a{
		color: #d05044;
		font-weight: bold
	}	
	
	
	/*profile*/
	ul.profile {
		padding: 0;
		margin: 120px 0;
		list-style: none;
		width: 100%;
		float: left
	}

	ul.profile li {
		min-width: 100%;
		margin: 0;
		float: left;
	}

	/* Estilo */
	ul.profile li a {
		width: 23%;
		margin: 0 1% 60px;
		float: left;
		text-align: center;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	ul.profile li a img {
		width: auto
	}	

	ul.profile li a h3 {
		font-size: 22px;
		color: #fff;
		line-height: 1;
		margin-bottom: 10px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
		height: 70px
	}	
	
	ul.profile li a img{
		border: 2px solid #d0414f;
		padding: 5px
	}	
	
	ul.profile li a p {
		font-size: 14px;
		color: #fff;
		line-height: 1.2;
		margin-top: 25px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-weight: 400
	}	
	
	ul.profile li a span {
		color: #fff;
		line-height: 1.3;
		margin: -60px 0 0;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		font-weight: bold;
		background: #f03f4e;
		padding: 10px 15px;
		position: relative;
		left: -60px;
		margin-right: -10px
	}	
	
	.more {
		width: 100%;
		margin: -50px 0 100px;
		float: left;
		text-align: center
	}	
	
	.more a{
		color: #111111;
		line-height: 1.3;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		font-weight: bold;
		background: #fff;
		padding: 15px 20px;
		position: relative;
	}	
	
	
	
	/*form*/	
	form{
		float: right;
		width: 100%;
		margin: 0;
		text-align: center;
	}
		
	form span{
		float: left;
		width: 48%!important;
		margin: 0 1%!important;
	}
	
	form span#comment{
		float: left;
		width: 98%!important;
		margin: 0 1%!important;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 15px;
		color: #303030;
		padding: 12px 10px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 2px solid #303030;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		padding-left: 15px;
	}
	
	.calculator{
		width: 20%;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		margin: 10px 40%!important;
		color: #303030;
		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: "Montserrat", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #b42f24;
		text-align: center;
		padding: 17px 20px;
		font-size: 18px;
		line-height: 1;
		font-weight: bold
	}	
 
	label{
		font-size: 16px;
		margin: 10px 0 5px;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		color: #303030;
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: left;
		padding-left: 25px
	}
	
	label#calculo{
		text-align: center;
		font-size: 16px
	}
	
	.input-re p{
		width: 100%!important
	}
	
	
	
	
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		margin: 80px 0;
		list-style: none;
	}
	
	ul.footer li{
		float: left;
		width: 25%;
		margin: 0 1%;
		text-align: left;
	}
	
	ul.footer li#width-a{
		width: 17%;
	}
	
	ul.footer li#width-b{
		width: 25%;
	}
	
	ul.footer li#width-c{
		width: 24%;
	}
	
	
	/**/
	ul.footer li figure{
		text-align: center
	}
	
	ul.footer li figure img{
		width: 120px
	}
	
	ul.footer li p{
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		color: #303030;
		font-size: 14px;
		margin: 15px 0 0;
		width: 100%;
		line-height: 1.2;
		font-weight: normal
	}
	
	ul.footer li h3{
		color: #303030;
		font-size: 22px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		margin-bottom: 20px;
	}
	
	ul.footer li a{
		color: #3a3a3a;
		font-size: 15px;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		line-height: 1.6;
		width: 100%;
		float: left;
		margin: 0 0 10px
	}
	
	ul.footer li a img{
		width: 15px;
		position: relative;
		top: 2px;
		margin-right: 10px
	}
	
	.midia{
		float: left;
		width: 50%;
		margin: 0 0 0;
		text-align: center;
	}
	
	.midia a{
		float: left!important;
		width: 40%!important;
		margin: 0 4%!important;
		text-align: center!important;
	}

	.midia a img{
		width: auto!important;
		top: 0;
		margin-right: 0
	}

	
	/*footer*/
	footer h4 a{
		color: #fbfbfb;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
		float: left;
		width: auto;
		text-transform: uppercase;
		margin: 60px 0;
	}
	
	footer h5{
		color: #ffffff;
		font-family: "Open Sans", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1;
		text-align: left;
		float: right;
		width: auto;
		text-transform: uppercase;
		margin: 65px 0 0;
		letter-spacing: 1.5px
	}
	
	footer h5 a{
		color: #ffffff;
	}
	
	
	
	
	/*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}
}