@charset "UTF-8";
:root {
  --main-preto: #162531;
  --main-amarelo: #F2886E;
  --main-marrom-escuro: #99c0ca;
  --main-marrom-claro: #FFA38C;
  --main-amarelo-claro: #F2886E;
  --main-amarelo-escuro: #F2886E;
  --main-branco: #ffffff;
}

body .no-padding {
  padding: 0px;
}

.fixed {
  position: fixed;
  z-index: 5;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #2CA1AA;
}

body h1 {
  font-size: 45px;
  padding: 60px 0px;
  font-weight: 500;
}

body h2 {
  font-size: 30px;
  font-weight: 500;
}

body h3 {
  font-size: 25px;
  font-weight: 500;
}

body h4 {
  font-size: 20px;
  font-weight: 400;
}

body h5 {
  font-size: 16px;
  font-weight: 300;
}

body h6 {
  font-size: 14px;
  font-weight: 300;
}

body a:hover {
  text-decoration: none;
  color: var(--main-preto);
}

body .btn-link:hover,
body .btn-link:focus,
body .btn-link:active,
body .btn-link:visited,
body .btn-link:focus-within {
  text-decoration: none;
}

body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Poppins", "sans-serif" !important;
}

body {
  position: relative;
}

body a.disabled {
  color: #c5c5c5 !important;
}

body .layer.text {
  color: var(--main-branco);
  z-index: 0;
  position: fixed;
}

body .layer.text h1 {
  padding: 30px;
}

body .card {
  background-color: #ffffff;
  padding: 20px 15px 15px 15px;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
          box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
  border-radius: 0px;
  -webkit-transition: .2s;
  transition: .2s;
  border: none;
  margin: 15px 0px;
}

body .card:hover {
  -webkit-box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13);
          box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13);
}

body .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding-left: 0px;
  padding-right: 0px;
}

body .card .card-header button {
  color: var(--main-marrom-claro);
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}

body .card .card-header i {
  font-size: 14px;
  color: var(--main-marrom-claro);
  float: right;
  cursor: pointer;
}

body .navbar {
  padding: 0px;
}

body .navbar-light .navbar-nav .active > .nav-link,
body .navbar-light .navbar-nav .nav-link.active,
body .navbar-light .navbar-nav .nav-link.show,
body .navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

body .navbar-light .navbar-nav .nav-link {
  color: white;
}

body .navbar-light .navbar-nav .nav-link:focus,
body .navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

body .navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0%;
  }
  50% {
    bottom: 1%;
  }
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0%;
  }
  50% {
    bottom: 1%;
  }
}

.conheca-mais {
  position: absolute;
  bottom: 1%;
  z-index: 5;
  font-size: 14px;
  background-color: #A65039;
  padding: 20px 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: MoveUpDown 1s ease-in-out infinite;
          animation: MoveUpDown 1s ease-in-out infinite;
}

.conheca-mais i {
  padding-left: 10px;
}

a.a {
  color: white;
}

a.a:hover {
  color: white;
}

#biblioteca {
  position: relative;
  padding: 100px 0;
}

#biblioteca .layer.cor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
  /* background-image: linear-gradient(45deg, var(--main-marrom-escuro), var(--main-marrom-escuro) 40%, var(--main-amarelo-claro)); */
  background-color: #FEBF5E;
}

#biblioteca .layer.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
  background-image: url("/img/Ativo 2.png");
  background-size: cover;
  opacity: 1;
}

#projetos {
  color: var(--main-branco);
  position: relative;
  padding: 100px 0 300px;
}

#projetos .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("/img/Bloco 2.png");
  background-position: bottom left;
  background-size: cover;
}

#projetos .alinhamento {
  background-color: #FFFFFF;
  padding: 50px;
  border: 0.5px solid #EFE3C9;
  border-radius: 32px;
  -webkit-box-shadow: 10px 10px #2CA1AA;
          box-shadow: 10px 10px #2CA1AA;
}

#projetos .alinhamento .titulo .projeto img {
  max-width: 40%;
  margin: 60px 0 30px;
}

#projetos .alinhamento .titulo .projeto h4 {
  font-size: 18px;
  line-height: 1.5;
}

#projetos .alinhamento .titulo .projeto h4 a:hover {
  color: #2CA1AA;
  font-weight: 600;
}

#projetos .alinhamento .titulo .projeto #mais_projeto img {
  margin: 30px 0;
}

