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


.caja-galeria-info-mapa img.imagen-galeria-full-01 {
/*width: auto;*/
max-height: inherit;	
}
.contenedor-info-mercurio {
background-image: url(../imagenes/tumaco/fondo-info-mercurio-tumaco.jpg);
/*background-attachment: inherit;*/	
}
.subtit-info-mapa {
margin-left: 0px;
}


/*MEDIA QUERIES*/

@media screen and (max-width:1280px) {
.contenedor-info-mercurio {
background-attachment: scroll;
}	
}

@media screen and (max-width:767px) {
.contenedor-apertura{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../imagenes/tumaco/apertura-tumaco-movil.jpg);		
image-rendering: -webkit-optimize-contrast;
}
.bloque-color-video-apertura {
background-color: rgba(0,0,0,0.1);
}
/*.subtit-info-mapa{
display:none;
}*/	
}

@media screen and (max-width:639px) {
.subtit-info-mapa{
display:none;
}
}