@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*/

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

body{
	background-color: #15212f;
	color: white;
	font-size: 14pt;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
}

.modulo{
	position: relative;
}

.subtitulo{
font-family: 'Gruppo', cursive;
font-style: normal;
font-weight: 400;
font-size: 26pt;	
}

.tarjeta{
	display: flex;
	justify-content:space-around;
}

.textos{
	padding: 30px;
}
#hero{
	position: relative;
}

#img-hero{
	width: 30%;
	position: relative;
	margin-left: 850px;
	margin-top: -750px; 
	z-index: 5;
}



#contenedor{
	padding: 20px;
}

#titulo{
	text-align: center;
	position: relative;
	margin-top: 50px;
	z-index: 6;
}

h1{
	font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 60pt;
}

#titulo p{
	font-weight: 300;
}

#modulo1{
	margin-top: 20px;
}

#img1{
	margin-top: 80px;
	
}

#txt1{
	margin-top: -630px;
	
}

#txt1,#txt2,#txt3{
	position: relative;
	z-index: 2;
}

#img1,#img2,#img3{
	position: relative;
	z-index: 1;
}
#hero img{
	position: relative;
	z-index: 4
}


#img2{
	margin-top: 20px;
}

#txt2{
	margin-top: -650px;
}

#img3{
	margin-top: -100px;
}

#txt3{
	margin-top: -680px;
	
}

#modulo2{
	margin-top: 500px;
}

#img4,#img5,#img6{
	margin-top: 50px;
}

#img3,#img6{
	text-align: center;
}

#tarjeta4, #tarjeta6{
	margin-top: -150px;
}

footer{
	position:relative;
	margin-top: -270px;
}

#txt-f{
	text-align: center;
	margin-top: -160px;
}

#lgo{
	width: 28%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}


@keyframes flota{
	from{
		transform: translateY(0px);
	}
	
	to{
		transform: translateY(15px);
	}
}

.flotar{
	animation: flota 2s infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
}

@keyframes mese{
	from{
		transform: rotateX(-12deg);
		
	}
	
	to{
	transform: rotateX(10deg);
			
		
	}
	
	
}

.meser{
	animation: mese 3s infinite;
	animation-timing-function: ease;
	animation-direction:alternate;
}

@keyframes mese2{
	from{
		transform: rotateX(-10deg);
		
	}
	
	to{
	transform: rotateX(5deg);
			
		
	}
	
	
}

.meser2{
	animation: mese 2s infinite;
	animation-timing-function: ease;
	animation-direction:alternate;
}
/*Responsive*/

@media screen and (max-width:1450px){
	#img-hero{
		
	margin-left: 750px;
	margin-top: -670px; 
	}
	
	#modulo1{
		margin-top: -40px;
	}
	
	.textos{
		padding: 20px;
	}
}

@media screen and (max-width:1300px){
	#img-hero{
		
	margin-left: 630px;
	margin-top: -640px; 
	}
	
	#titulo{
	
	margin-top: 30px;
	
}
	
	#tarjeta1{
		margin-top: 45px;
	}
	
	#txt1{
		margin-top: -680px;
		
	}
	
	#img2{
	margin-top: -50px;
}
	
	#txt2{
	margin-top: -700px;
}
	
	#txt3{
	margin-top: -720px;
	
}
	
	#modulo2{
	margin-top: 700px;
}
	
	#txt-f{
		margin-top: -130px;
	}
}

@media screen and (max-width:1140px){
	
	body{
		font-size: 12pt;
	}
	
	#img-hero{
		width: 20%;
		margin-left: 550px;
	    margin-top: -550px;
	}
	
	#titulo{
	
	margin-top: 50px;
	
}
	
	#tarjeta1{
		margin-top: -15px;
	}
	
	#txt1{
		margin-top: -640px;
		
	}
	
	#tarjeta2{
		margin-top: 70px;
	}
	
	#tarjeta3{
		margin-top: -40px;
	}
	
	#modulo2{
		margin-top: 600px;
	}
	
	footer{
	margin-top: -220px;
}
	
	#txt-f{
	
	margin-top: -100px;
}
	
	#img-f img{
		margin-top: 50px;
	}
}