@media (max-width: 768px) {
  #projetos .alinhamento .titulo .projeto img {
    max-width: 100%;
  }
  #projetos .alinhamento {
    padding: 50px 30px;
  }
}

/* Apresentação Final */
body .no-p {
  padding-right: 0;
  padding-left: 0;
}

#videoteca .tab-pane {
  border: none;
}

#videoteca {
  padding: 100px 0 300px;
  position: relative;
}

#videoteca .img {
  background-image: url("/img/Bloco 4.png");
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fonte_videoteca {
  color: #2CA1AA;
  font-size: 50px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 30px;
}

.informacoes-adicionais {
  overflow: hidden;
}

.ov-hidden .conteudo_frontal {
  overflow: hidden;
  border: 1px solid #2CA1AA;
  -webkit-box-shadow: 10px 10px #2CA1AA;
          box-shadow: 10px 10px #2CA1AA;
  border-radius: 32px;
  margin-bottom: 30px;
  position: relative;
  height: 20vh;
}

.ov-hidden .conteudo_frontal img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  height: 100%;
  width: 100%;
}

.ov-hidden .conteudo_frontal .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #6adeb9;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.ov-hidden .conteudo_frontal .overlay p {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 20px;
}

.ov-hidden .conteudo_frontal:hover .overlay {
  opacity: 1;
}

.ov-hidden .conteudo_frontal:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.midia {
  margin-bottom: 5px;
}

.midia i {
  background: white;
  margin-right: 10px;
  border-radius: 3px;
  color: #2692aa;
  font-size: 15px;
  padding: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.midia i:hover {
  font-size: 15px;
}

fieldset:not(:first-of-type) {
  display: none;
}

.btn_anterior_videoteca {
  height: 48px;
  width: 238px;
  border: 1px solid #64a6ab;
  border-radius: 8px;
  font-size: 22px;
  font-family: Poppins;
  color: #FFFFFF;
  background-color: #64a6ab;
  float: right;
  margin-top: 30px;
}

.btn_proximo_videoteca {
  height: 48px;
  width: 238px;
  border: 1px solid #2CA1AA;
  border-radius: 8px;
  font-size: 22px;
  font-family: Poppins;
  color: #FFFFFF;
  background-color: #2CA1AA;
  float: right;
  margin-top: 30px;
}

/* Final */
/* Publicação Completa */
.tabela-de-aprovades h4 {
  margin-bottom: 60px;
}

.publicacao-completa {
  margin-top: 120px;
}

.publicacao-bloco {
  padding: 30px;
  background-color: white;
  border-radius: 3px;
}

.publicacao {
  margin-top: -90px;
}

.publicacao img {
  border-radius: 3px;
}

.ler-artigo-completo h1 {
  padding: 0px;
}

/* Final */
.selecionados {
  background: #F6EFE0;
  margin-top: -30px;
}

.botoes_menu {
  text-align: center;
  margin: 30px 0;
}

.botoes_menu .btn_menu {
  border: 1px solid #FEBF5E;
  border-radius: 8px;
  font-size: 18px;
  color: #FFF;
  background-color: #F33362;
  padding: 10px 20px;
}

.text-center {
  text-align: left !important;
}

.fonte_biblioteca {
  font-size: 50px;
  font-weight: 400;
  color: #FFF;
  padding: 0;
  margin: 0;
}

.selecionados-desc .negativo {
  color: #585858;
}

.selecionados-desc {
  margin-bottom: 60px;
}

.pill-bg .nav {
  background-color: white;
  border-radius: .25rem;
}

/* TABELA RESPONSIVA PESQUISA */
h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}

h2 small {
  font-size: 0.5em;
}

.responsive-table {
  padding: 0px;
}

.selecionados .tab-pane {
  border: 0px;
}

