.reviews-container {
  max-width: 80%;
  margin: 30px auto;
  padding: 0 15px;
  font-family: inherit;
  color: #000;
  font-family: "Red Hat Display", sans-serif;
}

.reviews-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.google-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.google-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.google-logo {width: 100px;}

.google-text {
  font-weight: bold;
}

.rating-value {
  font-size: 1.2em;
  font-weight: bold;
}

.stars {
  color: #fbbc04;
  font-size: 1.2em;
}

.review-count {
  color: #666;
}

.google-btn {
  background: #1877f2;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 10px;
}

.review-card {
  background: #f6f6f6;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.review-name {
  font-weight: bold;
}

.review-time {
  font-size: 0.85em;
  color: #666;
  margin-left: 6px;
}

/* 📱 Estilos móviles */
@media (max-width: 600px) {

.reviews-container {
  max-width: 100%;}

  .google-summary {
    flex-direction: column;
    text-align: center;
  }

  .google-rating {
    justify-content: center;
    margin-bottom: 10px;
  }

  .google-btn {
    width: 100%;
    text-align: center;
  }
}

.mapa-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.mapa-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%); /* blanco y negro */
}


.sup {
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  color: #181818;
  margin: 3em auto 1.8em;
  font-size: 0.765rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center; 
}

.hero_logo img {
  max-width: 143px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1439px) {
  .hero_logo img {
    max-width: 100px;
  }
}
@media (max-width: 1023px) {
  .hero_logo img {
    max-width: 80px;
  }
}
@media (max-width: 850px) {
  .hero_logo img {
    max-width: 50px;
  }