.modulos_wms-list .modulos_wms-wrapper {
  margin-bottom: 48px;
}
.modulos_wms-wrapper {
  display: flex;
  padding: 64px;
  align-items: flex-start;
  /* gap: 64px; */
  flex: 1 0 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  flex-wrap: wrap;
  justify-content: space-between;
}
.modulos_wms-wrapper.modulo-wms {
  padding: 24px;
}

.modulos_wms-wrapper .term-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
}
.modulos_wms-wrapper .term-header img {
  max-width: 56px;
  object-fit: contain;
}
.modulos_wms-wrapper .term-header h2 {
  margin-left: 24px;
  font-size: 24px;
}

.modulos_wms-wrapper ul li {
  padding: 24px 0;
  border-top: 1px solid #90a1b9;
}
.modulo-wms.modulos_wms-wrapper ul li {
  padding-left: 8px;
}
.modulos_wms-wrapper ul li div,
.modulos_wms-wrapper ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.modulos_wms-wrapper a,
.modulos_wms-wrapper p {
  color: #2b2b2b;
  font-family: var(--font-family-Font-1, Quicksand);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--font-weight-500, 500);
  line-height: 20px;
  transition: color 0.4s;
}
.capacitacion-item.active p,
.modulos_wms-wrapper ul li a:hover {
  color: #6e12c0;
}

.modulos_wms-wrapper p {
  margin: 0;
}
.modulos_wms-wrapper .arrow-icon {
  transition: fill 0.4s;
  min-width: 24px;
  margin-right: 12px;
}
.modulos_wms-wrapper .video-icon {
  margin-left: auto;
  transition: fill 0.4s;
  min-width: 35px;
}
.capacitacion-item.active svg path,
.modulos_wms-wrapper ul li a:hover .video-icon path,
.modulos_wms-wrapper ul li a:hover .arrow-icon path {
  fill: #6e12c0;
}
.modulos_wms-wrapper ul {
  padding: 0;
}
.modulos_wms-wrapper .images-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.modulos_wms-wrapper .feature-image {
  height: 424px;
  object-fit: cover;
  border-radius: 16px;
}
.modulos_wms-wrapper .arrow-image {
  max-width: 200px;
  text-align: center;
  margin: -90px auto 0;
}
.col-1 {
  width: 60%;
}

.col-2 {
  width: 36%;
}

ul {
  list-style: none;
  padding: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}

.video-container.active {
  opacity: 1;
  visibility: visible;
}

.capacitacion-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.capacitacion-item.active {
  background-color: #f0f1fd;
}
.video-container video,
.video-container iframe {
  max-width: 100%;
  border-radius: 16px;
}

@media screen and (max-width: 1024px) {
  .modulos_wms-wrapper {
    padding: 24px;
  }
  .col-1 {
    width: 100%;
    margin-bottom: 36px;
  }

  .col-2 {
    width: 100%;
  }
}
