@font-face {
  font-family: Rubik Variablefont Wght;
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik Variablefont Wght;
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silkremington;
  src: url('../fonts/SilkRemington-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rough Typewriter;
  src: url('../fonts/rough_typewriter.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.social-image {
  width: 24px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 auto 0 13px;
}

.form-field-wrapper {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  padding-left: 5%;
  padding-right: 5%;
}

.checkbox-label {
  color: #000c;
  font-weight: 300;
}

.signup-header {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.field-label {
  color: #374252;
  text-align: left;
  margin-bottom: 3px;
  font-size: 13.5px;
  font-weight: 600;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.navbar {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.short-page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 50%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 360px;
  display: flex;
  position: relative;
  overflow: visible;
}

.terms {
  color: #5f5f5f;
  text-align: center;
  max-width: 500px;
  padding-top: 53px;
  font-size: 14px;
}

.link {
  border-bottom: 1px dashed #7b83ff;
  font-weight: 400;
}

.link:hover {
  color: #272d88;
}

.link.dark {
  color: #000;
}

.form-button {
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px #22222229;
}

.form-button:hover {
  background-color: #272d88;
  box-shadow: 0 5px 30px #22222229;
}

.fake-logo {
  height: 20px;
  font-size: 20px;
  font-weight: 600;
}

.social-button {
  color: #000;
  border: 1px solid #919191;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-button:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-button:focus {
  border: 1px solid #000;
}

.social-button::placeholder {
  color: #6e6e6e;
}

.social-button.is-google:hover {
  border-color: #4285f4;
}

.social-button.is-facebook:hover {
  border-color: #1777f2;
}

.checkbox-field {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-field {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  height: 42px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 2px #dcdce580;
}

.text-field:hover {
  border-color: #000c;
  box-shadow: 0 1px 4px #dcdce5e6;
}

.text-field:focus {
  border: 1px solid #434de7;
}

.text-field::placeholder {
  color: #6e6e6e;
  font-weight: 300;
}

.field-description {
  color: #0009;
  text-align: left;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
}

.button-wrapper {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 25px;
}

.text-field-wrapper {
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.text-field-wrapper.is-half {
  width: 49%;
}

.text-field-wrapper.is-half.is-right {
  margin-left: 12px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 5vh;
  font-size: 13px;
}

.flex-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-ix {
  display: none;
}

.flex-stack-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.div-corpo-site {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-menu {
  z-index: 99999;
  background-image: url('../images/Fundo_Menu_1.png');
  background-position: 0 0;
  background-size: cover;
  width: 100vh;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body {
  grid-column-gap: 100px;
  grid-row-gap: 70px;
  cursor: none;
  background-color: #fff0;
  background-image: url('../images/Fundo_TeenTac.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0%;
  display: flex;
}

.body.body_temas {
  grid-row-gap: 30px;
}

.t-tulo-bot-o {
  color: #42bfb3;
  text-align: center;
  background-image: url('../images/Fundo_pesquisa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Rough Typewriter, sans-serif;
}

.t-tulo-bot-o.tb_laranja {
  color: #f7941d;
  background-size: auto;
}

.t-tulo-bot-o.tb-roxo {
  color: #a291c5;
  background-size: auto;
}

.t-tulo-bot-o.tb-vermelho {
  color: #ef3654;
}

.nav-menu {
  background-color: #c8c8c800;
  flex-direction: row;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100vh;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: absolute;
}

.navbar-2 {
  z-index: 100;
  background-color: #ddd0;
  background-image: url('../images/fundo_canto.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  order: -1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 150px;
  height: 150px;
  display: flex;
  position: sticky;
  top: 0;
}

.container-2 {
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
}

.lottie-animation {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-button {
  z-index: 1000;
  background-color: #0000;
  justify-content: flex-end;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.menu-button.w--open {
  background-color: #0000;
}

.wrapper-logo {
  width: 30%;
  margin-top: 0;
  margin-left: 0%;
  display: flex;
}

.imagem_teentac {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  text-align: center;
  background-color: #fff0;
  background-image: url('../images/Fundo_pesquisa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  border-radius: 0;
  align-self: auto;
  margin-bottom: 0;
  font-family: Rubik Variablefont Wght, sans-serif;
  font-weight: 300;
}

.div-barra-inicial {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: 150px;
  margin-top: -222px;
  margin-left: 5%;
  display: flex;
  position: relative;
}

.div-barra-inicial.div-barra-inicial-textos {
  margin-top: -168px;
}

.div-barra-inicial.p-ginas-interiores {
  margin-top: -180px;
}

.div-barra-inicial.p-ginas-artigos {
  margin-top: -150px;
}

.search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search-button {
  background-color: #3898ec00;
  background-image: url('../images/Lupa_pesquisa.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div_main_homepage {
  align-items: center;
  width: 85%;
  display: flex;
  position: relative;
}

.t-tulo-principal {
  width: auto;
  margin-bottom: 0;
  font-family: Rough Typewriter, sans-serif;
  line-height: 1.3em;
}

.t-tulo-principal.tp-imagem {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  line-height: 38px;
}

.t-tulo-principal.tp-centro {
  text-align: center;
}

.t-tulo-principal.tp-centro.tp_branco {
  color: #fff;
  margin-top: 0;
}

.div_tp_pincelada {
  background-image: url('../images/Pincelada-titulos_Rosa.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 400px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 120px;
  display: flex;
}

.div_tp_pincelada.pincelada-laranja {
  background-image: url('../images/Pincelada-titulos_Laranja.png');
}

.div_tp_pincelada.pincelada-roxa {
  background-image: url('../images/Pincelada-titulos_Roxo.png');
}

.div_tp_pincelada.pincelada-verde {
  background-image: url('../images/Pincelada-titulos_Azul.png');
}

.lottie-animation-2 {
  width: 50%;
}

.div_texto_normal {
  margin-left: 15%;
}

.div_texto_geral {
  width: 50%;
  margin-left: 5%;
}

.lottie-animation-3 {
  width: 80%;
  height: auto;
}

.div_homepage_2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.t-tulo_secund-rio {
  color: #333;
  justify-content: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rough Typewriter, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.t-tulo_secund-rio.ts_cor_branco {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.par-grafo {
  color: #333;
  text-align: justify;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Rubik Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1em;
  text-decoration: none;
  position: static;
}

.par-grafo.pg_negrito {
  padding-left: 0%;
  padding-right: 0%;
  font-weight: 400;
}

.par-grafo.pg_negrito.pg_bottom {
  font-family: Rough Typewriter, sans-serif;
}

.par-grafo.pg_negrito.pg-centro {
  text-align: center;
}

.par-grafo.pg_bottom {
  color: #333;
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 12px;
}

.par-grafo.pg-reduzido {
  font-size: 14px;
}

.par-grafo.pg-reduzido.pg-branco {
  color: #fff;
  font-size: 10px;
}

.par-grafo.pg-reduzido.pg-branco.none {
  display: none;
}

.par-grafo.par-grafo-pequeno {
  font-size: 14px;
}

.div_imagem_30 {
  justify-content: center;
  width: 30%;
  display: flex;
}

.wrapper_paragrafo {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.wrapper_ts_pincelada {
  background-image: url('../images/Pincelada-titulos_Preto.png');
  background-position: 0 0;
  background-size: 400px 104px;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 104px;
  padding-top: 20px;
  display: flex;
}

.wrapper_ts_pincelada.pincelada-vermelha {
  background-image: url('../images/Pincelada-titulos_Rosa.png');
}

.div_bottom {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  background-image: url('../images/Fundo_bottom.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 600px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 600px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div_bottom.sem-fundo {
  background-image: none;
}

.div_dentro_bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div_bottom_redes_sociais {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.imagem_logos_bottom {
  border-radius: 12px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.imagem_logos_bottom.gsk {
  object-fit: contain;
  width: 30%;
}

.imagem_logos_bottom.logos_iniciativa {
  object-fit: contain;
  width: 50%;
}

.div_logos_apoios {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div_bottom_iniciativa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div_bottom_apoio {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div_bottom_logos_iniciativa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div_bottom_texto_apoio {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div_menu {
  background-image: url('../images/Fundo_Menu.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 116px;
  padding-left: 141px;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 500;
}

.body-textos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: none;
  background-image: url('../images/Fundo_TeenTac.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  display: flex;
}

.rich-text---texto-principal {
  text-align: justify;
  font-family: Rubik Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.rich-text---texto-principal.tp-centro {
  text-align: center;
  font-size: 12px;
}

.wrapper_textos {
  flex-direction: column;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.div-t-tulo-artigo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rich-text---autores {
  text-align: center;
  font-family: Rubik Variablefont Wght, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.rich-text---bibliografia {
  width: 100%;
  font-family: Rubik Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.texto-bot-o {
  color: #fff;
  text-align: center;
  order: 1;
  width: auto;
  height: auto;
  font-family: Rough Typewriter, sans-serif;
  text-decoration: none;
  display: block;
}

.texto-bot-o.none {
  display: none;
}

.div-pincelada-botao {
  background-image: url('../images/Pincelada-titulos_Laranja.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 300px 70px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  display: flex;
}

.div-pincelada-botao.pincelada-roxo {
  background-image: url('../images/Pincelada-titulos_Roxo.png');
}

.div-pincelada-botao.pincelada-verde {
  background-image: url('../images/Pincelada-titulos_Azul.png');
  flex-flow: column;
}

.div-pincelada-botao.pincelada-vermelha {
  background-image: url('../images/Pincelada-titulos_Rosa.png');
  flex-flow: column;
}

.link-materiais {
  text-decoration: none;
}

.div-geral {
  flex-direction: column;
  display: flex;
}

.div_lottie_homepage {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.div-t-tulo-tema {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div_barra_inicial_pg_temas {
  grid-column-gap: 40px;
  justify-content: space-around;
  align-items: center;
  width: 85%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: relative;
  top: -163px;
}

.div-lista-de-temas {
  padding-left: 5%;
  padding-right: 5%;
}

.bot-o_temas {
  background-image: url('../images/Pincelada-Logo_Preto.png');
  background-position: 0 0;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bot-o_temas.bot-o-roxo {
  background-image: url('../images/Pincelada-Logo_Roxo.png');
  height: auto;
}

.bot-o_temas.bot-o-laranja {
  background-image: url('../images/Pincelada-Logo_Laranja.png');
}

.bot-o_temas.bot-o-vermelho {
  background-image: url('../images/Pincelada-Logo_Rosa.png');
}

.bot-o_temas.bot-o-verde {
  background-image: url('../images/Pincelada-Logo_Azul.png');
}

.t-tulo_temas {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rough Typewriter, sans-serif;
  font-size: 16px;
  line-height: 1em;
  display: block;
}

.t-tulo_temas.tt-cinza {
  color: #242424;
}

.t-tulo_temas.tt-cinza.tt-esq {
  text-align: left;
}

.div_botao_temas {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.login {
  object-fit: contain;
}

.wrapper_search_login {
  justify-content: space-around;
  width: 40%;
  display: flex;
}

.div-imagem-temas {
  width: 25%;
}

.imagem-temas {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cole-es-temas {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.lista-de-temas {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-separador-temas {
  justify-content: center;
  width: 100%;
  height: 120px;
  display: flex;
}

.link-block-temas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Pincelada-Logo_Roxo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  font-family: Rough Typewriter, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block-temas.link-block-temas-verde {
  background-image: url('../images/Pincelada-Logo_Azul.png');
  height: 100%;
}

.link-block-temas.pincelada-vermelho {
  background-image: url('../images/Pincelada-Logo_Rosa.png');
}

.link-block-temas.pincelada-laranja {
  background-image: url('../images/Pincelada-Logo_Laranja.png');
  padding: 0;
}

.link-block-temas.pincelada-verde {
  background-image: url('../images/Pincelada-Logo_Azul.png');
}

.item-temas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 500px;
  display: flex;
}

.search-input-2 {
  text-align: left;
  background-color: #fff0;
  background-image: url('../images/Fundo_pesquisa.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  border-radius: 20px;
  padding-left: 32px;
  font-family: Rubik Variablefont Wght, sans-serif;
}

.search-button-2 {
  background-color: #3898ec00;
  background-image: url('../images/Pincelada-Logo_Preto.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Rough Typewriter, sans-serif;
}

.link-block {
  width: 100%;
}

.div-destaques {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #ddd0;
  width: 80%;
  height: 300px;
}

.icon {
  color: #2e2e2e17;
}

.cole-o-destaques, .lista-destaques {
  height: 100%;
}

.item-destaques {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.imagem-destaques {
  object-fit: contain;
  height: 200px;
  display: block;
}

.link-block-destaques {
  background-image: url('../images/Pincelada-Logo_Laranja.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-destaques.link-block-roxo {
  background-image: url('../images/Pincelada-Logo_Roxo.png');
}

.link-block-destaques.link-block-verde {
  background-image: url('../images/Pincelada-Logo_Azul.png');
}

.link-block-destaques.link-block-vermelho {
  background-image: url('../images/Pincelada-Logo_Rosa.png');
}

.t-tulo-destaques {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rough Typewriter, sans-serif;
  line-height: 1.2em;
  display: block;
}

.rich-text-block {
  font-family: Rubik Variablefont Wght, sans-serif;
  display: flex;
}

.imagem-textos {
  width: 30%;
}

.rich-text-block-2 {
  text-align: justify;
}

.div_aglomeracao {
  flex-direction: column;
  display: flex;
}

.search-button-3, .search-button-4, .search-button-5, .search-button-6, .search-button-7 {
  background-color: #3898ec00;
  background-image: url('../images/Lupa_pesquisa.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #0000;
  background-image: url('../images/Pincelada-Rato.png');
  background-position: 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.link_imagens_categorias {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-item {
  width: 25%;
}

.link-block-2 {
  text-decoration: none;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.pop-up-back {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.popup-container {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.form {
  margin-bottom: 8px;
}

.pop-up-box {
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 460px;
  padding: 40px 40px 32px;
  position: relative;
}

.pop-up-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.radio-button {
  width: 20px;
  height: 20px;
}

.radio-button-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
}

.wrapper-declara-o {
  background-image: url('../images/Pincelada-Logo_Preto.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40px;
  display: flex;
}

.wrapper-logos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.t-tulo-bottom {
  color: #333;
  text-align: center;
  font-family: Rough Typewriter, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-block-projeto {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div_bottom_inside {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  display: flex;
}

.div_bottom_inside._10 {
  justify-content: center;
  height: 10%;
}

.div_bottom_inside._10.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.link-block-4 {
  text-decoration: none;
}

.rich-text-block-3 {
  font-family: Rubik Variablefont Wght, sans-serif;
  font-weight: 300;
}

.div-block-2 {
  margin-top: 20px;
}

.image-4 {
  width: 120px;
  height: 120px;
}

.button-2 {
  background-color: #682207;
  border-radius: 3px;
  margin-right: 10px;
}

.button-2:hover {
  background-color: #bf360c;
}

.div-block {
  background-color: #d7ccc8;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 500px;
  padding: 50px 12px;
  display: flex;
}

.text-block {
  color: #682207;
  margin-bottom: 20px;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.popup {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 42px;
  padding-right: 42px;
  font-family: Montserrat, sans-serif;
}

.popup.sublabel {
  padding-left: 112px;
  padding-right: 112px;
  font-size: .9em;
}

.inner {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-3 {
  background-color: #d7ccc8;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 500px;
  padding: 50px 12px;
  display: flex;
}

.div-block-4 {
  margin-top: 20px;
}

.div-block-5 {
  background-color: #d7ccc8;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 500px;
  padding: 50px 12px;
  display: flex;
}

.pop-up-form-2 {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-button-2 {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button-2:hover {
  opacity: .8;
}

.pop-up-button-2:active {
  opacity: 1;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-overlay {
  z-index: 10;
  background-color: #635a5600;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-6 {
  background-color: #d7ccc8;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 500px;
  padding: 50px 12px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .search-input {
    font-size: 16px;
  }

  .t-tulo-principal {
    font-size: 42px;
  }

  .div_tp_pincelada {
    background-position: 50% 200%;
    background-size: 450px;
    width: 550px;
    height: 125px;
  }

  .div_bottom {
    height: 600px;
  }

  .rich-text---texto-principal, .rich-text---texto-principal.tp-centro {
    font-size: 13px;
  }

  .rich-text---autores {
    font-size: 16px;
  }

  .rich-text---bibliografia {
    font-size: 13px;
  }

  .div-pincelada-botao {
    background-size: 400px 100px;
    width: 400px;
    height: 100px;
  }

  .t-tulo_temas {
    font-size: 18px;
  }

  .slider {
    height: 400px;
  }

  .imagem-destaques {
    height: 280px;
  }

  .t-tulo-destaques {
    font-size: 28px;
  }

  .wrapper-declara-o {
    height: 75px;
  }

  .t-tulo-bottom {
    font-size: 22px;
  }
}

@media screen and (min-width: 1440px) {
  .search-input {
    font-size: 18px;
  }

  .t-tulo-principal {
    font-size: 45px;
  }

  .div_tp_pincelada {
    background-position: 50%;
    background-size: 550px;
    width: 600px;
    height: 180px;
  }

  .div_bottom {
    background-size: 100% 700px;
    height: 700px;
  }

  .rich-text---texto-principal, .rich-text---texto-principal.tp-centro, .rich-text---bibliografia {
    font-size: 14px;
  }

  .div-pincelada-botao {
    background-position: 50%;
    background-size: 500px;
    width: 500px;
    height: 150px;
  }

  .t-tulo_temas {
    font-size: 19px;
  }

  .div-separador-temas {
    height: 120px;
  }

  .link-block-destaques {
    height: 100%;
  }

  .t-tulo-destaques {
    font-size: 32px;
  }

  .link_imagens_categorias {
    height: 80%;
  }

  .wrapper-declara-o {
    width: 15%;
    height: 90px;
  }

  .t-tulo-bottom {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .div-corpo-site {
    display: flex;
  }

  .imagem_teentac {
    width: 50%;
  }

  .search-input {
    background-size: 700px 60px;
    height: 100px;
    font-size: 25px;
  }

  .search {
    width: 70%;
    height: 100px;
  }

  .t-tulo-principal {
    margin-top: 0;
    font-size: 60px;
  }

  .div_tp_pincelada {
    background-size: 700px;
    width: 800px;
    height: 220px;
  }

  .div_texto_normal {
    width: 100%;
  }

  .div_texto_geral {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .t-tulo_secund-rio {
    font-size: 28px;
  }

  .par-grafo, .par-grafo.pg_bottom {
    font-size: 15px;
  }

  .div_bottom {
    background-size: 100% 1200px;
    width: 100%;
    height: 1200px;
  }

  .div_dentro_bottom {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: flex-start;
    align-items: center;
  }

  .imagem_logos_bottom.gsk {
    width: 10%;
  }

  .imagem_logos_bottom.logos_iniciativa {
    width: 35%;
  }

  .rich-text---texto-principal, .rich-text---texto-principal.tp-centro {
    font-size: 15px;
  }

  .rich-text---autores {
    font-size: 24px;
  }

  .rich-text---bibliografia {
    font-size: 15px;
  }

  .div-pincelada-botao {
    background-size: 600px;
    width: 600px;
    height: 200px;
  }

  .t-tulo_temas {
    width: 80%;
    font-size: 20px;
  }

  .imagem-temas {
    width: 50%;
  }

  .div-separador-temas {
    justify-content: center;
    width: 80%;
    height: 180px;
  }

  .link-block-temas.link-block-temas-verde, .link-block-temas.pincelada-vermelho {
    height: 100%;
  }

  .link-block-temas.pincelada-laranja {
    width: 70%;
  }

  .item-temas {
    height: auto;
  }

  .slider {
    height: 600px;
  }

  .item-destaques {
    justify-content: center;
  }

  .link-block-destaques {
    width: 40%;
    height: 20%;
  }

  .t-tulo-destaques {
    font-size: 30px;
  }

  .slide {
    height: 100%;
  }

  .collection-item {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .wrapper-declara-o {
    width: 15%;
    height: 100px;
  }

  .t-tulo-bottom {
    font-size: 30px;
  }

  .link-block-3 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .short-page-wrapper {
    flex-direction: column;
    height: auto;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    grid-row-gap: 30px;
  }

  .nav-menu {
    width: 100vw;
  }

  .div-barra-inicial {
    width: 80%;
    margin-top: -171px;
  }

  .search {
    width: 60%;
  }

  .div_main_homepage {
    flex-direction: column;
    width: 100%;
  }

  .t-tulo-principal {
    text-align: center;
    font-size: 30px;
  }

  .div_tp_pincelada {
    background-size: 350px;
    width: 400px;
    height: 100px;
  }

  .div_texto_normal {
    margin-left: 0%;
  }

  .div_texto_geral {
    flex-direction: column;
    align-items: center;
    margin-left: 0%;
    display: flex;
  }

  .lottie-animation-3 {
    width: 80%;
  }

  .t-tulo_secund-rio {
    text-align: center;
  }

  .par-grafo {
    font-size: 12px;
  }

  .par-grafo.pg_bottom {
    font-size: 10px;
  }

  .wrapper_ts_pincelada.pincelada-vermelha {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 300px;
    width: 100%;
    padding-top: 10px;
  }

  .div_bottom {
    grid-column-gap: 0px;
  }

  .imagem_logos_bottom {
    width: 100%;
  }

  .imagem_logos_bottom.logos_iniciativa, .div_logos_apoios {
    grid-row-gap: 20px;
  }

  .div_bottom_logos_iniciativa {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
  }

  .div_bottom_texto_apoio {
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div_menu {
    background-size: 100vw 100%;
  }

  .wrapper_textos {
    padding-left: 15%;
    padding-right: 15%;
  }

  .rich-text---autores {
    font-size: 13px;
  }

  .rich-text---bibliografia {
    font-size: 11px;
  }

  .div_lottie_homepage {
    justify-content: center;
  }

  .t-tulo_temas {
    font-size: 14px;
  }

  .t-tulo-destaques {
    font-size: 22px;
  }

  .cursor-wrapper {
    display: none;
  }

  .pop-up-button {
    position: relative;
  }

  .wrapper-declara-o {
    background-size: 100%;
    width: 25%;
    height: 60px;
  }

  .t-tulo-bottom {
    font-size: 16px;
  }

  .pop-up-button-2 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .short-page-wrapper {
    flex-direction: column;
  }

  .footer {
    padding: 40px 20px;
  }

  .wrapper-logo {
    width: 20%;
  }

  .search-input {
    font-family: Rough Typewriter, sans-serif;
    font-size: 10px;
  }

  .div-barra-inicial.div-barra-inicial-textos, .search {
    width: 70%;
  }

  .t-tulo-principal {
    font-size: 25px;
  }

  .div_tp_pincelada {
    background-size: 300px;
    width: 350px;
    height: 80px;
  }

  .t-tulo_secund-rio {
    font-size: 22px;
  }

  .par-grafo {
    font-size: 18px;
  }

  .wrapper_ts_pincelada {
    background-repeat: no-repeat;
    background-size: 300px;
    width: 300px;
    height: 70px;
  }

  .div_bottom {
    background-position: 50% -140px;
    background-repeat: no-repeat;
    background-size: auto 1000px;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 179px;
  }

  .div_dentro_bottom {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .imagem_logos_bottom {
    width: 50%;
  }

  .div_bottom_separador {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rich-text---texto-principal {
    font-size: 12px;
  }

  .wrapper_textos {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rich-text---autores {
    font-size: 12px;
  }

  .rich-text---bibliografia {
    font-size: 10px;
    font-weight: 300;
  }

  .t-tulo_temas {
    font-size: 12px;
  }

  .wrapper_search_login {
    width: 50%;
  }

  .cole-es-temas {
    flex-flow: column;
  }

  .lista-de-temas {
    flex-flow: column;
    align-items: center;
  }

  .div-separador-temas {
    height: 100px;
  }

  .link-block-temas {
    height: 100%;
  }

  .item-temas {
    width: 80%;
  }

  .link-block-destaques {
    width: 70%;
  }

  .t-tulo-destaques {
    font-size: 20px;
  }

  .link_imagens_categorias {
    width: 100%;
    height: 80%;
  }

  .collection-item {
    width: 60%;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .wrapper-declara-o {
    width: 30%;
  }

  .div_bottom_inside {
    flex-flow: column;
  }

  .div_bottom_inside._10 {
    align-items: center;
  }

  .pop-up-form-2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .footer-flex-container {
    flex-direction: column;
  }

  .footer-column {
    margin-top: 20px;
  }

  .text-field-wrapper.is-half {
    width: 100%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .t-tulo-bot-o, .t-tulo-bot-o.tb_laranja, .t-tulo-bot-o.tb-roxo, .t-tulo-bot-o.tb-verde {
    font-size: 10px;
  }

  .nav-menu {
    justify-content: flex-end;
    display: flex;
  }

  .navbar-2 {
    width: 100px;
    height: 100px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
  }

  .wrapper-logo {
    width: 70%;
  }

  .imagem_teentac {
    object-fit: contain;
  }

  .div-barra-inicial {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    margin-top: -123px;
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-barra-inicial.div-barra-inicial-textos {
    width: 80%;
    margin-top: -87px;
  }

  .div-barra-inicial.p-ginas-interiores {
    margin-top: -130px;
  }

  .div-barra-inicial.p-ginas-artigos {
    margin-top: -101px;
  }

  .search {
    width: 80%;
  }

  .t-tulo-principal {
    font-size: 25px;
  }

  .t-tulo-principal.tp-centro.tp_branco {
    margin-top: 0;
  }

  .div_tp_pincelada {
    background-position: 50% 100%;
    background-size: 250px 70px;
    align-items: center;
    width: 250px;
    height: 80px;
  }

  .div_tp_pincelada.pincelada-roxa {
    background-image: url('../images/Pincelada-titulos_Preto.png');
  }

  .div_texto_geral {
    width: 100%;
  }

  .t-tulo_secund-rio {
    color: #333;
    font-size: 18px;
    text-decoration: none;
  }

  .par-grafo {
    font-size: 16px;
  }

  .par-grafo.pg_bottom {
    text-align: center;
  }

  .div_imagem_30 {
    width: 60%;
  }

  .wrapper_paragrafo {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div_bottom {
    grid-row-gap: 40px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 250% 1000px;
    flex-direction: column;
    align-items: center;
    height: 800px;
    padding-top: 143px;
  }

  .div_dentro_bottom {
    width: 100%;
    height: auto;
  }

  .div_bottom_redes_sociais {
    justify-content: center;
  }

  .div_menu {
    background-position: 0 0;
    background-size: 110% 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 140px;
    position: relative;
  }

  .rich-text---texto-principal {
    line-height: 1.3em;
  }

  .wrapper_textos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .rich-text---autores {
    font-size: 10px;
    line-height: 1em;
  }

  .rich-text---bibliografia {
    font-size: 8px;
    font-weight: 300;
    line-height: 1em;
  }

  .div_lottie_homepage {
    width: 100%;
  }

  .div_barra_inicial_pg_temas {
    top: -87px;
  }

  .t-tulo_temas {
    font-size: 10px;
  }

  .wrapper_search_login {
    grid-column-gap: 20px;
    width: 100%;
  }

  .div-separador-temas {
    height: 70px;
  }

  .item-temas {
    width: 70%;
  }

  .slider {
    width: 100%;
  }

  .link-block-destaques {
    width: 80%;
  }

  .t-tulo-destaques {
    font-size: 15px;
    line-height: 1em;
  }

  .imagem-textos {
    width: 80%;
  }

  .rich-text-block-2 {
    text-align: left;
  }

  .collection-item {
    flex-direction: column;
    display: flex;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  .wrapper-declara-o {
    background-size: 70% 100%;
    width: 100%;
  }

  .wrapper-logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    display: flex;
  }

  .pop-up-button-2 {
    width: 100%;
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Rubik Variablefont Wght';
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik Variablefont Wght';
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silkremington';
  src: url('../fonts/SilkRemington-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rough Typewriter';
  src: url('../fonts/rough_typewriter.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}