@charset "UTF-8";
body {
  font-family: "poppins", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.navbar-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .navbar-home {
    padding: 0.5rem 0;
  }
}

.navbar-sobre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .navbar-sobre {
    padding: 0.5rem 0;
  }
}

.navbar-custom {
  background: url("../img/background.png") no-repeat;
  background-size: cover;
}

.navbar-home .nav-link,
.navbar-custom .nav-link,
.navbar-sobre .nav-link {
  color: #fff;
  font-weight: 500;
  margin-right: 1.5rem;
}
.navbar-home .nav-link:hover,
.navbar-custom .nav-link:hover,
.navbar-sobre .nav-link:hover {
  color: #e2c0a2;
  text-decoration: none;
}

.navbar-brand img {
  height: 48px;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .navbar .navbar-nav {
    border-radius: 10px;
    padding: 10px !important;
    background: #477672;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .navbar .navbar-nav .nav-link {
    text-align: center;
    padding: 8px 15px !important;
    text-decoration: none;
  }
  .navbar .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #013f3c !important;
  }
  .navbar .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 25px;
  }
  .navbar-collapse {
    position: absolute;
    top: 60px;
    right: 20px;
    min-width: 150px;
  }
  .navbar-brand img {
    height: 36px;
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.dropdown-menu {
  border: none;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

h2 {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1rem;
  }
}

.titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.saiba-mais {
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
  text-wrap: nowrap;
}
.saiba-mais:hover {
  transform: scale(1.05);
}

.btn-primary {
  background-color: #315653 !important;
  border-color: #315653 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #26423f !important; /* uma variação mais escura opcional */
  border-color: #26423f !important;
}

.pagination {
  gap: 8px;
}
.pagination .page-item:not(:first-child) .page-link {
  border-radius: 8px !important;
}
.pagination .page-item:first-child .page-link {
  border-radius: 8px !important;
}
.pagination .page-link {
  color: #315653 !important;
  border-color: #f3f4f6 !important;
  border-radius: 8px;
  min-width: 32px;
  text-align: center;
  font-size: 14px;
}
.pagination .page-link:hover {
  background-color: #f3f4f6 !important;
  border-color: #f3f4f6 !important;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  color: #fff !important;
  background-color: #315653 !important;
  border-color: #315653 !important;
}

.conteudo {
  flex: 1;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .conteudo {
    padding: 2rem 0;
  }
}
.conteudo h2 {
  font-weight: 600;
  color: #2e4b40;
}

#noticia .titulo {
  margin: 0;
}
#noticia .titulo h2 {
  margin: 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #noticia .titulo h2 {
    font-size: 1.5rem;
  }
}
#noticia .data {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0 20px 0;
}
#noticia .data p {
  color: #475467;
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
}
#noticia .texto p {
  color: #475467;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
#noticia .texto ul li {
  color: #475467;
  font-size: 1rem;
  line-height: 1.6;
}
#noticia .texto img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#sobre .titulo {
  margin: 0;
}
#sobre .titulo h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #sobre .titulo h2 {
    font-size: 1.5rem;
  }
}
#sobre .texto p {
  color: #475467;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
#sobre .texto h4 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
#sobre .texto ul li {
  color: #475467;
  font-size: 1rem;
  line-height: 1.6;
}
#sobre .texto img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#sobre .metricas .item {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 10px 0;
}
#sobre .metricas .item h2 {
  font-size: 48px;
  line-height: 36px;
  color: #e2c0a2;
}
#sobre .metricas .item p {
  margin-bottom: 0;
}

.search-meta {
  font-size: 0.9rem;
  color: #6c757d;
}

