@charset "UTF-8";
/** 
 * convertir el line height en px del diseño a relativo para facilitar su responsividad.
 *
 * @param int $lineHeight line-height en px que aparece en el diseño
 * @param int $fontSize font-size en px 
 *
 * @return int  line-height relativo
 */
.modulo-imagen-sellos .container-1350 {
  display: flex;
}
.modulo-imagen-sellos .img__principal {
  width: 100%;
  height: 45vw;
}
.modulo-imagen-sellos .img__principal .img {
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.modulo-imagen-sellos .img__principal .img.active video {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.modulo-imagen-sellos .img__principal .img.active video:before, .modulo-imagen-sellos .img__principal .img.active video:after {
  content: none;
}
.modulo-imagen-sellos .img__principal .img video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.modulo-imagen-sellos .img__principal .img .ico-copy-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 20px;
}
.modulo-imagen-sellos .img__principal .img .play-button {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(5);
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.modulo-imagen-sellos .img__principal .img .play-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modulo-imagen-sellos .img__principal .img .play-button:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  top: 4px;
  left: 6px;
}
.modulo-imagen-sellos .img__principal .logos {
  align-items: center;
  gap: 1.5625vw;
  margin-top: 5.2083333333vw;
}
.modulo-imagen-sellos .img__principal .logos img {
  object-fit: contain;
}
.modulo-imagen-sellos .img__principal .logos .logo__1 img {
  height: 7.0833333333vw;
}
.modulo-imagen-sellos .img__principal .logos .logo__2 img {
  height: 7.0833333333vw;
}

@media screen and (max-width: 992px) {
  .modulo-imagen-sellos .img__principal .img {
    background-attachment: initial;
  }
  .modulo-imagen-sellos .img__principal .logos {
    width: 100%;
    max-width: 18.6666666667vw;
    gap: 15px;
    margin-top: 20px;
  }
  .modulo-imagen-sellos .img__principal .logos .logo__1 img {
    height: 30px;
  }
  .modulo-imagen-sellos .img__principal .logos .logo__2 img {
    height: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
