

@font-face {
font-family: 'edenred';
	src: url('../font/edenred.eot?iefix') format('embedded-opentype'),
		url('../font/edenred.otf') format('embedded'),
	 	url('../font/edenred.woff') format('woff'),
	 	url(../font/edenred.ttf) format('ttf');
}
@font-face {
font-family: 'edenred-light';
	src: url('../font/edenred_light.otf') format('embedded-opentype'),
		url('../font/edenred_light.otf') format('embedded'),
	 	url('../font/edenred_light.woff') format('woff'),
	 	url(../font/edenred_light.ttf) format('ttf');
}
@font-face {
font-family: 'edenred-bold';
	src: url('../font/edenred_bold.otf') format('embedded-opentype'),
		url('../font/edenred_bold.otf') format('embedded'),
	 	url('../font/edenred_bold.woff') format('woff'),
	 	url(../font/edenred_bold.ttf) format('ttf');
}
@font-face {
font-family: 'montserrat';
	src: url('../font/Montserrat-Regular.otf') format('embedded-opentype'),
		url('../font/Montserrat-Regular.otf') format('embedded'),
		url('../font/Montserrat-Regular.woff') format('woff'),
	 	url('../font/Montserrat-Regular.ttf') format('ttf');
}
@font-face {
font-family: 'montserrat-bold';
	src: url("../font/Montserrat-Bold.otf") format('embedded-opentype'),
		url("../font/Montserrat-Bold.otf") format('embedded'),
		url('../font/Montserrat-Bold.woff') format('woff'),
	 	url('../font/Montserrat-Bold.ttf') format('ttf');
}
@font-face {
font-family: 'montserrat-light';
	src: url("../font/Montserrat-Light.otf") format('embedded-opentype'),
		url("../font/Montserrat-Light.otf") format('embedded'),
		url('../font/Montserrat-Light.woff') format('woff'),
	 	url('../font/Montserrat-Light.ttf') format('ttf');
}
@font-face {
font-family: 'montserrat-medium';
	src: url("../font/Montserrat-Medium.otf") format('embedded-opentype'),
		url("../font/Montserrat-Medium.otf") format('embedded'),
		url('../font/Montserrat-Medium.woff') format('woff'),
	 	url('../font/Montserrat-Medium.ttf') format('ttf');
}
@font-face {
font-family: 'montserrat-italic';
	src: url("../font/Montserrat-Italic.otf") format('embedded-opentype'),
		url("../font/Montserrat-Italic.otf") format('embedded'),
		url('../font/Montserrat-Italic.woff') format('woff'),
	 	url('../font/Montserrat-Italic.ttf') format('ttf');
}
html{
	scroll-behavior: smooth;
}
html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0; 
}
#container {
    width:100%;
   
    margin:0;
    padding:0;
}
#header {
    width:100%;
	margin: 0;
	height: auto;
}
#body {
	position: relative; 
	height: auto;
 }
#footer {
    position:relative;
    width:100%;
	height: auto;
}
a{
	text-decoration: none;
}

.formulario a {
	color:white;
}
.content-form, .hbspt-form{
    /*width: 360px;*/
	width: 100%;
    background-color: white;
	z-index:3;
}
.content-form label{
    color: black;
    font-family: montserrat;

}
.btn-form{
    text-align: center;
}
.btn-form input{
 font-family: montserrat;
    width: 300px;
    height: 50px;
    background-color: red;
    border: 0px;
    border-radius: 8px;
    color: white;
    font-size: 20px;
	margin: auto 0;
}

