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


video#bg-video-apertura{
display: block;	
position: absolute;
bottom: 0%;
left: 0%;
min-width: 100%;
min-height: 300px;
width: auto;
height: auto;
background-size: cover;
transition: 1s opacity;
opacity: 1;	
z-index: 0;	
}


/*MEDIA QUERIES*/
@media screen and (max-width:800px) {
		
.bloque-left-home {
flex-grow: 0;	
width: 100%;
height: auto;	
}
.contenedor-titulo-home {
flex-grow: 0;	
padding: 110px 0px 0px 0px;
}	
.caja-titulo-home {
position: relative;
bottom: inherit;
left: inherit;
-moz-transform: none;
-webkit-transform: none;
transform: none;
}

.bloque-left-home h1 {
font-size: 85px;
line-height: 54px;	
}	
.bloque-left-home h1 span {
font-size: 50px;
margin-left: 18px;
letter-spacing: 15px;	
}	
	
.bloque-right-home {
width: 100%;
height: auto;	
}	
}


@media screen and (max-width:768px) {
video#bg-video-apertura {
left: -50%;
}
}



@media screen and (max-width:767px) {
/*video#bg-video-apertura {
display: none;
}*/	
#bg-video-apertura{
display: none;	
}
.fondo-apertura-home {
background-image: url(../imagenes/home/apertura-home-movil.jpg);
}	
}



@media screen and (max-width:640px) {
.bloque-left-home h1 {
font-size: 65px;
line-height: 34px;	
}	
.bloque-left-home h1 span {
font-size: 30px;
margin-left: 18px;
letter-spacing: 15px;	
}
}

