@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 17.5px;
  line-height: 28px;
}

ul li {
  font-size: 17.5px;
  line-height: 28px;
}

ol li {
  font-size: 17.5px;
  line-height: 28px;
}

figure {
  max-width: 100% !important;
  padding: 0 !important;
}

blockquote {
  width: 60%;
  max-width: 60%;
  margin: 0;
  font-style: italic;
  margin-left: auto;
}
@media (min-width: 641px) and (max-width: 1360px) {
  blockquote {
    width: 80%;
    max-width: 80%;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  blockquote {
    width: 90%;
    max-width: 90%;
  }
}
blockquote p {
  margin: 0;
  font-size: 20px;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  font-style: normal;
  color: #666;
}

.celular-tablet {
  display: none;
}
@media (min-width: 320px) and (max-width: 640px) {
  .celular-tablet {
    display: initial;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .celular-tablet {
    display: initial;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .desktop {
    display: none;
  }
}

.background-cinza-claro {
  background: #D9D9D9;
}

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

.text-micro {
  font-size: 15px;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-space-between {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .mt-align-items-center {
    align-items: center !important;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .mt-align-items-center {
    align-items: center !important;
  }
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-flex-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .m-flex-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-flex-end {
  align-items: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

.white-space-no-wrap {
  white-space: nowrap !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-36 {
  gap: 36px !important;
}

.width-100 {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-width-100 {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .m-width-100 {
    width: 100%;
    height: auto;
  }
}

.flex-50 {
  width: 49%;
}
@media (min-width: 320px) and (max-width: 640px) {
  .flex-50 {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .flex-50 {
    width: 49%;
  }
}

.flex-33 {
  width: 32%;
}
@media (min-width: 320px) and (max-width: 640px) {
  .flex-33 {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .flex-33 {
    width: 49%;
  }
}

.flex-25 {
  width: 24.4%;
}
@media (min-width: 320px) and (max-width: 640px) {
  .flex-25 {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .flex-25 {
    width: 49%;
  }
}

.position-relative {
  position: relative;
}

.width-250px {
  width: 250px;
}

.width-300px {
  width: 300px;
}

.width-350px {
  width: 350px;
}

.width-400px {
  width: 400px;
}

.width-500px {
  width: 500px;
}

.margin-auto {
  margin: auto;
}

.margin-0 {
  margin: 0 !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-6 {
  margin-bottom: 6px;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-left-24 {
  margin-left: 24px !important;
}

.margin-right-24 {
  margin-right: 24px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-left-24 {
  padding-left: 24px;
}

.padding-12 {
  padding: 12px;
}

.padding-24 {
  padding: 24px;
}

.cta {
  padding: 8px 16px;
  border-radius: 8px;
  text-align: center;
  background: #2CB8CC;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  max-height: 48px;
  text-decoration: none !important;
}

button {
  border: none !important;
}

.data {
  font-size: 14px;
  font-weight: 800;
  color: #909090;
}
.data img {
  width: 20px;
  height: auto;
}

#menu .menu-branco {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background: #fff;
}
#menu .menu-branco .logo {
  height: 50px;
}
#menu .menu-principal {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background: #909090;
}
#menu .menu-principal.aberto {
  display: flex;
}
@media (min-width: 320px) and (max-width: 640px) {
  #menu .menu-principal.fechado {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #menu .menu-principal.fechado {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #menu .menu-principal {
    height: auto;
    padding: 24px 0;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #menu .menu-principal {
    height: auto;
    padding: 24px 0;
  }
}
#menu a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 640px) {
  #menu a {
    width: 100%;
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #menu a {
    width: 100%;
    display: block;
  }
}

#novo-menu {
  color: #fff !important;
  background: #333D54;
}
#novo-menu a {
  font-weight: 600 !important;
}
#novo-menu .logo img {
  width: 220px !important;
  height: auto;
  margin-bottom: 8px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #novo-menu .logo img {
    width: 120px !important;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #novo-menu .logo img {
    width: 150px !important;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #novo-menu .novo-menu.aberto {
    position: absolute;
    top: 82px;
    z-index: 5;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    background: #333D54;
    flex-wrap: wrap;
  }
  #novo-menu .novo-menu.aberto a {
    width: 100%;
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #novo-menu .novo-menu.fechado {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #novo-menu .novo-menu.aberto {
    position: absolute;
    top: 99px;
    z-index: 5;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    background: #333D54;
    flex-wrap: wrap;
  }
  #novo-menu .novo-menu.aberto a {
    width: 100%;
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #novo-menu .novo-menu.fechado {
    display: none;
  }
}
#novo-menu #hamburguer {
  display: none;
  width: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
#novo-menu #hamburguer div {
  background: #fff;
  height: 4px;
  width: 100%;
  border-radius: 2px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #novo-menu #hamburguer {
    display: flex;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #novo-menu #hamburguer {
    display: flex;
  }
}

