:root {
  --cor1: #e20177;
  --bg-cor-1-40-preto: #c58b9f;
  --preto-15: #d9d9d9;
  --cor1-15: #fbdfee;
  --branco: white;
  --preto-20: #ccc;
  --cor2: #355ca7;
  --preto-70: #4c4c4c;
  --cor1-25: #f8bfdd;
  --preto-40: #999;
  --cor2-30: #c2cee4;
  --cor2-15: #e1e7f2;
  --cor3: #b27825;
  --cor3-40: #e0c9a8;
  --cor3-15: #f4ebdf;
  --cor4: #d3c96c;
  --cor4-50: #e9e4b5;
  --cor4-15: #f9f7e9;
  --cor5: #6cd1d3;
  --cor5-50: #b5e8e9;
  --cor5-15: #e9f8f9;
  --cor6: #6cd37d;
  --cor6-50: #b5e9bd;
  --cor6-15: #e9f9ec;
  --cor7: #d5a56e;
  --cor7-50: #ead2b6;
  --cor7-15: #f9f2e9;
  --preto: black;
  --cor8: #6cb4d3;
  --cor8-50: #b5d9e9;
  --cor8-15: #e9f4f8;
  --cor1-escura: #2d304f;
  --bg-preto-15: #d9d9d9;
}