.responsive-table li {
  border-radius: 3px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.responsive-table .table-header {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.responsive-table .table-row {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.responsive-table .pesquisa {
  background-image: url(/img/BG/pesquisa.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50px;
  position: relative;
  border: 0.5px solid #EFE3C9;
  border-radius: 32px;
  -webkit-box-shadow: 10px 10px #F33362;
          box-shadow: 10px 10px #F33362;
  padding: 50px 20px 0px 20px;
}

.pesquisa-va {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.pesquisa-va div {
  padding: 0px;
}

.pr {
  min-height: 285px;
  position: relative;
}

.selecionados .col h5 {
  font-weight: 600;
  font-size: 18px;
}

.col h1 {
  font-weight: 600;
  font-size: 12px;
  color: black;
  margin-top: -50px;
}

.responsive-table .col-1 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.responsive-table .col-2 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.responsive-table .col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.responsive-table .col-4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.responsive-table li {
  display: block;
}

.responsive-table .col:before {
  content: attr(data-label);
  color: #16a47e;
  padding-right: 10px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 12px;
  display: block;
}

.selecionados a, .apresentacao-final a {
  color: #c1c1c1;
}

.selecionados .nav-link, #videoteca .nav-link {
  padding: 15px 30px;
}

.selecionados .nav-pills .nav-link.active,
.nav-pills .show > .nav-link, .apresentacao-final .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #16a47e;
}

.nav-pills .nav-link {
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 767px) {
  .responsive-table .table-header {
    display: none;
  }
  .responsive-table li {
    display: block;
  }
  .responsive-table .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .responsive-table .col {
    padding: 10px 0;
  }
  .selecionados .tab-content {
    border-top: none;
  }
  .responsive-table .pesquisa {
    min-height: 0px;
  }
  .pr {
    min-height: 0px;
  }
  .pesquisa-va {
    position: inherit;
    top: 0px;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .wrapper {
    opacity: 1;
  }
}

@media all and (max-width: 992px) {
  .selecionados .tab-content {
    border-top: none;
  }
}

/* FINAL */
/* TABELA RESPONSIVA ARTIGO */
li.table-row.artigo-row i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
  padding: 15px;
  background: #16a47e;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

li.table-row.artigo-row i:hover {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  /* background-color: #c7712d; */
  background-color: #6adeb9;
  color: white;
}

li.table-row.artigo-row a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artigo li {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.artigo li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
}

h2 small {
  font-size: 0.5em;
}

.responsive-table.artigo li {
  border-radius: 3px;
  padding: 25px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.responsive-table .table-header.artigo-header {
  color: white;
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.responsive-table .table-row.artigo-row {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.responsive-table.artigo .col-1 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.responsive-table.artigo .col-2 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.responsive-table.artigo .col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.responsive-table.artigo .col-4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.responsive-table .artigo-row {
  background-image: url(/img/BG/artigo.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50px;
}

@media all and (max-width: 767px) {
  .responsive-table.artigo .table-header.artigo-header {
    display: none;
  }
  .responsive-table.artigo li {
    display: block;
  }
  .responsive-table.artigo .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .responsive-table.artigo .col {
    padding: 10px 0;
  }
  .responsive-table.artigo .col:before {
    padding-right: 10px;
    content: attr(data-label);
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: left;
    display: block;
  }
  li.table-row.artigo-row a {
    display: block;
  }
  li.table-row.artigo-row i {
    margin-top: 15px;
    position: inherit;
  }
}

/* FINAL */
.titulo_quem_somos {
  font-size: 50px;
  font-weight: 400;
  color: #2CA1AA;
  padding: 0;
}

.eixos_atuacao {
  color: #2CA1AA;
  font-size: 26px;
  font-family: Poppins;
}

.descricao {
  text-shadow: 1px 1px 1px #00000080;
  border: 1px solid #b31010;
  background-color: #e81616;
}

.btn_ceert, .btn_projetos {
  height: 48px;
  width: 238px;
  border: 1px solid #FEBF5E;
  border-radius: 8px;
  font-size: 22px;
  font-family: Poppins;
  color: #2CA1AA;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_ceert.active, .btn_projetos.active {
  color: #FFFFFF;
  background-color: #2CA1AA;
}

/* BOTÃO */
#btnLerMais, #btnLerMais_projeto {
  height: 48px;
  width: 238px;
  border: 1px solid #FEBF5E;
  border-radius: 8px;
  font-size: 22px;
  font-family: Poppins;
  color: #FFFFFF;
  background-color: #2CA1AA;
  margin: 25px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* PARA O SCRIPT DA FUNÇÃO DO BOTÃO */
#mais, #mais_projeto {
  display: none;
}

.logo-vertical {
  max-width: 350px !important;
}

.logo-horizontal {
  max-width: 500px !important;
}

.alinhamento a {
  color: white;
}

.alinhamento a:hover, .ler-artigo-completo a:hover {
  color: white;
}

.alinhamento a,
.ler-artigo-completo a,
.tab-content .tab-pane a {
  color: white;
}

#projetos .modelo {
  position: absolute;
  height: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  bottom: 0;
  z-index: 1;
}

#projetos .curvas {
  position: absolute;
  top: 50%;
  right: 10%;
  opacity: .5;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 0;
}

#projetos .circulos {
  position: absolute;
  top: 5%;
  right: 10%;
  opacity: .5;
  -webkit-transform: translate(0, -5%);
          transform: translate(0, -5%);
  z-index: 0;
}

#projetos .circulos-gradient {
  position: absolute;
  top: 20%;
  left: -7%;
  opacity: .5;
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
  z-index: 0;
}

.titulo-bg {
  background-color: var(--main-amarelo);
}

.botao {
  border-radius: 3px;
  display: inline-block;
  padding: 20px 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6bdeb9), color-stop(50%, #16a47e));
  background: linear-gradient(to right, #6bdeb9 50%, #16a47e 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 30px;
}

.botao.realizar-inscricao {
  display: block;
  margin-top: 0px;
  border-radius: 3px;
}

.botao:hover {
  background-position: bottom left;
}

.botao i {
  color: var(--main-branco);
}

.botao a {
  color: var(--main-branco);
}

.botao a:hover {
  color: var(--main-branco);
  text-decoration: none !important;
}

.botao-sistema {
  color: var(--main-branco);
  border-bottom: 1px solid #ffffff29;
  font-size: 14px;
  text-align: right;
  padding: 15px 25px;
}

.botao-sistema i {
  font-size: 12px;
}

.botao-sistema a {
  color: var(--main-branco);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.botao-sistema a:hover {
  text-decoration: none !important;
  color: #ffffffb0;
}

.sistema-acesso {
  position: relative;
  z-index: 1;
}

.edital h4 {
  padding-bottom: 60px;
}

.edital h6 {
  padding: 10px 0px 60px 0px;
  font-weight: 500;
}

.faq {
  padding-bottom: 60px;
  margin: 0px 60px;
  background-color: #f8f9fa;
}

.parceiros {
  padding-bottom: 60px;
  background-color: var(--main-branco);
}

.tab-pane {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

.tab-pane h4 {
  padding: 30px;
  line-height: 30px;
}

#nav-unibanco a,
#nav-tide a,
#nav-unicef a,
#nav-itau a,
#nav-ceert a {
  margin-top: 20px;
  display: block;
}

#publicacoes .layer.cor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  right: 0;
  background-color: #F6EFE0;
}

#publicacoes .layer.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
  background-image: url("/img/Ativo 1.png");
  background-size: cover;
  background-position: center;
}

.documentos {
  position: relative;
  padding: 100px 0;
}

.documentos .btn-bone {
  background-color: #2ba57e;
  border: 1px solid #2ba57e;
  display: block;
  width: 100%;
  color: white;
  height: 150px;
  font-weight: 500;
  font-size: 16px;
  white-space: normal;
  padding: 10px;
  border-radius: 0px;
}

.documentos .btn-bone:hover {
  background-color: #6bdeb9;
  border: 1px solid #2ba57e;
  display: block;
  width: 100%;
  height: 150px;
  color: var(--main-branco);
  font-size: 16px;
  white-space: normal;
  padding: 10px;
}

.documentos i {
  display: block;
  padding-bottom: 5px;
  font-size: 24px;
}

.titulo_publicacoes {
  color: #F33362;
  font-size: 50px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 30px;
}

.livro_card1 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

.bloco_txt_1 {
  background-color: #FFFFFF;
  -webkit-box-shadow: 10px 10px #F33362;
          box-shadow: 10px 10px #F33362;
  border-radius: 32px;
  padding: 30px 60px;
  margin-bottom: 30px;
}

.bloco_txt_1 img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 30%;
  border-radius: 26px;
}

.coluna_direita_card1 {
  padding: 40px 0;
}

.titulo_card_1 {
  font-size: 26px;
  font-family: Poppins;
  font-weight: 500;
  color: #F33362;
  padding: 0;
  margin-bottom: 30px;
}

.subtitulo_card_1 {
  font-size: 22px;
  font-family: Poppins;
  font-weight: 400;
  color: #585858;
  text-align: left;
}

.subtitulo_card_1_direito {
  font-size: 22px;
  font-weight: 400;
  color: #585858;
  text-align: left;
  margin-bottom: 0;
}

.txt_card_1 {
  color: #585858;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 400;
  text-align: justify;
  margin: 30px 0;
}

.btn_card1_publicacoes {
  background-color: #F33362;
  border-radius: 28px;
  width: 233px;
  height: 56px;
  border: 1px solid #F33362;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}

#btnLerMais_publicacoes {
  height: 48px;
  width: 238px;
  border: 1px solid #FEBF5E;
  border-radius: 8px;
  font-size: 22px;
  font-family: Poppins;
  color: #FFFFFF;
  background-color: #F33362;
  margin: 50px auto 0;
  display: block;
}

#btnLerMais_videoteca {
  height: 48px;
  width: 238px;
  border: 1px solid #3283ee;
  border-radius: 8px;
  font-size: 22px;
  font-family: Poppins;
  color: #FFFFFF;
  background-color: #3360f3;
  margin: 50px auto 0;
  display: block;
}

.copyright {
  padding: 20px 0;
  background-color: #F6EFE0;
}

.copyright p {
  font-size: 18px;
  margin: 0;
}

.copyright a, .copyright a:hover {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

@media (max-width: 768px) {
  .documentos .bloco_txt_1 {
    padding: 30px;
  }
  .documentos .bloco_txt_1 img {
    max-width: 100%;
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}

/*MENU*/
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}

header .navbar {
  background-color: #FEBF5E;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 20px 150px 20px 20px;
}

header .navbar ul {
  margin: 5px 0;
}

header .navbar ul li a {
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
}

header .navbar ul li a:hover {
  border-bottom: 2px solid white;
}

header .navbar ul li:hover:last-child {
  background-color: var(--main-marrom-claro);
}

header .navbar ul li:hover:last-child a {
  border-bottom: none;
}

#menu .logo-horizontal {
  display: none;
}

#menu img {
  margin: 10px 0px;
  max-width: 125px;
}

