/* CSS Document */
.videoFondo{
	z-index:1;
position:relative;	
}
.video1{
	
	width:100%;
	margin:auto;
	z-index:1;
	visibility:visible;	
}
.tituloAtraccion{
	font-family: CAVIARDREAMS_BOLD, serif;
	max-width:1200px;
	position:absolute;
	top:35%;
	transform:translateY(-65%);
	/*width:40px;
	height:40px;*/
	/*background-color:rgba(255,255,255,0.70);*/
	/*line-height:40px;*/
	font-size:100px;
	color:#FFFFFF;
	left:1%;
	right:1%;
	margin:auto;
	z-index:3;
	text-align:right;
	text-shadow: 3px 3px 4px #000000;	
	/*background-color:rgba(0,0,0,0.60);*/
}
.mensajeAtraccion{
	font-family: CAVIARDREAMS_BOLD, serif;
	max-width:1200px;
	position:absolute;
	top:75%;
	transform:translateY(-25%);
	/*width:40px;
	height:40px;*/
	/*background-color:rgba(255,255,255,0.70);*/
	z-index:3;
	font-size:36px;
	color:#FFFFFF;
	left:1%;
	right:1%;
	margin:auto;
	text-shadow: 2px 2px 4px #000000;
	/*background-color:rgba(0,0,0,0.60);*/
}
@media screen and (max-width: 1187px){
	.video1{
		margin-top:82px;
	}	
}
@media screen and (max-width: 957px){		
	.tituloAtraccion{
		font-size:60px;
	}
	.mensajeAtraccion{
		font-size:30px;
	}
}
@media screen and (max-width: 767px){	
	.tituloAtraccion{
		font-size:50px;
		position:relative;
		text-align:right;
		transform:none;
		line-height:1px;
		top: -50px;
		margin-right:15px;
	}
	.mensajeAtraccion{
		top:0;
		transform:none;
		position:relative;
		font-size:20px;
		/*text-shadow:none;
		color:#000000;*/
	}
}
@media screen and (max-width: 607px){
	.tituloAtraccion{
		font-size:28px;
		top: -20px;
	}
}
@media screen and (min-width: 767px){
	
	
}
@media screen and (min-width: 957px){
	
	
}