.elementor-26172 .elementor-element.elementor-element-aa3bd78{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Play Investments - Pagina pilar Riviera Maya
   Pegar en Elementor > Page Settings > Advanced > Custom CSS
   o en Apariencia > Personalizar > CSS adicional.
*/

:root {
  --play-green: #0b3a3a;
  --play-green-soft: #145552;
  --play-ink: #142120;
  --play-muted: #60706d;
  --play-sand: #f4efe8;
  --play-cream: #fbfaf7;
  --play-line: #d9ded8;
  --play-gold: #c99b55;
  --play-white: #ffffff;
}

.play-pillar {
  color: var(--play-ink);
  font-family: inherit;
}

.play-pillar * {
  box-sizing: border-box;
}

.play-section {
  padding: 76px 0;
}

.play-section--cream {
  background: var(--play-cream);
}

.play-section--sand {
  background: var(--play-sand);
}

.play-section--green {
  background: var(--play-green);
  color: var(--play-white);
}

.play-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.play-narrow {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.play-eyebrow {
  margin: 0 0 14px;
  color: var(--play-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.play-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 22, 22, 0.48) 0%, rgba(6, 22, 22, 0.88) 100%),
    var(--play-green);
}

.play-hero__media {
  opacity: 0.5;
}

.play-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.play-hero__content {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 86px;
  color: var(--play-white);
}

.play-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--play-white);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.play-hero p {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  line-height: 1.65;
}

.play-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.play-btn:hover {
  transform: translateY(-1px);
}

.play-btn--primary {
  background: var(--play-gold);
  color: #17201e;
}

.play-btn--primary:hover {
  background: #d8ac68;
  color: #17201e;
}

.play-btn--ghost {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--play-white);
  background: rgba(255, 255, 255, 0.08);
}

.play-btn--ghost:hover {
  border-color: var(--play-white);
  color: var(--play-white);
}

.play-btn--dark {
  background: var(--play-green);
  color: var(--play-white);
}

.play-btn--dark:hover {
  background: var(--play-green-soft);
  color: var(--play-white);
}

.play-section h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.play-section h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: 0;
}

.play-section p {
  color: inherit;
  font-size: 17px;
  line-height: 1.75;
}

.play-muted {
  color: var(--play-muted);
}

.play-lead {
  max-width: 860px;
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
}

.play-grid {
  display: grid;
  gap: 22px;
}

.play-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.play-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.play-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--play-line);
  border-radius: 8px;
  background: var(--play-white);
  color: var(--play-ink);
}

.play-card--green {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--play-white);
}

.play-card__label {
  margin: 0 0 12px;
  color: var(--play-gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.play-list {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.play-list li {
  position: relative;
  padding-left: 22px;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.play-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--play-gold);
}

.play-zone {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: start;
  padding: 42px 0;
  border-top: 1px solid var(--play-line);
}

.play-zone:first-child {
  border-top: 0;
  padding-top: 0;
}

.play-link-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.play-link-list a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--play-line);
  border-radius: 6px;
  color: var(--play-green);
  font-weight: 700;
  text-decoration: none;
  background: var(--play-white);
}

.play-link-list a:hover {
  border-color: var(--play-gold);
  color: var(--play-green);
}

.play-feature {
  padding: 34px;
  border-left: 4px solid var(--play-gold);
  background: var(--play-cream);
}

.play-properties {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.play-property {
  padding: 18px 18px 20px;
  border: 1px solid var(--play-line);
  border-radius: 8px;
  background: var(--play-white);
}

.play-property strong {
  display: block;
  margin-bottom: 4px;
  color: var(--play-green);
  font-size: 17px;
}

.play-property span {
  color: var(--play-muted);
  font-size: 14px;
}

.play-faq {
  display: grid;
  gap: 14px;
}

.play-faq details {
  padding: 20px 22px;
  border: 1px solid var(--play-line);
  border-radius: 8px;
  background: var(--play-white);
}

.play-faq summary {
  cursor: pointer;
  color: var(--play-green);
  font-size: 18px;
  font-weight: 700;
}

.play-faq p {
  margin: 14px 0 0;
  color: var(--play-muted);
}

.play-final {
  text-align: center;
}

.play-final h2,
.play-final p {
  margin-left: auto;
  margin-right: auto;
}

.play-final p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 900px) {
  .play-section {
    padding: 56px 0;
  }

  .play-hero {
    min-height: 620px;
  }

  .play-grid--2,
  .play-grid--3,
  .play-zone,
  .play-properties {
    grid-template-columns: 1fr;
  }

  .play-zone {
    gap: 22px;
  }
}

@media (max-width: 600px) {
  .play-wrap,
  .play-narrow,
  .play-hero__content {
    width: min(100% - 28px, 1120px);
  }

  .play-hero h1 {
    font-size: 40px;
  }

  .play-hero p,
  .play-lead,
  .play-section p {
    font-size: 16px;
  }

  .play-actions {
    display: grid;
  }

  .play-btn {
    width: 100%;
  }
}/* End custom CSS */