@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: 'Open Sans', sans-serif;
font-size: 16pt;	
color: #039ead;
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;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.marca{
	
	font-size: 1.30em;
	text-decoration: underline;
	text-transform: uppercase;
}

.titulo{
	font-size: 3.25em;
	text-align:center;
	font-weight: 700;
}

.titulo-lgh{
	font-weight: 300;
	font-style: italic;
}

.bajada{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	
}

.subtitulo{
	font-size: 1.875em;
	font-weight: 700;
}

.delgada{
	font-weight: 300;
}

.textos{
	padding: 40px;
}

.margen{
	padding: 50px 100px;
}

.bck-green{
	background-color: #006b81;
	color: white;
}

#galeria2{
	padding-left: 16px;
	background-color: white;
}

#cursor1{
	position: relative;
	top:-200px;
	
}

footer{
	background-color: #006b81;
	padding: 30px;
}

@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: 12pt;
	}
}

@media screen and (max-width:800px){
	.margen{
	padding: 40px 70px;
}
}

@media screen and (max-width: 600px){
	body{
		font-size: 11pt;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#galeria2{
	padding-left: 0px;
	
}
	
	.bajada{
		width: 68%;
	}
	
	#modulo2{
		flex-direction: column-reverse;
	}
	
	#modulo4{
		display: flex;
		flex-direction: column-reverse;
	}
	
	#cursor1{
	
	top:-300px;
	
}
	
	h2 br{
		display: none;
	}
	
	.textos{
		padding: 20px;
	}
}

@media screen and (max-width: 500px){
	.margen{
	padding: 20px 30px;
}
	footer{
		padding: 24px;
	}
	
	footer img{
		width: 50%;
	}
}

@media screen and (max-width: 400px){
	body{
		font-size: 10pt;
	}
	
	header{
		height: 64%;
		padding: 10px;
	}
	
	.bajada{
		width: 86%;
	}
	
	.textos{
		padding: 20px 10px;
	}
	
	footer img{
		width: 70%;
	}
}