/* Mapa */
#map {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 100;
}
.buscador-map {
	position: absolute;
	left: 0;
	width: 420px;
	z-index: 101;
	top: 50px;
	display: inline-block;
	padding-left: 15px;
}
.buscador-map .field {
  background: #fff;
  width: 180px;
  border-radius: 24px;
  height: 42px;
  padding: 4px 10px 4px 15px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.35);
	display: inline-block;
	float: left;
}
.buscador-map .field input {
	width: 100%;
	padding: 5px 10px 5px 32px;
	outline: none;
	border: none;
	background-image: url(images/mapa/search.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 26px;
	font-size: 16px;
}
.buscador-map .filtro {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-left: 14px;
	display: inline-block;
	float: left;
	background: #fff;
	-webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.35);
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.35);
	position: relative;
	cursor: pointer;
}
.buscador-map .filtro img {
	width: 22px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
}
.buscador-map .filtro img.white {
	display: none;
	text-align: center;
}
.buscador-map .filtro.activo {
	background: #50b940;
}
.buscador-map .filtro.activo img.white {
	display: block;
}
.buscador-map .filtro.activo img.black {
	display: none;
}
.buscador-map .filtro span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: bold;
  color: #333;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  top: 46px;
  background: rgba(255,255,255,0.4);
}
#filtro3 span {
  left: -10px;
  width: 59px;
}
.clearfix598 {
	display: none;
}


@media (max-width: 598px) {
	.buscador-map {
  	width: 100%;
  	z-index: 800;
  	position: relative;
  	text-align: center;
  	padding-left: 0;
	}
	.buscador-map .field {
  	float: none;
  	width: 276px;
  	margin-bottom: 15px;
  	margin-left: auto;
  	margin-right: auto;
	}
	.buscador-map .field::after {
		content: '';
		display: block;
		clear: both;
	}
	.buscador-map .filtro {
	  margin-left: 10px;
	  margin-right: 10px;
	  float: none;
	}
	.clearfix598 {
		display: block;
	}
}

.map-infobox {
  display: none;
}
.map-infobox {
  position: absolute;
  bottom: 20%;
  z-index: 101;
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 14px;
  padding: 35px 15px 20px 15px;
  right: 15px;
  margin: 0;
  -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.15);
}
.map-infobox .linea {
  width: 65px;
  border-radius: 2px;
  height: 3px;
  background: #555;
  margin: 0 auto;
  position: relative;
  top: -17px;
}
.close-box {
  font-size: 19px;
  color: #666;
  background: #e0e0e0;
  margin: 10px;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 10px;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  z-index: 1;
}
.map-info {
	position: relative;
	padding-left: 50px;
	font-size: 15px;
	padding-right: 10px;
}
.map-info.cborde {
	border-bottom: 1px solid #e0e0e0;
}
.map-info.cpadding {
	padding-top: 14px;
}
.map-info .info-icon {
	position: absolute;
	left: 0;
}
.map-info .icono {
  width: 25px;
  margin-left: 15px;
}
.imagenmarcador {
  width: 40px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
#sucursal-name {
	font-weight: 600;
	font-size: 16px;
}
#horario1, #horario2, #horario3 {
	display: block;
}
@media(max-width: 498px) {
	.map-infobox {
	  bottom: 2px;
	  width: auto;
	  max-width: 100%;
	  right: 6px;
	  left: 6px;
	}
}