@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;
}

#top{
	background-color: #233559;
	padding: 20px 0;
}
#top .logo img{
	width: 50%;
}
#top .img-text-top{
	text-align: right;
}
#top .img-text-top img{
	width: 50%;
}
#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
}
.text-cenefa h2{
	padding-top: 100px;
	font-family: MessinaSans;
	font-weight: 500;
	font-size: 4rem;
	color: #fff;
	line-height: 1em;
}
.text-cenefa p{
	font-family: MessinaSans;
	font-weight: 200;
	font-size: 1.2rem;
	line-height: 1.2em;
	color: #fff;
}
@media screen and (max-width: 768px){
	#cenefa{
		display: none;
	}
	.text-cenefa{
		position: absolute;
		top: 10px;
		left: 10px
	}
	.text-cenefa h2{
		font-size: 20px;
	}
	.text-cenefa p{
		font-size: 14px;
	}
}
#formulario{
	padding: 70px 0;
}
#formulario h5{
	margin-bottom: 40px;
}
#formulario h1{
	font-family: MessinaSans;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 0.9em;
	margin-bottom: 30px;
	color: #233559;
}
#formulario h1 span{
	color: #157BC0;
}
#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: 1.5rem;
		line-height: 0.9em;
	}
	#formulario{
		padding: 30px 0;
	}
}
#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: #202F4E;
	padding: 70px 20px;
	color: #ffffff;
}
#beneficios .txtbeneficios{
	margin-bottom: 30px;
}

#beneficios .box{
	border: 2px solid #202F4E;
	background-color: #182643;
	padding: 10px 30px;
	color: #fff;
	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;
}
#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;n
	}
	#carrusel h2{
		margin-top: 20px;n
	}
}
#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;
}
