.bloco_grelha_programacao{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:12px}.bloco_grelha_programacao .titulo_bloco{font-size:16px;font-family:Montserrat-Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:#121212;background:#ffe500;padding:6px 12px;border-radius:8px;text-transform:uppercase;line-height:1;width:-moz-fit-content;width:fit-content;transition:all .3s ease-out}.bloco_grelha_programacao .titulo_bloco:hover{background:#e6cf00}.bloco_grelha_programacao .container_programacao{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:350px;overflow-y:auto}.bloco_grelha_programacao .container_programacao::-webkit-scrollbar{height:4px;width:4px;border-radius:4px}.bloco_grelha_programacao .container_programacao::-webkit-scrollbar-track{background-color:#ebebeb;border-radius:4px}.bloco_grelha_programacao .container_programacao::-webkit-scrollbar-thumb{background-color:#1234de;border-radius:4px;transition:all .3s ease-out}.bloco_grelha_programacao .container_programacao::-webkit-scrollbar-thumb:hover{background-color:#0c2397}.bloco_grelha_programacao .container_programacao .programa{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.bloco_grelha_programacao .container_programacao .programa .hora_programa{-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;-ms-flex:0 0 60px;flex:0 0 60px;padding:8px;background:#121212;color:#f7f7f7;font-size:14px;font-family:Montserrat-Medium,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.bloco_grelha_programacao .container_programacao .programa .nome_programa{-ms-flex:0 1 100%;flex:0 1 100%;padding:8px;background:#d9d9d9;color:#121212;font-size:14px;font-family:Montserrat-SemiBold,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.bloco_grelha_programacao .container_programacao .programa:nth-of-type(2n) .nome_programa{background:#f7f7f7}.bloco_grelha_programacao .container_programacao .programa:first-of-type .hora_programa{border-top-left-radius:10px}.bloco_grelha_programacao .container_programacao .programa:last-of-type .hora_programa{border-bottom-left-radius:10px}.bloco_grelha_programacao .container_programacao .programa_atual .hora_programa{background:#1234de}.bloco_grelha_programacao .container_programacao .programa_atual .nome_programa{color:#1234de}.homepage{padding-top:80px}.container_coluna_esquerda{max-width:1240px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0 auto 80px;padding-right:340px}.container_mobile{display:none}@media (max-width:992px){.container_coluna_esquerda{margin-bottom:40px;padding-right:0}.container_mobile{display:block;margin-bottom:40px;max-width:1280px;padding:0 20px}}@media (max-width:767px){.homepage{padding-top:40px}}::-moz-selection{background-color:#ffe500}::selection{background-color:#ffe500}footer ::-moz-selection,header ::-moz-selection{color:#1234de}footer ::selection,header ::selection{color:#1234de}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{width:56px;height:56px;border-radius:50%;border:8px solid;border-color:#d9dffc;border-right-color:#1234de;animation:a 1s infinite linear;margin:24px auto}