@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;	
color:#006d80;
font-size: 16pt;	
line-height: 1.3;
}

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

.titulo{
	width: 65%;
	padding: 40px 100px;
	background-color: #003d46;
	color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:-100px;
}

.marca{
font-size: 1.18em;	
font-family: brandon-grotesque, sans-serif;
font-weight: 300;
font-style: normal;
text-transform: uppercase;
text-decoration: underline;	
	
}

h1{
font-size: 2.87em;	
font-family: brandon-grotesque, sans-serif;
font-weight: 900;
font-style: normal;
text-transform: uppercase;
}

.bajada{
	width: 50%;
	font-size: 1.25em;
	margin-left: auto;
	margin-right: auto;
}

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

.textos{
	padding: 40px;
}

.contenedor{
	padding: 50px;
}

.margen{
	padding: 50px 150px;
}

#informacion{
	padding: 30px 50px;
	color: white;
	background-color: rgb(4,41,44,.47);
	
}

#informacion h2{
	padding: 5px;
}

.informacion{
	position: absolute;
	bottom: 0;
	height: 13%;
	transition: all 0.5s  ease;
	box-sizing: border-box;
	overflow: hidden;
	
}

#modulo2:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 32%;
	opacity: 1;
}
.pointer{
	display: flex;
	justify-content: center;
	align-items:center;
	}

footer{
	background-color: #003d46;
	padding: 50px 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:1166px){
	body{
		font-size: 14pt;
	}
	
	
}

@media screen and (max-width:1060px){
	.titulo{
		width: 70%;
	}
	
	.bajada{
		width: 55%;
	}
	
	.margen{
	padding: 40px 120px;
}
	.informacion{
	
	height: 16%;
	
	
}

#modulo2:hover .subir{
	
	height: 35%;
	
}
	
	footer{
	
	padding: 40px 0px;
}
	footer img{
		width: 45vh;
	}
}

@media screen and (max-width:1024px){
	body{
		font-size: 13pt;
	}
}

@media screen and (max-width:800px){
	body{
		font-size: 12pt;
	}
	
	.titulo{
		width: 80%;
	}
	
	.bajada{
		width: 70%;
	}
	
	.margen{
	padding: 30px 80px;
}
	
	.contenedor{
		padding: 40px;
	}
	
	.informacion{
	
	height: 20%;
	
	
}

#modulo2:hover .subir{
	
	height: 45%;
	
}
	
	.textos{
		padding: 20px;
	}
	
	footer img{
		width: 40vh;
	}
}

@media screen and (max-width:600px){
	.tarjeta{
		flex-direction: column;
	}
	
	.tarjeta2{
		flex-direction: column-reverse;
	}
	
	.primario{
		width: 100%;
	}
	
	.informacion{
	
	height: 24%;
	
	
}

#modulo2:hover .subir{
	
	height: 65%;
	
}
	.margen{
	padding: 30px 50px;
}
	
	.bajada{
		margin-top: -50px;
	}
}

@media screen and (max-width:500px){
	body{
		font-size: 10pt;
	}
	
	.titulo{
		padding: 30px 0px;
	}
	
	.informacion{
	
	height: 28%;
	
	
}

#modulo2:hover .subir{
	
	height: 74%;
	
}
}

@media screen and (max-width:400px){
	.contenedor{
		padding: 20px;
	}
	
	.margen{
	padding: 30px 30px;
}
	
	#informacion{
		padding: 20px 10px;
	}
	#modulo2:hover .subir{
	
	height: 100%;
	
}
}