.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 {
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

h1 {
  max-width: 600px;
  color: var(--cor1);
  text-align: center;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.5rem;
}

h3 {
  margin-top: 0;
  margin-bottom: .625rem;
}

h5 {
  text-align: center;
  margin-top: 0;
  font-size: 17px;
}

p {
  margin-bottom: 1.25rem;
}

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

ul {
  font-size: 1.3rem;
  line-height: 1.9rem;
}

ol {
  margin-bottom: .625rem;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

li {
  margin-bottom: .625rem;
}

strong {
  font-weight: bold;
}

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.capa {
  height: 100vh;
  min-height: 600px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container.max-w-100 {
  max-width: 100vw;
}

.container.padding-ancora {
  padding-bottom: .625rem;
}

.marcas {
  align-self: center;
}

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

.acordeon.geral {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.acordeon-cabecalho {
  width: 100%;
  height: 70px;
  background-color: var(--bg-cor-1-40-preto);
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-self: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

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

.acordeon-container {
  background-color: var(--preto-15);
  padding: 15px 25px;
}

.capa {
  grid-template-rows: minmax(auto, 1fr) 132px auto 96px;
  grid-template-columns: .25fr 1fr .25fr;
  justify-items: center;
}

.botao {
  align-items: center;
}

.botao.vertical {
  flex-direction: column;
  display: flex;
}

.botao.vertical.voltar-topo {
  z-index: 3;
  position: fixed;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 5%;
}

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

.botao.bt-vertical {
  color: var(--cor1);
  text-align: center;
  flex-direction: column;
  align-self: center;
  padding: .313rem;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.botao.bt-vertical:hover {
  filter: brightness(200%);
  transform: translate(0, 10px);
}

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

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

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

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

.nav-link.w--current {
  background-color: var(--preto-20);
  color: #000;
}

.navbar {
  background-color: var(--branco);
  align-items: center;
  font-size: 1.063rem;
  font-weight: 700;
  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;
  color: var(--branco);
  padding-right: 10px;
  font-family: Bahamasn, sans-serif;
  font-size: 22px;
  display: none;
}

.menu-button {
  z-index: 3;
  background-color: var(--cor1-15);
}

.figura {
  justify-content: center;
  display: flex;
}

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

.bt-ico.rotate180 {
  transform: rotate(180deg);
}

.lista-decorativa {
  margin-left: -1.5rem;
  padding-left: 1.2em;
  font-family: Lato, sans-serif;
  list-style-type: none;
}

.lista-decorativa.bullet1 {
  background-image: url('../images/bullet_1bullet.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

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

.imagem {
  border-radius: .625rem;
}

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

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

.referencias a {
  color: var(--cor1);
  text-decoration: underline;
}

.referencias a:hover {
  background-color: var(--preto-15);
  color: var(--preto-70);
}

.display-none {
  display: none;
}

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

.cards.geral {
  border-radius: 1.875rem;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  line-height: 2.2rem;
  display: flex;
}

.cards.nota-final-curso {
  border-radius: 1.875rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.cards.marcas {
  flex-direction: column;
  order: 1;
  align-items: center;
  display: flex;
}

.cards.card-politica {
  background-color: #fce5f1;
  border-radius: .625rem;
  margin-bottom: 2.5rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.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 {
  color: var(--cor1);
  text-decoration: underline;
}

.link-modal:hover {
  color: #4d4d4d;
  background-color: #e5e5e5;
}

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

.ico-75 {
  max-width: 75px;
  min-width: 75px;
}

.bt-container {
  padding: .188rem;
}

.bt-container.rotate {
  transform: rotate(-90deg);
}

.card-container {
  padding: .625rem;
}

.card-container.flex {
  display: flex;
}

.floats-right {
  float: right;
}

.acordeon-ico {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 26px;
  display: flex;
  position: relative;
}

._w-940 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.bg-capa {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relative {
  position: relative;
}

.logo {
  margin: .625rem;
}

.max-w-100 {
  max-width: 6.25rem;
}

.epigrafe {
  max-width: 400px;
  border-left: 4px solid var(--cor1-25);
  border-radius: .625rem;
  font-size: 1.25rem;
  line-height: 1.6rem;
}

.epigrafe.right {
  margin-left: auto;
}

.bg-preto-40 {
  background-color: var(--preto-40);
}

.bg-rabisco {
  background-color: var(--branco);
  background-image: url('../images/bg-rabisco-rosa.png');
  background-position: 0 0;
  background-size: auto;
}

.grid-subtexto {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-subtexto._w-940 {
  grid-template-columns: 1fr 1fr;
}

.bg-cor1-15 {
  background-color: var(--cor1-15);
}

.bg-section {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-preto-5 {
  background-color: var(--preto-15);
}

.tabs-menu {
  padding: .125rem;
  display: flex;
}

.tab-link.modelo1 {
  text-align: center;
  background-color: #f0cbd8;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: .125rem;
  padding-left: .938rem;
  padding-right: .938rem;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.tab-link.modelo1.w--current {
  background-color: #c58b9f;
}

.tabs-content {
  background-color: #f0cbd8;
  border-radius: 10px;
  justify-content: flex-start;
  margin-left: .125rem;
  margin-right: .125rem;
  padding: 25px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: flex;
}

.ico-50 {
  max-width: 50px;
  min-width: 50px;
}

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

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

.card-tabela {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 4px 3px 5px 5px;
}

.texto-cor-branca {
  color: var(--branco);
}

.nota-final-curso-1 {
  align-items: center;
  display: flex;
}

.nota-final-curso-2 {
  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-5 {
  padding: .313rem;
}

.margin-20 {
  margin: 1.25rem;
}

.label.geral {
  border: 1px solid var(--preto-20);
  border-radius: .313rem;
  flex-direction: row;
  align-items: center;
  padding: .313rem;
  font-size: 1.1rem;
  line-height: 1rem;
  display: flex;
}

.label-container {
  padding: .188rem;
}

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

.creditos {
  flex-direction: column;
}

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

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

.creditos a {
  color: var(--cor1);
  text-decoration: underline;
}

.creditos a:hover {
  color: var(--preto-70);
}

.creditos em {
  color: var(--cor1);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7rem;
}

.creditos blockquote {
  background-color: #fbdfee;
  border: 1px #000;
  padding: 1rem;
}

.creditos a {
  color: #e20177;
  text-decoration: underline;
}

.creditos a:hover {
  color: #4c4c4c;
}

.creditos em {
  color: #e20177;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7rem;
}

.marca-curso-2 {
  font-size: 2rem;
  display: block;
}

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

.script-modal {
  z-index: 100;
  align-items: center;
}

.modal {
  background-color: #fff;
  border-radius: 20px;
  padding-top: .938rem;
  padding-left: .938rem;
  padding-right: .938rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}

.titulo-nivel2 {
  color: var(--cor1);
  margin-top: 0;
  margin-bottom: .625rem;
  padding-top: 3rem;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.5rem;
}

.titulo-nivel3 {
  color: var(--cor1);
  margin-bottom: .625rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.navbar-informacoes {
  z-index: 4;
  background-color: #fed4eb;
  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);
}

.botao2 {
  align-items: center;
  line-height: 1.1rem;
}

.botao2.bt-ir-topo {
  z-index: 6;
  width: 3rem;
  height: 2.188rem;
  background-color: #4c4c4c;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  flex-direction: column;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 4.688rem;
}

.botao2.bt-ir-topo:hover {
  background-color: #e20177;
}

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

.rotate--90 {
  transform: rotate(90deg);
}

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

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

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

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

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

.rt-creditos-menor blockquote {
  background-color: #fdf4ea;
  border: 1px #000;
  border-radius: .625rem;
  padding: 1rem;
}

@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: var(--cor2);
  }

  .modal {
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    max-width: 400px;
    font-size: 2.2rem;
  }

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

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

  .localizador {
    position: relative;
  }

  .container-navbar {
    width: 60px;
  }

  .texto-localizador {
    left: 472px;
  }

  .cards.geral, .cards.nota-final-curso {
    flex-direction: column;
  }

  .floats-right {
    float: none;
  }

  .grid-subtexto._w-940 {
    grid-template-columns: 1fr;
  }

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

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

  .marca-curso-2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .botao2.bt-ir-topo {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  ul {
    padding-left: 10px;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-left: 15px;
  }

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

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

  .capa {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr 1fr .25fr;
  }

  .botao {
    font-size: 14px;
  }

  .container-navbar {
    display: flex;
  }

  .brand {
    max-width: 100px;
  }

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

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

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

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

  .grid-casos._w-940 {
    grid-template-columns: 1fr;
  }

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

  .modal {
    display: block;
  }

  .botao2 {
    font-size: 14px;
  }
}

#w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-d59ff3e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9212c7c7-6c4d-1139-797c-27d8cc06e284-d59ff3e2, #w-node-_9212c7c7-6c4d-1139-797c-27d8cc06e285-d59ff3e2, #w-node-_9212c7c7-6c4d-1139-797c-27d8cc06e286-d59ff3e2, #w-node-_9212c7c7-6c4d-1139-797c-27d8cc06e287-d59ff3e2, #w-node-_9212c7c7-6c4d-1139-797c-27d8cc06e288-d59ff3e2, #w-node-_9212c7c7-6c4d-1139-797c-27d8cc06e28a-d59ff3e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d80efb54-f2ba-5b96-aec9-6555e8a06c79-5e405bd4, #w-node-_94d67d6a-5f1a-afcf-d2bb-8d4de81f995e-5e405bd4, #w-node-_67c34bd6-b627-648d-3c31-ceead905c6cc-5e405bd4, #w-node-f8365ddf-4d13-f51f-fc71-14bcc56773ac-5e405bd4, #w-node-_4e275244-4987-e538-768e-cf96b2912e13-5e405bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb89b4e3-348a-34f1-0381-74ee94e7e6a2-5e405bd4, #w-node-eb89b4e3-348a-34f1-0381-74ee94e7e6a3-5e405bd4, #w-node-eb89b4e3-348a-34f1-0381-74ee94e7e6a4-5e405bd4, #w-node-eb89b4e3-348a-34f1-0381-74ee94e7e6a6-5e405bd4, #w-node-eb89b4e3-348a-34f1-0381-74ee94e7e6a5-5e405bd4, #w-node-eb89b4e3-348a-34f1-0381-74ee94e7e6a8-5e405bd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-dd17cf19-94fc-c988-33e7-80fbacfca076-d59ff3e2 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Bahamasb';
  src: url('../fonts/BAHAMASB.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahamasn';
  src: url('../fonts/BAHAMASN.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}