/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------- */
.font_serifa {
  font-family: "Roboto Slab", serif; }

/*--------------------------------------------------------------
>>> geral
---------------------------------------------------------------- */
body {
  background: white; }

.form-control:focus {
  box-shadow: 0 0 0; }

#video {
  height: auto;
  max-width: 700px; }

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

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

.bg_azul_forte {
  background-color: #00226d; }

.bg_azul_fraco {
  background-color: #c3e9fc !important;
  padding: 13px 0; }

.texto_azul {
  color: #204577; }

.texto_azul_fraco {
  background-color: #00bdff; }

.texto_cinza {
  color: #6c757d; }

.bg_principal {
  background: #0173bc; }
  .bg_principal .logo-centro {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
    .bg_principal .logo-centro img {
      max-height: 50vh; }
  .bg_principal .logo-centro {
    height: 65vh; }
  .bg_principal .bts {
    height: 35vh; }
    .bg_principal .bts .row {
      flex-flow: row; }
      .bg_principal .bts .row img {
        width: 20vw; }
      .bg_principal .bts .row a {
        width: auto; }

.leia_mais {
  color: #27cae1;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px; }

.box-content form {
  width: 100%; }
  .box-content form input,
  .box-content form select {
    border-radius: 0;
    border: 2px solid #27aae1;
    background-color: #e6e7e8; }
  .box-content form input {
    padding-left: 10px; }
    .box-content form input::-moz-placeholder {
      color: #27aae1;
      font-size: 1.3em;
      font-weight: bold; }
    .box-content form input:-ms-input-placeholder {
      color: #27aae1;
      font-size: 1.3em;
      font-weight: bold; }
    .box-content form input::placeholder {
      color: #27aae1;
      font-size: 1.3em;
      font-weight: bold; }

.box-content .input-group .form-busca {
  width: calc(80% - 20px);
  margin-right: 20px; }

.box-content .input-group .form-select {
  width: 19%;
  color: #27aae1; }

.pagination {
  justify-content: center;
  color: #00226d; }
  .pagination .page-link {
    color: #00226d; }

@media (max-width: 1368px) {
  .box_cientifico h4 {
    font-size: 1.3em; } }

@media (max-width: 1024px) {
  .box-content .header-box {
    padding: 0;
    max-width: 100%; }
  .box_cientifico h4 {
    font-size: 1.2em; }
  .bg_principal .logo-centro img {
    max-height: 26vh; }
  .bg_principal .logo-centro {
    height: 40vh; }
  .bg_principal .bts {
    height: calc(60vh - 40px); }
    .bg_principal .bts .row {
      flex-flow: column; }
      .bg_principal .bts .row img {
        padding: 10px 0;
        width: 90%;
        height: auto; } }

@media (max-width: 500px) {
  .bg_principal .logo-centro img {
    max-height: 22vh; }
  .bg_principal .logo-centro {
    height: calc(35vh - 20px);
    margin-bottom: 20px; }
  .bg_principal .bts {
    height: 65vh; }
    .bg_principal .bts .row img {
      width: 230px; } }

.stage {
  height: calc(100% - 82px);
  margin-top: 57px; }
  @media (min-width: 500px) {
    .stage .navbar-collapse {
      flex-basis: 400px; } }

.inscricao .nav .nav-item .nav-link {
  opacity: 0.5; }

.navbar {
  height: 57px;
  background-color: #0073c2; }
  .navbar .search_form .form-control {
    background-color: rgba(255, 255, 255, 0) !important;
    border-radius: 0 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0; }
  .navbar .form-control:focus {
    box-shadow: 0 0 0 0 !important; }
  .navbar .search_form .form-control::-moz-placeholder {
    color: white; }
  .navbar .search_form .form-control:-ms-input-placeholder {
    color: white; }
  .navbar .search_form .form-control::placeholder {
    color: white; }
  .navbar .search_form .form-control:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2); }
  .navbar .search_form .form-control:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2); }
  .navbar .search_form .form-control:focus::placeholder {
    color: rgba(255, 255, 255, 0.2); }
  .navbar .dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent; }

.navbar-dark .navbar-toggler {
  top: 0;
  position: absolute;
  left: 0;
  height: 57px;
  background: #4d4d4d;
  border: 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0); }

button:focus:not(:focus-visible) {
  box-shadow: none; }

.logo_menu {
  margin-left: 50px; }

.btn .badge {
  top: 15px !important;
  left: 85% !important; }

.nav {
  max-width: 400px;
  padding-left: 20px; }
  .nav .nav-item {
    width: 100%;
    padding: 20px 0 30px; }
    .nav .nav-item .nav-link {
      display: flex;
      padding: 0; }
      .nav .nav-item .nav-link img {
        max-height: 60px;
        max-width: 70px;
        margin-right: 10px; }
      .nav .nav-item .nav-link span {
        display: flex;
        align-items: center;
        width: 200px;
        height: auto;
        /*  font-weight: bold; */
        letter-spacing: 2px;
        font-size: 16px;
        line-height: 22px; }
      @media (max-width: 1024px) {
        .nav .nav-item .nav-link span {
          font-size: 20px;
          margin-left: 10px; } }

@media (max-width: 1024px) {
  .nav .nav-item .nav-link span {
    font-size: 1em; } }

.box-left {
  background-color: #00226d;
  overflow-y: auto; }

.vh_100 {
  height: calc(100vh - 82px); }
  @media (max-height: 880px) {
    .vh_100 {
      height: calc(100% - 82px); } }

.box-right {
  width: 100vw;
  background-color: white; }
  .box-right .form-control {
    border-radius: 0;
    margin-bottom: 10px;
    border-color: #0073c2; }
  .inscricao .box-right .form-control {
    margin-bottom: 0;
    height: 55px;
    border-left: 0; }
  .inscricao .box-right .input-group-text {
    background-color: transparent;
    border: 1px solid #0073c2; }
  .box-right .form-signin {
    width: 100%;
    max-width: 500px; }
  .box-right.box_home ul {
    list-style: none;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 20px 0; }
    @media (max-width: 1200px) {
      .box-right.box_home ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 10px 0; } }
    @media (max-width: 500px) {
      .box-right.box_home ul {
        grid-template-columns: 1fr; } }

.fixed-top {
  z-index: 99; }

.rodape {
  background-color: #0173bc;
  height: 45px; }
  .rodape a {
    color: white; }

@media (max-width: 800px) {
  .search_form {
    display: none; }
  .collapse.show-2 {
    display: none; }
  .collapse:not(.show) {
    display: block; } }

@media (max-width: 500px) {
  .fixed-top {
    position: relative; }
  .stage {
    height: auto;
    min-height: 80vh;
    margin-top: 0; }
  .navbar > .container-fluid {
    padding: 0; }
  .stage .navbar-collapse {
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100vh; }
  .navbar {
    height: auto;
    padding: 0;
    background-color: #0073c2; }
  .logo_menu {
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    height: 50px;
    padding: 5px; }
  .navbar-dark .navbar-toggler {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 50px; }
  .w-sm-100 {
    width: 100%;
    justify-content: center !important; } }

@media (max-width: 800px) and (max-height: 600px) {
  .rodape {
    position: relative;
    margin-top: 20px; } }

/*   Popup    */
.fundo {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  top: 0;
  left: 0; }

.popup {
  width: 80%;
  height: 80%;
  margin: 0;
  padding: 40px;
  position: fixed;
  top: 10%;
  left: 10%;
  background: white;
  z-index: 99999999;
  box-shadow: 10px 10px 50px #000000; }

.fechar {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 5%;
  right: 5%;
  margin: 0;
  padding: 0;
  background-size: contain;
  cursor: pointer;
  color: #ffffff;
  font-size: 40px; }

.popup iframe {
  width: 100%;
  height: 100%; }

.popupsenha iframe {
  width: 100%;
  height: 100%; }

.popupsenha {
  width: 40%;
  height: 22%;
  margin: 0;
  padding: 40px;
  position: fixed;
  top: 25%;
  left: 30%;
  background: #246948;
  z-index: 99999;
  box-shadow: 10px 10px 50px #000000; }

body.popupmodal {
  background: #246948; }

body.popupmodal h1 {
  font-family: 'Metropolis';
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  width: 100%;
  text-align: center; }

body.popupmodal h2 {
  font-family: 'Metropolis';
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin: 0 0 0 0; }

body.popupmodal h3 {
  font-family: 'Metropolis';
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #a9c408; }

body.popupmodal h4 {
  font-family: 'Metropolis';
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #a9c408; }

body.popupmodal h5 {
  font-family: 'Lacoste Sans';
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  text-align: center; }

body.popupmodal p {
  width: 100%;
  font-family: 'Metropolis';
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-align: center; }

body.popupmodal ul {
  list-style: none;
  padding: 0px;
  margin: 0 0 30px 0; }

body.popupmodal ul li {
  padding: 0;
  margin: 0;
  width: 8.5%;
  display: inline-block; }

body.popupmodal ul li p {
  font-family: 'Metropolis';
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #3e3e3e;
  float: left;
  text-align: left; }

body.popupmodal ul li input {
  float: left;
  margin: 4px 10px 0 0; }

body.popupmodal .botao {
  width: 100%;
  height: auto;
  padding: 10px 30px;
  margin: 0;
  color: #ffffff;
  border: none;
  background: #a9c408;
  border-radius: 0;
  font-family: 'Metropolis';
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  display: inline-block; }

body.popupmodal .botao:hover {
  text-decoration: none;
  background: #8a9d1a; }

body.popupmodal textarea {
  width: 100%;
  height: auto;
  padding: 10px;
  border: none;
  background: #ffffff;
  border-radius: 0;
  margin: 0 0 10px 0;
  color: #636363;
  font-family: 'Metropolis';
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 20px; }

body.popupmodal .inputtext {
  width: 100%;
  height: auto;
  padding: 10px;
  border: none;
  background: #ffffff;
  border-radius: 0;
  margin: 0 0 50px 0;
  color: #636363;
  font-family: 'Metropolis';
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 20px; }

body.popupmodal select {
  width: 100%;
  height: auto;
  padding: 10px;
  border: none;
  background: #ffffff;
  border-radius: 0;
  margin: 0;
  color: #636363;
  font-family: 'Metropolis';
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 14px; }

body.popupmodal p.select {
  line-height: 36px; }

.bt-politicas {
  text-decoration: underline;
  cursor: pointer; }

/*   Responsive    */
@media (max-width: 1024px) {
  .fechar {
    width: 100%;
    top: 0;
    right: auto;
    margin: 0 auto;
    font-size: 30px;
    text-align: center; }
  .popup {
    width: 92%;
    height: 90%;
    margin: 0;
    padding: 20px;
    top: 6%;
    left: 4%; }
  ol li,
  table,
  body.termos-politicas p {
    font-size: 0.9rem; } }

@media (max-width: 576px) {
  .popup {
    width: 94%;
    margin: 0;
    top: 8%;
    padding: 20px 10px; }
  body.termos-politicas {
    font-size: 0.5rem; }
  body.termos-politicas h1 {
    font-size: 1.3rem; }
  body.termos-politicas h2 {
    font-size: 1rem; }
  body.termos-politicas h3 {
    font-size: 0.7rem; }
  body.termos-politicas ol,
  body.termos-politicas ul {
    padding: 0 0 0 10px; }
  .popupsenha {
    width: 80%;
    height: 40%;
    top: 30%;
    left: 10%; } }

    @media (max-width: 600px) {
      footer {
        /* position: fixed; */
        bottom: 0;
        height:15vh !important;
        width: unset !important;
      } }