@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: brandon-grotesque,sans-serif;
font-weight: 400;
font-style: normal;	
font-size: 15pt;
line-height: 1.3;
color: #262626;	
}
body a{
	text-decoration: none;
}
img{
	max-width: 100%;
}

video{
	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;
	
}

h1{
	padding-top: 20px;
}

#tittle{
	position: relative;
	top:270px;
}
.marca{
font-family: brandon-grotesque, sans-serif;
font-weight: 300;
font-style: normal;
text-transform: uppercase;
text-decoration: underline;
color: white;
font-size: 1.2em;	
	
}

.titulo{
font-family: brandon-grotesque, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 4.5em;
text-transform: uppercase;
color: #ffdd11;	
}

.bajada{
	font-size: 1.09em;
	color: white;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.subtitulo{
font-family: brandon-grotesque, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 2.12em;
color: #262626;
text-transform: uppercase;	
}

.textos{
	padding: 40px;
}

.contenedor{
	padding: 200px 150px;
}

.margen{
	padding: 0px 80px;
}

.bck-gray{
	background-color: #b3b3b3;
}

.bck-yw{
	background-color: #ffdd11;
}

.txt-blanco{
	color: white;
}

.pie{
font-family: brandon-grotesque, sans-serif;
font-weight: 900;
font-style: normal;
text-align: center;
font-size: 1.25em;	
}

#modulo2{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#modulo3{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#modulo5{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#galeria2{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#tx3{
	text-align: right
}

.cta{
font-family: brandon-grotesque, sans-serif;
font-weight: 900;
font-style: normal;
color: white;
text-transform: uppercase;
font-size: 26pt;	
}

.cta:hover{
	color: #ffdd11;
	transition: all 0.5s ease;
}

.logos{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer img{
	padding: 30px;
	width: 30%;
}

.informacion{
	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: 35%;
	opacity: 1;
}
#info1{
	background-color: rgb(38,38,38,0.65);
}

#info1 h3{
	padding: 5px;
}

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

.imagen{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	background-image: url("images/img-2.jpg");
	background-size: cover;
	background-position: center;
}

#modulo2:hover .opacidad{
	bottom: 0;
	overflow: visible;
	opacity: 1;
}

.cursor-central{
	position: relative;
	top:-100px;
}

@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;
	}
	
	.informacion{
	
	height: 20%;
	}
	
	#modulo1:hover .subir{
	
	height: 40%;
	
}
	
	.contenedor{
	padding: 150px 120px;
}
}

@media screen and (max-width:800px){
	body{
		font-size: 13pt;
	}
	
	.contenedor{
	padding: 80px 80px;
}
	
	.margen{
	padding: 0px 40px;
}
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	.textos{
		padding: 30px;
	}
	
	#video{
		padding: 20px;
	}
	
	#modulo1:hover .subir{
	
	height: 50%;
	
}
}

@media screen and (max-width:600px){
	body{
		font-size: 12pt;
	}
	
	#tittle{
	
	top:250px;
}
	
	.bajada{
		width: 80%;
	}
	
	.informacion{
	
	height: 30%;
	}
	
	#modulo1:hover .subir{
	
	height: 70%;
	
}
	
	#modulo2{
		width: 80%;
	}
	
	.cursor-central{
	position: relative;
	top:-80px;
}
	footer img{
	padding: 20px;
	width: 40%;
}
}

@media screen and (max-width:500px){
	body{
		font-size: 10pt;
	}
	
	.logos{
		flex-direction: column;
	}
	
	.cta{
		padding: 10px;
	}
	
	footer img{
	padding: 20px;
	width: 50%;
}
	
	#tittle{
		top:370px;
	}	
}

@media screen and (max-width:400px){
	.bajada{
		width: 90%;
	}
	
	.textos{
		padding: 20px;
	}
	
	.contenedor{
	padding: 40px 40px;
}
	
	.cursor-central{
	position: relative;
	top:-50px;
}
	
	.margen{
	padding: 0px 20px;
}
	
	#modulo1:hover .subir{
	
	height: 90%;
	
}
}

@media screen and (max-width:350px){
	body{
		font-size: 9pt;
	}
	
	#tittle{
		top:300px;
	}
	
	.contenedor{
	padding: 20px 20px;
}
	
	.margen{
	padding: 0px 0px;
}
	
	#modulo1:hover .subir{
	
	height: 100%;
	
}
	
	#info1  br{
		display: none;
	}
}