/*Fondo formulario*/
.tituloFormulario{
	width: 80%;
	margin: auto;
	text-align: center;
	padding: 10px 0;
}
.formulario h5 span{
	font-family: montserrat-light;
	font-size: 20px;
	color:#022865 !important;
}
.tFormulario1{
	font-family: montserrat-light;
	font-size: 20px;
	color:#022865;
}.tFormulario2{
	font-family: montserrat-light;
	font-size: 15px;
	color:#AFABAB;
}
.hbspt-form{
   /* width: 360px;*/
	width: 100%;
    background-color: transparent;
   	position: relative;  
}
.actions{
text-align: center;
	
}
.formulario a{
	color: #898989;
	font-family: montserrat;
	font-size: 12px;
}
.actions{
	width: 100%;
	padding: 0!important;
	margin: auto!important;
}
/* Boton formulario*/
.actions input[type="submit"]{
	font-family: montserrat;
    width: 50%;
    height: 45px;
    background-color: #34A300;
    border: 2px;
    border-style: none;
	border-color: #70AD47;
    border-radius: 8px;
    color: white;
    font-size: 15px;
    background-image: inherit;
	cursor: pointer;

	
}
.actions input[type="submit"]:hover{

    background-color: black;
	color:white;
	border-style: solid;
    border-color: white;
}

.hs-form .hs-error-msgs label{
	color: #D7D7D7;

}
.formulario{
	background-color: #F0F0F0;
	width: 60%;
	padding:30px;
	border-radius:10px;
}
#formulario{
	display: block;
	margin: 5% auto;
	z-index: 99;
}
#formulario2{
	position: relative;
	display: none;
}
/*formulario renglones*/
form .form-columns-1, form .form-columns-2, form .form-columns-3{
max-width: 100% !important;
}
form .form-columns-1{
	width: 100%;
/*	position: relative;
	left: 10px;*/
}
form .form-columns-2{
	width: 100%;
/*	position: relative;
	left: 10px;*/
	
}
form .form-columns-3{
	width: 100%;
/*	position: relative;
	left: 10px;*/
}
.hs-form .hs-input, .hs-form textarea.hs-input {
	margin: 5px 0;
	background-color:transparent!important;
	border-style:none;
	border-bottom-style: solid;
	border-bottom-color: #898989;
	border-width: 2px;
	color: #898989;
	width: 100%;
	padding: 5px 0;
}

.formulario ul{
	list-style: none;
	padding: 0;
}
.formulario li{
	padding:0;
}
.formulario input[type="checkbox" i]{
	width: 10%!important;
}
.hs-form .hs-field-desc {
	color: #898989;
}
.hs-form label {
	color: #898989;
}
.hs-form .hs-form-field > label {
	color: #898989;
	font-size: 12px;
	margin: auto 5px;
	font-family: montserrat-light;
}
.hs-input{
	max-width: none!important;
	width: 100%!important;
}
/**Aviso Privacidad **/
.hs-form.stacked .inputs-list>li label{
	color:#898989 !important;
	font-family: montserrat-light;
	font-size:12px;

}
/*formulario droplist*/
select{
width: 100% !important;
}