.barra-destaque {
  width: 100%;
  background: #F36326;
  padding: 12px 24px;
  text-align: center;
}
.barra-destaque a {
  text-decoration: underline;
}

#submenu {
  background: #2E7073;
  padding: 16px;
  display: flex;
  margin: 0 auto;
  width: 100%;
  position: absolute;
}
#submenu img {
  width: 100px;
  height: auto;
  border-right: 1px solid #fff;
  padding-right: 24px;
}
#submenu a {
  color: #fff;
  font-weight: 600 !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  #submenu {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #submenu {
    display: none;
  }
}

#submenu-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 640px) {
  #submenu-mobile {
    background: #2E7073;
    padding: 16px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    left: 0;
  }
  #submenu-mobile img {
    width: 140px;
    height: auto;
    border-right: 1px solid #fff;
    padding-right: 24px;
  }
  #submenu-mobile a {
    width: 100%;
    color: #fff;
    font-weight: 600 !important;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #submenu-mobile {
    background: #2E7073;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    left: 0;
  }
  #submenu-mobile img {
    width: 160px;
    height: auto;
    border-right: 1px solid #fff;
    padding-right: 24px;
  }
  #submenu-mobile a {
    width: 100%;
    color: #fff;
    font-weight: 600 !important;
  }
}

ul.indice-de-assunto, ul.indice-de-autores {
  margin-top: 24px;
}
ul.indice-de-assunto img, ul.indice-de-autores img {
  width: 40px;
  height: auto;
  border-radius: 50%;
}
ul.indice-de-assunto li, ul.indice-de-autores li {
  margin: 0 !important;
  list-style: none;
  line-height: 26px;
  padding-left: 20px;
  text-indent: -20px;
  color: #2E7073;
}
ul.indice-de-assunto li a, ul.indice-de-autores li a {
  text-decoration: none !important;
}
ul.indice-de-assunto li a.tag, ul.indice-de-autores li a.tag {
  font-size: 20px;
  font-weight: 700;
}
ul.indice-de-assunto li a.autor, ul.indice-de-autores li a.autor {
  font-weight: 700;
}
ul.indice-de-assunto li a.titulo-texto, ul.indice-de-autores li a.titulo-texto {
  font-weight: 400;
}
ul.indice-de-assunto li:not(a), ul.indice-de-autores li:not(a) {
  font-weight: 700;
}

.indice-artigo ul {
  margin: 0 !important;
}
.indice-artigo article {
  width: 100% !important;
}
.indice-artigo .pagination {
  margin-bottom: 24px;
}

.banner-indice img {
  width: 100%;
  height: auto;
}

#sanduiche {
  display: none;
  width: 32px;
  height: auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  #sanduiche {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #sanduiche {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
#sanduiche div {
  width: 100%;
  height: 5px;
  background: #909090;
}

