body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

.header {
  padding: 10px;
}

.header img {
  max-width: 15%;
}

html,
body {
  height: 92%;
  margin: 0;
  padding: 10px;
}

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

.search-bar {
  margin: 4px 0;
}

.search-bar input {
  padding: 12px;
  font-size: 14px;
  width: 200px;
  max-width: 80%;
  box-sizing: border-box;
  border: 2px solid #60269e;
  border-radius: 25px;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-bar input:focus {
  border-color: #ff6b00;
}

.search-bar button {
  padding: 12px 24px;
  font-size: 18px;
  cursor: pointer;
  background-color: #ff6b00;
  color: white;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.search-bar button:hover {
  background-color: #60269e;
}
.infowindow-content {
  width: auto; /* Ajusta el ancho según tus necesidades */
  height: auto;
  padding: 1px; /* Añade relleno para espaciar el contenido */
  box-sizing: border-box; /* Asegura que el relleno no aumente el tamaño total */
}
.shop-logo.xtreme {
  background-image: url(../images/XTREME.jpeg);
}
.shop-logo {
  width: 4.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.4rem;
}
