#map {
  width: 100%;
  height: 90vh;
}

.gm-style .gm-style-iw-d img {
  max-width: 300px !important;
  cursor: zoom-in;


}

.gm-style .gm-style-iw-d{
  position: relative;
}
.gm-style .gm-style-iw-d .infowindow_img {
  position: relative;
}

.gm-style .gm-style-iw-d .infowindow_img:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: #009fda url('https://www.portdebarcelona.cat/modules/custom/prt_map_builder/images/zoom.png') no-repeat fixed center/20px;
  pointer-events: none;
  top: 0;
  right: 0;
}



.gm-style .gm-style-iw {
  background-color: #0073CF !important;
  color: #fff !important;

  display: block !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0px !important;
  padding: 25px !important;
}

/* Pointer at bottom of InfoWindow */
.gm-style .gm-style-iw-t::after {
  background: #0073CF !important;
  padding: 0;
  margin: 0;
  top: 0;
  z-index: -1;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-height: 380px !important;
  font-size: 14px !important;
}

.gm-style .gm-style-iw-d a{

  color: #ffffff;
  text-decoration: none;
  outline: none;

}
.gm-style .gm-style-iw-d a:hover{
  color: #009fda;

}

.gm-style .gm-style-iw-d b{
  display: block;
}

.gm-style .gm-style-iw-d p{
  font-size: 14px;
  line-height: 14px;
}

.gm-ui-hover-effect > span {
  background-color: #fff;
}

.gm-style .gm-style-iw-tc::after {
  background: #0073CF !important;
}

.ui-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 5px;
  font: 400 10px Roboto, Arial, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}
.ui-button:hover {
  background: #ebebeb;
}

