
::-moz-selection {
  background: #0b2a3c;
  color: #00aeef;
}
::selection {
  background: #0b2a3c;
  color: #00aeef;
}

::-moz-selection {
  background: #0b2a3c;
  color: #00aeef;
}

.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: 1200px;
  width: 100%;
}

.header .container,
.footer .container,
.megabanner .container {
  custom-size: 1041px;
}
@media (max-width: 1220px) {

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row .row {
  padding-left: 0;
  padding-right: 0;
}

body {
  font: 16px 'Open Sans', Arial, sans-serif;
/* remover depois */
  /*overflow-x: hidden;*/
}

p,
a,
div,
span,
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', Arial, sans-serif !important;
}


#inner-body img {
  height: auto;
  max-width: 100%;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-transform: uppercase;
  font: 15px 'Open Sans', Arial, sans-serif;
  padding-bottom: 9px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 9px;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-blue {
  background: #5297dd;
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn-blue:hover {
  background-color: #297dd3;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: #1a1a1a;
  color: #00aeef;
}

.btn-small {
  font-size: 14px;
  font-weight: 700;
}

.btn-nofill {
  background: none;
  border: 1px #fff solid;
}
@media (min-width: 640px) {

  .btn-nofill:before {
    background: #00aeef;
    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;
}

#header {
  background-color: #00aeef;
}

.logo-float {
  position: absolute;
  top: 20px;
  right: 30px;
}

.banner-txt {
  color: #fff;
  display: block;
  padding-right: 120px;
}

html:lang(pt-br) .banner-txt {
  line-height: 1.2;
}

.banner-txt-master {
  font-size: 30px;
}

.banner-highlight {
  color: #0b2a3c;
  font-size: 36px;
  letter-spacing: 2px;
}

.banner-slogan {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

html:lang(pt-br) .banner-slogan {
  display: inline-block;
}

@media(min-width: 500px) {
  html:lang(pt-br) .banner-slogan {
    transform: translateY(-14px);
  }
}

#main-menu {
  background-color: #0b2a3c;
}


#main-menu li:hover {
  background-color: #0b2a3c;
}

#main-menu li a {
  background-color: #0b2a3c;
  font: 14px 'Open Sans', Arial, sans-serif !important;
  height: auto !important;
  line-height: 50px !important;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

#main-menu li a:hover {
  background-color: #030c11;
}

#main-menu li a.btn {
  background-color: #069ad2;
  font-size: 13px;
  font-weight: 700 !important;
  position: relative;
}

#main-menu li a.btn:hover {
  background-color: #0576a0;
}
@media (min-width: 1041px) {

  #main-menu li a.btn {
    margin-left: 16px;
  }
}

#main-menu li a.btn img {
  margin-right: 7px;
}
@media (min-width: 1041px) {

  #main-menu li a.btn:before {
    background-color: #0b2a3c;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  #main-menu li a.btn:after {
    background-color: #0b2a3c;
    bottom: 0;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

@media (max-width: 1041px) {

  #main-menu li ul.open {
    display: block !important;
  }


  #main-menu li ul.open > li > a {
    background-color: #030c11;
  }
}


#main-menu .seta-menu:after {
  background-repeat: no-repeat;
  background-position-y: 2px;
}

#main-menu .show-menu {
  background-color: #0b2a3c;
}

#main-menu .show-menu:hover {
  background-color: #00aeef;
}

.main-home {
  margin-top: 30px;
}

.box-title {
  font-weight: normal;
}

@media (max-width: 992px) {

  .bt-home {
    margin-bottom: 20px;
  }
}

.megabanner {
  padding: 0 18px;
}

.megabanner img {
  height: auto;
  width: 100% !important;
}

.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 #0b2a3c solid;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0b2a3c;
}

.swiper-pagination-bullet {
  margin-left: 10px;
}

#programs-img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#programs-img:hover {
  border: 4px solid #0b2a3c;
}

ul {
  list-style-type: none;
}


.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: #00aeef;
}

.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-logos-footer > ul > li {
  font: 300 14px 'Open Sans', Arial, sans-serif;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 992px) {

  .list-logos-footer > ul > li {
    margin-top: 30px;
  }
}

.list-logos-footer > ul > li > ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
@media (max-width: 768px) {

  .list-logos-footer > ul > li > ul {
    display: block;
  }
}

