/* =========================
   PROFITNESS CSS LIMPIO
   Solo clases activas
   ========================= */


/* =========================
   HERO
   ========================= */

/*
.pf-hero {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10) !important;
}
*/

/*
.pf-hero img,
.pf-hero .zpimage-container img {
  width: 100% !important;
  min-height: 520px !important;
  object-fit: cover !important;
  display: block !important;
  filter: brightness(0.50) !important;
}
*/

/*
.pf-hero-kicker {
  color: #f0b3af !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
}
*/

/*
.pf-hero-heading {
  color: #ffffff !important;
  font-size: clamp(40px, 5vw, 72px) !important;
  line-height: 0.98 !important;
  font-weight: 900 !important;
  max-width: 680px !important;
  margin: 0 0 16px !important;
}
*/

/*
.pf-hero-copy {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  max-width: 620px !important;
}
*/

/*
.pf-hero-more-btn {
  margin-top: 18px !important;
}
*/

/*
.pf-hero-more-btn a,
.pf-hero-more-btn button,
.pf-hero-more-btn .zpbutton {
  background: #d63a34 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 14px 34px !important;
  min-width: 150px !important;
  min-height: 48px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  text-align: center !important;
  box-shadow: 0 10px 24px rgba(214, 58, 52, 0.28) !important;
  transition: 0.22s ease !important;
}
*/

/*
.pf-hero-more-btn a:hover,
.pf-hero-more-btn button:hover,
.pf-hero-more-btn .zpbutton:hover {
  background: #b32025 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(179, 32, 37, 0.34) !important;
}
*/


/* =========================
   RESIDENCIAL / COMERCIAL
   ========================= */

/*
.pf-solution-widget {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12) !important;
  padding-bottom: 78px !important;
}
*/

/*
.pf-solution-widget img,
.pf-solution-widget .zpimage-container img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  display: block !important;
}
*/

/*
.pf-solution-widget h1,
.pf-solution-widget h2,
.pf-solution-widget h3 {
  color: #d63a34 !important;
  font-size: clamp(32px, 3vw, 52px) !important;
  line-height: 1.18 !important;
  font-weight: 400 !important;
  margin-bottom: 18px !important;
}
*/

/*
.pf-solution-widget p {
  color: #222222 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
*/

/*
.pf-solution-action {
  margin-top: -62px !important;
  position: relative !important;
  z-index: 10 !important;
  text-align: center !important;
}
*/

/*
.pf-btn-primary a,
.pf-btn-primary button,
.pf-btn-primary .zpbutton {
  background: #d63a34 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 14px 34px !important;
  min-width: 260px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: 0.22s ease !important;
}
*/

/*
.pf-btn-primary a:hover,
.pf-btn-primary button:hover,
.pf-btn-primary .zpbutton:hover {
  background: #ffffff !important;
}
*/


/* =========================
   MARCAS
   ========================= */

/*
.pf-brand-row {
  padding-top: 10px !important;
}
*/

/*
.pf-brand-tile {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 18px !important;
  min-height: 120px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04) !important;
}
*/

/*
.pf-brand-tile img,
.pf-brand-tile .zpimage-container img {
  max-width: 220px !important;
  max-height: 72px !important;
  object-fit: contain !important;
}
*/

/*
.pf-brand-tile .zptext-container,
.pf-brand-tile p,
.pf-brand-tile h3 {
  color: #111111 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
}
*/


/* =========================
   RESPONSIVE
   ========================= */

/*
@media (max-width: 991px) {
  .pf-hero img,
  .pf-hero .zpimage-container img {
    min-height: 420px !important;
  }

  .pf-solution-widget {
    padding-bottom: 82px !important;
  }

  .pf-solution-widget img,
  .pf-solution-widget .zpimage-container img {
    height: 230px !important;
  }

  .pf-solution-action {
    margin-top: -64px !important;
  }
}
*/

/*
@media (max-width: 640px) {
  .pf-hero-heading {
    font-size: 42px !important;
  }

  .pf-hero-more-btn a,
  .pf-hero-more-btn button,
  .pf-hero-more-btn .zpbutton {
    min-width: 140px !important;
    padding: 13px 28px !important;
    font-size: 14px !important;
  }

  .pf-solution-action {
    margin-top: -66px !important;
    padding: 0 24px !important;
  }

  .pf-btn-primary a,
  .pf-btn-primary button,
  .pf-btn-primary .zpbutton {
    width: 100% !important;
    min-width: 0 !important;
  }

  .pf-brand-tile {
    min-height: 100px !important;
  }

  .pf-brand-tile img,
  .pf-brand-tile .zpimage-container img {
    max-width: 180px !important;
    max-height: 60px !important;
  }
}
*/