@media screen and (max-width:1050px){
	
	.subtitulo{
		font-size: 20pt;
	}
	
	h1{
		font-size:50pt;
	}
	
	#img-hero{
		width: 18%;
		margin-left: 510px;
	    margin-top: -480px;
	}
	
	#txt2{
	margin-top: -620px;
}
	
	#txt3{
	margin-top: -670px;
	
}
}

@media screen and (max-width:780px){
	body{
		font-size: 10pt;
	}
	
	.subtitulo{
		font-size: 16pt;
	}
	
	#img-hero{
		width: 18%;
		margin-left: 380px;
	    margin-top: -360px;
	}
	
	h1{
		font-size:40pt;
	}
	
	#titulo p{
		font-size: 9pt;
	}
	
	#modulo1{
		margin-top: 50px;
	}
	
	#img1{
	margin-top: -30px;
	
}
	
	#txt1{
		margin-top: -490px;
		
	}
	
	#tarjeta2{
		margin-top: 10px;
	}
	
	#txt2{
	margin-top: -550px;
}
	
	#txt3{
	margin-top: -550px;
	
}
	footer{
	margin-top: -180px;
}
	#txt-f{
	
	margin-top: -80px;
}
}

@media screen and (max-width:500px){
	
#img-hero{
		width: 16%;
		margin-left: 250px;
	    margin-top: -240px;
	}
h1{
		font-size:22pt;
	    margin-top: -20px;
	}

.tarjeta{
	display: block;
}
	#tarjeta1{
		margin-top: -180px;
	}
	
	#txt1{
		margin-top: -550px;
		z-index: 4;
	}
	
	#img1{
		text-align: center;
		z-index: 3
	}
	
	#img2{
		text-align: center;
	    z-index:2;
		margin-top: 20px;
}
	
	#txt2{
		margin-top: -570px;
	}
	
	#tarjeta3{
		margin-top: 100px;
	}
	
	#txt3{
	margin-top: -570px;
	
}
	
	#modulo2{
		margin-top: 550px;
	}
	
	#img4,#img5{
		text-align: center;
	}
	
	#tarjeta6{
		
		margin-top: 10px;
	}
	
	#txt-f{
		font-size: 8pt;
		margin-top: -80px;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#txt-f br{
		display: none;
	}
	
	#lgo{
		width: 40%;
		
	}
	
	#img-f img {
		height: 170px;
		
	}
	
}

@media screen and (max-width:320px){
	#img-hero{
		width: 22%;
		margin-left: 170px;
	    margin-top: -160px;
	}
	
	h1{
		font-size:18pt;
	    margin-top: -40px;
	}
	
	#modulo1{
		margin-top: 220px;
	}
	
	#tarjeta2{
		margin-top: 130px;
	}
	
	#txt2{
		margin-top: -520px;
	}
	
	#tarjeta3{
		margin-top: 200px;
	}
	
	#txt3{
	margin-top: -540px;
	
}
	
	#modulo2{
		margin-top: 450px;
	}
}

@media screen and (max-width:355px){
	#img-hero{
		width: 22%;
		margin-left: 170px;
	    margin-top: -180px;
	}
	
	h1{
		font-size:18pt;
	    margin-top: -30px;
	}
	#modulo1{
		margin-top: 130px;
	}
	
	#tarjeta2{
		margin-top: 50px;
	}
	
	#txt2{
		margin-top: -520px;
	}
	
	#tarjeta3{
		margin-top: 150px;
	}
	
	#txt3{
	margin-top: -570px;
	
}
	
	#modulo2{
		margin-top: 450px;
	}
}