#destaques {
  margin-top: 24px;
}
#destaques .noticia-1 {
  position: relative;
  color: #fff;
}
#destaques .noticia-1 img {
  width: 100%;
}
#destaques .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  background-position: center 20%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #destaques .overlay {
    position: relative;
    background: #fff;
    color: #000;
    margin: -80px 15px 60px;
    padding: 10px 0 0 0;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #destaques .overlay {
    display: none;
  }
}
#destaques .overlay h1 {
  margin: 24px 36px;
}
#destaques .overlay p {
  margin: 24px 36px;
}
#destaques .painel-primario {
  width: 60%;
}
#destaques .painel-primario .thumbnail {
  width: 100%;
  height: 600px;
}
#destaques .painel-primario .noticia-1 img {
  width: 100%;
  height: auto;
}
#destaques .painel-primario .noticia {
  gap: 8px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #destaques .painel-primario .noticia {
    margin-bottom: 32px;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #destaques .painel-primario .noticia {
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #destaques .painel-primario .noticia img {
    width: 160px;
    height: auto;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #destaques .painel-primario .noticia img {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #destaques .painel-primario {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #destaques .painel-primario {
    width: 100%;
  }
}
#destaques .painel-secundario {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
}
#destaques .painel-secundario .banner {
  background: url("../img/background/bandeira.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#destaques .painel-secundario .banner p {
  font-size: 16px;
  line-height: 23px;
  width: 100%;
}
#destaques .painel-secundario .thumbnail {
  width: 150px;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #destaques .painel-secundario {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #destaques .painel-secundario {
    width: 100%;
  }
}
#destaques .painel-secundario .noticia {
  gap: 8px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #destaques .painel-secundario .noticia img {
    width: 160px;
    height: auto;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #destaques .painel-secundario .noticia img {
    width: 200px;
    height: auto;
  }
}
#destaques .painel-secundario div {
  width: 100%;
}
#destaques .painel-secundario img {
  width: auto;
  height: 100%;
}
@media (min-width: 641px) and (max-width: 1360px) {
  #destaques .painel-secundario img {
    width: 100%;
    height: auto;
  }
}
#destaques .painel-terciario .noticia {
  width: 25%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #destaques .painel-terciario .noticia {
    width: 45%;
  }
}
#destaques .painel-terciario .noticia a {
  width: 100%;
}
#destaques .painel-terciario .noticia img {
  width: 100%;
  height: auto;
}
#destaques .painel-terciario .thumbnail {
  height: 150px;
}

.wrapper {
  width: 1360px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .wrapper {
    width: 95%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .wrapper {
    width: 90%;
  }
}

#politica {
  padding: 24px;
  padding-top: 24px;
}
#politica .noticia {
  max-width: 33%;
}
#politica .noticia img {
  width: 100%;
  height: auto;
}

#economia {
  padding: 24px;
  padding-top: 24px;
}
#economia .noticia {
  max-width: 33%;
}
#economia .noticia img {
  width: 100%;
  height: auto;
}

.pagination {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.pagination a {
  padding-left: 12px;
  padding-right: 12px;
  min-width: 30px;
  text-decoration: none !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #2CB8CC;
  color: #fff !important;
}
.pagination a.active {
  font-weight: bold;
  background: #333D54;
}
.pagination a:hover {
  background: #333D54;
}

.paginator {
  width: auto;
  height: 40px;
}
.paginator .nav-links {
  display: flex;
  gap: 16px;
}
.paginator .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginator .nav-links .page-numbers.current {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #2CB8CC;
  color: #fff;
}

#politica-e-diplomacia {
  padding: 24px;
  padding-top: 24px;
}
#politica-e-diplomacia .noticia {
  max-width: 33%;
}
#politica-e-diplomacia .noticia img {
  width: 100%;
  height: auto;
}
#politica-e-diplomacia {
  background: rgba(46, 112, 115, 0.05);
}
#politica-e-diplomacia h2 {
  color: #333D54;
}

#economia-e-comercio {
  padding: 24px;
  padding-top: 24px;
}
#economia-e-comercio .noticia {
  max-width: 33%;
}
#economia-e-comercio .noticia img {
  width: 100%;
  height: auto;
}
#economia-e-comercio h2 {
  color: #333D54;
}