.noticias {
  margin-top: 40px;
}
.noticias .item {
  margin-bottom: 30px;
}
.noticias .item a {
  text-decoration: none;
  color: #315653;
}
.noticias .item a:hover {
  text-decoration: none;
}
.noticias .item .card-img {
  display: block;
  width: 200px;
  max-height: 150px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .noticias .item .card-img {
    width: 100%;
    max-height: 200px;
  }
}
.noticias .item .card-title {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen {
  .noticias .item .card-title {
    margin-bottom: 10px;
  }
}
.noticias .item .card-text {
  font-size: 0.9rem;
  color: #555;
}

#hero {
  background: url("../img/background.png") no-repeat center center fixed;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  height: 300px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #hero {
    margin-bottom: 200px;
  }
}
#hero h2 {
  color: #e2c0a2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #hero h2 {
    font-size: 1.2rem;
  }
}
#hero h3 {
  color: #315653;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #hero h3 {
    font-size: 1.1rem;
  }
}
#hero .busca {
  background-color: #f2ebde;
  padding: 2rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 170px;
}
@media screen and (max-width: 768px) {
  #hero .busca {
    padding: 1rem;
  }
}
#hero .nav-radio {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  overflow-x: auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #hero .nav-radio {
    flex-wrap: wrap;
  }
}
#hero .nav-radio .form-check {
  margin-bottom: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #hero .nav-radio .form-check {
    margin-right: 0;
  }
}
#hero .nav-radio .form-check .form-check-input {
  display: none;
}
#hero .nav-radio .form-check .form-check-input:checked + .form-check-label {
  border-bottom: 3px solid #315653;
  color: #000;
}
#hero .nav-radio .form-check .form-check-label {
  padding: 0.75rem 1rem;
  cursor: pointer;
  color: #3e3e52;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #hero .nav-radio .form-check .form-check-label {
    padding: 0.5rem 0.2rem;
  }
}
#hero .search-bar {
  display: flex;
  margin-top: 1.5rem;
}
#hero .search-bar input {
  flex: 1;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 0.75rem;
  font-size: 1rem;
}
#hero .search-bar button {
  border-radius: 0 0.5rem 0.5rem 0;
  background-color: #315653;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#hero .search-bar button svg {
  width: 1rem;
  height: 1rem;
  fill: white;
}

#heroSobre {
  background: url("../img/background.png") no-repeat center center fixed;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #heroSobre {
    margin-bottom: 200px;
  }
}
#heroSobre h2 {
  color: #e2c0a2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #heroSobre h2 {
    font-size: 40px;
    text-align: center;
  }
}
#heroSobre h3 {
  color: #fff;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #heroSobre h3 {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #sobre {
    padding: 2rem 0;
  }
}
#sobre h2 {
  font-weight: 600;
  color: #2e4b40;
}
#sobre .descricao {
  color: #4a4a4a;
  font-weight: 500;
  margin-top: 1rem;
}
#sobre .contexto {
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.6;
}
#sobre .saiba-mais {
  background: #315653;
}
@media screen and (max-width: 768px) {
  #sobre .saiba-mais {
    margin-bottom: 10px;
  }
}

#navegue {
  padding: 4rem 0;
  background-color: #f2ebde;
}
@media screen and (max-width: 768px) {
  #navegue {
    padding: 2rem 0;
  }
}
#navegue h2 {
  color: #315653;
  font-weight: 600;
}
#navegue .saiba-mais {
  background: #315653;
}
#navegue .nav-link-button {
  display: block;
  background-color: #fff;
  color: #315653;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
#navegue .nav-link-button:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
#navegue .link-grid .col {
  margin-bottom: 1.5rem;
}

#boletim {
  background-color: #2d4f4b;
  color: #ffffff;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  #boletim {
    padding: 2rem 0;
  }
}
#boletim h2 {
  color: #fff;
  font-weight: 600;
}
#boletim .saiba-mais {
  background: rgba(245, 255, 250, 0.831372549);
  color: #315653;
}
#boletim .linha {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #boletim .linha {
    flex-direction: column;
    gap: 1rem;
  }
}
#boletim .boletim-text p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
#boletim .boletim-img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

#noticias {
  background: #fff;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  #noticias {
    padding: 2rem 0;
  }
}
#noticias h2 {
  color: #315653;
  font-weight: 600;
}
#noticias .saiba-mais {
  background: #315653;
}
#noticias .itens .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 16px;
  border: 1px solid var(--Gray-200, #eaecf0);
  background: #fff;
}
#noticias .itens .item:hover {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
}
#noticias .itens .item .imagem img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 768px) {
  #noticias .itens .item .imagem img {
    height: 200px;
  }
}
#noticias .itens .item .descricao {
  display: flex;
  flex: 1;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #noticias .itens .item .descricao {
    padding: 15px;
  }
}
#noticias .itens .item .descricao h3 {
  color: #101828;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
