@font-face {
	font-family: 'MessinaSans';
	src: url('../fonts/MessinaSans-Bold.ttf');
	font-weight: 700;
}
@font-face {
	font-family: 'MessinaSans';
	src: url('../fonts/MessinaSans-Regular.ttf');
	font-weight: 500;
}
@font-face {
	font-family: 'MessinaSans';
	src: url('../fonts/MessinaSans-Light.ttf');
	font-weight: 200;
}

.logo img{
	height: 60px;
}

.logo2 img{
	height: 60px;
}

.hero{
	width: 100%;
	height: auto;
	display: block;
}

.hero_movil{
	display: none;
	width: 100%;
	height: auto;
}

#top{
	background-color: #fff;
	padding: 20px 0;
}
#top .img-text-top{
	text-align: right;
}
#cenefa{
	/* background: rgb(0,0,0); */
	/* background: linear-gradient(90deg, rgba(0,0,0,1) 40%, rgba(229,32,28,1) 60%); */
}
.cenefa{
	position: relative;
}
.text-cenefa{
	position: absolute;
	top: 130px;
	left: 60px;
	margin: 0 80px;
}
.text-cenefa h2{
	font-family: MessinaSans;
	font-weight: 700;
	color: #fff;
	font-size: 4rem;
}
.text-cenefa p{
	font-family: MessinaSans;
	font-weight: 200;
	line-height: 1.5em;
	font-size: 1.5rem;
	color: #fff;
}
@media screen and (max-width: 768px){
	.hero_movil{
		display: block;
		width: 100%;
		height: auto;
	}
	.hero{
		display: none;
	}
	.text-cenefa{
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 10px;
		margin: 0 30px;
	}
	.text-cenefa h2{
		font-size: 30px;
	}
	.text-cenefa p{
		font-size: 15px;
	}

	.logo img{
		height: 20px;
	}

	.logo2 img{
		height: 20px;
	}
}
#formulario{
	padding: 70px 0;
}
#formulario h5{
	margin-bottom: 40px;
}
#formulario h1{
	font-family: MessinaSans;
	font-weight: 500;
	font-size: 5.5rem;
	line-height: 0.9em;
	margin-bottom: 30px;
	color: #233559;
}
#formulario p{
	font-family: MessinaSans;
}
#formulario .texto,.form{
	padding: 0 90px;
}
@media screen and (max-width: 768px){
	#formulario .texto,.form{
		padding: 0 20px;
	}
#formulario h1{
	font-size: 4.5rem;
	line-height: 0.9em;
}
}
#formulario input{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}
#formulario select{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}
#formulario .input-group-text{
	background-color: #fff;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}
#formulario button{
	border-radius: 0;
}
#beneficios {
	background-color: #E0E5EF;
	padding: 70px 0;
}
#beneficios .txtbeneficios{
	margin-bottom: 30px;
	color: #233559;

	
}

#beneficios .box{
	border: 1px solid #f4f4f4;
	background-color: #fff;
	padding: 50px;
	font-family: MessinaSans;
	font-weight: 500;
	text-align: center;
}
#texto-home {
	font-family: MessinaSans;
	font-weight: 500;
	color: #233559;
	padding: 70px 30px 30px 30px;
	text-align: center;
}
#carrusel_v1 {
	background-color: #E0E5EF;
	padding: 0 30px;
}
#carrusel_v1 img{
	border: 1px solid #fff;
}
#carrusel{
	background-color: #233559;
	color: #fff;
	padding: 70px 0;
}
#carrusel h2{
	color: #d92320;
	font-family: MessinaSans;
	font-weight: 700;
}
#carrusel p{
	font-size: 20px;
}
#carrusel h4{
	text-transform: uppercase;
	color: #d92320;
	font-size: 20px;
}
@media only screen and (max-width: 768px){
	#carrusel h4{
		margin-top: 20px;
	}
	#carrusel h2{
		margin-top: 20px;
	}
}
#carrusel .fuente{
	font-family: MessinaModern-Bold;
}
#carrusel .carousel-inner{
	padding: 0 30px;
}
.img-carrusel{
	text-align: right !important;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
	.img-carrusel{
		text-align: left !important;
	}	
}
#footer{
	background-color: #d92320;
	padding: 30px 0;
}
#footer p{
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