.divEdenred{
	position: relative;
	width: 90%;
	height: 100vh;
	margin: auto;
}
.headEdenred{
	background-color: white;
	max-height: 100%;
	position:absolute;
	z-index: -1;
	right: 0;
	left:0;
	border-radius: 0 0 0 10rem;
	height: 100%;
	overflow:visible;
}
.logo{
	width: 50%;
	margin: 5% auto;
}
.headerText{
	font-family: montserrat-bold;
	font-size: 40px;
	color:#D68A1A;
	width: 70%;
	margin: 5% auto;
}
.col-50{
	width: calc(50% - 5px);
	display: inline-block;
	vertical-align: top;
}
.col-54{
	width: calc(54% - 5px);
	display: inline-block;
	vertical-align: top;
}
.col-46{
	width: calc(46% - 1px);
	display: inline-block;
	vertical-align: top;
}
.imagenTarjetas{
	position: relative;
	height:100vh;
	width: 100%;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%,rgba(229,229,229,1.00) 50%, rgba(229,229,229,1.00) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1.00) 50%, rgba(229,229,229,1.00) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(229,229,229,1.00) 50%, rgba(229,229,229,1.00) 100%);
	
}
.imagenTarjetas img{
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.boton{
	background-color:#D68A1A;
	font-size:15px;
	font-family: montserrat-bold;
	color:white;
	text-align: center;
	border-radius: 300px;
	margin: auto;
	width: 50%;
	padding: 15px;
}
.check2{
	display:inline-block;
	width: 20px;
	height: 20px;
	background-color:#D68A1A;
	font-family: montserrat-bold;
	font-size: 15px;
	color:white;
	text-align: center;
	border-radius: 300px;
}
.imagenPareja{
	position: relative;
	height:80vh;
	width: 100%;
}
.imagenPareja img{
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 70%;
}
.seccion0{
	width: 90%;
	margin: 50px auto;
	margin: 50px auto;
	text-align: center;
}
.seccion1{
	margin: 30px auto;
	background-color:#E5E5E5;
	border-top-right-radius: 5rem;
}
.seccion2{
	width: 90%;
	margin: 30px auto;
}
.seccion3{
	width: 90%;
	margin: 30px auto;
}
.titulos{
	font-family:montserrat-bold;
	font-size: 35px;
	color:#162056;
	width: 80%;
	margin: 30px 0;
	line-height: 60px;
}
.titulos2{
	font-family:montserrat-bold;
	font-size: 35px;
	color:#162056;
	width: 80%;
	margin: 30px auto;
	line-height: 60px;
	text-align: center;
}
.descEmp{
	font-family: montserrat;
	font-size:15px;
	color:#162056;
}
.subTitulos{
	font-family:montserrat-light;
	font-size: 25px;
	color:#162056;
	width: 80%;
	margin: 30px 0;
	line-height: 30px;
}
.ribbon{
	width: 8%;
	height: 8px;
	border-radius: 300px;
	background-color:#D68A1A; 
}
.item{
	width: 80%;
	margin:20px 0;
}
.check{
	width: calc(10% - 5px);
	display: inline-block;
	vertical-align: top;
}
.check img{
	width: 50%;
	display: block;
}
.descItem{
	width: calc(90% - 5px);
	display: inline-block;
	vertical-align: top;
	font-family: montserrat;
	font-size:15px;
	color:#162056;
}
.imagenChico{
	position: relative;
	height:100vh;
	width: 100%;	
}
.imagenChico img{
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#imagen2{
	display: none;
}
.footer{
	background-color:#162056;
	margin:0;
	text-align:center;
	padding:50px 0;
}
.footer span{
	font-family:montserrat-bold;
	font-size:15px;
	color:white;
}
@media screen and (max-width:1024px){
	
	
}
@media screen and (max-width:768px){

}
@media screen and (max-width:500px){
	.col-50{
		width: 100%;
		display: block;
	}
	.headerText{
		margin: 5% auto;
		font-size: 15px;
	}
	#formulario{
		margin: 2% auto;
		width: 80%;
	}
	.divEdenred{
		height: 120vh;
	}
	.col-54{
		width: 100%;
		display: inline-block;
	}
	.col-46{
		width: 100%;
		display: inline-block;
		margin: auto;
	}
	.listaUsuarios{
		width: 90%;
		margin: auto;
	}
	.imagenTarjetas{
		background: white;
		height: 40vh;
	}
	.imagenChico{
		height:40vh;
	}
	.imagenPareja{
		height:40vh;
	}
	.titulos{
		font-size: 20px;
		line-height: 25px;
	}
	#imagen2{
		display: block;
	}
	#imagen1{
		display: none;
	}
	.imagenTarjetas{
	position: relative;
	height:auto;
	width: 100%;
	background-color: white;
	
	}
	.imagenTarjetas img{
		display: block;
		position: relative;
		top:0%;
		left:0%;
		transform: none;
		width: 80%;
	}
	.imgEmp{
		width: 100%;
	}
	.imgEmp img{
		width: 100%;
	}
	.actions input[type="submit"]{
		width: 60%;
	}
	.titulos2{
		font-size: 20px;
		line-height: 20px;
	}
	.seccion0{
		margin:30px auto; 
	}
}
@media screen and (min-width:1600px){
	.headEdenred{
		width: 70%;
		margin: auto;
		border-radius: 0 0 0 10rem;
	}
	.divEdenred{
		height: 80vh;
	}
	.seccion1, .seccion2, .seccion3, .seccion0{
		width: 70%;
	}
	.imagenTarjetas{
		height:60vh;
	}
	.imagenChico{
		height:70vh;
	}
	.imagenPareja{
		height:40vh;
	}
	#formulario{
		margin: 8% auto;
	}
}

