:root {
  --vermelho-logo: #a81815;
  --dark-olive-green: #60770e;
  --preto: black;
  --branco: white;
  --verde-logo: #95b524;
  --saddle-brown: #5f2e00;
  --cornsilk: #fdf3c7;
  --yellow: rgba(222, 229, 77, .1);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--vermelho-logo);
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 80px;
  font-family: dunbar-tall, sans-serif;
  font-size: 54px;
  line-height: 50px;
}

h2 {
  color: var(--vermelho-logo);
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 40px;
  font-family: dunbar-tall, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  color: var(--dark-olive-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: dunbar-tall, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  color: var(--vermelho-logo);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: dunbar-tall, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h5 {
  color: var(--dark-olive-green);
  text-align: left;
  margin-top: 30px;
  font-family: dunbar-tall, sans-serif;
  font-size: 22px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: noto-sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

a {
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

ul {
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Lato, sans-serif;
}

ol {
  margin-bottom: 20px;
  padding-left: 60px;
  font-family: Lato, sans-serif;
}

li {
  color: var(--preto);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #333;
  background-image: url('../images/aspas.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 70px;
  border-left-style: none;
  margin-bottom: 30px;
  margin-left: 15%;
  margin-right: 0;
  padding: 0 0 0 90px;
  font-family: noto-sans, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 10px;
  font-family: pt-sans-pro;
  font-size: 16px;
}

.section.modal {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .65);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
}

.section.bg-cinza {
  background-color: rgba(0, 0, 0, .05);
}

.section.bg-epigrafe {
  background-color: rgba(149, 181, 36, .5);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.bg-fundo {
  background-color: var(--branco);
}

.container {
  flex: 1;
  padding: 20px;
}

.isbn {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 12px;
  display: none;
}

.acordeon {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.acordeon.modelo1 {
  margin-bottom: 40px;
  position: relative;
}

.acordeon-cabecalho {
  width: 100%;
  height: 50px;
  cursor: pointer;
  align-self: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.acordeon-cabecalho.modelo2 {
  background-color: rgba(149, 181, 36, .15);
  background-image: none;
  margin-left: 25px;
  padding-left: 20px;
}

.acordeon-ico {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  position: relative;
  transform: rotate(-90deg);
}

.acordeon-ico.modelo2 {
  position: absolute;
  left: 10px;
  transform: rotate(-90deg);
}

.acordeon-conteudo {
  justify-content: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  overflow: hidden;
}

.link-externo {
  color: #444;
  text-decoration: underline;
}

.link-externo:hover {
  background-color: rgba(0, 0, 0, .07);
}

.link-externo.w--current {
  display: none;
}

.card-modal {
  background-color: var(--branco);
  background-image: url('../images/base.-dir.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  overflow: auto;
}

.card-modal-conteudo {
  grid-template-rows: auto;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.bt-img {
  width: 35px;
  height: 35px;
  float: right;
  color: var(--preto);
  text-align: center;
  background-image: url('../images/fechar.svg');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.15em;
  text-decoration: none;
  transition: all .2s;
  transform: translate(0);
}

.bt-img:hover {
  background-image: url('../images/fechar2.svg');
  background-position: 0 0;
  background-size: auto;
  transform: translate(0, 2px);
}

.bt-img.w--current {
  padding: 6px;
  font-size: 1.2em;
}

.botao {
  align-items: center;
  font-family: noto-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  transition: all .2s;
  transform: translate(0);
}

.botao:hover {
  filter: brightness(200%);
  transform: translate(0, 4px);
}

.botao.horizontal {
  display: flex;
}

.botao.horizontal.bt-iniciar {
  background-color: #eee;
  flex-direction: row;
  margin-bottom: 60px;
  padding: 10px 20px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}

.botao.horizontal.bt-iniciar:hover {
  filter: none;
  background-color: #ddd;
  box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}

.botao.horizontal.print {
  min-height: 40px;
  min-width: 40px;
  background-image: url('../images/impressora.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  display: block;
}

.botao.horizontal.print:hover {
  filter: none;
  background-image: url('../images/impressora2.svg');
}

.botao.horizontal.bt-navegacao {
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
}

.botao.horizontal.bt-navegacao:hover {
  filter: none;
  background-color: #ddd;
  box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}

.bt-texto {
  color: #505050;
  font-family: noto-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.card-horizontal {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.card-horizontal.box-atencao {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.card-horizontal.modelo2 {
  background-color: rgba(149, 181, 36, .2);
  align-items: center;
}

.card-horizontal.nota {
  color: var(--preto);
  justify-content: center;
  padding: 0;
  font-family: noto-sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
}

.card-horizontal-conteudo {
  grid-template-rows: auto;
  align-items: flex-end;
}

.columns-footer {
  display: flex;
}

.column1-footer {
  min-height: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column2-footer {
  min-height: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.modal1 {
  z-index: 100;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-horizontal-ico {
  min-width: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.card-horizontal-ico.top {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.card-horizontal-ico.top.ico-atencao {
  max-width: 70px;
  min-width: 70px;
  margin-left: 0;
  margin-right: 10px;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.container-navbar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.brand {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-right: .5rem;
}

.brand.w--current {
  margin-left: 0;
}

.nav-link {
  min-height: 80px;
  text-align: center;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: noto-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-link:hover {
  background-color: var(--verde-logo);
  color: var(--branco);
  font-weight: 700;
}

.nav-link.w--current {
  background-color: var(--verde-logo);
  color: var(--branco);
  align-items: center;
  font-weight: 700;
}

.navbar {
  z-index: 2;
  background-color: #fcfcfc;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.tab-link-texto {
  color: var(--preto);
  text-align: center;
  margin-bottom: 10px;
  font-family: noto-sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.tab-link-texto._2 {
  color: var(--dark-olive-green);
  margin: 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.lista-decorativa {
  color: var(--preto);
  background-image: url('../images/quadrado-vermelho_1.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: auto 12px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: noto-sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
  list-style-type: none;
}

.lista-decorativa.texto-modal {
  font-size: 17px;
  line-height: 27px;
}

.lista-decorativa.texto-modal._1linha {
  background-position: 0 7px;
}

.card-flip {
  perspective: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
}

.bt-ico-right {
  background-image: url('../images/seta-esq.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 10px;
}

.bt-ico-right:hover {
  filter: grayscale();
}

.bt-ico-left {
  padding-left: 10px;
}

.bt-ico-left:hover {
  filter: grayscale();
}

.referencias {
  font-size: 17px;
  line-height: 24px;
}

.destaque-atencao {
  color: var(--vermelho-logo);
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: noto-sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.destaque-atencao.nospace {
  padding-bottom: 0;
}

.modal {
  color: #444;
  text-decoration: underline;
}

.modal:hover {
  background-color: rgba(0, 0, 0, .07);
}

.modal-texto {
  font-size: 17px;
  line-height: 27px;
}

.body2 {
  background-image: url('../images/lateral_esq_ua.svg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: 3%;
}

.mais {
  color: var(--branco);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
}

.img-acordeon {
  position: absolute;
  top: 0;
}

.card-caixa {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.card-caixa.modelo1 {
  border-left: 10px solid var(--dark-olive-green);
  background-color: #eff3e1;
  margin-bottom: 40px;
}

.card-caixa.modelo1.nospace {
  margin-bottom: 20px;
}

.nospace {
  margin-bottom: 0;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 450px) minmax(0, 450px);
  justify-content: center;
  margin-bottom: 30px;
}

.card-vertical-ico {
  margin: auto;
  padding: 10px;
}

.card-vertical-ico.ico-125 {
  max-width: 125px;
  min-width: 125px;
  text-align: center;
  padding-right: 20px;
}

.card-vertical-ico.ico-100 {
  max-width: 140px;
  min-width: 140px;
  text-align: center;
  padding: 10px 0;
}

.card-horizontal-conteudo-2 {
  grid-template-rows: auto;
}

.acordeon-cabecalho-titulo-2 {
  color: #60770e;
  margin-left: 10px;
  font-family: noto-sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
}

.grid-cards-avaliacao {
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.card-tabela {
  margin-top: 10px;
  margin-bottom: 40px;
}

.card-tabela.nospace {
  margin-bottom: 0;
}

.card-tabela-conteudo {
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  align-items: start;
  justify-items: start;
  display: block;
}

.credito2 {
  margin-bottom: 20px;
  font-family: noto-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.vermelho {
  color: var(--vermelho-logo);
}

.credito3 {
  background-color: rgba(168, 24, 21, .15);
  margin-bottom: 20px;
  padding: 20px;
  font-family: noto-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.credito1 {
  color: var(--dark-olive-green);
  margin-top: 40px;
  font-family: noto-sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.epigrafe {
  color: var(--saddle-brown);
  text-align: right;
  margin-bottom: 0;
  margin-left: 25%;
  font-family: dunbar-tall, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 45px;
}

.verde {
  color: #415204;
}

.card-vertical {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.card-vertical.modelo1 {
  min-height: 270px;
  background-color: rgba(149, 181, 36, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-vertical-conteudo {
  grid-template-rows: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.centro-esquema {
  text-align: center;
  margin-bottom: 0;
  line-height: 30px;
}

.modal2 {
  z-index: 100;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  padding-right: 25%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modelo-mais {
  width: 25%;
  min-height: 100px;
  border-bottom: 4px solid var(--verde-logo);
  background-color: var(--branco);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.modelo-mais.w--current {
  width: 20%;
  min-height: 150px;
  background-color: #eee;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.modelo-mais.fim {
  width: 40%;
  align-items: center;
}

.ponto {
  width: 40px;
  height: 40px;
  background-image: url('../images/losango-verde-total.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -23px;
}

.ponto:hover {
  background-image: url('../images/quadrado-vermelho.svg');
}

.tabs-menu {
  display: flex;
}

.bullet-atencao {
  color: var(--vermelho-logo);
  margin-left: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  list-style-type: decimal;
}

.tab-pane {
  background-color: rgba(149, 181, 36, .15);
  padding: 40px 20px 20px;
}

.tab {
  margin-bottom: 40px;
}

.div-block-4 {
  margin-bottom: 10px;
  display: flex;
}

.card-img {
  margin-bottom: 30px;
}

.div-block-3 {
  min-width: 725px;
  background-image: url('../images/fundo.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.card-img-2 {
  margin-bottom: 20px;
}

.div-block-5 {
  max-width: 1350px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.grid-5 {
  height: 100vh;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.div-block-6 {
  min-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
  margin-left: 20%;
  display: flex;
}

.espaco-paragrafo {
  margin-bottom: 40px;
}

.grid-4 {
  grid-template-rows: minmax(0, 38px);
  margin-top: 40px;
  margin-bottom: 20px;
}

.credito4 {
  color: #60770e;
  margin-bottom: 10px;
  font-family: noto-sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nota-final-curso {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 48%, #000 50%, rgba(0, 0, 0, 0) 51%);
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-percurso {
  z-index: 4;
  background-color: #a81815;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.bt-ico-abertura {
  margin-left: 5px;
  transform: rotate(-90deg);
}

.bt-ico-abertura:hover {
  filter: grayscale();
}

.display-none {
  display: none;
}

.titulo-nivel1 {
  min-height: 180px;
  min-width: 650px;
  text-indent: -9999px;
  background-image: url('../images/titulo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    color: var(--vermelho-logo);
    text-align: center;
    text-indent: 0;
    margin-top: 35%;
    margin-right: 0;
    font-size: 54px;
    line-height: 54px;
  }

  .section.bg-fundo {
    height: 125vh;
    background-color: var(--branco);
    background-image: url('../images/fundo_cel.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .container {
    padding-left: 40px;
  }

  .isbn {
    margin-left: 0%;
  }

  .acordeon-conteudo {
    flex-wrap: wrap;
  }

  .card-modal {
    object-fit: contain;
  }

  .botao.horizontal.bt-iniciar {
    margin-left: 0%;
  }

  .card-horizontal {
    object-fit: contain;
  }

  .card-horizontal.modelo2 {
    display: block;
  }

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

  .icon {
    color: #fff;
  }

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

  .container-navbar {
    margin-right: 0;
  }

  .menu-button {
    background-color: #7f7f7f;
    justify-content: flex-end;
  }

  .tab-link-texto {
    font-size: 18px;
    line-height: 16px;
  }

  .tab-link-texto._2 {
    font-size: 16px;
  }

  .card-caixa {
    object-fit: contain;
  }

  .acordeon-cabecalho-titulo-2 {
    font-size: 18px;
    line-height: 16px;
  }

  .card-vertical {
    object-fit: contain;
  }

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

  .modelo-mais {
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px;
  }

  .modelo-mais.w--current {
    width: 100%;
    min-height: 50px;
  }

  .modelo-mais.fim {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .div-block-3 {
    min-width: 720px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-5 {
    align-items: stretch;
  }

  .grid-5 {
    flex-direction: column;
    grid-template-columns: 1.25fr minmax(200px, 1fr);
    grid-auto-flow: column;
    display: flex;
  }

  .div-block-6 {
    max-width: 900px;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .grid-4 {
    grid-template-rows: minmax(0, 44px);
  }

  .credito4, .bold-text-2 {
    line-height: 20px;
  }

  .titulo-nivel1 {
    min-height: 150px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    min-width: 450px;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 23px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 18px;
  }

  blockquote {
    margin-left: 10%;
    margin-right: 0;
  }

  figcaption {
    font-size: 14px;
  }

  .section.bg-fundo {
    height: 105vh;
  }

  .section.bg-branco {
    height: auto;
  }

  .container {
    padding-left: 20px;
  }

  .acordeon {
    margin-bottom: 0;
  }

  .acordeon-conteudo {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-modal {
    left: 25%;
  }

  .bt-img.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .botao.horizontal.bt-iniciar {
    margin-bottom: 60px;
  }

  .card-horizontal.box-atencao {
    display: block;
  }

  .modal1 {
    display: none;
  }

  .card-horizontal-ico {
    max-width: 60px;
  }

  .container-navbar {
    width: 60px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .body2 {
    background-image: none;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .card-vertical-ico {
    max-width: 60px;
  }

  .acordeon-cabecalho-titulo-2 {
    font-size: 20px;
    line-height: 38px;
  }

  .card-tabela {
    margin-left: auto;
    margin-right: auto;
  }

  .modal2 {
    display: none;
  }

  .card-img {
    margin-left: auto;
    margin-right: auto;
  }

  .card-img-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    min-width: 450px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .titulo-nivel1 {
    min-width: 450px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    min-width: 250px;
    font-size: 30px;
    line-height: 30px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    text-align: center;
    margin: 20px auto 0;
    padding-bottom: 0;
    line-height: 33px;
  }

  h4 {
    line-height: 30px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 18px;
    line-height: 29px;
  }

  a {
    white-space: normal;
  }

  ul {
    padding-left: 10px;
    font-family: noto-sans, sans-serif;
  }

  ol {
    padding-left: 20px;
  }

  li {
    font-family: noto-sans, sans-serif;
    font-size: 17px;
    line-height: 22px;
  }

  blockquote {
    background-position: 0 0;
    background-size: 50px;
    margin-left: 0%;
    padding-top: 60px;
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
  }

  figcaption {
    font-size: 14px;
    line-height: 17px;
  }

  .section.bg-fundo {
    height: auto;
  }

  .container {
    text-align: left;
  }

  .acordeon {
    margin-bottom: 1em;
  }

  .acordeon.modelo1 {
    margin-bottom: 60px;
  }

  .acordeon-ico {
    font-size: 20px;
  }

  .card-modal {
    display: block;
    left: 0%;
  }

  .botao {
    font-size: 14px;
  }

  .botao.horizontal.print {
    margin-left: 7px;
    margin-right: 5px;
  }

  .botao.horizontal.bt-navegacao {
    margin-bottom: 20px;
  }

  .card-horizontal {
    font-size: 18px;
    line-height: 29px;
    display: block;
  }

  .card-horizontal.nota {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .card-horizontal-conteudo {
    font-size: 18px;
    line-height: 29px;
  }

  .columns-footer {
    flex-direction: column;
  }

  .column1-footer {
    justify-content: flex-start;
    padding-left: 0;
  }

  .column2-footer {
    justify-content: flex-end;
    padding-right: 0;
  }

  .modal1 {
    display: none;
  }

  .card-horizontal-ico {
    margin-left: auto;
    margin-right: auto;
  }

  .container-navbar {
    display: flex;
  }

  .brand {
    width: 35%;
  }

  .brand.w--current {
    width: 30%;
  }

  .nav-link {
    width: 100%;
  }

  .navbar {
    display: flex;
  }

  .tab-link-texto {
    font-size: 17px;
    line-height: 22px;
    display: block;
  }

  .lista-decorativa {
    background-position: 0 9px;
    font-size: 18px;
    line-height: 29px;
  }

  .destaque-atencao {
    font-size: 18px;
  }

  .card-vertical-ico {
    margin-left: auto;
    margin-right: auto;
  }

  .card-horizontal-conteudo-2, .acordeon-cabecalho-titulo-2 {
    font-size: 18px;
    line-height: 29px;
  }

  .card-tabela-conteudo {
    align-content: flex-start;
  }

  .credito2, .credito3 {
    font-size: 12px;
    line-height: 18px;
  }

  .credito1 {
    font-size: 14px;
  }

  .epigrafe {
    margin-left: 0%;
    font-size: 20px;
    line-height: 35px;
  }

  .card-vertical {
    font-size: 18px;
    line-height: 29px;
    display: block;
  }

  .card-vertical-conteudo {
    font-size: 18px;
    line-height: 29px;
  }

  .modal2 {
    display: none;
  }

  .card-img-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    min-width: 300px;
    margin-left: 3%;
  }

  .credito4 {
    font-size: 14px;
  }

  .titulo-nivel1 {
    min-height: 80px;
    min-width: 250px;
    margin-right: 60px;
  }
}

#w-node-_4c2f48db-ca59-6a23-fe82-806c9abcaa78-dbea6315, #w-node-_4c2f48db-ca59-6a23-fe82-806c9abcaa84-dbea6315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aac924c-2ca3-1feb-42b7-c5012315c1d8-e7b26fb7 {
  align-self: start;
}

#w-node-_0cf1de5d-1a0f-f2d4-56bd-8384d47c663d-e7b26fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0026814-c448-77f7-d553-a15930dd8870-e7b26fb7 {
  align-self: start;
}

#w-node-e0026814-c448-77f7-d553-a15930dd8874-e7b26fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b39d147-c841-5332-f1d9-69fa0a0a157c-e7b26fb7 {
  align-self: start;
}

#w-node-_1b39d147-c841-5332-f1d9-69fa0a0a1580-e7b26fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1208b3ac-dd84-6081-dfa4-5db5e8060a07-e7b26fb7 {
  align-self: start;
}

#w-node-_1208b3ac-dd84-6081-dfa4-5db5e8060a0b-e7b26fb7, #w-node-cb6d1b67-df9d-cf87-5c8c-c64d9edb2aef-e7b26fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}