.flipsnack-overlay{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease;width:100vw;z-index:99999}.flipsnack-overlay.activo{opacity:1;pointer-events:auto}.flipsnack-modal{background:#fff;border-radius:6px;box-shadow:0 4px 4px rgba(0,0,0,.2);display:flex;flex-direction:column;height:85vh;max-height:800px;max-width:650px;overflow:hidden;width:calc(100% - 32px)}.flipsnack-header{align-items:center;background:#fff;display:flex;height:auto;justify-content:flex-end;padding:10px;position:relative;z-index:2}.btn-cerrar-red{align-items:center;background-color:#d9381e;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:42px;font-weight:400;height:35px;justify-content:center;line-height:0!important;transition:background-color .2s ease;width:35px}.flipsnack-body{flex:1;height:calc(100% - 45px);width:100%}.flipsnack-body iframe{border:none;height:100%;width:100%}@media screen and (min-width:768px){.flipsnack-overlay{height:100%;width:100%}}@media screen and (min-width:1024px){.flipsnack-modal{max-width:1024px;width:100%}}