html {
  scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	color:#1f1b62;
	line-height: 1.4;
}
main,section,article{
	display:block;
	width:100%;
	float:left;
}
.contenedor{
	display:block;
	margin:0 auto;
	width:95%;
}
.contenedor-80{
	display:block;
	margin:0 auto;
	width:80%;
}
.centrar{
	text-align: center;
}
.row{
	display:block;
	width:100%;
	float:left;
}
.relative{
	position: relative;
}
.full-width{
	width:100%;
	display:block;
}
.vertical-center{
    align-items: center;
    justify-content: center;
}
.pleca-header{
	display:block;
	margin: 0 0 0 -13%;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	width:110%;
	height: 250px;
	background: url(../img/header-edenred-training.png) center center no-repeat;
	background-size:cover;
}
.flex-container{
	display:flex;
	width:100%;
	flex-flow: row wrap;
	justify-content: center;
}
.flex-10{
	flex:0 0 10%;
}
.flex-15{
	flex:0 0 15%;
}
.flex-16{
	flex:0 0 16.6666%;
}
.flex-20{
	flex:0 0 20%;
}
.flex-25{
	flex:0 0 25%;
}
.flex-30{
	flex:0 0 30%;
}
.flex-33{
	flex:0 0 33.33%;
}
.flex-40{
	flex:0 0 40%;
}
.flex-50{
	flex:0 0 50%;
}
.flex-60{
	flex:0 0 60%;
}
.flex-70{
	flex:0 0 70%;
}
.flex-80{
	flex:0 0 80%;
}
.flex-85{
	flex:0 0 85%;
}
.display-flex{
	display:flex;
	flex:0 0 100%;
}
.p-b-20{
	padding-bottom:20px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-40{
	padding-bottom:40px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-t-20{
	padding-top:20px;
}
.p-t-10{
	padding-top:10px;
}
.p-t-30{
	padding-top:30px;
}
.p-t-40{
	padding-top:40px;
}
.p-t-50{
	padding-top:50px;
}
.m-r-10{
	margin-right: 10px;
}
.col-10{
	display:inline-block;
	width:10%;
	float:left;
}
.col-20{
	display:inline-block;
	width: 20%;
	float:left;
}
.col-25{
	display:inline-block;
	width: 25%;
	float:left;
}
.col-30{
	display:inline-block;
	width: 30%;
	float:left;
}
.col-33{
	display:inline-block;
	width: 33.3333%;
	float:left;
}
.col-40{
	display:inline-block;
	width: 40%;
	float:left;
}
.col-50{
	display:inline-block;
	width:50%;
	float:left;
}
.col-60{
	display:inline-block;
	width:60%;
	float:left;
}
.col-70{
	display:inline-block;
	width:70%;
	float:left;
}
.col-80{
	display:inline-block;
	width:80%;
	float:left;
}
.col-90{
	display:inline-block;
	width:90%;
	float:left;
}

header{
	display:block;
	width:100%;
	background:#F1F7FF;
	padding:50px 0;
	position: relative;
}
header .logo{
	position: absolute;
	top:50px;
	left:5%;
}
header .logo img{
	max-width:180px;
}
article{
	display:block;
	width: 100%;
	padding:60px 0;
}
.titulo{
	display:block;
	margin:0 auto;
	max-width: 600px;
	width: 80%;
	text-align: center;
}
.titulo h1{
	font-size: 40px;
	font-weight: lighter;
	color:#1f1b62;
}
.titulo h1 strong{
	font-weight: bold;
}
hr{
	background:#f6e086;
	display:block;
	max-width: 100px;
	width: 50%;
	border:0;
	height: 10px;
	border-radius: 20px;
}
.descripcion{
	font-size:25px;
	max-width: 1200px;
	margin:0 auto;
	width: 90%;
}
#beneficios h2{
	font-size: 30px;
	font-weight: lighter;
	color:#666666;
}
#beneficios h2 strong{
	font-weight: bold;
	color:#1f1b62;
}
.icon{
	max-width: 100px;
	width: 50%;
	margin:0 auto;
	display: block;
}
#beneficios .flex-33{
	margin-bottom: 60px;
}

#como{
	background:url(../img/back-como-edenred-training.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	padding:80px 0;
}
#como h2{
	color:#ffffff;
	text-align: center;
	font-size: 30px;
}
#como .flex-33{
	margin-bottom: 60px
}
#formulario{
	background:#94c0e1;
	font-size:18px;
}
.pleca{
	max-width: 870px;
	width: 85%;
	display:block;
	float:right;
}
footer{
	text-align: center;
	padding:50px 0;
	background: #F1F7FF;
	color:#162056;
	display: block;
	width:100%;
	float:left;
}
#final{
	display:block;
	float:left;
	width: 100%;
	background:#F1F7FF;
	color:#1f1b62;
	font-size:30px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
#final .boton{
	font-size:20px;
	background:#1f1b62;
	border-radius:40px;
	padding:20px 30px;
	color:#fff;
	text-decoration: none;
}
@media screen and (max-width:800px){
	.flex-33{
		flex:0 0 50%;
	}
	.col-50{
		display:block;
		width: 100%;
	}
	header .flex-50{
		flex:0 0 100%;
		margin-top:30px;
	}
	header .logo{
		left:calc(50% - 90px);
		top:20px;
	}
	header{
		padding:80px 0 50px 0;
	}
	header .flex-container{
		width:90%;
		margin:0 auto;
	}
	.pleca-header{
		margin:0 0 0 -20%;
	}
	#final{
		font-size:25px;
	}
	#final .flex-70{
		flex:0 0 100%;
	}
}
@media screen and (max-width:500px){
	.flex-33{
		flex:0 0 100%;
	}
}
.hs-form-iframe{
	display:block;
	width: 100% !important;
}



