body{
	margin:0;
	font-family: 'Hind';
}
h1{
	font-family: 'Hind';
	font-size: 48px;
	color: #c12c31;
	margin:0;
	letter-spacing: 2px;
}
h2{
	font-family: 'Hind';
	font-size:30px;
	color: #c12c31;
	margin:0;
    line-height: 1.2;
    letter-spacing: 1px;
}
h3{
	font-family: 'Hind', serif;
	font-size: 32px;
	color: white;
	font-weight: 400;
	margin:0;
}
h4{
	font-family: 'Hind', serif;
	font-size: 20px;
	color: white;
	font-weight: 700;
	margin:0;
}
p{
	font-family: 'Hind', serif;
	font-size: 20px;
	color: white;
	font-weight: 400;
	margin:0;
}
a{
	text-decoration: none;
	color: #c12c31;
}

#header{
	background-color:#3c494e;
	position:relative;
}
	#ya-registrado{
		float:right;
		display:inline;
		padding-top:10px;
		margin-right:25px;
	}
		#ya-registrado a:hover{
			color:black;
		}
	#boton-registro{
		background-color:#c12c31;
		padding-top:10px;
		padding-bottom:10px;
		width:280px;
		text-align: center;
		float:right;
		margin-right:6%;
		display:inline;
	}
		#boton-registro:hover{
			background-color: black !important;
			/*border:1px solid #bf363b !important;*/
		}

#background{
	background-image:url('../images/background.png');
	/*min-height: 2040px;*/
	background-size:cover;
	background-position: top center;
	position:relative;
	overflow-x:hidden;
}
	#raquel{
		position:absolute;
		bottom:0;
		right:-225px;
		z-index:0;
		max-height: 1900px;
	}
#content{
	width:76%;
	margin:auto 12%;
	padding-top:50px;
	z-index:999;
	position:relative;
}

#intro{
	margin-top:70px;
}
	#intro h3{
		margin-top:-10px;
	}

#descripcion{
	margin-top:40px;
	max-width: 885px;
}
	#descripcion p:last-child{
		margin-top:25px;
	}
	#descripcion p span{
		font-weight: 800;
		color: #C12C31;
	}

#formulario-intro{
	margin-top:25px;
	max-width:690px;
}
	#formulario-intro p{
		margin-top:-5px;
	}


h2.h2-grande{
	font-size: 50px;
	margin-bottom: 15px;
}


#formulario, #formulario_mobile{
	max-width:590px;
	margin-top: 25px;
}
#formulario form, #formulario_mobile form{
		width:100%;
	}
#formulario input, #formulario_mobile input{
		width:calc(100% - 20px);
		margin-bottom:9px;
		font-family: 'Hind', serif;
		color:white;
		line-height: 45px;
		height:45px;
		background-color:rgba(255,255,255,0.3);
		border:none;
		font-size:18px;
		padding-left: 10px;
		padding-right: 10px;
	}

#formulario .MyCheck, #formulario_mobile .MyCheck{
		height: 26px;
		width: 26px;
		margin: 0;
		margin-top: 5px;
		float: left;
	}

	.span-MyCheck{
		font-size: 18px;
    	color: white;
    	float: left;
	    margin-left: 10px;
	    margin-top: 10px;
	}
	
	.span-MyCheck a{
		text-decoration: underline;
	}

#formulario input::placeholder, #formulario_mobile input::placeholder{
		color:white;
		opacity:1;
	}
#formulario input::-ms-input-placeholder, #formulario_mobile input::-ms-input-placeholder{
		color:white;
	}

#formulario #submit-button, #formulario_mobile #submit-button{
		width:304px;
		float:right;
		margin-top:30px;
	}
		.btn{
			background-color: #c12c31 !important;
			color:white;
			cursor:pointer;
			transition:background-color 0.3s ease !important;
			border:1px solid #c12c31 !important;
		}
		.btn:hover{
			background-color:transparent !important;
		}
	#formulario .g-recaptcha, #formulario_mobile .g-recaptcha{
		float:right;
	}

#resultado{
	max-width:590px;
	margin-top:15px;
}

#porques{
	margin-top:60px;
	position: relative;
	margin-bottom: 250px;
}

#porques img{
	margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}



/*	#porques .bloque-porque{
		width:150px;
		text-align:center;
		margin-top: 30px;
		float:left;
		margin-right: 15px;
	}
	#porques .bloque-porque h4{
		margin-top:25px;
	}
	#porques .bloque-porque p{
		font-size:16px;
	}*/

.myHeader-img{
    float: right;
    border-bottom: 0px;
    width: calc(100% - 350px);
	border-left: 2px solid white;
    padding-left: 50px;
}


.mobile{
	display: none;
}

.myHeader-img img{
	margin-top: 15px;
	width: 130px;
}







#footer{
	border-top: 1px solid #4e504e;
	border-bottom: 1px solid #4e504e;
	position:relative;
	z-index:1;
	margin-top:570px;
}

