/* Hero, CTAs, medios responsivos y tracking UI */
.hero-seo {
  color: #fff;
  padding: 0 16px;
}

.hero-seo .hero-logo {
  max-width: 420px;
  width: 50%;
  height: auto;
}

.hero-seo h1 {
  color: #fff !important;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 18px 0 8px;
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
}

.hero-seo .hero-sub {
  color: #f3f3f3;
  font-size: 16px;
  margin: 0 0 22px;
  letter-spacing: 0.4px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero-cta a {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  transition: transform 0.15s ease, background 0.15s ease;
}

.hero-cta a:hover,
.hero-cta a:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.hero-cta .cta-whatsapp {
  background: #25d366;
  color: #fff;
}

.hero-cta .cta-contact {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.media-responsive {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.media-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 46%;
  height: 0;
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .hero-seo h1 {
    font-size: 20px;
  }

  .hero-seo .hero-logo {
    width: 72%;
    max-width: 260px;
  }

  .hero-seo .hero-sub {
    font-size: 14px;
  }

  .map-responsive {
    padding-bottom: 75%;
  }
}
