@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #0b3473;
}

h2 {
  font-size: 32px;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: #20498a;
  text-decoration: none;
}

.navbar {
  transition: all 0.2s ease-in-out;
}
.navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
  color: #0b3473 !important;
}

main.conteudo {
    margin-top: 120px;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .navbar-nav {
    gap: 30px;
  }
}

.navbar-expand-md .navbar-collapse {
  justify-content: flex-end;
}

.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(0, 61, 87, 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;
}

@media (max-width: 768px) {
  .navbar .navbar-nav {
    border-radius: 10px;
    padding: 10px !important;
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .navbar .navbar-nav .nav-link {
    text-align: center;
    padding: 8px 15px !important;
  }
  .navbar .navbar-nav .nav-link:hover {
    background: white;
    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;
  }
}
.topo {
  background: #fff !important;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.topo svg {
  height: 40px;
  width: 138px;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}
.section h2 {
  margin-bottom: 20px;
}

h4 {
  color: #475467;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}



#hero h1 {
  color: #0b3473;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin-bottom: 40px;
}
#hero p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 40px;
}
#hero .relative {
  position: relative;
}
#hero img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  border-radius: 12px;
}

#hero {
  background: linear-gradient(252deg, #cae0ff 29.35%, #c4f8d0 163.33%);
  padding-top: 150px;
  padding-bottom: 250px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1400px) {
  #hero {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  #hero {
    margin-bottom: 120px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 990px) {
  #hero {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 50px;
  }
  #hero h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
  #hero p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #hero img {
    max-width: 92dvw;
  }
}

#hero-pages {
  background: linear-gradient(252deg, #cae0ff 29.35%, #c4f8d0 163.33%);
  padding-top: 90px;
}

#sobre .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #sobre .grid {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-top: 10px;
  }
}
#sobre .destaque {
  background: #e8f3ff;
  padding: 12px 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}
#sobre .destaque h3 {
  font-size: 17px;
  font-weight: bold;
}
#sobre .destaque p {
  margin: 0;
}

#sobre blockquote {
  background: #e8f3ff;
  padding: 12px 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}
#sobre blockquote h3 {
  font-size: 17px;
  font-weight: bold;
}
#sobre blockquote p {
  margin: 0;
}


#ibict {
  background: #fff;
}
#ibict .container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #ibict .container {
    flex-direction: column;
    gap: 20px;
  }
}
#ibict h2 {
  color: #0b3473;
}
#ibict svg {
  height: 200px;
}
@media screen and (max-width: 768px) {
  #ibict svg {
    height: auto;
    max-width: 60%;
  }
}

#direitos {
  background: #f4fbf5 url("../img/direitos.png") no-repeat right bottom;
  background-size: contain;
  position: relative;
}
#direitos h2 {
  color: #1e4529;
}
@media screen and (max-width: 768px) {
  #direitos {
    background-size: 50%;
  }
}

#objetivos {
  background: #f4fbf5;
}
#objetivos h2 {
  color: #1e4529;
}
#objetivos .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #objetivos .grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#objetivos .link {
  display: flex;
  gap: 10px;
}
#objetivos .link p {
  line-height: 1.4;
}
#objetivos .link a {
  color: #20498a;
  font-weight: 500;
}

#metas {
  background: #e8f3ff;
}
#metas .itens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #metas .itens {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
#metas .itens .item {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
}
#metas .itens .item:hover {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #metas .itens .item {
    padding: 20px;
    gap: 15px;
  }
}
#metas .itens .item .icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #e8f3ff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#metas .itens .item .icon img {
  width: 28px;
  height: 28px;
}
#metas .itens .item h4 {
  color: #121127;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
#metas .itens .item ul {
  margin: 0;
  padding-left: 15px;
}
#metas .itens .item ul li {
  color: #475467;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}

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

#noticias .titulo h2 {
  margin-bottom: 0 !important;
}
#noticias .container {
  position: relative;
}
#noticias .container .m {
  position: absolute;
  top: -180px;
  right: 0px;
  width: 184px;
  height: 184px;
}
@media screen and (max-width: 768px) {
  #noticias .container .m {
    width: 80px;
    height: 80px;
    top: -70px;
    right: 20px;
  }
  #noticias .container .m img {
    max-width: 100%;
  }
}
#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: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 133.333% */
}
#noticias .itens .item .descricao p {
  flex: 1;
  line-height: 1.4;
}
#noticias .itens .item .descricao a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #20498a;
  font-size: 16px;
}