#menu ul {
  text-align: right;
  margin: 0px;
}

#menu ul li {
  display: inline-block;
  color: #FFFFFF;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
  padding: 20px 5px;
}

#menu ul li:hover {
  border-bottom: 3px solid white;
  opacity: 1;
}

body #menu ul .ativo {
  opacity: 1;
}

#menu ul li:last-child:hover {
  border-bottom: 3px solid var(--main-marrom-claro);
  background-color: var(--main-marrom-claro);
}

/*GLOSSARIO*/
.glossario {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 60px 60px 0px 60px;
  background-color: #f8f9fa;
}

#glossario h1 {
  padding-top: 0px;
  color: white;
  text-shadow: 1px 1px 1px #00000080;
}

#glossario a {
  color: white;
  text-shadow: 1px 1px 1px #00000080;
}

#glossario .titulo {
  padding-top: 60px;
}

/* final */
.navegacao h3 {
  display: inline-block;
  text-align: center;
  padding: 0px 5px;
  -webkit-transform: all .3s;
          transform: all .3s;
}

.navegacao h3:hover {
  color: var(--main-marrom-claro);
}

.navegacao {
  margin-bottom: 30px;
  text-align: center;
}

/*APOIO*/
#apoio {
  padding: 30px 0;
  background-color: #FFF;
}