#noticias .itens .item .descricao p {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
}
#noticias .itens .item .descricao a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #315653;
  font-size: 16px;
  text-decoration: none;
}
#noticias .itens .item .descricao a:hover {
  text-decoration: underline;
}

#acesse {
  background: #f2ebde;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  #acesse {
    padding: 2rem 0;
  }
}
#acesse h2 {
  color: #315653;
  font-weight: 600;
}
#acesse .saiba-mais {
  background: #315653;
}

#rodape {
  background: #315653;
  color: #fff;
  padding: 4rem 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #rodape {
    padding: 2rem 0;
  }
}
#rodape .text-muted {
  color: #ccd4d4 !important;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #rodape .text-muted {
    text-align: center;
  }
}
#rodape a {
  color: #b0c4c4;
  text-decoration: none;
}
#rodape a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #rodape p {
    text-align: center;
  }
}

.swiper {
  padding-bottom: 40px !important;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet-active {
  background: #315653 !important;
}

#dashboard {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  #dashboard {
    padding: 2rem 0;
  }
}

.links {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.links .logomarca {
  text-align: center;
}
.links .logomarca img {
  max-width: 100%;
}
.links .link {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .links .link {
    height: auto;
  }
}
.links .link a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.links .link a:hover {
  transform: scale(1.05);
}
.links .link .retangulo {
  height: 7px;
  width: 150px;
  background: #d8c8a7;
}
.links .esquerda .link {
  justify-content: flex-end;
  text-align: right;
}
.links .direita .link {
  justify-content: flex-start;
  text-align: left;
}

#ferramentas .saiba-mais {
  background: #315653;
  padding: 0.5rem 1rem 0.5rem 0.6rem;
}
@media screen and (max-width: 768px) {
  #ferramentas .saiba-mais {
    margin-bottom: 10px;
  }
}
#ferramentas .card {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
}
#ferramentas .cardlast-child {
  margin-bottom: 0;
}
#ferramentas .card h3 {
  color: #315653;
  font-size: 20px;
}
#ferramentas .card p {
  margin-bottom: 0;
}
#ferramentas .card .row {
  margin: 0;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #ferramentas .card .row {
    flex-direction: column;
  }
}
#ferramentas .card .row .col {
  background: #fbfbfb;
  border-radius: 12px;
  padding: 15px;
}
#ferramentas .card .row .col h4 {
  color: #315653;
  font-size: 18px;
}
#ferramentas .card .row .col ul {
  margin: 0;
  padding-left: 15px;
}
#ferramentas .card .row .col ul li {
  font-size: 16px;
}
#ferramentas .ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #315653;
  display: inline-block;
  margin-right: 5px;
}
#ferramentas .ball.green {
  background-color: #4caf50;
}
#ferramentas .ball.red {
  background-color: #f44336;
}
#ferramentas .ball.orange {
  background-color: #ff9800;
}
#ferramentas .categorias {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #ferramentas .categorias {
    grid-template-columns: 1fr;
  }
}
#ferramentas .categorias h4 {
  color: #315653;
  font-size: 18px;
}
#ferramentas .categorias .coluna {
  background: #fbfbfb;
  border-radius: 12px;
  padding: 15px;
}
#ferramentas .categorias .itens a {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 7px;
  color: #315653;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 5px;
}
#ferramentas .categorias .plataformas {
  background: #fbfbfb;
  border-radius: 12px;
  padding: 15px;
}
#ferramentas .categorias .plataformas .itens {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #ferramentas .categorias .plataformas .itens {
    grid-template-columns: 1fr;
  }
}
#ferramentas .categorias .tipo {
  background: #fbfbfb;
  border-radius: 12px;
  padding: 15px;
}

.italic {
  font-style: italic;
}

/*# sourceMappingURL=style.css.map */
