.planeacion-gestion {
  overflow-x: clip;
}
.planeacion-gestion .planeacion-gestion__subnav {
  position: sticky;
  top: var(--jav-navbar-height, 80px);
  z-index: 5;
  background: #ffffff;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}
.planeacion-gestion .planeacion-gestion__band.bitb-section {
  min-height: 400px;
  padding: 0;
}
.planeacion-gestion .planeacion-gestion__band .bitb-section__container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.planeacion-gestion .planeacion-gestion__band .bitb-row {
  display: flex !important;
  align-items: stretch;
  gap: 0 !important;
  min-height: 400px;
}
.planeacion-gestion .planeacion-gestion__band .bitb-col-image,
.planeacion-gestion .planeacion-gestion__band .bitb-col-text {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50% !important;
  min-width: 0;
}
.planeacion-gestion .planeacion-gestion__band .bitb-col-image,
.planeacion-gestion .planeacion-gestion__band .bitb-col-image picture,
.planeacion-gestion .planeacion-gestion__band .bitb-col-image img {
  height: 400px !important;
}
.planeacion-gestion .planeacion-gestion__band .bitb-col-image picture,
.planeacion-gestion .planeacion-gestion__band .bitb-col-image img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.planeacion-gestion .planeacion-gestion__band .bitb-col-text {
  justify-content: center;
  padding: 54px clamp(48px, 7.7vw, 111px) !important;
}
.planeacion-gestion .planeacion-gestion__band .bitb-title,
.planeacion-gestion .planeacion-gestion__band .bitb-desc {
  width: 100%;
  max-width: 487px;
}
.planeacion-gestion .planeacion-gestion__band .bitb-title {
  font-size: var(--jav-font-h4);
  line-height: 1;
}
.planeacion-gestion .planeacion-gestion__band .bitb-desc {
  font-size: var(--jav-font-body-sm);
  line-height: 1.2;
}

@media (max-width: 767px) {
  .planeacion-gestion {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .planeacion-gestion .planeacion-gestion__subnav,
  .planeacion-gestion .planeacion-gestion__band.bitb-section {
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .planeacion-gestion .planeacion-gestion__band .bitb-row {
    flex-direction: column;
    min-height: 0;
  }
  .planeacion-gestion .planeacion-gestion__band .bitb-col-image,
  .planeacion-gestion .planeacion-gestion__band .bitb-col-text {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .planeacion-gestion .planeacion-gestion__band .bitb-col-image,
  .planeacion-gestion .planeacion-gestion__band .bitb-col-image picture,
  .planeacion-gestion .planeacion-gestion__band .bitb-col-image img {
    height: min(72vw, 310px) !important;
  }
  .planeacion-gestion .planeacion-gestion__band .bitb-col-text {
    min-height: 310px;
    padding: 40px 24px 46px !important;
  }
  .planeacion-gestion .planeacion-gestion__band .bitb-title,
  .planeacion-gestion .planeacion-gestion__band .bitb-desc {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
