:root {
  --lightColorMaster: #14afcd;
  --lightColorMasterA: #70dcf1;

  --lightColorSecond: #db5c5c;
  --lightColorSecondA: #70dcf1;


  --darkColorMaster:  #dba729;/*0098d9*/
  --darkColorMasterA: #16c3e5;

  --darkColorSecond: #a57b14;
  --darkColorSecondA: #000;

/*  --darkColorMaster: #dba729;*/
}
ol {
  counter-reset: item;
}
ol > li {
  display: block;
  line-height: 1.8;
}
ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font: 700 22px 'Open Sans', Tahoma, sans-serif;
}
ol > li + li {
  margin-top: 20px;
}
ol > li > ol {
  margin-top: 2px;
  margin-bottom: 40px;
}
ol > li > ol > li:before {
  font-size: 16px;
}
ol > li > ol > li + li {
  margin: 21px 0 0;
}
.item-back-to-top {
  border-radius: 50%;
  bottom: 158px;
  cursor: pointer;
  display: none;
  height: 54px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  transition: background 0.4s ease;
  transform: rotate(270deg);
  width: 54px;
  z-index: 100;
}
.item-back-to-top:before {
  color: #fff;
  content: '›';
  font-size: 60px;
  font-weight: 300;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 36%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.item-back-to-top:after {
  background: #fcc417;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
input[type="text"],
input[type="password"],
select {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}
input[type="text"].small,
input[type="password"].small {
  width: 100px;
}
input[type="text"].medium,
input[type="password"].mediu {
  width: 220px;
}
input[type="text"].large,
input[type="password"].large {
  width: 100%;
}
select.small,
select.medium,
select.large {
  width: 300px;
}
table {
  width: 100%;
  margin-bottom: 10px;
}
table th,
table td {
  padding: 5px 8px;
  border-right-style: solid;
  border-right-width: 8px;
}
table th:last-child,
table td:last-child {
  border-right-width: 0;
}
table .paginator th {
  position: relative;
}
table .paginator:first-of-type th {
  border-bottom-style: solid;
  border-bottom-width: 8px;
}
table .paginator:last-of-type th {
  border-top-style: solid;
  border-top-width: 8px;
}
table .paginator th a {
  cursor: pointer;
  position: absolute;
  top: -6px;
  display: none;
}
table .paginator th a.left {
  cursor: pointer;
  left: 10px;
}
table .paginator th a.right {
  cursor: pointer;
  right: 10px;
}
table .loading {
  position: relative;
}
table .loading img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
table .drob-button {
  padding: 5px;
}
table .drob-button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
table tr {
  border-bottom: 1px solid #3e3e41;
}
table tr:first-child {
  border-top: 1px solid #3e3e41;
}
table tr:hover {
  background-color: #70dcf1;
}
table td[rowspan] {
  vertical-align: middle;
}
table th[colspan],
table td[colspan] {
  text-align: center;
}
hr {
  height: 4px;
  border: none;
  float: right;
  width: 100%;
}
.loading {
  position: relative;
}
.loading #loading-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#anchorContent {
  width: 100%;
  cursor: pointer;
}
#anchorText {
  width: 100%;
}
#scroll-menu {
  display: none;
  height: calc(100vh - 77px);
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  position: absolute;
  top: 0;
}
#scroll-menu.fixed {
  padding-top: 50px;
  position: fixed;
}
#scroll-menu li {
  display: inline-block;
  float: left;
}
#scroll-menu li a {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  #anchorContent {
    cursor: pointer;
    width: calc(100% - 10px);
  }
  #scroll-menu:hover,
  #scroll-menu:focus {
    right: 0;
  }
  #scroll-menu li {
    padding: 10px 0;
    width: 250px;
    background: #efde0f;
    transition: 0.4s ease;
  }
  #scroll-menu li:hover,
  #scroll-menu li:focus {
    background-color: #70dcf1;
  }
  #scroll-menu li a {
    display: inline;
    padding: 0;
    width: 250px;
    line-height: 18px;
    background: none;
  }
}
@media screen and (min-width: 1041px) {
  #scroll-menu {
    display: inline;
    width: 250px;
    right: inherit;
    z-index: 1;
  }
  #scroll-menu:hover,
  #scroll-menu:focus {
    right: inherit;
  }
  #scroll-menu li {
    background: none;
  }
  #anchorContent {
    cursor: default;
  }
  #anchorContent {
    width: 960px;
    position: relative;
  }
  #anchorText {
    width: 670px;
    float: right;
  }
  #closeSublist {
    display: none;
  }
}
#container-nivel {
  width: 250px;
}
#nivel-select {
  width: 100%;
}
#assunto {
  width: 500px;
}
#table-questions thead p {
  margin-left: 25%;
}
#generate-pdf {
  float: right;
}
@media screen and (min-width: 700px) {
  #coordinator-ajax-container .mr-medium {
    margin-right: 0;
  }
  #coordinator-ajax-container .box {
    width: 46%;
  }
  #yearTxt {
    width: 75%;
    height: 70px;
    float: left;
    padding-top: 50px;
  }
}
@media screen and (max-width: 895px) {
  #container-selects .selects-schools {
    float: none;
  }
}
.mr-small {
  margin-right: 10px;
}
.mr-medium {
  margin-right: 20px;
}
.mr-medium2 {
  margin-right: 2%;
}
.mr-large {
  margin-right: 40px;
}
.mr-large2 {
  margin-right: 3%;
}
.ml-small {
  margin-left: 10px;
}
.ml-medium {
  margin-left: 20px;
}
.ml-large {
  margin-left: 40px;
}
.mt-small {
  margin-top: 10px;
}
.mt-medium {
  margin-top: 20px;
}
.mt-large {
  margin-top: 40px;
}
.mt-mobile {
  margin-top: 15%;
}
.mb-mini {
  margin-bottom: 3px;
}
.mb-small {
  margin-bottom: 10px;
}
.mb-medium {
  margin-bottom: 20px;
}
.mb-large {
  margin-bottom: 40px;
}
#selos {
  background-color: #e7ebec;
  padding: 15px;
  text-align: center;
}
#selos .mr-large {
  margin-right: 0;
  margin-bottom: 20px;
}
#selos .mt-medium {
  margin-top: 0;
  margin-bottom: 20px;
}
#mapa {
  display: none;
}
#table-questions img {
  width: auto;
  height: auto;
}
.meiaColuna {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.meiaColuna p {
  text-align: left;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.box,
.box2 {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  width: 96%;
  position: relative;
}
#coordinator-ajax-container .box {
  width: 96%;
}
.box img,
.box2 img {
  max-width: 120px;
  margin-right: 10px;
}
.boxCaixa {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  width: 650px;
  position: relative;
}
.box-title {
  padding: 10px 30px;
}
.box-text {
  padding-top: 5px;
  padding-bottom: 5px;
}
.map {
  width: 100%;
  height: 300px;
  border-bottom-style: solid;
  border-bottom-width: 10px;
}
#painelMapa {
  width: 100%;
  height: 400px;
}
.big-column {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.table-info-box {
  height: 20px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
#black-screen {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
}
#black-screen #background {
  width: 100%;
  height: 100%;
  position: absolute;
}
#black-screen #alert-background {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#imgTimeline {
  width: 400px;
  height: 225px;
  background-image: url("../images/linhaTempo-completa-mob.jpg");
  cursor: pointer;
}
.default-paginator .cell {
  padding: 0;
  margin: 0 10px;
  width: 30px;
  height: 30x;
  float: left;
  padding-top: 2px;
}
.default-paginator .page {
  vertical-align: middle;
}
.default-paginator #paginator-window {
  overflow: hidden;
  max-width: 150px;
  height: 20px;
}
.default-paginator #paginator-body {
  height: 60px;
}
.default-paginator #page-right {
  transform: scaleX(-1);
  filter: FlipH;
}
#paginator img {
  width: 20px;
  height: 20px;
}
.full {
  width: 100%;
}
.box.full {
  width: calc(80%);
}
.books-container .box button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.line-title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  z-index: 1;
}
.line-title span {
  position: absolute;
  padding-right: 20px;
  z-index: 2;
}
.coordinator-box img {
  width: 100px;
  height: 130px;
}
.table-parent .coordinator-box {
  display: table-cell;
}
.caixa-box .right-box {
  width: 500px;
}
.caixa-box img {
  width: 100px;
  height: 130px;
}
.table-parent .caixa-box {
  display: table-cell;
}
.medium-space {
  width: 20px;
  height: 20px;
  display: table-cell;
}
.hidden,
.start-hidden {
  display: none;
}
.button-mode {
  cursor: pointer;
}
.clear {
  clear: both;
}
#alert-internal-box {
  border: solid 1px #ffa200;
  padding: 20px;
  background-color: #e9e9e9;
}
.selects-schools {
  float: left;
}
.button-mode {
  cursor: pointer;
}
#container-selects img {
  width: 14px !important;
  height: 13px !important;
}
#container-selects #search-school {
  padding: 5px;
}
#timeline {
  text-align: center;
}
#timeline img {
  max-width: 70%;
}
#peciTable img {
  width: auto;
  height: auto;
}
#adm-header img {
  width: auto;
  height: auto;
}
#main-calendar-table .label-td {
  padding: 20px 10px;
  width: 50%;
}
#coordReg img {
  height: auto;
  width: auto;
}
.bullet-sidebar {
  float: left;
}
.link-sidebar {
  float: right;
  width: calc(100% - 25px);
  line-height: 20px;
}
.quatroCol,
.duasCol {
  width: 90%;
  padding: 5%;
}
.tresCol {
  width: 98%;
  padding: 1%;
}
.duasCol img {
  max-width: 100%;
}
.topicImg {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  text-align: center;
}
.topicImg img {
  height: auto;
  width: auto;
  margin: 15px 0;
}
#coordReg .seta-menu:before {
  content: "";
  background-image: url("../images/arrow-menu-black.png");
  width: 13px;
  height: 9px;
  display: inline-block;
  margin-right: 5px;
}
.newTopic:after {
  content: "";
  background-image: url("../images/novo2.gif");
  width: 40px;
  height: 13px;
  display: inline-block;
  margin-leftt: 5px;
}
@media screen and (min-width: 501px) {
  .meiaColuna {
    width: 46%;
    margin-right: 4%;
  }
  .box {
    width: 44.3%;
  }
  .box img {
    max-width: 112px;
  }
  .books-container .mr-large,
  .books-container .mr-medium {
    margin-right: 0;
  }
  .mt-mobile {
    margin-top: 0;
  }
  #timeline {
    text-align: left;
  }
  #yearTxt {
    width: 65%;
    height: 120px;
    float: left;
    padding-top: 0;
  }
  #timeline img {
    width: 140px;
    height: auto;
    float: left;
  }
  #main-calendar-table .label-td {
    width: 30%;
  }
  .quatroCol {
    width: 42%;
    padding: 3%;
    float: left;
  }
  .duasCol {
    width: 46%;
    padding: 2%;
    float: left;
  }
  .tresCol {
    width: 44%;
    padding: 3%;
    float: left;
  }
}
@media screen and (min-width: 1041px) {
  .box {
    width: 281px;
  }
  .box2 {
    width: 440px;
  }
  #coordinator-ajax-container .box {
    width: 281px;
  }
  #coordinator-ajax-container .mr-medium {
    margin-right: 20px;
  }
  .books-container .mr-medium {
    margin-right: 20px;
  }
  .books-container .mr-large {
    margin-right: 40px;
  }
  input[type="text"].large,
  input[type="password"].large {
    width: 400px;
  }
  select.small {
    width: 112px;
  }
  select.medium {
    width: 232px;
  }
  select.large {
    width: 484px;
  }
  #paginator img {
    width: 20px;
    height: 20px;
  }
  #selos .mr-large {
    margin-right: 40px;
    margin-bottom: 0;
  }
  #selos .mt-medium {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #mapa {
    display: inline;
  }
  #UFSelector {
    display: none;
  }
  #imgTimeline {
    width: 960px;
    height: 153px;
    background-image: url("../images/linhaTempo-completa.jpg");
    cursor: pointer;
  }
  .quatroCol {
    width: 23%;
    padding: 1%;
  }
  .tresCol {
    width: 31%;
    padding: 1%;
  }
}
#internalPage table {
  width: 100% !important;
}
h1,
h2,
h3,
h4 {
  font-family: 'Barlow', 'Open Sans', sans-serif;
}
h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 22px;
  }
}
h5 {
  font-size: 16px;
}
label {
  font-size: 15px;
}
input[type="text"],
input[type="password"],
select {
  font-size: 15px;
}
text td {
  font-size: 15px;
}
table th,
table td.title {
  font-size: 13px;
  font-weight: bold;
}
table .paginator th {
  text-align: center;
}
table .paginator a {
  font-size: 30px;
}
table .drob-button {
  font-size: 13px;
}
.news-title {
  color: #164b06;
  font-size: 20px;
  font-weight: bold;
}
#inner-body,
#header-menu,
#top-footer,
#bottom-footer {
  text-align: left;
}
.box-title {
  font-weight: bold;
}
.box-text {
  text-align: center;
  font-size: 14px;
  font-style: italic;
}
.important-fields-description {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}
.important-fields-description:before {
  content: '* ';
}
.important-fields-label:after {
  content: ' *';
}
.year-highlight {
  font-size: 20px;
  line-height: 0;
}
.line-title span {
  text-transform: uppercase;
  font-size: 18px;
}
.programs-cell {
  text-align: justify;
}
.books-container a:hover {
  text-decoration: none;
}
#scroll-menu li a {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  color: var(--darkColorMaster);
}
.backTOP {
  float: right;
  font-style: italic;
}
#main-calendar-table {
  font-size: 18px;
}
#main-calendar-table tr:nth-child(odd) {
  background-color: #ffa269;
  background-color: #379AB1;
  color: #fff;
}
#main-calendar-table tr.destaque {
  background-color: #ff8030;
  background-color: #379AB1;
  color: #fff;
}
#main-calendar-table tr:nth-child(odd) a {
  color: #fff;
}
.fontXL {
  font-size: 1.1em;
  font-weight: bold;
}
.fontXXL {
  font-size: 1.5em;
  font-weight: bold;
}
.txtProvas {
  font-size: 2.5em;
}
@media screen and (min-width: 751px) {
  .txtProvas {
    font-size: 1em;
  }
}
.dark-background *,
#sb-container * {
  color: #fff;
}
.dark-background {
  color: #fff;
}
.important-fields-label:after,
.important-fields-description:before {
  color: #f00;
}
.invalid-text * {
  color: #f00;
}
.line-title span,
#inner-body,
#alert-background {
  background-color: #fff;
}
.default-highlight:hover {
  color: var(--darkColorMaster);
}
.map {
  border-color: #ff8030;
}
input[type="text"],
input[type="password"],
select {
  color: #666;
  border-color: #999;
}
table .paginator a:hover {
  color: #d4ef61;
}
.invalid-required {
  background-color: #ffcaca;
}
#black-screen #background {
  background-color: #000;
  opacity: 0.4;
}
.box {
  border-color: #999;
}
.box.highlight {
  background-color: #f4ffc7;
}
.background-color-tween {
  transition: background-color 0.4s ease-in-out;
}
.background-color-tween-fast {
  transition: background-color 0.2s ease-in-out;
}
.backgorund-color-white {
  background-color: #fff;
}
table th,
table td.title,
.background-color-level-0,
.background-hcolor-level-0:hover,
.background-hcolor-level-0.selected {
  background-color: #ffa269;
}
.border-color-level-0 {
  border-color: #ffa269;
}
table .paginator th,
.line-title:before,
.background-color-level-1,
.background-hcolor-level-1:hover,
.background-hcolor-level-1.selected {
  background-color: #ff8030;
}
.border-color-level-1 {
  border-color: #ff8030;
}
.background-color-level-2,
.background-hcolor-level-2:hover,
.background-hcolor-level-2.selected {
  background-color: var(--darkColorMaster);
}
.border-color-level-2 {
  border-color: var(--darkColorMaster);
}
.background-color-level-3,
.background-hcolor-level-3:hover,
.background-hcolor-level-3.selected {
  background-color: #44687d;
}
.border-color-level-3 {
  border-color: #44687d;
}
.background-color-level-4,
.background-hcolor-level-4:hover,
.background-hcolor-level-4.selected {
  background-color: var(--darkColorMaster);
}
.border-color-level-4 {
  border-color: var(--darkColorMaster);
}
.backgorund-color-gray {
  background-color: #14afcd;
  color: #fff;
  font-weight: bold;
}
.backgorund-color-gray.button-mode:hover {
  background-color: #bbb;
}
#news-box .backgorund-color-gray,
#character-box .backgorund-color-gray {
  background-color: #e7e7e7;
  font-weight: normal;
}
table tr:nth-child(even) {
  background-color: #e7e7e7;
}
table tr:nth-child(odd) {
  background-color: #fafafa;
}
table th,
table td {
  border-color: #fafafa;
}
table tr.blue,
.table-info-box.blue {
  background-color: #a3d4ff;
}
table tr.red,
.table-info-box.red {
  background-color: #eb7b6f;
}
table tr.orange,
.table-info-box.orange {
  background-color: #efbe83;
}
table tr.lightyellow {
  background-color: #ffa269;
  background-color: #70dcf1;
}
table tr.darkyellow {
  background-color: #ff8030;
  background-color: #16c3e5;
}
table tr.lightgray {
  background-color: #f4f4f4;
}
.light-green {
  background-color: #ffa269;
}
.light-gray {
  background-color: #fafafa;
  border: none;
}
.head-bg {
  background-color: #ff8030;
}
.light-gray {
  background-color: #fafafa;
}
.dark-gray {
  background-color: #e7e7e7;
}
#destaques,
#destaques2,
#character-box,
#news-box {
  float: left;
}
#news-box {
  width: 100%;
}
#news-box-s {
  width: 710px;
}
.news-cell {
  width: 100%;
  height: auto;
}
.mr-news {
  padding-right: 3%;
}
#character-box {
  width: 100%;
}
.character-cell {
  width: 100%;
  height: auto;
}
#destaques,
#destaques2 {
  width: 100%;
  height: auto;
}
#destaques img {
  width: 35%;
}
#destaques2 img {
  width: 20%;
}
.destaque-cell {
  width: 100%;
}
.imgDestaque {
  border-radius: 50%;
  margin-right: 30px;
}
@media screen and (min-width: 600px) {
  .news-cell {
    width: 48%;
  }
  #character-box {
    width: 48%;
    margin-right: 2%;
  }
  #destaques,
  #destaques2 {
    width: 50%;
  }
  #destaques img {
    width: 25%;
  }
  #destaques2 img {
    width: 20%;
  }
}
@media screen and (min-width: 1041px) {
  #news-box {
    width: 465px;
  }
  .news-cell {
    width: 220px;
    height: 290px;
  }
  .mr-news {
    padding-right: 0;
  }
  #character-box {
    width: 470px;
    margin-right: 0;
  }
  .character-cell {
    width: 470px;
    height: 265px;
  }
  #destaques,
  #destaques2 {
    width: 470px;
    height: 355px;
  }
  .destaque-cell {
    width: 470px;
  }
}
.home-subtitle {
  height: 27px;
  padding-left: 10px;
  padding-top: 10px;
}
.programs-cell,
.programs-cell.large,
.programs-cell.medium {
  width: 100%;
}
.mr-large2,
.mr-medium2,
.mr-medium {
  margin-right: 5%;
}
#programs-img {
  border: 4px solid #e5e5e5;
  height: 135px;
  text-align: center;
}
#programs-img img {
  /*height: 135px*/;
  width: auto;
}
#programs-img a {
  display: block;
}
.programs-cell .read-more {
  color: #3d8255;
  cursor: pointer;
  display: inline-block;
  font: 54px 'Barlow';
  letter-spacing: 1px;
  margin-top: 5px;
  padding: 0 18px;
  text-transform: uppercase;
}
.programs-cell .selected.read-more {
  color: #16c3e5;
}
.programs-cell .read-more:hover {
  color: #16c3e5;
}
.programs-cell .selected.read-more:hover {
  color: #16c3e5;
}
@media screen and (min-width: 600px) {
  .programs-cell,
  .programs-cell.large,
  .programs-cell.medium {
    width: 49.5%;
  }
  .mr-large2,
  .mr-medium2,
  .mr-medium {
    margin-right: 0;
  }
}
.programs-cell {
  position: relative;
}
.programs-cell .read-more {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 80px;
}
@media screen and (min-width: 1041px) {
  .programs-cell {
    width: 23%;
    overflow: hidden;
    position: relative;
    line-height: 24px;
  }
  .programs-cell.large {
    width: 48%;
  }
  .programs-cell.medium {
    width: 31.6% !important;
  }
  .mr-medium {
    margin-right: 20px;
  }
  .mr-medium2 {
    margin-right: 2%;
  }
  .mr-large2 {
    margin-right: 3%;
  }
}
#banner-box {
  position: relative;
  width: 100%;
}
#banner-box img {
  width: 100%;
  height: auto;
}
#banner-body {
  position: absolute;
}
#banner-body div {
  cursor: pointer;
}
#banner-pages {
  position: absolute;
  top: 0;
  right: 0;
}
.banner-page-cell {
  padding: 2px 10px;
  margin-top: 6px;
  cursor: pointer;
}
#banner-window {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.year2014,
.year2024,
.year2034,
.year2044 {
  background-color: #dee0df;
  border-color: #dee0df;
  color: #0F0000;
}
.year2013,
.year2023,
.year2033,
.year2043 {
  background-color: #a96280;
  border-color: #a96280;
}
.year2012,
.year2022,
.year2032,
.year2042 {
  background-color: #1d2f55;
  border-color: #1d2f55;
}
.year2011,
.year2022,
.year2031,
.year2041 {
  background-color: #a97546;
  border-color: #a97546;
}
.year2010,
.year2020,
.year2021,
.year2030,
.year2040 {
  background-color: #1f744a;
  border-color: #1f744a;
}
.year2009,
.year2019,
.year2029,
.year2039 {
  background-color: #f95414;
  border-color: #f95414;
}
.year2008,
.year2018,
.year2028,
.year2038 {
  background-color: #ab4247;
  border-color: #ab4247;
}
.year2007,
.year2017,
.year2027,
.year2037 {
  background-color: #15b0e6;
  border-color: #15b0e6;
}
.year2006,
.year2016,
.year2026,
.year2036 {
  background-color: #efde0f;
  border-color: #efde0f;
}
.year2005,
.year2015,
.year2025,
.year2035 {
  background-color: #b5d334;
  border-color: #b5d334;
}
.doc-icon.level-1:hover {
  background-color: #fffcd7;
}
.doc-icon.level-2:hover {
  background-color: #fcd7e8;
}
.doc-icon.level-3:hover {
  background-color: #ceeefb;
}
#docs-boxs {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}
@media (min-width: 768px) {
  #docs-boxs {
    border-width: 5px;
    padding: 10px 35px;
    border-bottom-width: 20px;
  }
}
.doc-page {
  padding: 10px;
  vertical-align: bottom;
  font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 10px;
}
.doc-icon {
  width: 100%;
  height: auto;
  border: solid 1px #bababa;
  padding-top: 10px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.doc-icon img {
  margin-bottom: 8px;
  max-width: 80%;
}
.doc-page.selected,
.doc-page:hover {
  width: 60px;
  text-align: center;
}
#ajax-docs {
  height: auto;
}
#ajax-docs.loading {
  height: auto !important;
}
#provasCol1,
#provasCol2 {
  width: 100%;
  float: left;
}
@media screen and (min-width: 751px) {
  .doc-icon {
    width: 31%;
  }
  .doc-icon img {
    width: auto;
  }
  #provasCol1,
  #provasCol2 {
    width: 48%;
  }
}
@media screen and (min-width: 901px) {
  .doc-page {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
  }
  .doc-page.selected,
  .doc-page:hover {
    width: auto;
    height: 25px;
  }
}
@media screen and (min-width: 1041px) {
  .doc-icon {
    width: 133px;
  }
}
.formItem,
.formSelect {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  margin-right: 15px;
}
.border-line {
  border: solid 3px #70870c;
  padding: 30px 50px;
  text-align: left;
  position: relative;
  margin-top: 80px;
}
.books-container .box a {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.alert-internal-box {
  border: solid 1px #ffa200;
  padding: 20px;
  position: relative;
  background-color: #e9e9e9;
}
.alert-internal-box img:first-of-type {
  position: absolute;
  left: -15px;
  top: -15px;
}
.alert-internal-box-sucesso {
  border: solid 1px #008000;
  padding: 20px;
  position: relative;
  background-color: #e9e9e9;
}
.alert-internal-box-sucesso img:first-of-type {
  position: absolute;
  left: -15px;
  top: -15px;
}
select {
  background-color: #fff;
}
.span-text-link {
  cursor: pointer;
  color: #70870c;
  font-size: 14px;
  font-weight: bold;
  font-family: "Arial" !important;
}
.span-text-link:hover {
  text-decoration: underline;
}
.tiny {
  width: 50px;
}
.small,
.smallTextInput2,
.smallFreeTextInput {
  width: 100px;
}
input[type="text"].medium,
input[type="password"].medium {
  width: 220px;
}
.largeTextInput2,
.largeTextInput,
.largeFreeTextInputSelectEnums {
  width: 472px;
}
select.small {
  width: 112px;
}
select.medium {
  width: 232px;
}
select.large {
  width: 484px;
}
.invalid-text-internal {
  text-align: justify;
  border: 2px solid #f00;
  padding: 15px;
}
.invalid-text-internal ul li {
  padding: 0;
  text-align: left;
}
.radio[disabled='disabled'] {
  color: #f00;
  background-color: #f00;
}
.box-interno,
.box-busca {
  border: solid 3px #069ad2;
  border-radius: 10px;
  line-height: 1.7;
  padding: 15px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0 0 -10px 0;
  margin-bottom: 25px;
}
table tr.alertRed {
  background-color: #ef533f;
}
table tr.alertRed2 {
  background-color: #fc6;
}
fieldset {
  border: 2px solid #069ad2;
  width: auto !important;
  color: #000;
  font-size: 15px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
select.multiple {
  clear: both;
  border: 1px solid #ccc;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: arial, verdana;
  font-size: 16px;
  color: #3e4a45;
  font-weight: bold;
}
#anim {
  animation-name: movimento-diagonal;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate; /*para que volte a sua posicao inicial */
  width: 850px;
  color: #f00;
  position: relative;
  padding: 2px;
  font-size: 17px;
  border: 2px solid #b5d334;
  border: 2px solid #b5d334;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
.smallTextInput {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #ccc;
  color: #3e4a45;
  display: block;
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 5px;
  width: 155px !important;
}
.ajuda ol,
.ajuda p {
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 10px;
  text-indent: 25px;
  text-align: justify;
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 10px;
}
.ajuda ol {
  padding: 20px;
  margin-left: 27px;
}
.ajuda li {
  padding: 0;
  margin-left: 5px;
  text-align: justify;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
}
.msgValidacao {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  color: #721c24;
  font-family: 'Barlow', 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 12px 20px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .msgValidacao {
    font-size: 23px;
  }
}
.msgValidacao li {
  color: #721c24 !important;
}
.texto_vermelho {
  color: #c7080f;
}
.dados_formulario {
  color: #636363;
  font-size: 16px;
}
.msgInformacao {
  box-shadow: inset 0 0 5px 1px #58acfa;
  background: linear-gradient(to bottom, #58acfa 0%, #fff 10%);
  background-color: #fff;
  border-color: #00f;
  color: #00f;
  padding: 20px 10px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.msgInformacao li {
  padding: 0;
  margin-left: 15px;
  text-align: justify;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
}
.widget {
  background: #fff;
  border: 1px solid #08acef;
  clear: both;
  margin-top: 0;
  margin-bottom: 25px;
  border-radius: 3px;
}
.widget .widget-header {
  background-color: #08acef;
  background-image: linear-gradient(to top, #fff, #08acef);
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #dbdbdb;
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
}
.widget .widget-header .title {
  color: #333;
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.widget .widget-header .title .attribution,
.widget .widget-header .title .mini-title {
  font-size: 11px;
  padding-left: 4px;
  color: #b3b3b3;
  font-weight: normal;
}
.widget .widget-header .title .attribution a,
.widget .widget-header .title .mini-title a {
  color: #b3b3b3;
}
.widget .widget-header span.tools {
  padding: 0;
  float: right;
  margin: 0;
}
.widget .widget-header span.tools > a {
  display: inline-block;
  margin-right: 5px;
  color: #08acef;
  margin-top: 3px;
}
.widget .widget-header span.tools > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.widget .widget-header span.tools > a.btn {
  color: #fff;
  margin-top: 0;
}
@media (max-width: 767px) {
  .widget .widget-header span.tools {
    display: none;
  }
  .widget .widget-header .tools {
    display: none;
  }
}
.widget .widget-body {
  padding: 15px;
  border-radius: 0 0 2px 2px;
}
.caixaVerde {
  box-shadow: inset 0 0 5px 1px #6eca21;
  background: linear-gradient(to bottom, #6eca21 20%, #fff 10%);
  background-color: #fff;
  border-color: #6eca21;
  color: #6eca21;
  padding: 10px;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
}
.cronometro {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.widgetAnoAtual {
  background: #fff;
  border: 1px solid #ff7f32;
  clear: both;
  margin-top: 0;
  margin-bottom: 25px;
  border-radius: 3px;
}
.widgetAnoAtual .widget-header {
  background-color: #ff7f32;
  background-image: linear-gradient(to top, #fff, #ff7f32);
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #dbdbdb;
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
}
.widgetAnoAtual .widget-header .title {
  color: #333;
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.widgetAnoAtual .widget-header .title .attribution,
.widgetAnoAtual .widget-header .title .mini-title {
  font-size: 11px;
  padding-left: 4px;
  color: #b3b3b3;
  font-weight: normal;
}
.widgetAnoAtual .widget-header .title .attribution a,
.widgetAnoAtual .widget-header .title .mini-title a {
  color: #b3b3b3;
}
.widgetAnoAtual .widget-header span.tools {
  padding: 0;
  float: right;
  margin: 0;
}
.widgetAnoAtual .widget-header span.tools > a {
  display: inline-block;
  margin-right: 5px;
  color: #ff7f32;
  margin-top: 3px;
}
.widgetAnoAtual .widget-header span.tools > a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.widgetAnoAtual .widget-header span.tools > a.btn {
  color: #fff;
  margin-top: 0;
}
@media (max-width: 767px) {
  .widgetAnoAtual .widget-header span.tools {
    display: none;
  }
  .widgetAnoAtual .widget-header .tools {
    display: none;
  }
}
.widgetAnoAtual .widget-body {
  padding: 15px;
  border-radius: 0 0 2px 2px;
}
.panel-body {
  padding: 15px;
  position: relative;
  text-align: justify !important;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  width: 100%;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
.row .row {
  padding-left: 0;
  padding-right: 0;
}
#inner-body img {
  height: auto;
  max-width: 100%;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.btn,
.btn-blue {
  color: #14afcd;
  display: inline-block;
  font: 700 18px 'Open Sans', Arial, sans-serif;
  overflow: hidden;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  position: relative;
  text-transform: uppercase;
  transform: translateZ(0);
  transition: 0.4s ease;
}
.btn:hover,
.btn-blue:hover {
  background: #000;
  color: #fff;
}
.btn-rounded {
  border-radius: 30px;
}
.btn-black {
  background: #000;
  color: #fff;
}
.btn-black:hover {
  background: #1a1a1a;
  color: #14afcd;
}
.btn-small {
  font-size: 14px;
  font-weight: 700;
}
.btn-nofill {
  background: none;
  border: 1px #fff solid;
}
@media (min-width: 640px) {
  .btn-nofill:before {
    background: #14afcd;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: calc(100% + 10px);
    z-index: -1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .btn-nofill:hover {
    color: #fff;
  }
  .btn-nofill:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.btn-block {
  display: block;
}
.btn-center {
  text-align: center;
}
.main-home {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #listNews .row [class^="col"]:first-child {
    padding-left: 0;
  }
  #listNews .row [class^="col"]:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #listNews .row [class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}
.box-title {
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .box-title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .bt-home {
    margin-bottom: 20px;
  }
}
.megabanner img {
  height: auto;
  width: 100% !important;
}
.megabanner img + img {
  display: none;
}
@media (max-width: 991px) {
  .megabanner img {
    display: none;
  }
  .megabanner img + img {
    display: block;
  }
}
.megabanner .swiper-wrapper,
.megabanner .swiper-slide {
  height: auto !important;
}
.swiper-slide {
  position: relative;
}
.swiper-pagination {
  bottom: 20px;
  width: 100%;
  z-index: 100 !important;
}
.swiper-pagination span {
  background-color: transparent;
  border: 3px var(--darkColorMaster) solid;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--darkColorMaster);
}
.swiper-pagination-bullet {
  margin-left: 10px;
}
#programs-img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#programs-img:hover {
  border: 4px solid var(--darkColorMaster);
}
.list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-half > ul {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.list-half > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.list-news > ul {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.list-news > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 15px 30px;
}
@media (min-width: 768px) {
  .list-news > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 30px);
    flex: 1 1 calc(50% - 30px);
  }
}
.list-news > ul > li a:hover .title {
  color: #14afcd;
}
.list-news > ul > li .title {
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.list-news > ul > li img {
  height: auto;
  width: 100% !important;
}
.list-column > ul {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.list-outros-destaques ul {
  flex-flow: row wrap;
}
.list-outros-destaques ul li {
  flex-basis: 100%;
}
@media (min-width: 1100px) {
  .list-outros-destaques ul li {
    flex-basis: calc(33.333% - 20px);
    padding: 10px;
  }
}
.destaque-home {
  margin-bottom: 40px;
}
.destaque-home ul li {
  margin-bottom: 40px;
}
.destaque-home img {
  height: auto;
  width: 100%;
}
.destaque-home .title {
  font-size: 22px;
  margin: 30px 0 20px;
}
.destaque-home .btn {
  text-align: center;
}
.destaques2 {
  margin-top: 50px;
}
.destaques2 .box-title {
  margin-bottom: 30px;
}
.destaques2 .list > ul > li {
  margin-bottom: 40px;
}
.destaques2 .list > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.destaques2 .list > ul > li > a img {
  max-width: 100px !important;
}
.destaques2 .list > ul > li > a .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.destaques2 .list > ul > li > a .info {
  font-weight: 400;
}
@media (min-width: 1100px) {
  .destaques2 .list > ul > li > a .info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
  }
}
.destaques2 .list > ul > li > a .info > * {
  flex-basis: 100%;
}
.destaques2 .list > ul > li > a:hover .title,
.destaques2 .list > ul > li > a:hover .info {
  color: #14afcd !important;
}
.line-title > span {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  position: relative !important;
}
@media (min-width: 1041px) {
  .line-title > span:after {
    background-color: var(--darkColorMaster);
    content: "";
    width: 100%;
    height: 3px;
    margin-left: 0;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: -1;
  }
}
.line-title > span.afterHidden:after {
  display: none;
}
@media (min-width: 1041px) {
  .line-title > span h3 {
    background-color: #fff;
  }
  .line-title > span h3:after {
    background-color: var(--darkColorMaster);
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 15px;
    position: absolute;
    top: 13px;
    width: 200px;
    z-index: 2;
  }
}
/*---------------------*/
.afterHidden h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.afterHidden h3::after {
  position: relative !important;
  top: 13px;
}
/*---------------------*/
img[alt='imagem_videos'],
img[alt='imagem_apresentacao'] {
  height: auto;
  max-width: 100%;
}
.books-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.books-container .inline {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin: 1%;
}
@media (min-width: 768px) {
  .books-container .inline {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {
  .books-container .inline {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
#ajax-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
#ajax-docs #provasCol1,
#ajax-docs #provasCol2 {
  float: none;
  margin: 0;
  width: auto;
}
@media (min-width: 768px) {
  #ajax-docs #provasCol1,
  #ajax-docs #provasCol2 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    min-width: 40%;
  }
}
@media (min-width: 1800px) {
  #ajax-docs #provasCol1,
  #ajax-docs #provasCol2 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
#ajax-docs center {
  bottom: 0;
  position: absolute;
  width: 100%;
}
#inner-content {
  padding-bottom: 100px;
}
@media screen and (min-width: 1041px) {
  #anchorText {
    padding-left: 280px;
    width: calc(100% - 280px);
  }
}
@media screen and (min-width: 1041px) {
  #anchorContent {
    width: auto;
  }
}
.list-four > ul {
  flex-flow: row wrap;
  margin: 0 -15px;
}
.list-four > ul > li {
  padding: 0 15px;
}
@media (min-width: 480px) {
  .list-four > ul > li {
    flex-basis: 42%;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .list-four > ul > li {
    flex-basis: 29%;
  }
}
@media (min-width: 992px) {
  .list-four > ul > li {
    flex-basis: 22%;
    margin-bottom: 40px;
  }
}
.list-cartazes .curiosidade {
  margin-bottom: 20px;
}
.list-cartazes .ampliar {
  margin: 20px 0;
}
.list-cartazes .cartaz {
  max-height: 400px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .list-cartazes .cartaz {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .list-cartazes .cartaz {
    max-height: 300px;
  }
}
@media (min-width: 1041px) {
  .list-cartazes .cartaz {
    max-height: 400px;
  }
}
h3 ~ h5 > a {
  display: block;
  position: relative;
}
h3 ~ h5 > a:after {
  background-color: #14afcd;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* lista de premiados */
.list-selos-premiados {
  display: inline-block;
  margin: 0 auto;
  max-width: 960px;
}
.list-selos-premiados > ul {
  flex-flow: row wrap;
  justify-content: center;
}
.list-selos-premiados > ul > li {
  flex: 0 0 150px;
  padding: 5px;
}
button,
button[class*="ui"],
.button,
.buttonLink,
input[type="button"],
.green {
  background-color: #3e3e41;
  background-image: none;
  border: 1px solid #3e3e41;
  box-shadow: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 18px !important;
  text-transform: uppercase;
  transition: 0.4s ease;
}
button:hover,
button[class*="ui"]:hover,
button[class*="ui"]:focus,
button[class*="ui"]:active,
.button:hover,
input[type="button"]:hover,
.green:hover {
  background: #e8e8e8;
  color: #333;
  outline: none;
  border: 1px solid #c2c2c7;
}
button[class*="ui"] {
  font: 700 14px 'Open Sans', Arial, sans-serif;
}
button[class*="ui"]:focus {
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
button:active,
.button:active {
  transform: scale(0.9);
}
.buttonLink {
  background-color: #d83526 !important;
  color: #fff;
}
*[role='dialog'] {
  background: #e8e8e8 !important;
  border-color: #3e3e41 !important;
  border: none !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.ui-widget-header {
  background: #deded3;
  border-color: #3e3e41;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #deded3;
  border-color: #3e3e41;
}
.ui-state-hover,
.ui-state-default.ui-state-hover,
.ui-state-default.ui-state-active {
  background: #3e3e41;
}
.ui-state-default.ui-state-hover.ui-state-highlight {
  color: #fff;
}
button[class*="ui-date"] {
  border-color: #3e3e41;
  color: #333;
}
#ui-datepicker-div {
  z-index: 2 !important;
}
.circle {
  line-height: 1;
}
#filterForm {
  margin-top: 0;
  display: none;
}
center #filterForm {
  display: block;
  margin-top: 50px;
}
@media (min-width: 992px) {
  center #filterForm {
    padding: 10px 30px;
  }
}
.expand-filter {
  margin: 30px 0;
  max-width: 340px;
  padding-bottom: 12px;
  padding-top: 12px;
}
center .expand-filter {
  display: none;
}
/* BADGE FILTRO */
[badge]:after {
  color: #3e3e41;
  border-radius: 25px;
  background: #f4f4f4;
  content: attr(badge);
  font-size: 11px;
  margin-left: 20px;
  min-width: 20px;
  padding: 2px 8px;
  position: absolute;
  text-align: center;
  font-weight: bold;
}
[badge^="-"]:after,
[badge="0"]:after,
[badge=""]:after {
  display: none;
}
/* FIM BADGE FILTRO */
/* fix quebra dos cartazes em divulcacao-cartazes */
.fotorama img {
  display: block;
  margin-bottom: 30px;
}
/* corrigindo botoes */
/* fix icone de ajuda */
img[alt="ajuda"] {
  width: 28px;
}
/* fix accordeon faq */
h5 ~ div[id^="faq"] {
  margin-top: 40px;
}
/* fix cor destacada tabela */
.tr-highlight {
  background-color: #9cd7ec !important;
}
.dark-gray {
  background-color: #e7e7e7 !important;
}
/*geral*/
/* ------------- BUTTONS ------------- */
/* DEFAULT */
/* GREEN */
/* RED */
.red,
.buttonRed {
  box-shadow: inset 0 0 5px 1px #f29c93;
  background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
  background-color: #fe1a00;
  border-color: #d83526;
  color: #fff;
}
.red:hover,
.buttonRed:hover {
  background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
  background-color: #ce0100;
}
/* Yellow */
.yellow {
  background-color: #cf6 !important;
  color: #000;
}
.regulamento-wrap p + p {
  margin-top: 20px;
}
.regulamento-wrap table {
  margin: 10px 0 50px;
}
.regulamento-wrap h3[id^="anchor"] {
  margin: 50px 0 10px;
}
.regulamento-wrap h4 {
  margin: 20px 0 10px;
}
/* forms do sistema */
@media (max-width: 640px) {
  .rows {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 640px) {
  .container {
    display: block;
    margin: 0 auto;
    max-width: 1650px;
  }
  .container-fluid {
    display: block;
  }
  .rows,
  .max-rows {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .cols {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
  }
  .cols-80 {
    width: 80%;
  }
  .cols-40 {
    width: 40%;
  }
  .cols-20 {
    width: 20%;
  }
  .cols-10 {
    width: 10%;
  }
  .rows .cols:first-child {
    padding-left: 0;
  }
  .rows .cols:last-child {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .rows {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 640px) and (max-width: 1310px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cols-vacenter {
  vertical-align: middle;
}
/* topo */
img.ico-ajuda {
  width: 28px;
}
/* form */
input[type="text"],
input[type="password"],
select {
  width: 100%;
}
.tiny {
  width: 50px !important;
}
form .cols {
  padding-bottom: 15px;
}
.small,
.smallTextInput2,
.smallFreeTextInput {
  max-width: 100px;
}
textarea#observacao {
  max-width: 480px;
  width: 100%;
}
textarea {
  font-family: Arial;
  font-size: 14px;
}
input[name="counter_observacao"] {
  max-width: 80px;
}
legend {
  display: none;
}
fieldset {
  border: none;
}
@media (max-width: 640px) {
  .largeTextInput2,
  .largeTextInput,
  .largeFreeTextInputSelectEnums {
    max-width: 472px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .formSelect {
    display: block;
  }
}
a.button {
  padding: 5px 13px !important;
}
.list-logos-footer .governo-vertical {
  display: none;
}
.list-logos-footer .governo-horizontal {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}
@media (max-width: 640px) {
  .list-logos-footer .governo-vertical {
    display: initial;
  }
  .list-logos-footer .governo-horizontal {
    display: none;
  }
}
/* table */
@media (max-width: 639px) {
  .block-fields label,
  .block-fields input {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-fields .field,
  .block-fields .field-colored {
    flex-wrap: wrap;
  }
  .block-fields .label,
  .block-fields .input {
    display: none;
  }
}
.block-fields .container {
  max-width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 95%;
}
.block-fields .container .cols {
  padding-bottom: 0;
  padding-top: 0;
}
.block-fields label,
.block-fields .label {
  padding-right: 20px;
  width: 180px;
}
.block-fields input,
.block-fields .input {
  padding-right: 40px;
}
.block-fields .label {
  font-weight: 700;
}
.block-fields .input {
  font-weight: 700;
  padding-left: 10px;
  width: 100%;
}
.block-fields .field,
.block-fields .field-colored {
  align-items: center;
  display: flex;
  padding: 3px;
}
@media (min-width: 640px) {
  .block-fields .field-colored {
    background-color: #e7e7e7;
  }
  .block-fields .field,
  .block-fields .field-colored {
    border: 1px #000 solid;
    padding: 10px;
  }
}
/* table mobile - alunos */
@media (max-width: 859px) {
  .table-total-alunos-info tr:first-child,
  .table-total-alunos-info tr:nth-child(2) {
    display: none;
  }
  .table-total-alunos-info td {
    display: block;
    width: 100%;
  }
  .table-total-alunos-info tr:nth-of-type(n+3) td:first-child:before {
    content: 'Nome da sala: ';
/*display: none;*/
  }
  .table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(2):before {
    content: 'Nível 1 - Presentes ';
  }
  .table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(3):before {
    content: 'Nível 1 - Ausentes ';
  }
  .table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(4):before {
    content: 'Nível 2 - Presentes ';
  }
  .table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(5):before {
    content: 'Nível 2 - Ausentes ';
  }
  .table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(6):before {
    content: 'Nível 3 - Presentes ';
  }
  .table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(7):before {
    content: 'Nível 3 - Ausentes ';
  }
  .table-total-alunos-info .plus td:first-child {
    display: none;
  }
  .table-total-alunos-info .plus td:nth-child(2):before {
    content: 'Adicionar' !important;
    display: none;
  }
  .table-total-alunos-info tr:last-child td:first-child:before {
    content: '';
  }
}
/* table mobile - centro de aplicacao */
@media (max-width: 859px) {
  .table-centro-aplicacao tr td {
    display: block;
    width: 100%;
  }
  .table-centro-aplicacao tr td input {
    width: 97%;
  }
  .table-centro-aplicacao tr:first-child {
    display: none;
  }
  .table-centro-aplicacao tr:nth-child(2) td:first-child:before {
    content: 'Data ';
  }
  .table-centro-aplicacao tr:nth-child(2) td:nth-child(2):before {
    content: '* Inicio ';
  }
  .table-centro-aplicacao tr:nth-child(2) td:nth-child(3):before {
    content: '* Términio ';
  }
  .table-centro-aplicacao tr:nth-child(2) td:nth-child(4):before {
    content: '* Nº de Salas Utilizadas ';
  }
}
/* table mobile - centro avaliacao de aplicacao */
@media (max-width: 859px) {
  .table-avaliacao-aplicacao tr td {
    display: block;
  }
  .table-avaliacao-aplicacao tr:nth-child(even) {
    display: none;
  }
  .table-avaliacao-aplicacao tr td:before {
    font-weight: 700;
    display: block;
    margin-top: 10px;
  }
  .table-avaliacao-aplicacao tr:nth-child(3) td:first-child:before {
    content: 'Localização';
  }
  .table-avaliacao-aplicacao tr:nth-child(3) td:nth-child(2):before {
    content: 'Salas de aula';
  }
  .table-avaliacao-aplicacao tr:nth-child(5) td:first-child:before {
    content: 'Acesso para os alunos/transporte';
  }
  .table-avaliacao-aplicacao tr:nth-child(5) td:nth-child(2):before {
    content: 'Banheiros';
  }
  .table-avaliacao-aplicacao tr:nth-child(7) td:first-child:before {
    content: 'Condições do prédio';
  }
  .table-avaliacao-aplicacao tr:nth-child(7) td:nth-child(2):before {
    content: 'Acesso para deficientes';
  }
  .textarea-avaliacao-aplicacao {
    width: 100%;
  }
}
/* table mobile - cadastrar nova sala */
@media (max-width: 992px) {
  .table-cadastrar-nova-sala tr:nth-child(3) td {
    display: block;
    width: 100%;
  }
  .table-cadastrar-nova-sala tr:first-child,
  .table-cadastrar-nova-sala tr:nth-child(2) {
    display: none;
  }
  .table-cadastrar-nova-sala tr:nth-child(3) td:before {
    content: '';
    display: block;
  }
  .table-cadastrar-nova-sala tr:nth-child(3) td:first-child:before {
    content: 'Nome da Sala ';
  }
  .table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(2):before {
    content: 'Nível 1 - Presentes ';
  }
  .table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(3):before {
    content: 'Nível 2 - Presentes ';
  }
  .table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(4):before {
    content: 'Nível 3 - Presentes ';
  }
  .table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(5):before {
    content: 'Nível 1 - Ausentes ';
  }
  .table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(6):before {
    content: 'Nível 2 - Ausentes ';
  }
  .table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(7):before {
    content: 'Nível 3 - Ausentes ';
  }
}
/* table mobile - lista classificados */
@media (max-width: 992px) {
  .table-classificados tr td:first-child,
  .table-classificados tr th {
    display: none;
  }
  .table-classificados tr td {
    display: block;
    width: 100%;
  }
  .table-classificados tr td:before {
    display: block;
    font-weight: 700;
  }
  .table-classificados tr td:nth-child(2):before {
    content: 'Código';
  }
  .table-classificados tr td:nth-child(3):before {
    content: 'Nome do Aluno';
  }
  .table-classificados tr td:nth-child(4):before {
    content: 'Sala de Prova na 2ª fase';
  }
  .table-classificados tr td:nth-child(5):before {
    content: 'Imprimir Cartão';
  }
}
#inner-body img[src="images/view.gif"] {
  max-width: inherit;
}
.info-box,
.subbox.inline .tit {
  color: #fff;
}
#menus ul li ul li:hover,
#menus ul li ul li ul li:hover {
  background-color: #3e3e41;
}
#menus ul > li > ul > li:hover > a {
  color: #fff;
}
div[id^='header-circle'].active .circle:after {
  border-color: transparent transparent transparent #3e3e41;
}
#step-box-6 label {
  line-height: 1.8;
  margin-bottom: 12px;
}
#step-box-6 blockquote {
  padding-left: 0 !important;
}
.box-interno,
.box-busca {
  border-color: #f86a02;
}
table th,
table td {
  border-right-width: 3px;
}
table th {
  background-color: #c1c1c0;
  color: #000;
  vertical-align: middle;
}
table th a,
table th span {
  color: #000;
}
.fundo-aviso {
  padding: 30px;
  color: #eee;
  background-color: #f0a726;
  font-weight: bold;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 2px solid var(--darkColorMaster);
}
.wrap-tablesaw {
  overflow-x: auto;
  width: 100%;
}
.tablesaw-advance {
  display: none;
}
#question_school_registered {
  max-width: 300px;
  margin: 0 auto 50px;
}
#question_school_registered > table:first-child {
  font-weight: 700;
}
.menu-escola--title {
  margin-bottom: 8px;
  margin-left: 8px;
}
.menu-escola--title > * {
  font-weight: 700;
  text-transform: uppercase;
}
.menu-escola--category {
  padding-bottom: 50px;
}
.menu-escola--category + .menu-escola--category {
  border-top: 1px solid #3e3e41;
  padding-top: 35px;
}
.menu-escola--ul {
  display: flex;
  flex-flow: row wrap;
}
.menu-escola--li {
  padding: 8px;
}
.menu-escola--a {
  align-items: center;
  background-color: #e8e8e8;
  color: #3e3e41;
  display: flex;
  font-size: 13px;
  height: 100%;
  line-height: 1.2;
  padding: 5px 28px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s ease;
}
.menu-escola--a:hover {
  background-color: #3e3e41;
  color: #fff;
}
.descricao-programas-home {
  margin-top: 0 !important;
  max-height: 0;
  overflow: hidden;
  padding-top: 10px;
}
.descricao-programas-home.active {
  max-height: 120em;
}
.disabled,
*[disabled] {
  background: #b1b1b1;
  border: 1px solid #9999a2 !important;
  color: #d6d6d6;
  cursor: default;
  pointer-events: none;
}

.wrap-normalTable2{
  width: 100% !important;
}
@media (max-width: 767px) {
  #internalPage table.normalTable,
  table.normalTable {
    min-width: 520px;
  }
  .normalTable td {
    display: table-cell;
  }
  .normalTable td:before {
    display: none;
  }
  .wrap-normalTable {
    overflow-x: auto;
    width: 100%;
  }
}
@-moz-keyframes movimento-diagonal {
  from {
    left: -30px;
  }
  to {
    left: 100px;
  }
}
@-webkit-keyframes movimento-diagonal {
  from {
    left: -30px;
  }
  to {
    left: 100px;
  }
}
@-o-keyframes movimento-diagonal {
  from {
    left: -30px;
  }
  to {
    left: 100px;
  }
}
@keyframes movimento-diagonal {
  from {
    left: -30px;
  }
  to {
    left: 100px;
  }
}

.center-content{
	display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1300px;
  margin: auto;
}

.center-content img{
	margin-bottom: 30px;
}

.center-content h1{
  text-align: left;
  align-self: flex-start;
}

.btn-download{
  text-transform: uppercase;
  background-color: var(--darkColorMaster);
  color: #fff;
  padding: 10px 20px;
}

.btn-download:hover{
  background-color: #124a49;
  color:#fff;
}

@media (max-width: 767px){
  .img-mobile{
    display: block;
  }

  .img-desk{
    display: none;
  }
}

@media (min-width: 767px){
  .img-mobile{
    display: none;
  }

  .img-desk{
    display: block;
  }
}