#parceiros {
  background: #f4fbf5;
}
#parceiros h2 {
  color: #1e4529;
}

#rodape {
  background: #142230;
  color: #fff;
}
#rodape p {
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin: 0;
}
#rodape p a {
  color: #fff;
  text-decoration: underline;
}
#rodape .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #rodape .flex {
    flex-direction: column;
    gap: 20px;
  }
}
#rodape .flex .logos {
  display: flex;
  align-items: center;
  gap: 30px;
}
#rodape .flex .logos img {
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  #rodape .flex .logos {
    flex-direction: column;
  }
}
#rodape .copy {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 40px;
}

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

.swiper-slide {
  height: auto;
}

/* Style for the skip link */
.skip-link {
  position: absolute; /* Allow positioning it offscreen */
  left: -9999px; /* Hide it visually */
}

.skip-link:focus {
  left: 10px; /* Make it visible when focused */
  top: 10px; /* Position it in the viewport */
  background: yellow; /* Highlight to be noticeable */
  padding: 8px; /* Add some padding */
  z-index: 1000; /* Ensure it's above other elements */
}

.subProjetos h2 {
  font-size: 26px;
  margin-top: 20px;
}
#sub-projetos .titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.subProjetos .itens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.subProjetos .item {
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1000px) {
  .subProjetos .item .modal-content {
    min-width: 800px;
  }
}
.subProjetos .item .modal-content .closeContainer {
  display: flex;
  justify-content: flex-end;
  margin: 20px;
}
.subProjetos .item .modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.subProjetos .item img {
  max-height: 300px;
  width: auto;
  object-fit: contain;
}
.subProjetos .item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #475467;
  margin-bottom: 5px;
}
.subProjetos .item p {
  font-size: 15px;
  line-height: 24px;
}
.subProjetos .item p.resumo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
}
.subProjetos .item .saiba {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .subProjetos {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.noticia h2 {
  font-size: 32px;
  margin-top: 40px;
  color: #20498a;
}
@media screen and (max-width: 768px) {
  .noticia h2 {
    font-size: 24px;
  }
}
.noticia .publicacao {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  margin: 10px 0;
}
.noticia .publicacao p {
  margin: 0;
  font-size: 14px;
}
.noticia .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .noticia .content {
    padding: 20px 0;
  }
}
.noticia .content img {
  object-fit: contain;
  border-radius: 5px;
}
.noticia .content p {
  margin: 0;
  width: 100%;
}
.noticia .content ul {
  width: 100%;
  margin: 0;
}
.noticia .content ul li {
  color: #475467;
}

.busca h2 {
  font-size: 32px;
  margin-top: 40px;
  color: #20498a;
}
@media screen and (max-width: 768px) {
  .busca h2 {
    font-size: 24px;
  }
}
.busca .itens {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.busca .itens .item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .busca .itens .item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.busca .itens .item a.titulo {
  color: #20498a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.busca .itens .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.busca .itens .item .date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.busca .itens .item .date p {
  margin: 0;
}
.busca .itens .item img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .busca .itens .item img {
    height: 200px;
  }
}
.busca .page-item:first-child .page-link,
.busca .page-item:not(:first-child) .page-link {
  border-radius: 5px !important;
}
.busca .page-link {
  font-size: 14px;
  font-weight: 500;
  color: #797979;
}
.busca .page-link.active {
  background: #20498a;
  color: #fff;
  border: 1px solid #20498a;
}
.busca .bordaBusca {
  border: #ced4da 1px solid;
  border-radius: 8px;
  padding: 10px;
}
.busca .btn-submit {
  background: #1f4684;
  color: #fff;
  gap: 15px;
  border-radius: 8px;
}
.busca .pagination {
  margin-bottom: 40px;
}


/* ==== ARTICLE PAGE ===== */

.article img{
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
}

.article .date {
    margin: 10px auto;
    border-top: solid 1px #d9d9d9; 
    border-bottom: solid 1px #d9d9d9;
    padding: 5px 0px;
    font-size: 14px;
    color: #475467;
}

/* ==== SECTIONS PAGE ===== */
.sub-projetos.itens .item img {
  width: auto;
}

a.sub-projetos.image {
  text-align: center;
}