@media screen and (max-width: 991px) {
	#hoveritem{opacity: 1 !important;}
}

@media screen and (max-width: 910px){
	#nav-bottom{
		display: none !important;
	}
	.b_menu{display: inline-flex;}
}

@media screen and (max-width: 767px){
	#foot2{
		display: block !important;
	}
	#foot1{
		display: none !important;
	}
	#mapa{margin-top: 20px;}
}

@media screen and (max-width: 500px){
	.img-fluid{width: 100% !important;}
}