@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: black;
	color: white;
	font-size: 22pt;
	font-family: 'Tajawal', sans-serif;
}
#cursor{
	visibility: hidden;
}

#cursor2{
	visibility: hidden;
}
.modulo{
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.titulo{
	font-family: futura-pt-condensed, sans-serif;

    font-weight: 700;

    font-style: normal;
	font-size: 100pt;

}

.margen{
	padding: 40px;
}

.primario{
	width: 50%;
	
}

.alinear{
	display: flex;
	align-items: center;
	
}

.alinear2{
	flex-direction: row-reverse;
	display: flex;
	align-items: center;
	
}

.rosa{
	color: #f73cb0;
	font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: italic;
	font-size: 60pt;
}

.verde{
	color: #a1ff00;
	font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: italic;
	font-size: 60pt;
}

.azul{
	color: #2f99cf;
	font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: italic;
	font-size: 60pt;
}

.texto{
	padding: 20px;
}

#img3{
	margin-top: 20px;
}

/* Responsive */

@media screen and (max-width:1450px){
	.titulo{
		font-size: 80pt;
	}


body{
	font-size: 20pt;
}

.rosa{
		font-size: 55pt;
}
	
.verde{
		font-size: 55pt;
	}	
	
	.azul{
		font-size: 55pt;
	}
	
	}





/* Animaciones*/

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

@keyframes barra{
	from{
		transform: translateX(-5px);
	}
	
	to{
		transform: translateX(15px);
	}
}

@keyframes intro{
	from{
		transform: translateY(-10px);
	}
	
	to{
		transform: translateY(0px);
	}
	
	0%{
		opacity: 0;
	}
	
	100%{
		opacity: 1;
	}
	
}






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

.barras{
	animation: barra 1.5s infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
}



.flota2{
	animation: intro .5s;
	animation-timing-function: ease-in;
}
.flota3{
	animation: intro 1.5s;
	animation-timing-function: ease-in;
}



@media screen and (max-width:1110px){
	
	body{
		font-size: 18pt;
	}
	
	.titulo{
		font-size: 70pt;
	}
	
	.rosa{
		font-size: 45pt;
	}
	
	.verde{
		font-size: 45pt;
	}
	
	.azul{
		font-size: 45pt;
	}
	
	h1 img{
		width: 25%;
	}
	
}

@media screen and (max-width:800px){
	body{
		font-size: 16pt;
	}
	
	.titulo{
		font-size: 44pt;
		margin-bottom: 20px;
	}
	.rosa{
		font-size: 36pt;
	}
	
	.verde{
		font-size: 36pt;
	}
	
	.azul{
		font-size: 36pt;
	}
	
	footer img{
		width: 30%;
	}
}

@media screen and (max-width:600px){
	
	body{
		font-size: 14pt;
	}
	
	#cursor{
		visibility: visible;
		margin-top: -530px
	}
	
	#cursor2{
		visibility: visible;
	}
	
	#cursor2{
		
		position: relative;
		float: left;
		
		
	}
	
	#cursor2 img{
		width: 70%;
		margin-top: -50px;
	}
	
	
	
	.titulo{
		font-size: 36pt;
		margin-top: 20px;
	}
	
	.alinear{
		display: block;
	}
	
	.alinear2{
		display: block;
	}
	
	.primario{
		width: 100%;
	}
	
	.rosa{
		margin-bottom: 20px;
		margin-top: 80px;
	}
	
	#txt1 h1 img{
		 position: absolute;
		margin-top: -90px;
		width: 20%;
		margin-left: 30px;
	}
	
	

}

@media screen and (max-width:500px){
	.margen{
		padding: 22px;
	}
	
	body{
		font-size: 12pt;
	}
	
	.titulo{
		font-size: 32pt;
	}
	
	.rosa{
		font-size: 30pt;
		margin-top: 60px;
	}
	
	.verde{
		font-size: 30pt;
	}
	
	.azul{
		font-size: 26pt;
	}
	
	#txt1 h1 img{
		 position: absolute;
		margin-top: -80px;
		width: 20%;
		margin-left: 30px;
	}
}

.mano{
	float: left;
	position: relative;
	margin-top: -450px;
	z-index: 9999;
	
		
}

#cursor img{
	margin-left: 170px;
	width: 25%;
	margin-top: 70px;
}

#cursor2{
		
		margin-top: -450px;
		
		margin-left: 170px;
		
	}
	
	#cursor2 img{
		width: 65%;
		margin-top: 0px;
	}

@media screen and (max-width:380px){
	.titulo{
		font-size: 28pt;
	}
	
	#txt1 h1 img{
		 position: absolute;
		margin-top: -50px;
		width: 20%;
		margin-left: 30px;
	}
	
	.rosa{
		margin-top: 40px;
	}
	
	footer img{
		width: 45%;
	}
	
	.mano{
	float: left;
	position: relative;
	margin-top: -420px;
	z-index: 9999;
	
		
}

#cursor img{
	margin-left: 140px;
	width: 20%;
}
	
	#cursor2{
		
		margin-top: -450px;
		
		margin-left: 120px;
		
	}
	
	#cursor2 img{
		width: 50%;
	}
}

@media screen and (max-width:320px){
	body{
		font-size: 11pt;
	}
	
	.margen{
		padding: 18px;
	}
	
	.titulo{
		font-size: 26pt;
	}
	
	.rosa{
		font-size: 24pt;
		margin-top: 50px;
	}
	
	.verde{
		font-size: 24pt;
		margin-top: 18px;
	}
	
	.azul{
		font-size: 24pt;
	}
	.texto{
		padding: 0px;
	}
	#txt1 h1 img{
		 position: absolute;
		margin-top: -40px;
		width: 20%;
		margin-left: 30px;
	}
	
	.mano{
	float: left;
	position: relative;
	margin-top: -350px;
	z-index: 9999;
	
		
}

#cursor img{
	margin-left: 120px;
	width: 20%;
}
	
	#cursor2{
		
		margin-top: -380px;
		
		margin-left: 90px;
		
	}
	
	#cursor2 img{
		width: 45%;
	}
}