
/*/////////////////////////////////////*/
/* SUCURSALES */
/*/////////////////////////////////////*/
#mapa, #mapa_propiedades {
  width: 100%;
  height: 510px;
}
#mapa_propiedad {
  width: 100%;
  height: 440px;
}
.maps iframe{ 
    pointer-events: none;
}
.sucursales:hover{
	background: $colorPrimario;
	color: $colorBlanco;

	span{
		color:$colorBlanco;
	}
}

.contenedor {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.boton_buscar {
  position: absolute;
  top: 0;
  right: 50px;
}
@media (max-width: 480px) {
  .boton_buscar {
    right: 0;
  }
}

.boton_buscar::after {
  font-family: "iconos";
  content: "";
  color: #009fe3;
  text-align: left;
  font-size: 45px;
}

.pointer {
  cursor: pointer;
}