#ambiente {
  padding: 24px;
  padding-top: 24px;
}
#ambiente .noticia {
  max-width: 33%;
}
#ambiente .noticia img {
  width: 100%;
  height: auto;
}
#ambiente {
  background: rgba(46, 112, 115, 0.05);
}
#ambiente h2 {
  color: #333D54;
}

#imagem {
  padding: 24px;
  padding-top: 24px;
}
#imagem .noticia {
  max-width: 33%;
}
#imagem .noticia img {
  width: 100%;
  height: auto;
}
#imagem h2 {
  color: #333D54;
}

#mundo {
  padding: 24px;
  padding-top: 24px;
}
#mundo .noticia {
  max-width: 33%;
}
#mundo .noticia img {
  width: 100%;
  height: auto;
}
#mundo {
  background: rgba(46, 112, 115, 0.05);
}
#mundo h2 {
  color: #333D54;
}

#cultura {
  padding: 24px;
  padding-top: 24px;
}
#cultura .noticia {
  max-width: 33%;
}
#cultura .noticia img {
  width: 100%;
  height: auto;
}
#cultura h2 {
  color: #333D54;
}

#editoriais {
  padding: 24px;
  padding-top: 24px;
}
#editoriais .noticia {
  max-width: 33%;
}
#editoriais .noticia img {
  width: 100%;
  height: auto;
}
#editoriais {
  background: rgba(46, 112, 115, 0.05);
}

#revista {
  padding: 24px;
  padding-top: 24px;
}
#revista .noticia {
  max-width: 33%;
}
#revista .noticia img {
  width: 100%;
  height: auto;
}

#revista-home {
  padding: 24px;
  padding-top: 24px;
}
#revista-home .noticia {
  max-width: 33%;
}
#revista-home .noticia img {
  width: 100%;
  height: auto;
}

.webinar {
  padding: 24px;
  padding-top: 24px;
}
.webinar .noticia {
  max-width: 33%;
}
.webinar .noticia img {
  width: 100%;
  height: auto;
}
.webinar iframe {
  width: 100% !important;
  height: 340px !important;
}

#relacoes-internacionais {
  padding: 24px;
  padding-top: 24px;
}
#relacoes-internacionais .noticia {
  max-width: 33%;
}
#relacoes-internacionais .noticia img {
  width: 100%;
  height: auto;
}

#diplomacia {
  padding: 24px;
  padding-top: 24px;
}
#diplomacia .noticia {
  max-width: 33%;
}
#diplomacia .noticia img {
  width: 100%;
  height: auto;
}
#diplomacia {
  background: #D9D9D9;
}

.publicidade-home img {
  width: 100%;
  height: auto;
}

#soft-power {
  padding: 24px;
  padding-top: 24px;
}
#soft-power .noticia {
  max-width: 33%;
}
#soft-power .noticia img {
  width: 100%;
  height: auto;
}
#soft-power {
  background: #D9D9D9;
}

.titulo-articulista * {
  font-size: 28px !important;
}

.articulista {
  width: auto !important;
}
.articulista hr {
  color: #909090;
  width: 75px;
  margin: 5px 0;
}
.articulista h3 {
  color: #909090;
}
.articulista img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.articulista {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#webinar {
  margin: 24px 0;
  background: #D9D9D9;
  padding: 24px 0;
}
#webinar .principal {
  width: 60%;
}
#webinar .principal iframe {
  width: 100% !important;
  height: 500px;
}
#webinar .anteriores {
  width: 40% !important;
}
#webinar .anteriores .webinar-pequeno {
  width: 100%;
  background: #fff;
  height: 150px;
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
#webinar .anteriores .webinar-pequeno iframe {
  width: 150px;
  height: 150px;
}
#webinar .anteriores .webinar-pequeno div {
  margin-top: 24px;
}
#webinar .anteriores .webinar-pequeno span {
  margin-top: 16px;
  display: block;
}

#revista .glide {
  width: 600px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #revista .glide {
    width: 100%;
  }
}

