@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #818181;
	background: #f6f6f6;
}

a:hover {
	text-decoration: none;
}

.bgazulr {
	background: #16284d;
}

.bggris {
	background: #4C4C4C;
}

.total {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.medio {
	display: table-cell;
	vertical-align: middle;
}

img.lineas {
	position: absolute;
	width: 174px;
	top: 0;
	left: 50%;
	margin-left: -87px;
}

.parallax {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.formulario .blanco {
	background: rgba(239, 239, 239, 0.9);
	color: #242323;
}

.formulario .blanco h1 {
	font-size: 60px;
	margin-bottom: 10px;
	font-weight: bold;
}

.formulario .blanco p {
	font-size: 20px;
}

.formulario .azul {
	background: rgba(3, 15, 155, 0.47);
}

.ventajas .caja {
	position: relative;
	width: 100%;
	height: 100%;
}

.ventajas h2, .programa h2, .oferta h1 {
	font-size: 39px;
	line-height: 42px;
	font-weight: bold;
}

.programa h3 {
	font-size: 29px;
	line-height: 28px;
}

.programa .mensaje h3 {
	font-size: 25px;
	line-height: 28px;
	max-width: 1100px;
	margin: 0 auto;
}

.programa .mensaje .cajas {
	position: relative;
}

.programa .mensaje .cajas .txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.programa .mensaje .cajas .txt p {
	font-size: 38px;
	line-height: 34px;
	color: #fff;
	padding: 30px;
}


/*----------------------------------------
Versión Movil
----------------------------------------*/
/* Dispositivo lg */
@media screen and (max-width:991px) {
	.formulario .blanco h1 {
		font-size: 50px;
	}

	.formulario .blanco p {
		font-size: 17px;
	}

	.ventajas h2, .programa h2, .oferta h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.programa h3 {
		font-size: 25px;
	}

	.programa .mensaje h3 {
		font-size: 20px;
	}

	.programa .mensaje .cajas .txt p {
		font-size: 28px;
		line-height: 24px;
	}
}

/* Dispositivo md */
@media screen and (max-width:767px) {}

@media (max-width:641px) {
	.ventajas h2, .programa h2, .oferta h1 {
		font-size: 25px;
		line-height: 30px;
	}

	.programa h3 {
		font-size: 18px;
		line-height: 18px;
	}

	.programa .mensaje h3 {
		font-size: 16px;
		line-height: 18px;
	}
}

/* Dispositivo sm */
@media screen and (max-width:575px) {
	img.lineas {
		left: 60%;
	}
}

@media (max-width:451px) {
	img.lineas {
		display: none;
	}
	.formulario .blanco h1 {
		font-size: 45px;
	}

	.formulario .blanco p {
		font-size: 14px;
	}
}

/* Dispositivo moviles */
@media (max-width:391px) {}

@media screen and (max-width:321px) {}