/*********seccion de logos clientes********* */
.cont-logos-clients {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .cont-logos-clients {
    gap: 30px;
  }
}

@media (max-width: 442px) {
  .cont-logos-clients {
    gap: 0px;
    justify-content: center;
  }
}

.cont-logos-clients > img {
  width: 178px;
}

/*********slider clientes**********/

.swiper-clientes {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-clientes > .swiper-wrapper > .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 650px;
  height: 650px;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-clientes > .swiper-wrapper > .swiper-slide img.imagen {
  display: block;
  width: 100%;
}

.swiper-clientes > .swiper-wrapper > .swiper-slide img.icono {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 260px;
}

#shadowVideo {
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
}

#contModalVideo {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 1050;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.icon-close-video {
  background: #b31818;
  color: white;
  font-size: 16px;
  border-radius: 360px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  /* position: fixed; */
  float: right;
  cursor: pointer;
}

.modal-video {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  z-index: 1050;
}