.list-logos-footer > ul > li > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  margin-right: 4px;
}
@media (max-width: 768px) {

  .list-logos-footer > ul > li > ul > li {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

.destaque-home {
  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 .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;
}


.destaques2 .list > ul > li > a:hover .title,
.destaques2 .list > ul > li > a:hover .info {
  color: #00aeef !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: #00aeef;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 15px;
    position: absolute;
    top: 13px;
    width: 200px;
    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: #00aeef;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 15px;
    position: absolute;
    top: 13px;
    width: 200px;
    z-index: 2;
  }
}

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 {
  width: auto !important;
}

@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: #00aeef;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

#scroll-menu {
  height: calc(100vh - 20px);
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  position: absolute;
  top: 0;
}

#scroll-menu.fixed {
  position: fixed;
}

#top-footer {
  height: auto !important;
  padding: 50px 0 20px;
}
@media (min-width: 1200px) {

  #top-footer {
    max-width: 1200px;
  }
}
@media (min-width: 1041px) {

  #top-footer #box1 {
    padding: 0;
    width: 320px;
  }

  #top-footer #box2 {
    padding: 0;
    width: calc(100% - 320px);
  }
}
@media (max-width: 1041px) {

  #top-footer #box1 {
    padding: 0;
  }

  #top-footer #box1 .subbox2 {
    margin: 0 0 30px 30px;
  }

  #top-footer #box1 .subbox2 a {
    display: inline-block;
  }
}

.wrap-footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 1041px) {

  footer .info-box {
    max-width: 260px;
  }
}

footer .subbox {
  color: #fff;
  font: 14px 'Open Sans', Arial, sans-serif !important;
}
@media (max-width: 1041px) {

  footer .subbox {
    display: block;
    padding-left: 30px;
    width: calc(100% - 30px);
  }
}

footer .subbox .cell {
  color: #fff;
  font: 400 12px 'Open Sans', Arial, sans-serif !important;
  margin-bottom: 5px;
}

footer .tit {
  font: 700 16px 'Open Sans', Arial, sans-serif !important;
  margin-bottom: 22px;
}
@media (max-width: 992px) {

  footer .tit {
    margin-left: 30px;
  }
}

#bottom-footer {
  background-color: #d5dee2;
}

.wrap-bottom-footer {
  margin: 0 auto;
  max-width: 1200px;
}

#box3,
#box4,
#box5 {
  text-align: left;
}

@media (max-width: 768px) {
  #box5, .bienio-footer {
    text-align: center;
  }
}

#box3 div,
#box4 div,
#box5 div {
  font: 14px 'Open Sans', Arial, sans-serif !important;
}

#box3 {
  margin-left: 0;
}

#social_bt {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

@media (min-width: 1041px) {
  #menu .btn + ul {
    transform: translateX(14px);
  }
}

/* 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;
}

/* icone na pÃ¡gina interna no sistema */
.icon-svg {
  background-color: #0b2a3c;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  top: -1px;
  z-index: 8000;
}

.icon-svg svg {
  fill: #0576a0;
  width: 39px;
}

/* table das pÃ¡ginas internas do sistema */

table.list tr td:last-child span {
  background-color: #0b2a3c !important;
}
/*
table.list th {
  font-size: 20px;
}

table.list th a {
  font-weight: 400;
}

table.list td {
  font-size: 15px;
}*/

table.list th {
  font-weight: 400;
}

table.list th a {
  font-weight: 700;
}


.menu_acoes {
  background-color: #0b2a3c;
  box-shadow: -2px 2px 7px 2px rgba(0,0,0,.5);
}

.menu_acoes ul li:hover {
    background-color: #1e70a0;
}

.pagination a, .pagination b {
  font-size: 19px;
  font-weight: 400;
}

button, .button {
  background-color: #069ad2 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 14px !important;
  padding: 7px 20px !important;
  text-transform: uppercase;
  transition: .4s ease;
  -webkit-transition: 250ms ease;
}

button:hover, .button:hover {
  background-color: #1e70a0 !important;
}

button:active, .button:active {
  transform: scale(0.9);
}

/* telas de cadastro */
.header-circle.active .circle {
  background-color: #069ad2 !important;
}

.circle {
  line-height: 1;
}

/*#filterForm {
  border:solid 3px #069ad2 !important;
}*/

/* fix quebra dos cartazes em divulcacao-cartazes */

.fotorama img {
  display: block;
  margin-bottom: 30px;
}

/* corrigindo botoes */

input[type="button"] {
  background-color: #069ad2 !important;
  border: none !important;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 14px !important;
  line-height: 0;
  text-transform: uppercase;
  transition: .4s ease;
}

input[type="button"]:hover {
  background-color: #1e70a0 !important;
}

/* 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;
}







/* 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: 1350px;
  }
  .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;
  }
  /*.rows {
    margin: 0 auto;
    max-width: 1350px;
  }*/
}
@media (max-width: 640px) {
  .rows {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols {
    /*text-align: center;*/
  }
}
@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;
  }
}