.video-container-dk {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto;
  width: 100%;
}

.video-container-mb {
  display: flex;
  gap: 20px;
  margin: auto;
  width: 100%;
  justify-content: flex-start;
  flex-flow: column;
}

.laFoto img {
  width: 90px;
}

.video-container-mb {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto;
  width: 100%;
}
.wrapperse {
  width: 1280px;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: auto;
  margin-bottom: 40px;
}

.elProducto {
  max-width: 300px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f3f3f3;
  padding: 20px 0 20px;
}

.laDescripcion {
  width: 50%;
}

.videoWrap {
  align-items: center;
  display: flex;
  flex-flow: column;
}

.elVideo {
  height: 450px;
  overflow: hidden;
  text-align: center;
}

video {
  width: clamp(80%, 300px, 320px);
  
}

.laDescripcion small {
  font-weight: bolder;
  font-size: 12px;
  line-height: 17px;
  display: block;
}
.laDescripcion p {
  font-size: 16px;
  margin: 10px 0px;
  line-height: 22px;
}
.elProducto .btn-sod-diseno {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 13px 32px;
  border-radius: 4px;
  background-color: #0072ce;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.elProducto a{
    display: flex;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    color: black;
}

.elProducto a:hover{
    text-decoration: none;
    color: black;
}


.elProducto .btn-sod-diseno:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
  text-decoration: none;
  background-color: #005192;
}

@media (max-width: 700px) {
  .elProducto {
    width: 100%;
  }

  .laDescripcion p {
    font-size: 16px;
    margin: 10px 0px;
    line-height: 22px;
    height: auto;
  }
}
