:root {
  --preto: black;
  --cor2: #0077a3;
  --cor1-71: #f7941d;
  --cor1-10: #fdf4ea;
  --cor1-40: #e2be94;
  --cor-success: #b7e9bf;
  --branco: white;
  --preto-10: #e5e5e5;
  --bege: #ffda99;
  --preto-40: #999;
  --cor2-10: #e9f1f6;
  --vermelho: #d71921;
  --preto-70: #4c4c4c;
  --cor1-70: #e9ab61;
  --cor-error: #feddde;
  --cor-branco-70: rgba(255, 255, 255, .7);
  --bege-mais-escuro: #fec465;
}

.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;
}

body {
  color: var(--preto);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 2.1rem;
}

p {
  margin-bottom: 1.25rem;
}

a {
  color: var(--cor2);
}

a:focus-visible {
  outline-color: var(--cor1-71);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

a[data-wf-focus-visible] {
  outline-color: var(--cor1-71);
  outline-offset: 2px;
  outline-width: 3px;
  outline-style: solid;
}

ul, ol {
  margin-bottom: 1.25rem;
  padding-left: 20px;
  line-height: 1.9rem;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 1px #000;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.container {
  flex: 1;
  padding: 2.5rem 1.25rem;
}

.container.modal-print {
  justify-content: center;
  align-items: center;
  display: flex;
}

.marcas {
  align-self: center;
}

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

.acordeon.acordeon-1 {
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.acordeon.acordeon-6 {
  border-radius: 1.25rem;
}

.acordeon-cabecalho-1 {
  cursor: pointer;
  align-self: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.acordeon-overflow {
  justify-content: flex-start;
  overflow: hidden;
}

.acordeon-container {
  padding: .938rem 1.563rem;
}

.botao.print {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.botao.bt-4 {
  color: #fff;
  text-align: center;
  border-radius: .625rem;
  padding: .938rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.botao.bt-1 {
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
}

.botao.bt-1:hover {
  color: var(--cor2);
}

.columns-footer {
  align-items: center;
  display: flex;
}

.localizador {
  flex-direction: row;
  display: none;
}

.nav-menu {
  background-color: var(--cor1-10);
  flex-direction: row;
  align-items: center;
}

.img-localizador {
  min-width: 140px;
}

.brand {
  margin-left: 5px;
}

.nav-link:hover {
  color: #fff;
  background-color: #e20177;
}

.nav-link.w--current {
  color: #000;
  background-color: #d9d9d9;
}

.navbar {
  text-align: right;
  background-color: #fff;
  align-items: center;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 100%;
  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);
}

.texto-localizador {
  min-width: 130px;
  padding-right: 10px;
}

.menu-button {
  z-index: 3;
  background-color: #fbdfee;
}

.bt-ico {
  min-height: 2.5rem;
  min-width: 2.5rem;
}

.lista-decorativa {
  background-image: url('../images/bullet-branco_1bullet-branco.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  margin-bottom: .625rem;
  margin-left: -1.2rem;
  padding-left: 1.2em;
  list-style-type: none;
}

.lista-decorativa.bullet1 {
  background-image: url('../images/bullet.svg');
  background-position: 0 10px;
  background-size: auto 10px;
}

.titulo-img {
  color: var(--cor2);
  text-align: center;
  margin-bottom: .938rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.legenda {
  margin-top: .625rem;
  font-size: 1rem;
  line-height: 1.1rem;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.fonte {
  margin-top: .625rem;
  font-size: .9rem;
  line-height: 1.1rem;
}

.max-w-300 {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.display-none {
  display: none;
}

.margin-bottom-10 {
  margin-bottom: .625rem;
}

.cards.marcas {
  order: 1;
}

.cards.card-block-7 {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  flex-direction: row;
  align-items: center;
}

.cards.card-block-0 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards.card-block-0.bg-cor1-10 {
  background-color: var(--cor1-10);
}

.cards.card-block-7 {
  background-color: #fff;
  border-radius: .313rem;
  flex-direction: row;
  align-items: center;
}

.cards.card-modal {
  background-color: #fff;
  border-radius: .636rem;
  flex-direction: row;
  align-items: center;
}

.cards.card-proposta {
  border-radius: 1.25rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-atencao {
  border: 2px solid var(--cor1-71);
  border-radius: .625rem;
  flex-direction: row;
  align-items: center;
  padding: .938rem .625rem 0;
}

.cards.card-avaliacao {
  border-radius: 1.25rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards.card-subtexto {
  border-radius: 1.25rem;
  flex-direction: row;
  align-items: center;
  padding: .625rem;
}

.cards.card-ficha {
  max-width: 725px;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #000;
  flex-direction: row;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  font-size: .95rem;
  line-height: 1.2rem;
  display: flex;
}

.link-modal:hover {
  color: var(--cor2);
}

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

.ico-70 {
  max-width: 4.375rem;
  min-width: 4.375rem;
}

.botao-container {
  padding: .25rem;
}

.floats-right {
  float: right;
  margin-left: 1.25rem;
}

.floats-left {
  float: left;
  margin-right: 1.25rem;
}

.acordeon-ico {
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

.logo {
  margin: .625rem;
}

.epigrafe {
  max-width: 600px;
  border-right: 4px dotted var(--cor1-71);
  text-align: right;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.6rem;
}

.bg-cor1-10 {
  grid-column-gap: 3px;
  grid-row-gap: 1px;
  background-color: var(--cor1-10);
}

.bg-branco {
  background-color: #fff;
}

.bt-modal-fechar {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #e20177;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-size: 1.3em;
  line-height: 1.15em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.bt-modal-fechar:hover {
  color: #e20177;
  background-color: #ccc;
  transform: translate(0, 2px);
  box-shadow: inset 0 -2px rgba(255, 255, 255, .5), 0 2px 0 -2px #4d6f22, 0 0 2px rgba(0, 0, 0, .3);
}

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

.label.label-flex-6 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
}

.label.label-block-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1rem;
}

.label.label-flex-9 {
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
}

.label.label-flex-9:hover {
  color: var(--cor2);
}

.label.label-flex-10 {
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
}

.label.label-flex-10:hover {
  color: var(--cor2);
}

.label.label-block-6 {
  max-width: 50px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-decoration: none;
}

.label.label-flex-6 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
}

.label-container {
  align-items: center;
}

.ico-15 {
  max-width: .938rem;
  min-width: .938rem;
}

.margin-left-5 {
  margin-left: .313rem;
}

.margin-right-5 {
  margin-right: .313rem;
}

.rt-creditos {
  flex-direction: column;
}

.rt-creditos p {
  margin-bottom: .313rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.rt-creditos blockquote {
  background-color: var(--cor1-10);
  border: 1px #000;
  border-radius: .625rem;
  padding: 1rem;
}

.margin-bottom-15 {
  margin-bottom: .938rem;
}

.ico-40 {
  max-width: 2.5rem;
  min-width: 2.5rem;
}

.texto-cor2 {
  color: var(--cor2);
}

.ico-20 {
  max-width: 1.25rem;
  min-width: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.border-cor1-40 {
  border-color: var(--cor1-40);
}

.bg-cor1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--cor2);
}

.padding-20 {
  padding: 1.25rem;
}

.padding-10 {
  padding: .625rem;
}

.padding-bottom-10 {
  padding-bottom: .625rem;
}

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

.max-w-600 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.state-success {
  z-index: 1;
  text-align: left;
  padding: .625rem;
}

.state-error {
  z-index: 1;
  margin-top: 0;
  padding: .625rem;
}

.margin-right-10 {
  margin-right: .625rem;
}

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

.margin-left-10 {
  margin-left: .625rem;
}

.text-align-left {
  text-align: left;
}

.bg-cor-success {
  background-color: var(--cor-success);
}

.grid-botoes-modal {
  grid-template-rows: auto;
}

.padding-5 {
  padding: .313rem;
}

.padding-0 {
  padding: 0;
}

.grid-footer {
  grid-template-rows: auto;
}

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

.dropdown-list.w--open {
  background-color: var(--cor1-10);
  right: 0;
}

.section-botoes-impressao {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  display: none;
  position: fixed;
}

.tabs-content {
  background-color: var(--branco);
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.tabs-navbar {
  background-color: var(--preto-10);
  justify-content: space-between;
  align-items: center;
  padding: .625rem;
  display: flex;
}

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

.card-flip {
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
  display: flex;
}

.bt-tabs {
  align-items: center;
  display: flex;
}

.max-w-450 {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-nivel2 {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.titulo-nivel3, .titulo-nivel4, .titulo-nivel5, .titulo-nivel6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.titulo-nivel1 {
  color: var(--cor2);
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.titulo-nivel1.text-align-center.texto-cor1 {
  color: var(--cor2);
}

.bg-index {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  object-position: 100% 100%;
  position: absolute;
  top: auto;
  bottom: 2.5rem;
  left: auto;
  right: 0%;
}

.section-index {
  min-height: 100vh;
  background-color: var(--bege);
  position: relative;
}

.container-index {
  z-index: 2;
  height: 100vh;
  min-height: 600px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.epigrafe2 {
  font-size: 1rem;
  line-height: 1.9rem;
}

.aspas-abre {
  width: 2.3rem;
  height: 1.9rem;
  text-indent: -1000px;
  background-image: url('../images/aspas-abre_1aspas-abre.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .313rem;
  display: inline-block;
}

.aspas-fecha {
  width: 2.3rem;
  height: 1.9rem;
  text-indent: -1000px;
  background-image: url('../images/aspas-fecha_1aspas-fecha.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .313rem;
  display: inline-block;
}

.ico-navbar-burger {
  max-width: 25px;
  min-width: 25px;
  justify-content: center;
  align-items: center;
}

.subtitulo-menu {
  font-size: 11px;
  font-weight: 700;
}

.ico-navbar-seta {
  max-width: 25px;
  min-width: 25px;
  justify-content: center;
  align-items: center;
}

.dropdown-2 {
  display: block;
}

.dropdown-list-1 {
  width: 250px;
  max-height: 80vh;
  background-color: #fff;
  overflow: auto;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
}

.container-navbar-2 {
  align-items: center;
  margin-left: 0;
  display: flex;
}

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

.navbar-2 {
  background-color: #fff;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  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);
}

.dropdown-list-2 {
  position: static;
}

.dropdown-toggle {
  color: #39a8bf;
  white-space: normal;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.subtitulo-localizador {
  font-size: 12px;
  font-weight: 700;
}

.nav-link-2 {
  color: #39a8bf;
  white-space: pre-wrap;
  border-bottom: 1px solid #39a8bf;
  padding: 10px;
}

.nav-link-2:hover {
  color: #fff;
  background-color: #39a8bf;
}

.nav-link-2.w--current {
  color: #4c4c4c;
  background-color: #fcb867;
}

.max-w-750 {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ancora-inicio {
  z-index: 4;
  background-color: rgba(0, 0, 0, .4);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  padding: 5px 10px;
  position: fixed;
  bottom: 0%;
  right: 3%;
  transform: rotate(180deg);
}

.modal {
  z-index: 100;
  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%;
}

.modal.modal-1, .modal.modal-atividade-autoavaliacao {
  display: none;
}

.bg-modal {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-h-500-auto {
  max-height: 500px;
  overflow: auto;
}

.botao-salvar {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: .313rem;
  padding: .625rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1rem;
  display: inline-block;
}

.atividade-autoavaliacao {
  text-align: right;
  position: relative;
}

.botao-comentarios {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: .313rem;
  padding: .625rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1rem;
  display: inline-block;
}

.textarea {
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
}

.navbar-modal {
  border-bottom: 1px solid var(--preto-40);
  justify-content: space-between;
  align-items: center;
  padding: .625rem;
  font-size: 1.1rem;
  line-height: 1rem;
  display: flex;
}

.navbar-modal-left {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bt-modal-voltar {
  padding: .313rem;
  display: none;
}

.container-fullscreen-4 {
  z-index: 2;
  height: 100vh;
  min-height: 600px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 1.25rem;
  display: flex;
  position: relative;
}

.section-fullscreen-4 {
  background-color: var(--bege);
  position: relative;
}

.titulo-fullscreen-4 {
  color: var(--cor2);
  text-align: center;
  margin: 0 auto;
  font-size: 2.5rem;
  line-height: 3rem;
}

.titulo-fullscreen-4.max-w-450 {
  color: var(--cor2);
}

.bg-fullscreen-2 {
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  bottom: 0%;
}

.accordion-trigger {
  width: 100%;
  color: #000;
  cursor: pointer;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordion-trigger:hover {
  color: #4353ff;
}

.acordeon-cabecalho-7 {
  width: 100%;
  background-color: var(--cor1-10);
  cursor: pointer;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding-left: 1.25rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
  display: flex;
  box-shadow: -1px 5px 5px rgba(0, 0, 0, .1);
}

.caixa-ico {
  width: 60px;
  height: 100%;
  background-color: var(--cor1-71);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.bg-cor2-10 {
  grid-column-gap: 3px;
  grid-row-gap: 1px;
  background-color: var(--cor2-10);
}

.banner {
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.bg-faixa-parallax {
  width: 100%;
  height: 190px;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 0%;
}

.tit-abertura {
  color: var(--cor2);
  text-align: center;
  font-size: 3rem;
}

.subtit-abertura {
  color: var(--vermelho);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

.logos {
  max-width: 350px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.bg-faixa-parallax2 {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: 100% 50%;
}

.tabs-menu-0 {
  display: flex;
}

.tab-link.tab-link-3 {
  background-color: var(--branco);
  text-align: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 .125rem 2px;
  padding-left: .938rem;
  padding-right: .938rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.tab-link.tab-link-3:hover {
  border: 3px solid var(--branco);
  background-color: var(--bege);
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tab-link.tab-link-3.w--current {
  background-color: var(--cor1-71);
  color: var(--preto);
}

.nota-final {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  font-size: 1.3rem;
  display: flex;
}

.nota-final1 {
  text-align: right;
}

.nota-final2 {
  flex-direction: row;
  justify-content: space-around;
}

.nota-final3 {
  text-align: center;
  border-top: 2px solid #000;
}

.referencias {
  font-size: 1rem;
  line-height: 1.3rem;
}

.creditos-tit1 {
  color: var(--cor2);
  margin-bottom: 1.25rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2rem;
}

.creditos-tit2 {
  color: var(--cor2);
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.overflow-tabela {
  overflow: auto;
}

.dropdown-link:hover {
  background-color: var(--branco);
}

.dropdown-link.w--current {
  color: var(--cor2);
}

.texto-link-topo {
  text-indent: -9999px;
  transform-style: preserve-3d;
  font-size: .5rem;
  line-height: 0;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.navbar-orientacoes {
  z-index: 4;
  background-color: var(--branco);
  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);
}

.identificador {
  color: var(--cor2);
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
}

.rt-creditos-menor {
  max-width: 725px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.rt-creditos-menor p {
  margin-bottom: .313rem;
  font-size: 1rem;
  line-height: 1.2rem;
}

.rt-creditos-menor blockquote {
  background-color: var(--cor1-10);
  border: 1px #000;
  border-radius: .625rem;
  padding: 1rem;
}

.rt-creditos-material {
  background-color: var(--cor1-10);
  border-radius: 1.25rem;
  flex-direction: column;
  margin-bottom: 2.5rem;
  padding: 1.25rem;
}

.rt-creditos-material p {
  margin-bottom: .313rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.rt-creditos-material blockquote {
  background-color: var(--cor1-10);
  border: 1px #000;
  border-radius: .625rem;
  padding: 1rem;
}

.indentacao-card-ficha {
  margin-left: 20px;
  display: inline-block;
}

.text-align-right {
  text-align: right;
}

.titulo-ficha {
  max-width: 725px;
  margin-bottom: .625rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  line-height: 1.2rem;
}

.logos2 {
  max-width: 300px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .acordeon-overflow {
    flex-wrap: wrap;
  }

  .localizador {
    z-index: 2;
  }

  .icon {
    color: #fff;
  }

  .texto-localizador {
    left: 143px;
  }

  .menu-button {
    background-color: #7f7f7f;
  }

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

  .cards.marcas {
    align-self: center;
  }

  .bg-index {
    object-position: 100% 100%;
    position: static;
  }

  .nav-menu-2 {
    z-index: 2;
  }

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

  .logos, .logos2 {
    grid-row-gap: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .acordeon-overflow {
    flex-wrap: wrap;
  }

  .botao.bt-1 {
    font-size: 1rem;
  }

  .localizador {
    position: relative;
  }

  .texto-localizador {
    left: 472px;
  }

  .lista-decorativa.bullet1 {
    background-position: 0 8px;
    background-size: auto 10px;
  }

  .cards.card-block-7, .cards.card-block-0, .cards.card-block-7 {
    flex-direction: column;
  }

  .cards.card-modal {
    flex-direction: column;
    position: absolute;
    top: 55px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cards.card-modal.z-index-2 {
    border-radius: 0;
  }

  .cards.card-proposta, .cards.card-atencao, .cards.card-avaliacao, .cards.card-subtexto {
    flex-direction: column;
  }

  .floats-right {
    float: none;
    margin-left: 0;
  }

  .floats-left {
    float: none;
    margin-right: 0;
  }

  .bt-modal-fechar {
    display: none;
  }

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

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

  .nav-menu-2 {
    position: relative;
  }

  .bt-modal-voltar {
    display: block;
  }

  .logos {
    grid-column-gap: 0rem;
  }

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

  .tab-link {
    margin-left: auto;
    margin-right: auto;
  }

  .overflow-tabela {
    max-height: 45vh;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    padding-left: 1.25rem;
  }

  blockquote {
    font-size: 17px;
    line-height: 21px;
  }

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

  .botao {
    font-size: 14px;
  }

  .texto-localizador {
    font-size: 19px;
    left: 224px;
  }

  .lista-decorativa {
    background-position: 0 5px;
  }

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

  .cards.marcas.text-align-center {
    order: 0;
  }

  .cards.card-ficha {
    flex-direction: column;
  }

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

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

  .ico-navbar-burger, .ico-navbar-seta {
    font-size: 20px;
  }

  .subtitulo-localizador {
    display: none;
  }

  .logos {
    margin-bottom: 2.5rem;
  }

  .nota-final {
    font-size: .8rem;
  }

  .logos2 {
    margin-bottom: 2.5rem;
  }
}

#w-node-e1b552f8-1d18-631a-8045-60d2d29301f9-1da22321 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_12c71249-6697-7601-fb91-717d3c573031-1da22321 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-_12c71249-6697-7601-fb91-717d3c573034-1da22321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e1b552f8-1d18-631a-8045-60d2d29301f9-cba22329 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb60dc31-c42d-ef25-6fcb-af3a59c7e35f-b8a2232d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_007ac68a-685d-cf0b-3c4e-99b07e1ef9b9-b8a2232d, #w-node-_007ac68a-685d-cf0b-3c4e-99b07e1ef9bb-b8a2232d, #w-node-_007ac68a-685d-cf0b-3c4e-99b07e1ef9bc-b8a2232d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0a0e83f4-cb01-0794-801a-2719c4406158-aca22334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef4a8a21-437f-09fb-5cfd-8254c3bebad4-aca22334 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: center;
}

#w-node-ef4a8a21-437f-09fb-5cfd-8254c3bebad7-aca22334, #w-node-ef4a8a21-437f-09fb-5cfd-8254c3bebad9-aca22334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_17f1b7d8-befd-d39a-2c35-e84277bc5c75-ae060478 {
  align-self: center;
  justify-self: center;
}

#w-node-_3e9c3fc8-4150-0143-bf0f-ed2a0dc8728f-1fa22338 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_3e9c3fc8-4150-0143-bf0f-ed2a0dc87292-1fa22338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e9c3fc8-4150-0143-bf0f-ed2a0dc87294-1fa22338 {
  justify-self: stretch;
}

#w-node-_9a1ae55e-7df7-f006-3e1e-0fe299e06fb3-1fa22338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a1ae55e-7df7-f006-3e1e-0fe299e06fb6-1fa22338, #w-node-_9a1ae55e-7df7-f006-3e1e-0fe299e06fb8-1fa22338, #w-node-_9a1ae55e-7df7-f006-3e1e-0fe299e06fb9-1fa22338 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bdfd4994-ab34-252f-63cd-b11e3dc276c2-88169cd3 {
  justify-self: end;
}

#w-node-c7c1d197-61fb-27a2-5430-3023ee9ea317-88169cd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e1b552f8-1d18-631a-8045-60d2d29301f9-1da22321, #w-node-e1b552f8-1d18-631a-8045-60d2d29301f9-cba22329 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_007ac68a-685d-cf0b-3c4e-99b07e1ef9bd-b8a2232d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a0e83f4-cb01-0794-801a-2719c4406158-aca22334 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9a1ae55e-7df7-f006-3e1e-0fe299e06fba-1fa22338 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17f1b7d8-befd-d39a-2c35-e84277bc5c75-ae060478 {
    align-self: center;
  }
}


@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;
}