.elementor-26310 .elementor-element.elementor-element-52e6dd3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26310 .elementor-element.elementor-element-52e6dd3.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-26310 .elementor-element.elementor-element-52e6dd3{--width:109.654%;}}/* Start custom CSS *//* PAGE PILLAR PLAY INVESTMENTS
   CSS basado en la home:
   Verde principal: #073937
   Verde secundario: #0C6663
   Acento dorado: #F59E0B / #e6b022
   Beige gris del buscador: #ADAA97
   Fondo suave: #EAECE2
*/

.pi-pillar {
  font-family: inherit;
  color: #222222;
  background: #ffffff;
}

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

.pi-pillar a {
  color: #073937;
  text-decoration: none;
}

.pi-pillar img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pi-pillar .pi-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}

.pi-pillar .pi-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(7, 57, 55, .86) 100%),
    url("https://play-investments.com/wp-content/uploads/2025/10/Vita-e-Mare-Puerto-Morelos-Lotes-Residenciales-en-Venta-E2-MARINA-VISTA-AEREA-scaled.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pi-pillar .pi-hero-content {
  max-width: 820px;
  padding: 90px 0 110px;
}

.pi-pillar .pi-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 4px;
  background: #F59E0B;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.pi-pillar .pi-hero h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 700;
  text-transform: none;
}

.pi-pillar .pi-hero p {
  max-width: 720px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.7;
}

.pi-pillar .pi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pi-pillar .pi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: all .2s ease;
}

.pi-pillar .pi-btn-primary {
  background: #073937;
  color: #ffffff;
  border: 1px solid #073937;
}

.pi-pillar .pi-btn-secondary {
  background: #ffffff;
  color: #073937;
  border: 1px solid #ffffff;
}

.pi-pillar .pi-btn-outline {
  background: transparent;
  color: #073937;
  border: 1px solid #073937;
}

.pi-pillar .pi-btn:hover {
  opacity: .92;
  transform: translateY(-1px);
}

.pi-pillar .pi-nav {
  background: #ffffff;
  border-bottom: 1px solid #eae8e1;
}

.pi-pillar .pi-nav .pi-wrap {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.pi-pillar .pi-nav a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid #dce0e0;
  border-radius: 999px;
  background: #ffffff;
  color: #073937;
  font-size: 14px;
  font-weight: 700;
}

.pi-pillar .pi-section {
  padding: 76px 0;
}

.pi-pillar .pi-section-soft {
  background: #EAECE2;
}

.pi-pillar .pi-title {
  max-width: 860px;
  margin-bottom: 34px;
}

.pi-pillar .pi-title h2 {
  margin: 0 0 14px;
  color: #073937;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  font-weight: 700;
}

.pi-pillar .pi-title p,
.pi-pillar .pi-copy p,
.pi-pillar .pi-card p,
.pi-pillar .pi-faq p {
  color: #797979;
  font-size: 16px;
  line-height: 1.75;
}

.pi-pillar .pi-grid {
  display: grid;
  gap: 24px;
}

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

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

.pi-pillar .pi-card {
  background: #ffffff;
  border: 1px solid #dce0e0;
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 0 10px rgba(1, 1, 1, .11);
}

.pi-pillar .pi-card h3 {
  margin: 0 0 12px;
  color: #073937;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

.pi-pillar .pi-card a {
  color: #073937;
  font-weight: 700;
}

.pi-pillar .pi-stat {
  background: #ffffff;
  border: 1px solid #dce0e0;
  border-left: 4px solid #F59E0B;
  border-radius: 8px;
  padding: 24px;
}

.pi-pillar .pi-stat strong {
  display: block;
  margin-bottom: 7px;
  color: #073937;
  font-size: 26px;
  line-height: 1.1;
}

.pi-pillar .pi-quote {
  background: radial-gradient(at top left, #073937 64%, #0C6663 100%);
  color: #ffffff;
  border-radius: 8px;
  padding: 34px;
}

.pi-pillar .pi-quote h2,
.pi-pillar .pi-quote h3,
.pi-pillar .pi-quote p {
  color: #ffffff;
}

.pi-pillar .pi-quote h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.pi-pillar .pi-property {
  padding: 0;
  overflow: hidden;
}

.pi-pillar .pi-property img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.pi-pillar .pi-property-body {
  padding: 22px;
}

.pi-pillar .pi-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #F59E0B;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pi-pillar .pi-price {
  margin: 8px 0 10px;
  color: #073937;
  font-size: 18px;
  font-weight: 700;
}

.pi-pillar .pi-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pi-pillar .pi-links a {
  padding: 9px 14px;
  border: 1px solid #dce0e0;
  border-radius: 999px;
  background: #ffffff;
  color: #073937;
  font-size: 14px;
  font-weight: 700;
}

.pi-pillar .pi-steps {
  counter-reset: pi-step;
}

.pi-pillar .pi-step {
  position: relative;
  padding-left: 68px;
}

.pi-pillar .pi-step:before {
  counter-increment: pi-step;
  content: counter(pi-step);
  position: absolute;
  top: 26px;
  left: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #073937;
  color: #ffffff;
  font-weight: 700;
}

.pi-pillar .pi-faq details {
  background: #ffffff;
  border: 1px solid #dce0e0;
  border-radius: 8px;
  padding: 18px 20px;
}

.pi-pillar .pi-faq details + details {
  margin-top: 12px;
}

.pi-pillar .pi-faq summary {
  cursor: pointer;
  color: #073937;
  font-size: 17px;
  font-weight: 700;
}

.pi-pillar .pi-search {
  background: #ffffff;
  border: 1px solid #dce0e0;
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 0 10px rgba(1, 1, 1, .11);
}

.pi-pillar .pi-search form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.pi-pillar label {
  display: block;
  margin-bottom: 6px;
  color: #073937;
  font-weight: 700;
}

.pi-pillar input,
.pi-pillar select,
.pi-pillar textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dce0e0;
  border-radius: 6px;
  padding: 10px 12px;
  color: #222222;
  background: #ffffff;
  font-size: 15px;
}

.pi-pillar textarea {
  min-height: 110px;
}

.pi-pillar button[type="submit"],
.pi-pillar .pi-search button {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: #ADAA97;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.pi-pillar button[type="submit"]:hover,
.pi-pillar .pi-search button:hover {
  background: #073937;
}

.pi-pillar form p {
  margin: 0 0 14px;
}

@media (max-width: 1024px) {
  .pi-pillar .pi-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pi-pillar .pi-search form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pi-pillar .pi-section {
    padding: 54px 0;
  }

  .pi-pillar .pi-hero {
    min-height: 600px;
  }

  .pi-pillar .pi-hero-content {
    padding: 70px 0;
  }

  .pi-pillar .pi-hero p {
    font-size: 17px;
  }

  .pi-pillar .pi-grid-2,
  .pi-pillar .pi-grid-3,
  .pi-pillar .pi-search form {
    grid-template-columns: 1fr;
  }

  .pi-pillar .pi-card,
  .pi-pillar .pi-quote,
  .pi-pillar .pi-search {
    padding: 22px;
  }

  .pi-pillar .pi-actions {
    flex-direction: column;
  }

  .pi-pillar .pi-btn {
    width: 100%;
  }

  .pi-pillar .pi-step {
    padding-left: 22px;
    padding-top: 58px;
  }

  .pi-pillar .pi-step:before {
    top: 22px;
    left: 22px;
  }

  .pi-pillar .pi-property img {
    height: 215px;
  }
}/* End custom CSS */