#revistas .glide__slides img {
  max-width: 192px !important;
  height: auto !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  #revistas .glide__slides img {
    max-width: 160px !important;
  }
}
#revistas .revista-principal {
  margin-right: 24px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #revistas .revista-principal {
    margin-right: 0;
    width: 100%;
  }
  #revistas .revista-principal img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #revistas .secundario {
    width: 100%;
  }
}
#revistas .secundario .glide__arrow {
  position: absolute;
  top: 100px;
  width: 35px;
  height: 35px;
  background: #2CB8CC;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  border: none;
}
#revistas .secundario .glide__arrow--left {
  left: 0;
}
#revistas .secundario .glide__arrow--right {
  right: 0;
}

.revista-loop {
  max-width: 220px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .revista-loop {
    max-width: 45%;
  }
}
.revista-loop img {
  width: 100%;
  height: auto;
}

#contato .social img, #page-my-news .social img {
  width: 48px;
  height: auto;
}
#contato form, #page-my-news form {
  background: #f9f9f9;
  width: 100%;
  padding: 24px;
}
#contato form input, #contato form textarea, #page-my-news form input, #page-my-news form textarea {
  border: 1px solid #909090;
  border-radius: 4px;
  padding: 8px 16px;
  background: white;
}

#newsletter {
  padding: 24px 0;
  background: #333D54;
  color: #fff;
}
#newsletter .logo img {
  width: 120px;
  height: 120px;
}
#newsletter h2 {
  max-width: 350px;
}
#newsletter form {
  display: flex;
  gap: 8px;
}
#newsletter input[type=text] {
  background: #fff;
  padding: 12px 16px;
  border: none;
  max-width: 700px;
  width: auto;
  flex-grow: 1;
  border-radius: 8px;
}
#newsletter input:placeholder {
  color: #D9D9D9;
}
#newsletter input[type=submit] {
  background: #2CB8CC;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  color: #fff;
}

footer {
  padding: 48px 0;
}
@media (min-width: 320px) and (max-width: 640px) {
  footer {
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  footer {
    flex-wrap: wrap;
  }
}
footer span {
  margin: 0 0 30px 0;
}
footer a {
  display: block;
  margin: 20px 0;
}
footer .coluna-1 {
  width: 40%;
}
@media (min-width: 320px) and (max-width: 640px) {
  footer .coluna-1 {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  footer .coluna-1 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  footer .coluna-2 {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  footer .coluna-2 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  footer .coluna-3 {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  footer .coluna-3 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  footer .coluna-4 {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  footer .coluna-4 {
    width: 100%;
  }
}
footer .logo img {
  width: 100%;
  max-width: 280px;
}
footer p {
  font-size: 14px;
  color: #909090;
  margin-top: 16px;
}
footer .colunas-restantes {
  width: 50%;
}
@media (min-width: 320px) and (max-width: 640px) {
  footer .colunas-restantes {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  footer .colunas-restantes {
    width: 100%;
  }
}

#cabecalho-noticias {
  background: url("img/background/fundo-noticias.jpg") no-repeat;
  background-position: right;
  margin: 24px 0;
  background-size: 600px;
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 640px) {
  #cabecalho-noticias {
    padding: 0 24px;
  }
}

#artigos .artigo {
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  gap: 36px;
  width: 100%;
}
#artigos .artigo img {
  width: 100%;
}
#artigos .artigo .texto {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: flex-start;
}
#artigos .artigo .video {
  width: 50%;
}
#artigos .artigo .video iframe {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 640px) {
  #single {
    margin: 0 12px;
  }
}
#single .artigo {
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
#single article {
  width: calc(100% - 320px);
}
@media (min-width: 320px) and (max-width: 640px) {
  #single article {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #single article {
    width: 100%;
  }
}
#single article p, #single article h2, #single article h3, #single article h4, #single article h5, #single article h6, #single article ul, #single article li, #single article ol {
  margin: 10px 0;
}
#single article a {
  text-decoration: underline;
  color: #2E7073;
}
#single article ul, #single article ol {
  margin-left: 24px;
}
#single article .resumo p {
  font-size: 16px;
  font-weight: 700;
  color: #909090;
  font-style: italic;
}

