.margot-videos__titulo{margin:0 0 1.25rem}.margot-videos__carrusel{position:relative;max-width:608px;margin:0;padding:0}.margot-videos__viewport{overflow:hidden;width:100%}.margot-videos__track{--slides:2;display:flex;align-items:center;margin:0;padding:0;list-style:none;transition:transform .45s cubic-bezier(.4,0,.2,1)}.margot-videos__slide{flex:0 0 calc(100% / var(--slides));max-width:calc(100% / var(--slides));padding:0 1rem 0 0;box-sizing:border-box}.margot-videos__item{width:fit-content;max-width:100%;margin:0;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 2px 14px rgba(0,0,0,.14)}.margot-videos__video{display:block;width:auto;height:auto;max-width:100%;max-height:520px}.margot-videos__pie{padding:.55rem .8rem;font-size:.875rem;color:#fff;text-align:center}.margot-videos__flecha{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.93);color:#111;font-size:17px;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.18);transition:background .2s,transform .2s}.margot-videos__flecha:hover{background:#f2f2f2;transform:translateY(-50%) scale(1.06)}.margot-videos__flecha:focus-visible{outline:2px solid #111;outline-offset:2px}.margot-videos__flecha--prev{left:8px}.margot-videos__flecha--next{right:8px}.margot-videos__puntos{display:flex;justify-content:flex-start;gap:.45rem;margin-top:1rem}.margot-videos__punto{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#cfcfcf;cursor:pointer;transition:background .2s,width .2s}.margot-videos__punto.is-activo{width:22px;border-radius:5px;background:#111}@media (max-width:767px){.margot-videos__track{--slides:1}.margot-videos__flecha{width:32px;height:32px;font-size:15px}}@media (prefers-reduced-motion:reduce){.margot-videos__track{transition:none}}