@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{
	background: black;
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 25px;
	overflow-x: hidden;
}
body a{
	text-decoration: none;
	color: yellow;
}

h1{
	font-family:  'Limelight', cursive;
	font-size: 85px;
	width: 50%;
	margin-left: auto;
	padding: 20px;margin-top: 50px;

}
h1 img{
	width: 90%;
}

#hero{
	height: 750px;
}

#yuri{
	position: absolute;
	width: 50%;
	height: 700px;
	background-image: url("img/fto-yuri-hero.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -70px;
}

.modulos{
	height: 750px;
	position: relative;
}

.fondo{
	
	width: 100%;
	height: 100%;
	margin: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.slide{
	width: 100%;
	height: 100%;
	animation: banner 10s infinite;
	background-size: contain;
	background-repeat: no-repeat;
}

@keyframes banner{
	0%,33%{
		background-image: url("img/fto-slide-1.jpg");
		opacity: 1;
}
	34%,36%{
		opacity: 0;
	}
	37%, 66%{
		background-image: url("img/fto-slide-2.jpg");
		opacity: 1;
	}
	67%,69%{
		opacity: 0;
	}
	70%,97%{
		background-image: url("img/fto-slide-3.jpg");
		opacity: 1;
	}
	98%,100%{
		opacity: 0;
	}
}
#foto1:hover,
#foto1:active{
	background-image: url("img/fto-1-1.jpg");
	transition: all .1s ease-in-out;
	background-size: contain;
	
}
#foto1{
	background-image: url("img/foto-1.jpg");
}
#txt1 {
	position: absolute;
	margin-top: -650px;
	width: 40%;
	text-align: justify;
}
#txt1{
	padding: 50px;
}

#modulo2{
	
	top:-20px;
	
}

#txt2{
	padding: 70px;
	position: relative;
	top:-770px;
}
#modulo3{
	display: flex;
}
.img-izq{
	
	width: 50%;
	height: 100%;
	background-image: url("img/fto-izq.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	
}
.txt-der{
	width: 50%;
	float: left;
	padding: 40px;
	margin-top: 100px;
	text-align: justify;
}
.amarillo{
	margin-top: 150px;
	color: yellow;
}

.txt-izq{
	width: 40%;
	float: left;
}
.txt-izq p{
	padding: 30px;
	text-align: justify;
	margin-top: 200px;
}
.video{
	
	width: 60%;
	float: left;
}
.lgo-der{
	position: relative;
	margin-left: auto;
}
footer{
	margin-top: -150px;
	display: flex;
	height: 200px;
}

/* responsive */

@media screen and (max-width: 1445px){
	#modulo2{
		top:-125px;
	}
	
	#modulo3{
		top:-250px;
	}
	
	#modulo4{
		
		top:-235px;
	}
	
	footer img{
		
		margin-top: -200px;
		
	}
}

@media screen and (max-width: 1030px){
	body{
		font-size: 20px;
	}
	h1{
		font-size: 65px;
	}
	
	.amarillo{
		margin-top:20px;
	}
	
	.video video{
		height: 330px;
		
		}
	
	.txt-izq p{
		margin-top: 50px;
	}
	#modulo1{
		
		top:-100px;
	}
	
	#modulo2{
		
		top:-400px;
	}
	
	#modulo3{
		top:-700px;
	}
	
	#modulo4{
		
		top:-800px;
		
		
	}
	
	footer img{
		width: 80%;
		float: left;
		margin-top: -1050px;
	}
	
	
}

@media screen and (max-width: 770px){
	body{
		
		font-size: 15px;
	}
	
	h1{
		font-size: 50px;
	}
	
	
	#modulo1{
		top:-300px;
	}
	#modulo2{
		top:-715px;
	}
	
	#modulo3{
		top:-1130px;
	}
	
	.txt-der{
		margin-top: 5px;
		height: 350px;
	}
	
	#modulo4{
		top:-1400px;
	}
	
	.video video{
		
		height: 250px
	}
	
	footer img{
		margin-top: -1700px;
	}
}

@media screen and (max-width: 550px){
	
	body{
		font-size: 12px;
	}
	
	h1{
		font-size: 30px;
	}
	
	#modulo1{
		
		top:-500px;
	}
	
	#txt1{
		margin-top: -780px;
	}
	
	#modulo2{
		top:-1035px;
	}
	
	#txt2{
		
		margin-top: -35px;
	}
	
	#modulo3{
		top:-1560px;
	}
	#modulo3 img{
		height: 70px;
	}
	
	#modulo4{
		
		top:-2030px;
	}
	
	.video video{
		height: 180px;
	}
	
	footer img{
		width: 60%;
		margin-top: -2400px;
	}
	
	.lgo-der img{
		margin-left: 100px;
		width: 50%;
		height: 80px;
	}
}

@media screen and (max-width: 420px){
	h1{
		font-size: 20px;
	    margin-left: 160px;
	}
	
	#modulo1{
		top: -450px;
	}
	
	#txt1{
		margin-top: -880px;
		width: 99%;
		margin-left: -47px;

	}
	
	#modulo2{
		top:-900px;
	}
	#txt2{
		margin-top: -150px;
		width: 90%;
		margin-left: -45px;	
			
	}
	
	#modulo3{
		margin-top:200px;
	}
	
	.txt-der {
		
		margin-top: -100px;
		width: 100%;
		float: none;
		padding: 0px;
		margin-left: -380px
	}
	
	.img-izq{
		float: none;
		margin-top: 100px;
		width: 100%;
		background-size: cover;
		height: 300px;
			
	}
	
	#modulo4{
		margin-top: 120px;
	}
	.txt-izq{
		float: none;
		width: 100%;
	}
	.video video{
		margin-left: 30px;
		position: absolute;
	}
	footer img{
		margin-top: -2300px
	}
}