html, body { margin: 0; padding: 0; background: #ffffff; }
  body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.cc-tela-mobile a { color: rgb(194,87,15); text-decoration: none; }
.cc-tela-mobile a:hover { color: rgb(93,38,2); }
  @keyframes ccRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

