body {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
}

div {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 5px 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

input {
  box-sizing: border-box;
}

hr {
  color: #fff;
  width: 100%;
}

iframe {
  max-width: 90vw;
}

.none {
  display: none;
}

@media (max-width: 999px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .mobile-only {
    display: none !important;
  }
}

/* INDEX */

.holder {
  max-width: 1220px;
  padding: 0 10px;
}

/* FOOTER */

.footer {
  background-color: rgb(67, 160, 71);
  color: rgb(255, 255, 255);
  padding: 25px 0px;
}

.footer-container {
  justify-content: space-between;
  max-width: 1240px;
  padding: 20px;
}

.footer .column {
  justify-content: left;
  min-width: 240px;
  width: 20%;
}

/* ICON RECLAMEAQUI */

.reclameIcon {
  margin-bottom: 10px;
  z-index: -1;
}

.reclameIconFooter {
  margin: 3px 5px 0px;
  width: auto;
  z-index: -1;
}

/* MENU */

.menu {
  background-color: #ffffff;
  justify-content: space-between;
  max-width: 1220px;
  padding: 10px;
}

.menu-toggle {
  width: min-content;
}

.menu-toggle .close {
  display: block;
}

.menu-toggle .open {
  color: #1b5e20;
  display: none;
  font-size: 2em;
  line-height: 1em;
}

.open-menu .close {
  display: none !important;
}

.open-menu .open {
  display: block !important;
}

#desktop-menu {
  align-content: center;
  font-weight: 700;
  justify-content: space-between;
  line-height: 2em;
  width: 80%;
}

.social-media {
  width: max-content;
}

.social-media a {
  margin: auto;
}

.social-media img {
  margin: auto;
  width: 22px;
}

#mobile-menu {
  background-color: #ffffff;
  z-index: 10;
}

#mobile-menu ul {
  box-sizing: border-box;
  padding: 0 !important;
  width: 90%;
}

#mobile-menu li {
  border-bottom: 1px solid #e5e5e5;
  color: #3c3c3c;
  font: 700 15px/19px 'Montserrat', sans-serif;
  margin: 10px;
  padding: 10px;
  text-align: left;
}

.header_link {
  color: #008000;
  font: normal normal normal 18px/49px 'Roboto', sans-serif;
}

.header_link_pv {
  align-items: center;
  background: #008000 0% 0% no-repeat padding-box;
  border-radius: 50px;
  color: #ffffff;
  display: flex;
  font: normal normal normal 18px 'Roboto', sans-serif;
  padding: 9px 30px;
}

/* TABELA ENEM */
.tableMicrodataEnem {
  margin: auto;
}

.paperMicrodataEnem {
  box-shadow: 0px 0px 6px #0000003c;
  background: #fff;
  max-width: 95vw;
  padding: 20px;
  margin: 10px;
}

.paperMicrodataEnem a {
  color: #3a6b0e;
  word-break: break-all;
}

.paperMicrodataEnem select {
  font-size: 18px;
}

.paperMicrodataEnem label {
  margin-right: auto;
  font-weight: 700;
}

.paperMicrodataEnem span {
  font-size: 20px;
  margin: 10px;
}

.paperMicrodataEnem .button {
  background: #f0f0f0;
  color: rgb(25, 134, 121);
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 3px;
  opacity: 0.75;
  padding: 7px 12px;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
    rgba(0, 0, 0, 0.12) 0px 3px 1px -2px;
}

.paperMicrodataEnem .selectedButton {
  background: #aeffb5;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 134, 121);
  cursor: default;
}

.paperMicrodataEnem .selectedButton a {
  color: rgb(255, 255, 255);
}

.paperMicrodataEnem .filters {
  padding: 10px;
  font-size: 20px;
  width: min-content;
  margin: 0 10px 5px 0;
}

.paperMicrodataEnem .filters select {
  background: url('/images/baseline_expand_more_black_18dp.png') no-repeat #f0f0f0;
  background-position: 220px center; /*Posição da imagem do background*/
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 245px;
  padding: 5px;
  border: none;
  border-radius: 5px;
}

.paperMicrodataEnem .limitsPerPage {
  padding: 10px;
  font-size: 18px;
  width: 90vw;
  align-items: center;
}

.paperMicrodataEnem .limitsPerPage select {
  background: url('/images/baseline_expand_more_black_18dp.png') no-repeat #f0f0f0;
  background-position: 40px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  margin-left: 10px;
  width: 65px;
  padding: 5px;
  border: none;
  border-radius: 5px;
}

.paperMicrodataEnem .limitsPerPage label {
  margin-left: auto;
  font-weight: 400;
  margin-right: 0;
}

.footer-microdata {
  color: #3a6b0e;
  margin: 20px;
  font-size: 18px;
}

.filterMicrodataEnem {
  width: 90vw;
  justify-content: left;
}

.tableMicrodataEnem .tableEnem {
  overflow-x: scroll;
  max-width: 90vw;
  display: table-caption;
  border-collapse: collapse;
}

.tableMicrodataEnem .thead {
  background: url('/images/sort_both.png') no-repeat;
  background-position: right;
  padding: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.tableMicrodataEnem .theadUp {
  background: url('/images/sort_up.png') no-repeat;
  background-position: right;
  padding: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.tableMicrodataEnem .theadDown {
  background: url('/images/sort_down.png') no-repeat;
  background-position: right;
  padding: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.tableMicrodataEnem .tbody {
  padding: 10px;
  text-align: center;
  min-width: 115px;
}

.trColorWhite {
  background: #ffffff;
}

.trColorGreen {
  background: #aeffb5;
}

/* TERMOS */

.terms {
  justify-content: left;
  padding: 50px 0;
}

.terms h1 {
  width: 100%;
  font-size: 25px;
  text-align: center;
  font-family: 'Roboto Slab Bold', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

.terms h2 {
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.5em 0px 0.5em;
  color: rgb(29, 147, 125);
}

.terms h3 {
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 1.4em;
  padding-top: 3%;
  margin: 2% 0px;
  font-weight: 500;
  color: rgb(0, 128, 0);
}

.terms p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.2em;
  color: rgb(138, 138, 138) !important;
  text-align: left;
  margin: 0px 0px 10px;
}

.terms a {
  color: #337ab7;
  text-decoration: none !important;
}
