.elementor-26327 .elementor-element.elementor-element-4fbaa1c{--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-26327 .elementor-element.elementor-element-4fbaa1c.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-26327 .elementor-element.elementor-element-4fbaa1c{--width:100%;}}/* Start custom CSS */.pb-build {
  color: #222222;
  background: #ffffff;
  font-family: inherit;
}

.pb-build * {
  box-sizing: border-box;
}

.pb-build a {
  color: #073937;
  text-decoration: none;
}

.pb-build img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.pb-hero {
  min-height: 740px;
  display: flex;
  align-items: flex-end;
  background-image:
    linear-gradient(90deg, rgba(7,57,55,.92), rgba(7,57,55,.68) 48%, rgba(7,57,55,.22)),
    url("https://play-investments.com/wp-content/uploads/2025/02/constructora-en-cancun-playa-del-carmen-tulum-y-toda-la-riviera-maya-04.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 34px;
  align-items: end;
  padding-top: 110px;
  padding-bottom: 92px;
}

.pb-kicker,
.pb-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 4px;
  background: #f59e0b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.pb-hero h1,
.pb-build h2,
.pb-build h3,
.pb-build p {
  margin-top: 0;
}

.pb-hero h1 {
  max-width: 820px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.04;
  font-weight: 700;
}

.pb-hero p {
  max-width: 700px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.72;
}

.pb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

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

.pb-btn-gold {
  background: #f59e0b;
  color: #ffffff !important;
  border: 1px solid #f59e0b;
}

.pb-btn-light {
  background: #ffffff;
  color: #073937 !important;
  border: 1px solid #ffffff;
}

.pb-btn-dark {
  background: #073937;
  color: #ffffff !important;
  border: 1px solid #073937;
}

.pb-btn-outline {
  background: transparent;
  color: #073937 !important;
  border: 1px solid #073937;
}

.pb-hero-card {
  border-radius: 8px;
  padding: 28px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.pb-hero-card h2 {
  margin-bottom: 18px;
  color: #073937;
  font-size: 28px;
  line-height: 1.18;
}

.pb-mini-list {
  display: grid;
  gap: 14px;
}

.pb-mini-list div {
  padding-left: 14px;
  border-left: 4px solid #f59e0b;
}

.pb-mini-list strong {
  display: block;
  color: #073937;
  font-size: 17px;
}

.pb-mini-list span {
  display: block;
  color: #797979;
  font-size: 14px;
  line-height: 1.55;
}

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

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

.pb-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: 800;
}

.pb-section {
  padding: 78px 0;
}

.pb-section-soft {
  background: #eaece2;
}

.pb-section-dark {
  background: #073937;
  color: #ffffff;
}

.pb-section-dark .pb-title h2,
.pb-section-dark .pb-title p,
.pb-section-dark .pb-zone h3,
.pb-section-dark .pb-zone p,
.pb-section-dark .pb-zone a {
  color: #ffffff;
}

.pb-title {
  max-width: 910px;
  margin-bottom: 34px;
}

.pb-title h2,
.pb-split h2,
.pb-contact h2 {
  margin-bottom: 14px;
  color: #073937;
  font-size: clamp(29px, 4vw, 44px);
  line-height: 1.16;
  font-weight: 700;
}

.pb-title p,
.pb-card p,
.pb-service p,
.pb-zone p,
.pb-split p,
.pb-step p,
.pb-faq p,
.pb-form-card p,
.pb-contact p {
  color: #797979;
  font-size: 16px;
  line-height: 1.75;
}

.pb-grid {
  display: grid;
  gap: 24px;
}

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

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

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

.pb-card,
.pb-service,
.pb-checklist,
.pb-form-card {
  border: 1px solid #dce0e0;
  border-radius: 8px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 0 10px rgba(1,1,1,.10);
}

.pb-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #f59e0b;
  font-size: 30px;
  font-weight: 800;
}

.pb-card h3,
.pb-service h3,
.pb-checklist h3,
.pb-form-card h3,
.pb-step h3 {
  margin-bottom: 10px;
  color: #073937;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.pb-zone {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,.06);
}

.pb-zone img {
  height: 250px;
  object-fit: cover;
  border-radius: 7px;
}

.pb-zone a {
  font-weight: 800;
}

.pb-service {
  border-top: 4px solid #f59e0b;
}

.pb-split,
.pb-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: 34px;
  align-items: center;
}

.pb-checklist ul {
  margin: 0;
  padding-left: 20px;
}

.pb-checklist li {
  margin-bottom: 10px;
  color: #073937;
  font-weight: 700;
}

.pb-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.pb-step {
  min-height: 100%;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #dce0e0;
}

.pb-step strong {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #073937;
  color: #ffffff;
}

.pb-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-auto-rows: 230px;
  gap: 14px;
}

.pb-gallery img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.pb-gallery img:first-child {
  grid-row: span 2;
}

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

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

.pb-faq summary {
  cursor: pointer;
  color: #073937;
  font-size: 17px;
  font-weight: 800;
}

.pb-contact {
  background: #073937;
}

.pb-contact h2,
.pb-contact p {
  color: #ffffff;
}

.pb-form-card h3,
.pb-form-card p {
  color: #073937;
}

.pb-form-card label {
  display: block;
  margin-bottom: 6px;
  color: #073937;
  font-weight: 800;
}

.pb-form-card p {
  margin-bottom: 14px;
}

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

.pb-form-card textarea {
  min-height: 120px;
}

.pb-form-card button[type="submit"] {
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: 6px;
  background: #adaa97;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.pb-form-card button[type="submit"]:hover {
  background: #073937;
}

@media (max-width: 1100px) {
  .pb-grid-4,
  .pb-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pb-hero-grid,
  .pb-grid-2,
  .pb-grid-3,
  .pb-split,
  .pb-contact-grid {
    grid-template-columns: 1fr;
  }

  .pb-zone {
    grid-template-columns: 1fr;
  }

  .pb-hero {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .pb-hero-grid {
    padding-top: 76px;
    padding-bottom: 56px;
  }

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

  .pb-section {
    padding: 56px 0;
  }

  .pb-grid-4,
  .pb-steps,
  .pb-gallery {
    grid-template-columns: 1fr;
  }

  .pb-gallery {
    grid-auto-rows: auto;
  }

  .pb-gallery img,
  .pb-gallery img:first-child {
    height: 230px;
    grid-row: auto;
  }

  .pb-actions {
    flex-direction: column;
  }

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