.parceiros-todo {
  text-align: center;
}

.parceiros-unicos {
  display: inline-block;
  padding: 0px 15px;
}

.parceiros-unicos h4 {
  font-weight: 600;
}

/* CONTATO */
#contatos {
  position: relative;
  padding: 100px 0;
}

#contatos .layer.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-position: bottom;
}

#contatos .layer.cor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
  background-color: #FEBF5E;
}

.titulo_contato {
  font-size: 50px;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 30px;
}

.control-label {
  font-size: 18px;
  color: #585858;
  font-weight: 400;
}

.form-control {
  border-radius: 24px !important;
  -webkit-box-shadow: 5px 5px #2CA1AA !important;
          box-shadow: 5px 5px #2CA1AA !important;
  padding-left: 20px !important;
  margin: 0 0 30px;
}

#btn_contato {
  width: 233px;
  height: 56px;
  background-color: #2CA1AA;
  border-radius: 28px;
  border: 1px solid #2CA1AA;
  display: block;
  margin: 80px auto 0;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .documentos button {
    margin: 15px 0px;
  }
  body .titulo div img.logo-horizontal {
    display: none;
  }
  body .titulo div .logo-vertical {
    display: block;
    max-width: 300px !important;
  }
  body header #menu img {
    max-width: 100px;
  }
  body .glossario {
    margin: 60px 15px 0px 15px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  #menu {
    padding: 0px 0px;
  }
  body .card .card-header i {
    display: none;
  }
  body .card .card-header button {
    text-align: left;
  }
  .faq {
    margin: 0px 15px;
  }
  body .nav-tabs .nav-item.show .nav-link,
  body .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .titulo-bg {
    background-color: transparent;
  }
  .faixa-termo {
    width: 250px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
  body .nav-tabs .nav-item.show .nav-link,
  body .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  body .tab-content {
    margin-top: 15px;
    border-top: 1px solid #dee2e6;
  }
  body .nav-tabs {
    border-bottom: none;
  }
  body .titulo img.logo-horizontal {
    display: block;
  }
  body .titulo .logo-vertical {
    display: none;
  }
  body #menu img {
    max-width: 270px;
  }
  #menu ul li {
    padding: 5px 5px;
  }
  body #menu div div div:first-child {
    display: block;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
  body .nav-tabs .nav-item.show .nav-link,
  body .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  body .titulo .logo-horizontal {
    display: none;
  }
  body .nav-tabs .nav-link {
    margin: 0 auto;
  }
  #menu div div div:first-child {
    display: none;
  }
  #menu ul li {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  body .titulo .logo-horizontal {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .btn_ceert {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 992px) {
  .ca {
    height: 50vh;
    margin: 20px 0 0 0;
    border: 1px solid #2CA1AA;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card1 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 10px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card1 {
    width: 300px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: -10px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card1 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (max-width: 576px) {
  .parceria img:last-child {
    margin-top: 10px;
  }
  img.d-block.w-75 {
    width: 100% !important;
    height: 45vh !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  img.d-block.w-75 {
    width: 100% !important;
    height: 50vh !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  img.d-block.w-75 {
    width: 100% !important;
    height: 55vh !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  img.d-block.w-75 {
    width: 100% !important;
    height: 60vh !important;
  }
}

@media screen and (min-width: 1201px) {
  img.d-block.w-75 {
    width: 100% !important;
    height: 80vh !important;
  }
}

.livro_card2 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card2 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card2 {
    width: 300px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card2 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card3 {
  background-color: #42ae4b;
  background-image: url("/img/Publicações/premio3.png");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card3 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card3 {
    width: 300px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card3 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card4 {
  background-color: #42ae4b;
  background-image: url("/img/Publicações/premio4.png");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card4 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card4 {
    width: 300px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card4 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card5 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card5 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card5 {
    width: 300px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card5 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card6 {
  background-image: url("");
  background-size: cover;
  border-radius: 32px;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card6 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card6 {
    width: 300px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card6 {
    width: 320px;
    height: 85%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card7 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card7 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card7 {
    width: 300px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card7 {
    width: 320px;
    height: 85%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card8 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card8 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card8 {
    width: 300px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card8 {
    width: 320px;
    height: 85%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card9 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card9 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card9 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card9 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card10 {
  background-color: #42ae4b;
  background-image: url("/img/Publicações/livro_cidabento.png");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card10 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card10 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card10 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card11 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card11 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card11 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card11 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card12 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card12 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card12 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card12 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card13 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card13 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card13 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card13 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card14 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card14 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card14 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card14 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card15 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card15 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card15 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card15 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card16 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card16 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card16 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card16 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card17 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card17 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card17 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card17 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card18 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card18 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card18 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card18 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.livro_card19 {
  background-color: #42ae4b;
  background-image: url("");
  background-size: 100% 100%;
  border-radius: 32px;
  width: 30vw;
  max-height: 85%;
  background-position: center;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 2;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .livro_card19 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .livro_card19 {
    width: 300px;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 20px;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .livro_card19 {
    width: 320px;
    height: 70%;
    position: relative;
    top: 8%;
    left: 20px;
    z-index: 2;
  }
}

.img-fluid1 {
  max-width: 100%;
  width: 400px;
  height: 70%;
  position: relative;
  top: 8%;
  left: 10px;
  z-index: 2;
}

.img-fluid2 {
  max-width: 100%;
  width: 250;
  height: 70%;
  position: revert;
  top: 8%;
  left: 10px;
  z-index: 2;
}

.img-fluid3 {
  max-width: 100%;
  width: 50%;
  height: 70%;
  position: revert;
  top: 8%;
  left: 10px;
  z-index: 2;
}

.alinhamento a, .ler-artigo-completo a, .tab-content .tab-pane a {
  color: #2CA1AA;
}

@media (max-width: 768px) {
  .titulo_quem_somos,
  .fonte_biblioteca,
  .fonte_videoteca,
  .titulo_publicacoes,
  .titulo_contato {
    font-size: 40px;
  }
}
/*# sourceMappingURL=style.css.map */