.powsa-componentes-v2-0-x-drawerContainer{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:auto}.powsa-componentes-v2-0-x-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);-webkit-animation:powsa-componentes-v2-0-x-fadeIn var(--drawer-animation-duration,.3s) ease-out;animation:powsa-componentes-v2-0-x-fadeIn var(--drawer-animation-duration,.3s) ease-out;cursor:pointer}.powsa-componentes-v2-0-x-content{position:absolute;background-color:#fff;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:transform var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1);max-width:25vw;width:100%;height:100dvh}.powsa-componentes-v2-0-x-trigger{background-color:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.powsa-componentes-v2-0-x-triggerIcon{height:25px;-o-object-fit:contain;object-fit:contain;display:inline-block;vertical-align:middle}.powsa-componentes-v2-0-x-contentRight{top:0;right:0;-webkit-animation:powsa-componentes-v2-0-x-slideInRight var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1);animation:powsa-componentes-v2-0-x-slideInRight var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1)}.powsa-componentes-v2-0-x-contentLeft{top:0;left:0;-webkit-animation:powsa-componentes-v2-0-x-slideInLeft var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1);animation:powsa-componentes-v2-0-x-slideInLeft var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1)}.powsa-componentes-v2-0-x-contentTop{top:0;left:0;width:100%;max-height:90vh;height:300px;-webkit-animation:powsa-componentes-v2-0-x-slideInTop var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1);animation:powsa-componentes-v2-0-x-slideInTop var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1)}.powsa-componentes-v2-0-x-contentBottom{bottom:0;left:0;width:100%;max-height:90vh;height:300px;-webkit-animation:powsa-componentes-v2-0-x-slideInBottom var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1);animation:powsa-componentes-v2-0-x-slideInBottom var(--drawer-animation-duration,.3s) cubic-bezier(.4,0,.2,1)}.powsa-componentes-v2-0-x-drawerCloseButton{position:absolute;top:26px;right:16px;padding:0;background:none;border:none;cursor:pointer;z-index:100}@-webkit-keyframes powsa-componentes-v2-0-x-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes powsa-componentes-v2-0-x-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes powsa-componentes-v2-0-x-slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes powsa-componentes-v2-0-x-slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@-webkit-keyframes powsa-componentes-v2-0-x-slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes powsa-componentes-v2-0-x-slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@-webkit-keyframes powsa-componentes-v2-0-x-slideInTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes powsa-componentes-v2-0-x-slideInTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@-webkit-keyframes powsa-componentes-v2-0-x-slideInBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes powsa-componentes-v2-0-x-slideInBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:768px){.powsa-componentes-v2-0-x-contentLeft,.powsa-componentes-v2-0-x-contentRight{width:100%;max-width:100%}.powsa-componentes-v2-0-x-contentBottom,.powsa-componentes-v2-0-x-contentTop{height:auto;max-height:90vh}}