/* Bridge so the English home can use the Spanish flagship CSS without loading styles.css. */

body.en-home-flagship {
  color: #0c1014;
  background: #0c1014;
  font-family: "Manrope", "Plus Jakarta Sans", "DM Sans", system-ui, sans-serif;
}

body.en-home-flagship .en-footer {
  margin: 0;
}

.en-home-flagship .container {
  width: min(1280px, calc(100% - 3rem));
  margin: 0 auto;
}

.en-home-flagship .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.en-home-flagship a.whatsapp-float {
  position: fixed;
  z-index: 40;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 2px;
  color: #fff;
  background: #0c1014;
  box-shadow: 0 12px 32px rgba(10, 15, 12, .35), 0 0 0 2px #b8956a;
}

.en-home-flagship a.whatsapp-float:hover,
.en-home-flagship a.whatsapp-float:focus-visible {
  color: #0c1014;
  background: #baf23a;
}

@media (max-width: 720px) {
  .en-home-flagship .container {
    width: min(1280px, calc(100% - 1.5rem));
  }
}
