@keyframes crescerDiv{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes reduzirDiv{0%{transform:scale(1)}to{transform:scale(0)}}.crescerDiv{animation:crescerDiv .2s}.reduzirDiv{animation:reduzirDiv .2s}.modal{position:fixed!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeInModal{animation:fadeIn .15s}.fadeOutModal{animation:fadeOut .15s}@keyframes abrir-barra{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fechar-barra{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes desescurecer{0%{background-color:#000000bf}to{background-color:transparent}}@keyframes escurecer{0%{background-color:#0003}to{background-color:#000000bf}}.desescurecendo{animation:desescurecer .25s forwards}.escurecendo{animation:escurecer .25s forwards}.fecharBarra{animation:fechar-barra .4s forwards}.abrirBarra{animation:abrir-barra .4s forwards}.scroll::-webkit-scrollbar{height:3px;width:6px}.scroll::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:20px}
