.elementor .video-chico{.elementor-custom-embed-play {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
 
  box-sizing: border-box;
  opacity: 1 !important;
}

/* Oculta el icono original de Elementor */
.elementor-custom-embed-play svg {
  display: none;
}

/* Crea el triángulo rojo */
.elementor-custom-embed-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 19px solid #df160b;
}

/* Efecto opcional al pasar el cursor */
.elementor-custom-embed-play {
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.elementor-custom-embed-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  border-color: #df160b;
}


.elementor-custom-embed-play {
  inset-block-start: 88%;
  inset-inline-start: 7%;
  position: absolute;
  transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
}\n}