@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: Geomanist-Light;	
font-size: 18px;
line-height: 1.3;
}

@font-face{
	font-family: Geomanist-Black;
	src: url("fonts/Geomanist-Black.otf");
}

@font-face{
	font-family: Geomanist-Light;
	src: url("fonts/Geomanist-Light.otf");
}

@font-face{
	font-family: Geomanist-Book;
	src: url("fonts/Geomanist-Book.otf");
}

@font-face{
	font-family: Geomanist-Medium;
	src: url("fonts/Geomanist-Medium.otf");
}

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{
	height: 100vh;
	background-image: url("images/hero-img.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}

h1{
	font-family: Geomanist-Black;
	font-size: 3em;
	text-transform: uppercase;
	padding: 1em;
}

h1 span{
	font-family: Geomanist-Light;
}

.bajada{
	font-family:Geomanist-Book;
	font-size: 1.1em;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10.5em;
}

.contenedor{
	padding: 3em;
}

h2{
	font-family:Geomanist-Medium;
	font-size: 2em;
	text-transform: uppercase;
}

.textos{
	padding: 2.2em;
}

#modulo1{
	height: 90vh;
	background-image: url("images/img-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#informacion{
	background-color: rgb(55,58,54,0.66);
	padding: 2.6em;
	color: white;
	position: absolute;
	bottom: 0;
	height: 13%;
	transition: all 0.5s  ease;
	box-sizing: border-box;
	overflow: hidden;
}

#modulo1:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 40%;
	opacity: 1;
}

#modulo2, #txt2{
	color: white;
}

#cursor1{
	width: 50%;
	position: relative;
	margin-left: auto;
	top:-3em;
}

#cursor2{
	position: relative;
	top: -3em;
}

#txt2 p{
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}

#txt3{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.bck-red{
	background-color: #c81127;
}

.bck-blue{
	background-color: #011361;
}

#modulo4{
	width: 74%;
	margin-left: auto;
	margin-right: auto;
}

footer{
	padding: 1em;
}

footer p{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

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

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

@media screen and (max-width:800px){
	
	body{
		font-size: 17px;
	}
	
	.bajada{
		width: 44%;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#cursor1{
		width: 100%;
	}
	
	#modulo1:hover .subir{
	
	height: 46%;
	
}
	
	#txt2 p{
	width: 88%;
	
}
	
	footer p{
		width: 76%;
	}
}

@media screen and (max-width:600px){
	body{
		font-size: 16px;
	}
	
	.bajada{
		width: 54%;
	}
	
	#modulo1:hover .subir{
	
	height: 52%;
	
}
	
	#txt3{
		flex-direction: column;
	}
	
	#txt2 p{
	width: 92%;
	
}
}

@media screen and (max-width:500px){
	body{
		font-size: 15px;
	}
	
	header{
		
		height: 84vh;
		
		}
	
	.bajada{
		width: 72%;
	}
	
	#modulo1{
		height: 76vh;
	}
	
	#modulo1:hover .subir{
	
	height: 58%;
	
}
}
@media screen and (max-width:400px){
	body{
		font-size: 14px;
	}
	
	.bajada{
		width: 80%;
	}
	
	#modulo1{
		height: 54vh;
	}
	
	#modulo1:hover .subir{
	
	height: 100%;
}
}

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