.footer-marcas{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#footer .footer-content .footer-marcas img{
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer .footer-content .footer-marcas:last-child img{
	margin-top: 30px;
    margin-bottom: 50px;

}

.footer-transparency-1{
	    border-bottom: 1px solid #4e504e;
}



	#footer .footer-transparency{
		background-color:rgba(0,0,0,0.7);
		width:100%;
		height:100%;
	}
	#footer .footer-content{
		width:76%;
		margin:auto 12%;
		z-index:999;
		position:relative;
	}
	#footer .footer-content .legal{
		float:left;
		margin-top:50px;
		margin-bottom:50px;
	}
		#footer .footer-content p, #footer .footer-content a{
			color: #676767;
			font-size:14px;
			line-height: 29px;
		}
		#footer .footer-content a:hover{ color:white; }
		#footer .footer-content img{
			float:right;
			margin-top:50px;
			margin-bottom:50px;
		}


.img_banner{margin-left:-20px; margin-top:30px; max-width:80%;}
.mobile .img_banner{margin-top:0;}

@media(max-width:1550px){
	.myHeader-img img{
		width: 110px;
	}

	.myHeader-img {
    width: calc(100% - 225px);
    padding-left: 40px;
	}

}

@media(max-width:1450px){
	.section{
		max-width:590px !important;
	}


	#footer .footer-content .footer-marcas img {
	    width: 150px;
	}

	/*.myHeader-img {
	    width: calc(100% - 355px);
	    padding-left: 20px;
	}*/


}

@media(max-width:1200px){
	.section{
		max-width:100% !important;
	}
	#raquel{ display:none; }

	#footer .footer-content .footer-marcas img {
	    width: 125px;
	}


	.myHeader-img {
    float: initial;
    border-left: 0px;
    padding-left: 0;
        width: 100%;
	}

	.myHeader-img img {
    width: 130px;
}


}


@media(max-width:992px){

	#porques img{
		width: 100%;
	}

		

	#footer{
		    margin-top: 450px;
	}


	.myHeader-img img {
    width: 110px;
}



}



@media(max-width:768px){

	#logo-andres{
		width: 80px;
	}

	#intro {
		margin-top: 20px;
	}

	#content {
		padding-top: 30px;
	}

	h1 {
		line-height: 42px;
	}

	#intro h3 {
		margin-top: 5px;
		line-height: 38px;
	}

	#descripcion {
		margin-top: 25px;
	}


	#content, #footer .footer-content{
		width:90%;
		margin:auto 5%;
	}
	#boton-registro{
		margin-right:5%;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	#boton-registro a p{
		font-size: 18px;
	}

	#ya-registrado{
		font-size: 18px;
		display:block;
		width:90%;
		margin:5px 5%;
		text-align: center;
		padding: 0;
	}

	#boton-registro{
		display:block;
		width:100%;
		margin:auto;
	}


	#formulario input, #formulario_mobile input {
    width: 100%;
	height: 50px;
	margin-bottom: 19px;
	}

	
	#footer .footer-content .footer-marcas:last-child img {
    margin-top: 30px;
    margin-bottom: 20px;
}

	#formulario #submit-button, #formulario_mobile #submit-button {
    width: 102%;
    float: initial;
    margin: auto;
    margin-top: 50px;
	}

	.footer-marcas {
	flex-direction: column;
    width: 50%;
    float: left;
    align-items: center;
    height: 350px;

		        margin-bottom: 40px;
	}


	.desktop{
		display: none;
	}

	.mobile{
		display: block;
	}

	.myHeader-img{
		display: none;
		margin-top: 0;
	}

	.myHeader-img img {
    width: auto;
    max-height: 60px;
    max-width: 160px;
        margin-top: 15px;
    margin-bottom: 15px;

}

.clie6{
		    margin-top: 45px !important;
}



	#footer {
    margin-top: 650px;
}

.img_banner{max-width:100%; margin-left:0;}

	#footer {
		margin-top: 430px;
	}

}



@media(max-width:640px){
#footer {
    margin-top: 325px;
}
}




@media(max-width:550px){

	#content {
		padding-top: 20px;
	}
	#descripcion {
		margin-top: 20px;
	}

	#descripcion p:last-child {
		margin-top: 25px;
		line-height: 26px;
	}



	h2 {
		font-size: 25px;
	}

	.mobile h2{
		font-size: 21px;
	}


	h2.h2-grande {
		font-size: 24px;
	}

	#formulario input, #formulario_mobile input {
    width: 95%;}

	#formulario #submit-button, #formulario_mobile #submit-button{
		width:100%;
	}
	#formulario .g-recaptcha, #formulario_mobile .g-recaptcha{
		float:left;
	}
	#footer .footer-content img{
		float:none;
		text-align: center;
		display:block;
		margin:auto;
		margin-bottom:8px;
	}
	#footer .footer-content .legal{
		float:none;
		text-align: center;
		display:block;
		margin:auto;
	}

	h1{ font-size:22px; line-height:24px; letter-spacing: 0; }
	#intro h3 {
		font-size: 18px;
		line-height: 18px;
	}
	#footer {
    margin-top: 245px;
}
#footer .footer-content .footer-marcas img {
    width: 90px;
}

}




@media(max-width:400px){
	.myHeader-img img {
    width: auto;
    max-height: 55px;
    max-width: 140px;}

	#footer {
		margin-top: 145px;
	}
}







@media(max-width:366px){
	#footer {
		margin-top: 105px;
}
#formulario .MyCheck, #formulario_mobile .MyCheck {
    height: 24px;
    width: 24px;}
.span-MyCheck {
    font-size: 16px;}

	#porques .bloque-porque{
		display:block;
		margin:auto;
		float:none;
		margin-bottom: 15px;
	}
}