.bannerSlideWhite {
  position: relative;
  width: 100%;
  min-height: 75vh;
  background-color: #f5f5f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.contentslideConectWhite {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 65vh;
  padding: 14%;
  margin: auto;
  background-color: #fff;
}

.bannerSlideWhite .imgBxWhite {
  position: absolute;
  top: 86;
  left: 8%;
  width: 42%;
  height: 68%;
}

.bannerSlide .imgBx img,
.bannerSlideWhite .imgBxWhite img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: 0.5s;
  background-position: center;
}

.bannerSlide .imgBx img.active,
.bannerSlideWhite .imgBxWhite img.active {
  opacity: 1;
}

.controlsWhite {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  width: 88%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0;
}

.controlsWhite li {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10%;
  margin-left: 4px;
  background: #111;
  opacity: 0.9;
  cursor: pointer;
}

.controls li:hover,
.controlsWhite li:hover {
  background: #111;
}

.controlsWhite li:before {
  content: "";
  position: absolute;
  top: 14px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

.controls li:nth-child(2):before,
.controlsWhite li:nth-child(2):before {
  transform: rotate(225deg);
  margin-right: 4px;
}

.contentBXWhite {
  position: absolute;
  bottom: 27%;
  left: 55%;
  top: 18%;
  max-width: 35%;
  object-fit: cover;
  transition: 0.5s;
}

.contentBXWhite h2 {
  margin: 0;
}
.contentBXWhite p {
  font-size: 1.1rem;
}

.contentBX div,
.contentBXWhite div {
  display: none;
  transition: 0.5s;
  opacity: 0;
}

.item img,
.items .item {
  transition: 0.3s ease-in-out;
}

.contentBXWhite div.active {
  display: block;
  padding: 0 10px;
  opacity: 0.9;
  transition: 0.5s;
  object-fit: cover;
}

.contentBXWhite div h2 {
  color: #000;
  font-size: 1em;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 150%;
}

.contentBXWhite div p {
  color: #000;
  font-size: 1em;
  text-align: justify;
  line-height: 23px;
  font-size: 1.1rem;
}
@media (max-width: 900px) {
  .bannerSlideWhite .imgBxWhite {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 68%;
  }
  .bannerSlide .imgBx img,
  .bannerSlideWhite .imgBxWhite img {
    object-fit: contain;
  }
  .contentBXWhite {
    position: absolute;
    bottom: 0%;
    left: 0%;
    top: 70%;
    width: 100%;
    transition: 0.5s;
    max-width: 100%;
  }
  .contentslideConectWhite {
    width: 100%;
    padding: 0;
  }

  .contentslideConectWhite {
    height: auto;
  }
  .bannerSlideWhite {
    height: 100vh;
  }
  .bannerSlideWhite {
    background-color: #fff;
    background: #fff;
  }
  .section-slide {
    background-color: #ffffff;
    padding: 3%;
  }
  .contentBXWhite div.active {
    padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .contentBXWhite {
    position: absolute;
    bottom: 0%;
    left: 0%;
    top: 55%;
    width: 100%;
    transition: 0.5s;
    max-width: 100%;
  }
  .controlsWhite {
    top: 52%;
    width: 100%;
  }
}
