
#cn-loading{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:999999999999;background-color:rgba(241,241,241,.5647058824);display:flex;align-items:center;justify-content:center;flex-direction:column}#cn-loading svg{width:64px;height:64px;animation:girar 1.5s infinite linear}#cn-loading span{font-weight:800;font-size:22px;color:#000;margin-top:15px}@keyframes girar{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.cn-root-itens{display:flex;flex-direction:column}.cn-root-itens .cn-itens .cn-iten-header h4{font-size:26px;font-weight:500;color:#000;width:100%;display:flex;align-items:center}.cn-root-itens .cn-itens .cn-iten-header h4::after{content:"";flex:1;height:0px;margin-left:1rem;background-color:var(--sq-toolbar-border);border:1px solid rgba(0,0,0,.2705882353)}.cn-root-itens .cn-itens .cn-iten-body{display:flex;flex-direction:row;flex-wrap:wrap}.cn-root-itens .cn-itens .cn-iten-body .span3{margin-left:1.4%}.cn-root-itens .cn-itens .cn-iten-body .span3 .listagem-item div{align-items:flex-start !important}@media(max-width: 768px){.cn-root-itens .cn-itens .cn-iten-body .span4{width:48%}}
