.navbar-lanzamiento .navegacion-lanzamiento {
	display: none;
}
.navegador_lanzamiento {
	display: none;
}
.bloque_texto {
	padding: 0 !important;
	display: none;
}
section.imagemap {
    overflow-y: visible;
    overflow: inherit;
}
/**/
.map-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	transition: all 300ms ease-in;
	transform: translate(-50%,-50%);
	box-shadow: 0 0 26px rgba(0,0,0,0.2);
    opacity: 0;
    width: 280px;
	visibility: hidden;
	background-color: #fff;
}
.map-popup > *:first-child {
	margin-top: 0;
}
.map-popup > *:last-child {
	margin-bottom: 0;
}
.map-popup.open {
	opacity: 1;
	visibility: visible;
	border-radius: 5px;
}
.marker {
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	transition: all 300ms;
}
a.marker:hover {
	color: #ffcf80;
}
.map-item .marker {
	height: 22px;
    width: 22px;
	text-shadow: 0 6px 12px rgba(0, 0, 0, .2), 0 0 4px #222;
}
.producto {
	padding: 1rem;
}
.producto-listado .producto-listado-marca {
    left: 2%;
    top:2%;
}
@media (max-width: 991px) {
	.owl-carrusel-navegacion, .owl-carrusel-detalle-fondo {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media only screen and (min-width:768px) {
    .map-popup {
        position: absolute;
        width: 320px;
    }
    .map-item {
        position: absolute;
    }
}
@media (max-width: 576px) {
	.boton_estandar {
		display: none;
	}
}



/**/
