.page-module-scss-module__S7OTWW__pagina{min-height:100vh;padding-top:100px}.page-module-scss-module__S7OTWW__cabecalho{text-align:center;background:linear-gradient(135deg,#0b7fb10d 0%,#0b7fb105 100%);padding:3rem 1.5rem}.page-module-scss-module__S7OTWW__cabecalho h1{color:#0b7fb1;margin-bottom:.5rem;font-size:2.5rem}@media (min-width:768px){.page-module-scss-module__S7OTWW__cabecalho h1{font-size:3rem}}.page-module-scss-module__S7OTWW__cabecalho p{color:#666;font-size:1.1rem}.page-module-scss-module__S7OTWW__controles{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;padding:2rem 1.5rem;display:flex}@media (min-width:768px){.page-module-scss-module__S7OTWW__controles{flex-direction:row;justify-content:space-between;align-items:center}}.page-module-scss-module__S7OTWW__busca{flex:1;max-width:400px}.page-module-scss-module__S7OTWW__busca input{border:2px solid #ccc;border-radius:8px;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:border-color .2s}.page-module-scss-module__S7OTWW__busca input:focus{border-color:#0b7fb1;outline:none}.page-module-scss-module__S7OTWW__filtros{gap:.5rem;display:flex}.page-module-scss-module__S7OTWW__filtro{color:#333;cursor:pointer;background:0 0;border:2px solid #ccc;border-radius:8px;padding:.5rem 1.5rem;font-size:.9rem;transition:all .2s}.page-module-scss-module__S7OTWW__filtro:hover{color:#0b7fb1;border-color:#0b7fb1}.page-module-scss-module__S7OTWW__filtro--ativo{color:#fff;background:#0b7fb1;border-color:#0b7fb1}.page-module-scss-module__S7OTWW__filtro--ativo:hover{color:#fff;background:#0b7fb1}.page-module-scss-module__S7OTWW__toggleMobile{gap:.5rem;padding:0 1.5rem 1.5rem;display:flex}@media (min-width:992px){.page-module-scss-module__S7OTWW__toggleMobile{display:none}}.page-module-scss-module__S7OTWW__toggleBtn{color:#0b7fb1;cursor:pointer;background:0 0;border:2px solid #0b7fb1;border-radius:8px;flex:1;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.page-module-scss-module__S7OTWW__toggleBtn--ativo{color:#fff;background:#0b7fb1}.page-module-scss-module__S7OTWW__conteudoDesktop{display:none}@media (min-width:992px){.page-module-scss-module__S7OTWW__conteudoDesktop{gap:1.5rem;max-width:1400px;height:calc(100vh - 350px);min-height:500px;margin:0 auto;padding:0 1.5rem 3rem;display:flex}}.page-module-scss-module__S7OTWW__coluna{background:#fff;border-radius:10px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.page-module-scss-module__S7OTWW__colunaHeader{background:#f5f5f5;border-bottom:1px solid #ccc;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.page-module-scss-module__S7OTWW__colunaHeader h2{color:#0b7fb1;margin:0;font-size:1.25rem}.page-module-scss-module__S7OTWW__contador{color:#666;background:#0b7fb11a;border-radius:5px;padding:.5rem 1rem;font-size:.875rem}.page-module-scss-module__S7OTWW__colunaScroll{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.page-module-scss-module__S7OTWW__colunaScroll::-webkit-scrollbar{width:8px}.page-module-scss-module__S7OTWW__colunaScroll::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.page-module-scss-module__S7OTWW__colunaScroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.page-module-scss-module__S7OTWW__colunaScroll::-webkit-scrollbar-thumb:hover{background:#b3b3b3}.page-module-scss-module__S7OTWW__conteudoMobile{padding:0 1.5rem 3rem;display:block}@media (min-width:992px){.page-module-scss-module__S7OTWW__conteudoMobile{display:none}}.page-module-scss-module__S7OTWW__listaMobile{flex-direction:column;gap:1.5rem;display:flex}.page-module-scss-module__S7OTWW__card{background:#fff;border:1px solid #cccccc80;border-radius:8px;flex-direction:column;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}.page-module-scss-module__S7OTWW__card:hover{border-color:#0b7fb1;transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.page-module-scss-module__S7OTWW__card:hover .page-module-scss-module__S7OTWW__cardTitulo{color:#0b7fb1}.page-module-scss-module__S7OTWW__cardImagem{z-index:0;background:#f5f5f5;width:100%;height:180px;position:relative;overflow:hidden}.page-module-scss-module__S7OTWW__cardImagem img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.page-module-scss-module__S7OTWW__cardImagem:hover img{transform:scale(1.02)}.page-module-scss-module__S7OTWW__cardImagemPlaceholder{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);justify-content:center;align-items:center;width:100%;height:180px;font-size:3rem;display:flex}.page-module-scss-module__S7OTWW__cardConteudo{z-index:1;background:#fff;border-top:3px solid #0b7fb1;flex-direction:column;gap:.5rem;padding:2rem 1.5rem;display:flex;position:relative}.page-module-scss-module__S7OTWW__cardTitulo{color:#333;margin:0;font-size:1.2rem;font-weight:700;line-height:1.4;transition:color .2s}.page-module-scss-module__S7OTWW__cardResumo{color:#555;margin:0;font-size:.9rem;line-height:1.5}.page-module-scss-module__S7OTWW__cardMeta{color:#888;border-top:1px solid #eee;margin:.5rem 0 0;padding-top:.5rem;font-size:.8rem}.page-module-scss-module__S7OTWW__cardLerMais{color:#0b7fb1;margin-top:1rem;font-size:.875rem;font-weight:700;display:inline-block}.page-module-scss-module__S7OTWW__cardCliente{color:#0b7fb1;background:#0b7fb11a;border-radius:5px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.page-module-scss-module__S7OTWW__vazio{text-align:center;color:#666;padding:3rem;font-style:italic}
