@charset "UTF-8";
/* CSS Document */

video{
	
	width: 100%;
	height: auto;
		
}


body {overflow-x:hidden;}

#titulo{
	position: relative;
	background-image: url("images/title.jpg");
	width: 100%;
	height: 80px;
	background-size: cover;
   background-position: center;
	background-repeat: no-repeat;
	
	
}
#modulo1{
	
	padding-top: 5px;
}

#txt1{
	position: absolute;
	float: right;
	margin-top: -120px;
	margin-left: 660px;
	left: 9px;
	top: 1144px;
}

#img2{
	position: absolute;
	float: right;
	margin-top: -400px;
	margin-left: 565px;
		
}

#txt3{
	position: absolute;
	float: left;
	margin-top: 740px;
	
}

#img4{
	
	position: absolute;
	float: right;
	margin-top: -540px;
	margin-left: 600px;
	
}

#modulo4{
	
	padding-top: 300px;
}

#txt4{
	
	position: absolute;
	float: right;
	margin-top: -35px;
	margin-left: 700px;
	
}

#img5{
	background-image: url("images/img-5.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 568px;
}

#txt5{
	background-image: url("images/txt-5.png");
	width: 100%;;
	height: 205px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

footer{
     background-image: url("images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 127px;
	background-position: center;
		
}

@media screen and (max-width: 1366px){
#titulo{
	position: relative;
	background-image: url("images/title.jpg");
	width: 100%;
	height: 80px;
	background-size: cover;
   background-position: center;
	background-repeat: no-repeat;
	
	
}
#modulo1{
	
	padding-top: 5px;
}

#txt1{
	position: absolute;
	float: right;
	margin-top: -270px;
	margin-left: 660px;
	left: 9px;
	top: 1144px;
}

#img2{
	position: absolute;
	float: right;
	margin-top: -400px;
	margin-left: 565px;
		
}

#txt3{
	position: absolute;
	float: left;
	margin-top: 740px;
	
}

#img4{
	
	position: absolute;
	float: right;
	margin-top: -540px;
	margin-left: 600px;
	
}

#modulo4{
	
	padding-top: 300px;
}

#txt4{
	
	position: absolute;
	float: right;
	margin-top: -35px;
	margin-left: 700px;
	
}

#img5{
	background-image: url("images/img-5.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 568px;
}

#txt5{
	background-image: url("images/txt-5.png");
	width: 100%;;
	height: 205px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

footer{
     background-image: url("images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 127px;
	background-position: center;
		
}
}
/*responsive*/

@media screen and (max-width: 1152px){
	
	#txt1 {
		
		margin-top: -400px;
		margin-left: 620px;
		
	}
	
	#img3 img{
		
		width: 40%;
	}
	
	#img4 img{
		
		width: 99%;
		margin-top: 100px;
	}
	
	#txt3{
		margin-top: 650px;
	}
	
	#txt4{
		
		margin-left: 600px;
	}
}
	@media screen and (max-width: 1020px){
		
		#img1 img{
			
			width: 50%;
		}
		
		#txt1 img {
			
			width: 440px;
		}
		
		#txt1{
			
			margin-top: -500px;
			margin-left: 540px;
		}
		
		#txt2 img{
			
			width: 50%;
		}
		
		#img2 img{
			
			width: 98%;
			margin-top: 100px;
			
		}
		
		#txt3 img{
			
			width: 85%;
			margin-top: -90px;
			margin-left: -30px;
		}
		
		#txt4 img{
			
			width: 99%;
			margin-top: -10px;
		}
	}
	
@media screen and (max-width: 720px){
	
	#titulo {
		width: 99%;
		height: 80px;
		background-size: contain;
	}
	
	#txt1{
			
			margin-top: -650px;
			margin-left: 350px;
		}
	
	#txt1 img{
		
		width: 90%;
	}
	
	#img2 img{
		
		margin-top: 150px;
		width: 350px;
	}
	
	#img2{
		
		margin-left: 350px;
	}
	
	#img4 img {
		
		width: 350px;
		
	}
	
	#img4{
		
		margin-left: 320px;
		margin-top: -380px;
		
	}

	#txt3 img{
		
		width: 330px;
	}
	
	#txt3{
		
		margin-top: 510px;
	}
	
	#txt4{
		width: 330px;
		margin-left: 350px;
		margin-top: 5px;
		
	}
	
	#modulo4{
		
		margin-top: -130px;
	}
}

@media screen and (max-width: 540px){
	
	#txt1 img {
		
		width: 250px;
	}
	
	#txt1{
		
		margin-left: 270px;
		margin-top: -770px;
	}
	
	#img2 img{
		
		width: 300px;
	}
	
	#img2{
		
		margin-left: 270px;
		margin-top: -350px;
	}
	
	#img4 img{
		
		width: 250px;
	}
	
	#img4{
		margin-top: -300px;
		margin-left: 250px;
	}
	
	#txt3{
		margin-top: 400px;
	}

	#txt3 img{
		
		width: 250px;
	}
	
	#txt4 img{
		
		width: 250px;
	}
	
	#txt4{
		margin-left: 260px;
		
	}
	
	#modulo4{
		
		margin-top: -200px;
	}
	
	#txt5{
		
		margin-top: -100px;
	}
	}
@media screen and (max-width: 414px){
	
	#modulo1{
		display: inline;
	}
	
	#img1 img{
		
		width: 100%;
		margin-top: 230px;
	}
	
	#txt1 img {
		width: 370px;
		margin-top: -100px;
	}
	#txt1{
		
		margin-left: 5px;
		
		}
	
	#txt2 img{
		
		width: 350px;
		margin-top: -20px;	
	}
	
	#img2 img{
		
		width: 370px;
		margin-top: 330px;
		margin-left: -270px;
	}
	
	#modulo3{
		
		display: inline;
		
	}
	
	#img3 img{
		
		width: 250px;
		margin-top: 250px;
		margin-left: 70px;
	}
	#txt3 img{
		
		margin-top: 240px;
		width: 350px;
		margin-left: 20px;
	}
	
	#img4 img{
		width: 300px;
		margin-top: 550px;
		margin-left: -200px;
	}
	
	#txt4 img{
		
		margin-top: 480px;
		margin-left: -230px;
		width: 330px;
	}
	
	
	#modulo4{
		
		margin-top: 200px;
	}
}