@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: 'Bellota Text', cursive;	
font-size: 20px;
line-height: 1.3;
color: #565656;	
}

img{
	max-width: 100%;
}

.modulo{
	position: relative;
	overflow: hidden;
	padding-bottom: 1.2em;
    
}

.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{
	padding: .5em;
	background-color: #cf102d;
}

#hero{
	background-image: url("images/hero-img.jpg");
	height: 86vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family:Ambit-Regular;
	font-size: 3em;
	color: black;
	text-transform: uppercase;
}

h1{
	position: relative;
	top: 7em;
}

.contenedor{
	padding: 5em;
}

.bajada{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: black;
}

.bajada span{
	color: #656565;
	font-weight: 700;
}

.borde{
	border-bottom: solid #555555 2px;
}

.subtitulo{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
	font-size: 1.5em;
}

.textos{
	padding: 1.5em;
}

.cta{
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #414141;
	padding: .5em;
	border: solid #464646 2px;
	text-align: center;
	width: 50%;
	border-radius: 10px;
}

.liverpool{
	color: #e0208f;
}

footer{
	background-color: #e0208f;
	padding: .5em;
}

@keyframes flota{
	from{
		transform: translateY(0px);
	}
	
	to{
		transform: translateY(-10px);
	}
}

.flotar{
	animation: flota 1s infinite;
	animation-timing-function: linear;
	
}
@font-face{
	font-family:Ambit-Black;
	src: url("fonts/Ambit-Black.ttf");
}

@font-face{
	font-family: Ambit-Regular;
	src: url("fonts/Ambit-Regular.ttf");
}

#leader, #high{
	display: none;
}

@media screen and (max-width:1280px){
	body{
		font-size: 19px;
	}
}

@media screen and (max-width:1136px){
	body{
		font-size: 17px;
	}
	
	h1{
	
	top: 9em;
}
	
	#billboard, #high{
		display: none;
	}
	
	#leader{
		display: block;
	}
	
}
@media screen and (max-width:800px){
	.primario{
		width: 100%;
	
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	#leader{
		display: none;
	}
	
	#high{
		display: block;
	}
}
@media screen and (max-width:1024px){
	body{
		font-size: 16px;
	}
	
	
}

@media screen and (max-width:500px){
	body{
		font-size: 14px;
	}
	
	.contenedor{
		padding: 3em;
	}
	
	h1{
	
	top: 10em;
}
}

@media screen and (max-width:450px){
	body{
		font-size: 12px;
	}
	.contenedor{
		padding: 2em;
	}
}

@media screen and (max-width:350px){
	body{
		font-size: 11px;
	}
}