@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CSS reset*/

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

body{
	background-color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	font-size: 20pt;
}

.modulo{
	position: relative;
	overflow: hidden;
}

.red{
	color: #d52121;
	font-family: 'Anton', sans-serif;
	font-size: 42pt;
}

.titulo{
	color: #d52121;
	font-family: 'Anton', sans-serif;
	font-size: 35pt;
	text-align: center;
}

h1{
	font-family: 'Anton', sans-serif;
	font-size: 42pt;
	text-align: center;
	margin-top: -330px
}

#lgo{
	text-align: center;
}

h2,h3{
	text-align: center;
	margin-top: 50px;
}

.texto{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

.imagen{
	margin-top: 30px;
}

.izq{
	width: 65%;
	float: left;
}

.der{
	width: 35%;
	float: left;
}

.textos{
	padding: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

#youtube{
	float: left;
	height: 700px;
}

#txt3{
	margin-top: 200px;
}

#modulo4{
	margin-top: 50px;
}

#txt4{
	margin-top: 150px;
}

#img4 img{
	width: 100%;
}
h6{
	text-align: center;
}

#img5{
	margin-top: 50px;
}
#modulo5{
	margin-top: 50px;
	background-image: url("images/fondo.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1450px){
	h1{
		margin-top: -300px;
	}
}

@media screen and (max-width: 1335px){
	
	#txt3{
		margin-top: 120px;
	}
	
	#txt4{
		margin-top: 50px;
	}
	
	#youtube{
		height: 600px;
	}
}

@media screen and (max-width: 1220px){
	
	body{
		font-size: 18pt;
	}
	
	h1{
		margin-top: -250px;
		font-size: 36pt;
	}
	
	.red{
		font-size: 36pt;
	}
	
	.titulo{
		font-size: 32pt;
	}
	
	#youtube{
		height: 500px;
	}
	
	#modulo4{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1030px){
	
	body{
		font-size: 14pt;
	}
	
	h1{
		margin-top: -200px;
		font-size: 32pt;
	}
	.red{
		font-size: 32pt;
	}
	
	.titulo{
		font-size: 28pt;
	}
	#lgo {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	#txt3{
		margin-top: 85px;
	}
	
	#youtube{
		height: 400px;
	}
}
@media screen and (max-width: 890px){
	body{
		font-size: 12pt;
	}
	
	.titulo{
		font-size: 26pt;
	}
	
	h1{
		margin-top: -170px;
	}
}

@media screen and (max-width: 840px){
	.textos{
		padding: 15px
	}
	
	.red{
		font-size: 30pt;
	}
	
	h1{
		font-size: 30pt;
	}
	
	.titulo{
		font-size: 22pt;
	}
	
	#lgo{
		width: 50%;
	}
}

@media screen and (max-width: 450px){
	body{
		float: none;
		font-size: 10pt;
		line-height: 1.2;
	}
	.der{
		width: 100%;
	}
	
	.izq{
		width: 100%;
	}
	.red{
		font-size: 15pt;
	}
	.titulo{
		font-size: 15pt;
	}
	h1{
		font-size: 15pt;
		margin-top: -40px;
		padding: 5px;
	}
	#lgo{
		width: 70%
	}
	#youtube{
		height: 250px;
		margin-top: 200px;
	}
	#txt3{
		margin-top: -420px;
	}
	#txt4{
		margin-top: 30px;
	}
}

@media screen and (max-width: 330px){
	h1{
		padding: 0px;
		font-size: 13pt;
	}
	.red{
		font-size: 13pt;
	}
	
	.titulo{
		font-size: 13pt;
	}
}