/* NDO — Topo Home v1.0.6 */
html body.home .ndo-home-module--newsletter,
html body.home .ndo-home-module--informacao,
html body.home .ndo-home-module--sondagens,
html body.home .ndo-v044-action-card{
  display:none!important;
  min-height:0!important;
  height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  overflow:hidden!important;
}
.ndo-topo-home{
  width:min(1116px,calc(100% - 32px));
  margin:16px auto 8px!important;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  box-sizing:border-box;
}
.ndo-topo-home a{
  display:flex;align-items:center;justify-content:center;
  min-height:42px;padding:9px 14px;box-sizing:border-box;
  border:1px solid #d9e1e5;border-radius:10px;background:#fff;
  color:#173b55;text-decoration:none!important;font-size:14px;font-weight:700;
  line-height:1.2;text-align:center;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.ndo-topo-home a:hover{background:#f4f7f9;border-color:#b9c9d3;transform:translateY(-1px)}
body.home .ndo-pub-home-slot--home-cabecalho,
body.home .ndo-pub-home-slot--cabecalho-home{margin-bottom:28px!important;}
@media(max-width:800px){
  .ndo-topo-home{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100% - 24px,1116px);margin:12px auto 8px!important}
}
@media(max-width:480px){
  .ndo-topo-home{grid-template-columns:1fr;gap:8px}
  .ndo-topo-home a{min-height:42px}
}
