@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*/ 

body{
font-family: 'Josefin Sans', sans-serif;
color: #4b4b4b;
font-size: 16pt;	
line-height: 1.3;
}

body a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

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

.primario{
	width: 50%;
}

.tarjeta{
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.tarjeta2{
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: row-reverse;
	
}

header{
	background-color: black;
}

.titulo{
font-weight: 700;
font-size: 5em;
text-transform: uppercase;
}

h1{
	width: 70%;
	margin-right: auto;
}

h2{
	width: 70%;
	margin-left: auto;
}

.bajada{
	font-size: 1.25em;
}

.contenedor{
	padding: 80px;
}

.subtitulo{
	font-family: 'Abril Fatface', cursive;
	font-size: 1.87em;
	text-transform: uppercase;
	text-decoration: underline;
}

.textos{
	padding: 20px;
}

.borde{
	border-bottom: solid #697f98 4px;
}

.botones{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cta{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .75em;
	text-transform: uppercase;
	background-color: #e64096;
	padding: 12px;
	color: white;
	border-radius: 10px;
	border: solid;
}

.cta:hover{
	background-color: white;
	color: #e64096;
}

.margen{
	padding: 60px 200px 0px;
}

#leaderboard{
	display: none;
}

#higbanner{
	display: none;
}
#modulo1{
	padding-bottom: 20px;
}
footer{
	background-color: #e64096;
	padding: 30px 0px
}
@keyframes flota{
	from{
		transform: translateY(0px);
	}
	
	to{
		transform: translateY(-10px);
	}
}

.flotar{
	animation: flota 1s infinite;
	animation-timing-function: linear;
	
}

@media screen and (max-width:1024px){
	body{
		font-size: 14pt;
}
	
	h1{
	width: 70%;
	margin-right: auto;
}

h2{
	width: 80%;
	margin-left: auto;
}
	
	.youtube{
		height: 40vh;
	}
	
	.contenedor{
	padding: 60px;
}
	.margen{
	padding: 40px 100px 0px;
}
	footer img{
		width: 30vh;
	}
}

@media screen and (max-width:920px){
	body{
		font-size: 12pt;
	}
	
	.contenedor{
		padding: 40px;
	}
}

@media screen and (max-width: 820px){
	
	.tarjeta{
		flex-direction: column;
	}
	.primario{
		width: 100%;
	}
	
	.youtube{
		height: 50vh;
	}
	
	.margen{
	padding: 30px 60px 0px;
}
	
	#billboard{
		display: none;
	}
	
	#leaderboard{
		display: block;
	}
}

@media screen and (max-width:600px){
	body{
		font-size: 11pt;
	}
	h2{
	width: 100%;
	margin-left: auto;
}
	
	#leaderboard{
		display: none;
	}
	
	#higbanner{
		display: block;
	}
}

@media screen and (max-width: 500px){
	body{
		font-size: 10pt;
	}
	
	h1{
		width: 100%;
	}
	
	.titulo{
		font-size: 4em;
	}
	
	.youtube{
		height: 40vh;
	}
	
	.contenedor{
		padding: 30px;
	}
	
	.margen{
	padding: 30px 40px 0px;
}
	
	header img{
		width: 25vh;
	}
}

@media screen and (max-width:400px){
	.textos{
		padding: 0px;
	}
	
	.margen{
	padding: 20px 20px 0px;
}
	
	.youtube{
		height: 250px;
	}
}

@media screen and (max-width:350px){
	body{
		font-size: 9pt;
	}
	
	.botones{
		flex-direction: column;
	}
	
	.youtube{
		height: 300px;
	}
}