

body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Helvetica Neue", sans-serif;
}

tr:nth-child(even) { background-color: #F8F8F8; }

a, a.hover, a.selected, a:visited {
text-decoration:none;
color: #0000CD;
}

@media (min-width: 992px) {

html, body {
font-size: 25px;
}
}

@media (max-width: 991.98px) {
html, body {
font-size: 23px;
}


}




.silaba {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;

  overflow-wrap: break-word;
  word-wrap: break-word;
  
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 2;

  -moz-hyphenate-limit-chars: 6 3 2;
  -webkit-hyphenate-limit-chars: 6 3 2;
  -ms-hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-chars: 6 3 2;

  hyphenate-limit-last: always;
}
