@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 re start*/

body{
	overflow-x: hidden;
}
video{
	width: 100%;
	
}
#hero{
	
	width: 100%;
	height: 1050px;
	background-repeat: no-repeat;
}

h1{
	font-family: 'Passion One', cursive;
	font-size: 42px;
	text-align: center;
	width: 460px;
	height: 50px;
	background: #FFFFFF;
	padding: 70px 50px 70px;
position: absolute;
top: 350px;
left: 0;
right: 0;
bottom: 0;
margin: auto
	
}

.modulo{
	position: relative;
}
#modulo1{
	height: 800px;
}
#fto1{
	
	background-image: url("images/fto-1");
	width: 50%;
	height: 990px;
	
	background-size: contain;
	background-repeat: no-repeat;
	
	float: left;
	
}
#tx1{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 23px;
	width: 50%;
	text-align: justify;
	margin-top: 300px;
	float: left;
	margin-left: -180px;
}

#tx1 p{
	padding: 0px 60px 30px 80px;
}
#txt2{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 23px;
	width: 50%;
	text-align: justify;
	float: left;
	margin-top: 200px
}
#txt2 p{
	padding: 0px 60px 30px 80px;
}

#modulo2{
	height: 750px;
}
#gif{
	background-image: url("images/skechrers.gif");
	width: 50%;
	height: 600px;
	background-size: contain;
	float: left;
	background-repeat: no-repeat;
}
footer {
	margin-top:400px;
}

@media screen and (max-width: 1450px){
	h1{
		top:540px
	}
	
	#modulo1{
		position: absolute;
		top:840px;
		
	}
	#modulo2{
		position: absolute;
		margin-top: 900px;
	}
	#tx1{
		margin-left: -100px;
	}
}

@media screen and (max-width: 1400px){
	h1{
		top:440px
	}
}
@media screen and (max-width: 1315px){
	h1{
		top:350px;
		
	}
}
	@media screen and (max-width: 1225px){
	h1{
		top:150px;
		height: 20px
	}
		
		#modulo1{
			top:600px;
		}
		
		#tx1{
	
	margin-top: 130px;
	
	margin-left: -50px;
}
		#modulo2{
		
		margin-top: 550px;
	}

		#txt2{
	
	margin-top: 100px
}
}

@media screen and (max-width: 768px){
	body p{
		font-size: 14px;
	}
	h1{
		font-size: 35px;
		width: 380px;
		height: 50px;
		top: 0px;
	}
	#tx1 p{
		margin-left: 10px;
	    margin-top: -35px;
	}
	#modulo2{
		margin-top: 250px;
	}
	#txt2{
		margin-top: 50px;
	}
	
	footer{
		margin-top: -100px;
			
		
	}
	
}
@media screen and (max-width: 412px){
	body{
		float: none;
		
	}
	body{
		font-size: 12px;
	}
	h1{
		font-size: 20pt;
		width: 100%;
		margin-left: -50px;
		margin-top: 150px;
		background-color: transparent;
	}
	
	#fto1 {
		float: none;
		width: 100%;
		height: 600px;
		margin-top: -250px;
		margin-left: 30px;	
			

	}
	#tx1{
		float: none;
		width: 130%;
		margin-top: 40px;
		margin-left: -75px;	
	}
	#modulo2{
		display: inline-block;
	}
	#gif{
		
		width: 100%;
		margin-top: -600px;
	}
	#txt2 p{
		width: 150%;
		top:100px;
		padding: 0px;
		margin-right: 0;
		margin-left: 50px;
		margin-top: 250px
	}
}
	@media screen and (max-width: 330px){
		
		h1{
			font-size: 16pt;
			margin-top: 120px;
			background-color: transparent;
		}
		#fto1{
			margin-left: 5px;
			margin-top: -300px;
			height: 500px;
		}
		#tx1{
			margin-left: -60px;
			margin-top: 180px;
		}
		
		#txt2{
			margin-left: -15px;
		}
	}
