@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,800,900&display=swap');
body {
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
}
.mgt-10 { margin-top: 10px; }
.mgt-20 { margin-top: 20px; }
.mgt-30 { margin-top: 30px; }

.mgb-30 { margin-bottom: 30px; }

.pdt-10 { padding-top: 10px; }
.pdt-20 { padding-top: 20px; }
.pdt-30 { padding-top: 30px; }

.pdb-30 { padding-bottom: 30px; }

.pdl-20 { padding-left: 20px; }
.pdr-20 { padding-right: 20px; }

.imgResponsive img {
	width: 100%;
	height: auto;
}
.textoRojo {
	color: #cc0000 !important;
}
.tituloRojo { 
	font-size: 30px; font-weight: 900; text-align: center; 
	color: #cc0000 !important;
}
section.banner {
	width: 100%;
	height: 530px;
	background: url('../imagenes/landing/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 20px 0;
}
section.bannermerch {
	width: 100%;
	height: 540px;
	background: url('../imagenes/landing/bg-lp-merch.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 20px 0;
}
.logo img {
	width: 100%;
	height: auto;
}
.fono {
	font-size: 2.5rem;
	font-weight: 800;
	color: #fff;
}
.fono a {
	color: #fff;
	text-decoration: none;
}
.fono img {
	width: 100%;
	height: auto;
}
.tituloPrincipal {
	text-align: center;
	font-size: 85px;
	font-weight: 900;
	color: #fff;
	line-height: 90px;
	padding: 40px 0 0 0;
	text-shadow: 1px 1px 10px #333;
}
.subtitulo {
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-weight: 500;
}
.subtitulo2 {
	font-size: 28px;
	text-align: center;
	color: #000;
	margin-top: 20px;
	font-weight: 500;	
}
.subtitulo span {
	color: #fc0;
}
.botonGrande {
	padding: 15px 90px;
	font-size: 40px;
	color: #fff;
	background-color: #19970e;
	
	border:none;
	font-weight: 700;
	border-radius: 5px;
}
.botonGrande:hover {
	color: #fff;
	text-decoration: none;
}
.boton {
	padding: 20px 120px;
	font-size: 30px;
	color: #000;
	background-color: #fc0;
	margin-top: 0px;
	border:none;
	font-weight: 700;
	border-radius: 5px;
}
.divBoton {
	text-align: center;
	margin-top:30px;
}
section.cuerpo {
	background-color: #eee;
	min-height: 500px;
	padding: 0px 0 30px 0;
}
.blanco {
	background-color: #fff;
}
.formulario {
	background-color: #eee;
	width: 90%;
	min-height: 400px;
	margin: 20px auto;
	border-radius: 10px;
	padding: 0 0px;
}
.cabeceraForm {
	background-color: #0c2df3;
	padding: 10px 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.innerForm {
	padding: 20px 20px;
}
section.cuerpo h2 {
	font-size: 24px;
	font-weight: 900;
}
section.cuerpo h3 {
	font-size: 18px;
	font-weight: 700;
}
.circular img {
	border-radius: 50%;
}
.lineaInferior {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.botonAncho {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
}


head {
	width: 100%;
	height: 100px;
	background: #fff;
}
section.azul {
	width: 100%;
	min-height: 440px;
	background-color: rgba(13,55,68,1);
    border-color: rgba(13,55,68,1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
section.gris {
	background-color: #eee;
	padding: 30px 0;
	min-height: 300px;
	margin: 10px 0;
}
.titulo {
	text-align: center;
	padding: 40px 0 0 0;
}
.titulo h1 {
	font-size: 65px;
	color: #fff;
	font-weight: 900;
}
.titulo h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fc0;
}
.cuerpoMerch h2 {
	font-size: 44px;
	color: #fa031a;
}
.cuerpoMerch p {
	font-size: 18px;
	line-height: 24px;
}

.botones {
	text-align: center;
	margin: 30px auto 0 auto;
}
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 10;
	display: none;
}
.textoModal {
	width: 50%;
	height: 100px;
	position: fixed;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -25%;
	z-index: 11;
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.ventanaModal {
	width: 50%;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -25%;
	z-index: 11;
}
.cerrar {
	position: absolute;
	top: 4px;
	right: 10px;
	font-size: 32px;
	color: #FFF;
}
.cerrar a {
	color: #fff;
}
.cerrar a:hover {
	color: #fc0;
}
.mensajeAmarillo {
	width: 90%;
	min-height: 50px;
	padding: 20px 20px;
	background: #eee;
	color: #000;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	margin: 30px auto;
	border-radius: 15px;
	box-shadow: 1px 1px 10px #333;
}
.contenido h2 {
	font-size: 28px;
	text-align: center;
	font-weight: 900;
	color: #000;
}
.contenido h3 {
	font-size: 22px;
	text-align: left;
	font-weight: 900;
	color: #000;
	padding-top: 20px;
}
.contenido p {
	font-size: 19px;
	line-height: 24px;
	text-align: justify;
}
.contenido li {
	font-size: 19px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 10px;	
}
section.divResultado {
	background-color: #eee;
}
.resultado {
	border:0px solid #333;
	width: 100%;
	min-height: 400px;
	padding: 50px 20px;
	text-align: center;
	color: #1765ad; 
	background-color: #fff;
	margin: 50px auto;
	font-size: 40px;
	font-weight: 900;
}
.resultado i {
	font-size: 80px;
	color: #1765ad;
}
.resultado p {
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	color: #333;
}
.bgEEE {
	background-color: #eee;
}

.contenidoIzquierda {
	padding: 30px 30px;
}
.contenidoIzquierda h2 {
	font-size: 2.5rem !important;
	font-weight: 800;
	color: #000;
	margin-top: 20px;
}
.contenidoIzquierda p {
	font-size: 1.5rem;
	line-height: 2.5rem;
	text-align: justify;
}
.contenidoIzquierda p i {
	color: #6fd513;
}
.contenidoIzquierda span.precio {
	color: #f00;
	font-size: 2rem;
	font-weight: 800;
}
.trabajo {
	background-color: #fff;
	margin:20px 10px 40px 10px;
	position: relative;
	overflow: hidden;
	min-height: 220px;
	box-shadow: 1px 1px 15px #999;
}
.tituloTrabajo {
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 800;
	color: #000;
	text-align: center;
	border-top: 1px solid #162163;
}
.linkTrabajo {
	width: 100%;
}
.linkTrabajo a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #162163;
	text-align: center;
}
.imgTrabajo img {
	width: 100%;
	height: auto;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
}
@media (max-width: 1200px) {
	.tituloPrincipal {
		font-size: 35px;
		line-height: 40px;
	}
	.subtitulo {
		font-size: 20px;
		text-align: center;
		color: #fff;
		margin-top: 20px;
		font-weight: 500;
	}
	.contenidoIzquierda {
		padding: 0px 10px 50px 10px;
	}	
	.contenidoIzquierda p {
	  font-size: 1.2rem;
	  line-height: 2rem;
	  text-align: justify;
	}	
	.contenidoIzquierda h2 {
		font-size: 2rem !important;
		font-weight: 800;
		color: #000;
		margin-top: 20px;
	}	
	.botonGrande {
		padding: 15px 20px;
		font-size: 27px;
		color: #fff;
		background-color: #19970e;
		border: none;
		font-weight: 700;
		border-radius: 5px;
	}	
}