.planeacion-funciones {
  overflow: clip;
}
.planeacion-funciones__hero .hvu-row {
  min-height: 500px;
}
.planeacion-funciones__hero .hvu-col-text,
.planeacion-funciones__hero .hvu-col-image {
  flex: 0 0 50%;
  width: 50%;
}
.planeacion-funciones__hero .hvu-col-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.planeacion-funciones__cta.bitb-section {
  padding: 0;
}
.planeacion-funciones__cta .bitb-section__container, .planeacion-funciones__cta .bitb-row {
  width: 100%;
  max-width: none;
  min-height: 400px;
  padding: 0 !important;
  gap: 0 !important;
}
.planeacion-funciones__cta .bitb-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: center;
  justify-content: stretch;
}
.planeacion-funciones__cta .bitb-col-image, .planeacion-funciones__cta .bitb-col-text {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  align-self: center;
  justify-self: stretch !important;
}
.planeacion-funciones__cta .bitb-col-image, .planeacion-funciones__cta .bitb-col-image img, .planeacion-funciones__cta .bitb-col-image picture {
  width: 100%;
  height: 400px !important;
  max-width: none !important;
}
.planeacion-funciones__cta .bitb-col-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.planeacion-funciones__cta .bitb-col-text {
  padding: 48px clamp(40px, 7.7vw, 111px);
}
.planeacion-funciones__cta .bitb-title, .planeacion-funciones__cta .bitb-desc {
  width: min(100%, 487px);
  max-width: 487px;
}
.planeacion-funciones__cta .bitb-title {
  margin-bottom: 23px;
}
.planeacion-funciones__cta .bitb-desc {
  margin-bottom: 32px;
}
.planeacion-funciones__history.servicios-grid {
  padding: 35px 0 94px;
}
.planeacion-funciones__history .servicios-grid__header {
  margin-bottom: 27px;
}
.planeacion-funciones__history--flip .servicios-grid__grid {
  width: min(100%, 1202px);
  gap: 18px;
}
.planeacion-funciones__history--flip .servicios-grid__card--flip {
  min-height: 358px;
  height: 358px;
}
.planeacion-funciones__history--flip .servicios-grid__face {
  border-radius: 15px;
}
.planeacion-funciones__history--flip .servicios-grid__face--front .servicios-grid__card-title {
  padding: 0 24px 34px;
}

@media (max-width: 1023px) {
  .planeacion-funciones__hero .hvu-row, .planeacion-funciones__cta .bitb-row {
    min-height: 0;
  }
  .planeacion-funciones__cta .bitb-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .planeacion-funciones__cta .bitb-col-text {
    padding: 44px 40px;
  }
}
@media (max-width: 767px) {
  .planeacion-funciones {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .planeacion-funciones__hero.hvu-section, .planeacion-funciones__cta.bitb-section, .planeacion-funciones__history.servicios-grid {
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .planeacion-funciones__hero .hvu-row, .planeacion-funciones__cta .bitb-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 0;
  }
  .planeacion-funciones__cta .bitb-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .planeacion-funciones__hero .hvu-col-text, .planeacion-funciones__hero .hvu-col-image, .planeacion-funciones__cta .bitb-col-image, .planeacion-funciones__cta .bitb-col-text {
    flex: 0 0 auto;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .planeacion-funciones__hero .hvu-col-text {
    padding-inline: 24px;
  }
  .planeacion-funciones__hero .hvu-content, .planeacion-funciones__hero .hvu-title, .planeacion-funciones__hero .hvu-desc, .planeacion-funciones__cta .bitb-title, .planeacion-funciones__cta .bitb-desc {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .planeacion-funciones__hero .hvu-col-image img {
    height: min(112vw, 440px);
  }
  .planeacion-funciones__cta .bitb-col-image img, .planeacion-funciones__cta .bitb-col-image picture {
    height: 280px;
  }
  .planeacion-funciones__cta .bitb-col-text {
    padding: 36px 24px 44px;
  }
  .planeacion-funciones__history.servicios-grid {
    padding: 42px 0 56px;
  }
  .planeacion-funciones__history .servicios-grid__container {
    width: 100%;
    max-width: 100%;
    padding-inline: 24px;
  }
  .planeacion-funciones__history .servicios-grid__accordion, .planeacion-funciones__history .servicios-grid__acc-item, .planeacion-funciones__history .servicios-grid__acc-btn, .planeacion-funciones__history .servicios-grid__acc-body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