.outras-edicoes {
  max-width: 320px;
}
.outras-edicoes img {
  max-width: 100%;
  height: auto;
}
.outras-edicoes p {
  margin: 25px 0;
}
.outras-edicoes h1 {
  margin: 24px 0;
}
.outras-edicoes h2, .outras-edicoes h3, .outras-edicoes h4, .outras-edicoes h5, .outras-edicoes h6 {
  margin: 10px 0;
}
.outras-edicoes a {
  font-weight: 700;
  text-decoration: underline;
  color: #459171;
}
.outras-edicoes img {
  width: 100%;
  height: auto;
}
.outras-edicoes h4 {
  width: 100%;
}

#cabecalho-revista {
  background: #459171;
  background-size: cover;
  height: 500px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #cabecalho-revista {
    height: 300px;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  #cabecalho-revista {
    height: 350px;
  }
}
#cabecalho-revista .detalhes-edicao {
  background: #2E7073;
  backdrop-filter: blur(5px);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 12px;
}

.artigos-da-revista {
  max-width: 48%;
}
@media (min-width: 320px) and (max-width: 640px) {
  .artigos-da-revista {
    max-width: 100%;
  }
}
.artigos-da-revista a {
  text-decoration: none !important;
}
.artigos-da-revista h2, .artigos-da-revista p {
  color: #909090;
}
.artigos-da-revista p a {
  color: #909090 !important;
  font-weight: 400 !important;
}
.artigos-da-revista hr {
  color: #D9D9D9;
  margin: 40px 0;
}
.artigos-da-revista h4 a {
  font-size: 18px !important;
}

#autor .posts-loop {
  max-width: calc(100% - 320px);
}
@media (min-width: 320px) and (max-width: 640px) {
  #autor .posts-loop {
    max-width: 100%;
  }
}
#autor .posts-loop .artigo {
  margin: 40px 0;
}
#autor .posts-loop h3 {
  margin-bottom: 10px;
}
#autor .posts-loop p {
  margin-top: 10px;
}

.buscaMobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 640px) {
  .buscaMobile {
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .buscaMobile {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .buscaDesktop {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .buscaDesktop {
    display: none;
  }
}

.search-form {
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 640px) {
  .search-form {
    margin: 24px 0;
  }
}
.search-form input[type=search] {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 6px 0;
  color: #fff;
}
.search-form input[type=search]::-moz-placeholder {
  color: #fff !important;
}
.search-form input[type=search]::placeholder {
  color: #fff !important;
}
.search-form input[type=search]:focus-visible {
  outline: none;
}

.biografia {
  width: 100%;
  display: flex;
  gap: 36px;
}
.biografia img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.biografia h3 {
  color: #909090;
}
.biografia p {
  margin: 16px 0 0 0;
  color: #909090;
  font-size: 15px;
  line-height: 19px;
}

#category .artigos {
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  gap: 36px;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #category a:has(img) {
    width: 100%;
  }
}
#category img {
  width: 192px;
  height: auto !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  #category img {
    width: 100% !important;
  }
}
#category .texto {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
#category h3 {
  width: 100%;
}

.header-irice {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  height: 400px;
  background: url("img/background/header-irice.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  background-attachment: fixed !important;
  gap: 60px;
  margin-bottom: 36px;
}
.header-irice h1 {
  color: #fff !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .header-irice {
    height: 300px;
  }
}

.header-diplomacia-ambiental {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  height: 400px;
  margin-bottom: 36px;
  background-attachment: fixed !important;
  background: url("img/background/header-diplomacia-ambiental.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  gap: 60px;
}
.header-diplomacia-ambiental h1 {
  color: #fff !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .header-diplomacia-ambiental {
    height: 300px;
  }
}

.header-irice-conselho {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-end;
  height: calc(100vh - 50px);
  background: url("img/background/conselho-irice.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  gap: 60px;
}
.header-irice-conselho h1 {
  color: #fff !important;
}

.funcao {
  text-transform: uppercase;
}

.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-none a {
  text-decoration: none !important;
}

/* Cores / Colors */
.text-cinza-escuro {
  color: #909090 !important;
}

.text-cinza-claro {
  color: #D9D9D9 !important;
}

.text-laranja {
  color: #F36326 !important;
}

.text-azul-claro {
  color: #e1e1fb !important;
}

.text-verde-sucesso {
  color: #459171 !important;
}

/* Disclaimer - artigos e comentários de autores... */
.disclaimer p {
  font-size: 15px;
}

/* PLUGIN Coauthors */
.author {
  font-size: 28px;
  font-weight: 700 !important;
}

.author:first-child + :not(.author) {
  font-size: 28px;
  font-weight: 700 !important;
}

.avatar-irice {
  width: 160px !important;
  max-width: 160px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .avatar-irice {
    width: 100px !important;
    max-width: 100px !important;
  }
}
.avatar-irice img {
  width: 160px !important;
  max-width: 160px !important;
  border-radius: 50%;
}
@media (min-width: 320px) and (max-width: 640px) {
  .avatar-irice img {
    width: 100px !important;
    max-width: 100px !important;
  }
}

/* SIDEBAR */
.sidebar {
  min-width: 320px;
  width: 320px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .sidebar {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1360px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar div {
  border-top: 5px solid #2CB8CC;
  background: #f9f9f9;
  padding-bottom: 24px;
}
.sidebar img {
  width: 100% !important;
  height: auto !important;
}
.sidebar h3, .sidebar p, .sidebar a {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.sidebar a {
  text-decoration: none !important;
}

#tags, .tags {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14.5px;
  border-radius: 8px;
  padding: 4px 20px;
  border: 1px solid #D9D9D9;
}
#tags a, .tags a {
  text-decoration: none;
}
#tags img, .tags img {
  width: 20px;
  height: auto;
}

#compartilhar {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
  padding: 4px 20px;
  transition: all 500ms ease-in-out;
  background: #f9f9f9;
}
#compartilhar img {
  width: 20px;
  height: auto;
}
#compartilhar:hover {
  background: #e1e1fb;
}

#botoes-compartilhar img {
  width: 20px;
  height: auto;
}

.separador {
  margin: 24px 0;
  height: 10px;
  width: 100%;
  display: flex;
}
.separador div {
  width: 25%;
  height: 100%;
}
.separador div:nth-child(1) {
  background: #2E7073;
}
.separador div:nth-child(2) {
  background: #2CB8CC;
}
.separador div:nth-child(3) {
  background: #CCE12E;
}
.separador div:nth-child(4) {
  background: #CCB12C;
}

.banner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999;
}
.banner-overlay.active {
  display: block;
}

.banner-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  text-align: center;
}

.banner-overlay-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.banner-overlay-actions {
  margin-top: 20px;
}

.btn-opcao {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

/* MY NEWS FM */
#page-my-news, .page-my-news {
  background: #f9f9f9;
}
#page-my-news .banner-my-news .logos, .page-my-news .banner-my-news .logos {
  display: flex;
}
#page-my-news .banner-my-news .logos img, .page-my-news .banner-my-news .logos img {
  width: 200px;
  height: auto;
}
#page-my-news .banner-my-news .logo-interesse-nacional, .page-my-news .banner-my-news .logo-interesse-nacional {
  width: 100%;
}
#page-my-news .banner-my-news .banner, .page-my-news .banner-my-news .banner {
  margin: auto;
  width: 100%;
  height: auto;
}
#page-my-news .videos, .page-my-news .videos {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
#page-my-news .videos .video, .page-my-news .videos .video {
  max-width: 400px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #page-my-news .videos .video, .page-my-news .videos .video {
    max-width: 100%;
  }
}
#page-my-news .videos .video iframe, .page-my-news .videos .video iframe {
  width: 100%;
}
#page-my-news .videos p, .page-my-news .videos p {
  font-size: 15px;
  color: #909090;
}

.posts-padrao {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
@media (min-width: 641px) and (max-width: 1360px) {
  .posts-padrao {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .posts-padrao {
    grid-template-columns: 1fr;
  }
}
.posts-padrao img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=base.css.map */