:root {
  --verde: #097951;
  --laranja: #fad9c7;
}

.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(--verde);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--verde);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

p {
  color: #000;
  margin-bottom: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 26px;
  list-style-type: none;
}

li {
  color: #000;
  background-image: url('../images/leaf-azul.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 15px;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

.abertura {
  min-height: 600px;
  background-color: var(--verde);
  background-image: url('../images/abertura.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_curso {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-bottom: auto;
  display: flex;
}

.navbar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-menu {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  color: #025537;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 40px 10px 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--verde);
  background-color: rgba(46, 123, 190, .1);
  padding-top: 10px;
}

.nav-link:active {
  background-color: #a8b7c3;
}

.nav-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  border-bottom: 3px solid #0082f3;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.onda {
  width: 100%;
  margin: 0 0 -1px;
  padding-bottom: 0;
}

.secao {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.secao.blue {
  background-color: var(--verde);
  flex-direction: column;
  align-items: center;
}

.secao.blue.fundo1 {
  background-color: var(--verde);
  opacity: 1;
  background-image: url('../images/comunitarios2.png');
  background-position: -15% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.secao.blue.fundo2 {
  background-image: url('../images/comunitarios4.png');
  background-position: -50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-attachment: fixed;
}

.secao.blue.fundo3 {
  background-image: url('../images/ilustra82.png');
  background-position: -70% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.secao.fundo4 {
  background-image: url('../images/planta1.png');
  background-position: 140%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}

.secao.fundo5 {
  border-top: 5px dotted var(--verde);
  background-color: var(--laranja);
  background-image: url('../images/comunitarios3.png'), url('../images/comunitarios1.png');
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 50%, auto 50%;
  background-attachment: fixed, fixed;
}

.secao.fundo6 {
  background-image: url('../images/ilustra52.png');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-attachment: fixed;
  position: relative;
}

.secao.fundo1 {
  background-image: url('../images/comunitarios2.png');
  background-position: -15% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.container {
  z-index: 1;
  padding-left: 80px;
  padding-right: 80px;
}

.h2-branco, .h2-branco h1 {
  color: #fff;
}

.h2-branco li {
  color: #fff;
  background-image: url('../images/leaf-branca.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-attachment: scroll;
  margin-bottom: 15px;
  padding-left: 25px;
}

.h2-branco p {
  color: #fff;
}

.h2-branco ul {
  margin-bottom: 1.5em;
  padding-left: 0;
  list-style-type: none;
}

.h2-branco h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 44px;
}

.css {
  color: var(--verde);
}

.tabela {
  margin-bottom: 20px;
}

.img-destaque {
  width: 35px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.box_amarelo {
  background-color: var(--laranja);
  border-radius: 0 20px;
  align-items: flex-start;
  margin-bottom: 1.5em;
  padding: 1em;
  font-size: 20px;
  line-height: 150%;
  display: block;
}

.destaque_texto {
  color: var(--verde);
  margin-bottom: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lista-box-amarelo {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: disc;
}

.lista-box-amarelo p {
  margin-bottom: 0;
  font-family: ff-uberhand-pro, sans-serif;
}

.lista-box-amarelo li {
  background-image: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: ff-uberhand-pro, sans-serif;
}

.lista-box-amarelo ul {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: disc;
}

.box_img {
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 16px;
}

.grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr .25fr;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 2em;
}

.div-azul {
  background-color: var(--verde);
  padding: 10px;
}

.div-azul-claro {
  background-color: #cef0dc;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.box_atencao {
  color: #eaf4a7;
  align-items: flex-start;
  margin-bottom: 1.5em;
  padding-right: 0;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.epigrafe-direita {
  border-right: 8px solid var(--verde);
  text-align: right;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: ff-uberhand-pro, sans-serif;
}

.epigrafe-esquerda {
  border-left: 8px solid var(--verde);
  color: #000;
  margin-bottom: 2em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: ff-uberhand-pro, sans-serif;
}

.epigrafe-div {
  min-width: 650px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 2em;
}

.img-div {
  margin-bottom: 10px;
}

.div-branco-grid2 {
  min-height: 250px;
  background-color: var(--laranja);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.acordeon-wrapper {
  background-color: rgba(0, 0, 0, 0);
  margin: 3em 0 20px;
  padding-bottom: 0;
}

.acordeon-icon {
  margin-left: 1em;
  margin-right: 0;
  position: relative;
}

.acordeon-item-content {
  width: 100%;
  background-color: var(--laranja);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
  margin-bottom: 2em;
  padding-top: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  overflow: hidden;
}

.acordeon-item {
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.acordeon-tit {
  width: 92%;
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.acordeon-item-trigger {
  width: 100%;
  height: 60px;
  border: 1px solid var(--laranja);
  background-color: var(--laranja);
  cursor: pointer;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 1em;
  display: flex;
}

.modal_text {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 150%;
  display: block;
}

.modal-close_btn {
  z-index: 10;
  background-color: var(--verde);
  color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: .3;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.list {
  margin-bottom: 0;
  padding-left: 10px;
}

.item-bloco {
  color: #000;
  background-image: url('../images/leaf-verde.svg');
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.bloco {
  width: 70%;
  border-top: 5px dotted var(--verde);
  background-color: var(--laranja);
  border-right: 10px #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2em;
  margin-bottom: 3em;
  padding: 20px 20px 10px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60px;
  box-shadow: 6px 4px 7px rgba(0, 0, 0, .3);
}

.pin {
  width: 30px;
  position: absolute;
  top: 85px;
  bottom: auto;
  left: auto;
}

.espaco {
  height: 70px;
}

.modal-close_area1 {
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.botoes_iniciais {
  align-items: center;
  margin-top: 6em;
  margin-bottom: 6em;
  display: flex;
}

.isbn {
  color: #fff;
  margin-bottom: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: none;
}

.logos {
  margin-bottom: 2em;
}

.texto-branco {
  color: #fffcfc;
}

.tit-box-amarelo {
  margin-bottom: 0;
  padding-left: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 20px;
  list-style-type: disc;
}

.tit-box-amarelo p {
  margin-bottom: 0;
  font-family: ff-uberhand-pro, sans-serif;
}

.tit-box-amarelo li {
  background-image: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: ff-uberhand-pro, sans-serif;
}

.tit-box-amarelo ul {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: disc;
}

.lista-branca {
  color: #fff;
}

.item-lista-branco {
  color: #fff;
  background-image: url('../images/leaf-laranja.svg');
}

.texto-box-amarelo {
  margin-bottom: 0;
  padding-left: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 18px;
  list-style-type: disc;
}

.texto-box-amarelo p {
  margin-bottom: 0;
  font-family: ff-uberhand-pro, sans-serif;
}

.texto-box-amarelo li {
  background-image: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: ff-uberhand-pro, sans-serif;
}

.texto-box-amarelo ul {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: disc;
}

.autor {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.brand {
  margin-bottom: 10px;
  margin-right: 5px;
}

.centro {
  margin-bottom: 0;
}

.centro-branco {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.credito1 {
  color: var(--laranja);
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.modal-close_btn-2 {
  z-index: 10;
  color: #fff;
  background-color: #2e7bbe;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: .3;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn-2:hover {
  color: #444;
}

.credito3 {
  border: 1px solid var(--laranja);
  color: var(--laranja);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.links, .links.preto {
  color: #000;
}

.credito2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.logos-fim {
  margin-bottom: 2em;
}

.grid-conteudo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.modal-close_area-2 {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-5 {
  grid-template-rows: auto;
  font-family: Open Sans, sans-serif;
}

.box_amarelo-fim {
  background-color: var(--laranja);
  color: #edf3c4;
  border-radius: 0 20px;
  align-items: flex-start;
  margin-bottom: 2.5em;
  padding: 1em;
  font-size: 20px;
  line-height: 150%;
  display: block;
}

.amarelo {
  color: var(--laranja);
}

.referencias {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.h2-branco2 {
  color: #fff;
  margin-top: 60px;
}

.h2-branco2 h1 {
  color: #fff;
}

.h2-branco2 li {
  color: #fff;
  background-image: url('../images/leaf-branca.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-attachment: scroll;
  margin-bottom: 15px;
  padding-left: 25px;
}

.h2-branco2 p {
  color: #fff;
}

.h2-branco2 ul {
  margin-bottom: 1.5em;
  padding-left: 0;
  list-style-type: none;
}

.h2-branco2 h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 44px;
}

.br_iniciar {
  width: 100px;
  color: var(--verde);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bt_iniciar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  margin-top: 3em;
  margin-bottom: 3em;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.list-item {
  background-image: url('../images/leaf-verde.svg');
}

.tabs {
  margin-bottom: 1.5em;
}

.tab_link {
  height: 45px;
  background-color: #bbb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 5px;
  padding: 5px 5px 0;
  transition: opacity .2s;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .3);
}

.tab_link:hover {
  box-shadow: none;
  background-color: #ddd9d9;
}

.tab_link.w--current {
  height: 45px;
  background-color: #efefef;
  padding-top: 5px;
  padding-bottom: 0;
}

.tabs_tit {
  color: #000;
  text-align: center;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.tabs-content {
  z-index: 0;
  background-color: #efefef;
  border: 1px rgba(0, 0, 0, 0);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  margin-bottom: 1.5em;
  padding: 1.5em;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .3);
}

.acordeon-text {
  color: #000;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.modal_div_window {
  z-index: 9900;
  width: 50%;
  height: auto;
  background-color: #eaf4a7;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 2em 2em 1em;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 4px 4px 20px 1px #000;
}

.modal_bt_fechar {
  color: #fff;
  text-align: right;
  background-color: #009528;
  border-radius: 20px;
  margin-bottom: 2em;
  margin-left: 0;
  padding: 2px 7px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.modal_bt_fechar:hover {
  background-color: #666;
}

.modal_bt_fechar:active {
  background-color: var(--verde);
}

.modal5 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.list-3 {
  list-style-type: disc;
}

.modal-item {
  background-image: none;
  margin-bottom: 5px;
  margin-left: 25px;
  padding-left: 0;
  font-size: 15px;
  line-height: 150%;
}

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

.credito1a {
  color: var(--laranja);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.lightbox {
  z-index: 0;
  justify-content: center;
  display: flex;
  position: static;
  top: 0;
}

.img_video {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .secao.blue.fundo1 {
    background-position: 0 0;
  }

  .secao.blue.fundo2 {
    background-position: -20%;
  }

  .secao.blue.fundo3 {
    background-position: -50% 100%;
  }

  .secao.fundo4 {
    background-position: 120%;
  }

  .secao.fundo6 {
    background-position: 100%;
  }

  .secao.fundo1 {
    background-position: 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .secao.fundo4 {
    background-position: 120%;
  }

  .secao.fundo5 {
    background-size: auto 40%, auto 40%;
  }

  .secao.fundo6 {
    background-position: 100%;
  }
}

@media screen and (max-width: 991px) {
  .abertura {
    min-height: 420px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
  }

  .logo_curso {
    margin-top: 4em;
    margin-bottom: 0;
  }

  .navbar {
    height: 70px;
  }

  .container-menu {
    align-items: center;
    margin-bottom: 10px;
  }

  .nav-link, .nav-link:hover, .nav-link.w--current {
    padding-top: 20px;
  }

  .onda {
    margin-bottom: -1px;
  }

  .secao {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .secao.blue.fundo1, .secao.blue.fundo2, .secao.blue.fundo3, .secao.fundo4, .secao.fundo5, .secao.fundo6 {
    background-image: none;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .epigrafe-div {
    min-width: 600px;
  }

  .acordeon-wrapper {
    width: 100%;
  }

  .acordeon-item-content {
    flex-wrap: wrap;
  }

  .acordeon-tit {
    line-height: 24px;
  }

  .acordeon-item-trigger {
    height: 60px;
  }

  .bloco {
    width: 100%;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 4em;
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .pin {
    top: -30px;
    left: 600px;
  }

  .logos {
    width: 60%;
  }

  .br_iniciar {
    width: 80px;
  }

  .tab_link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs_tit {
    font-size: 14px;
  }

  .tabs-content {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .modal_div_window {
    width: 70%;
    height: 50%;
  }

  .modal5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .abertura {
    min-height: 340px;
    background-position: 50% 100%;
    background-size: 100%;
  }

  .logo_curso {
    margin-bottom: 0;
  }

  .secao.blue.fundo1, .secao.blue.fundo2 {
    background-image: none;
  }

  .img-destaque {
    margin-right: 10px;
  }

  .destaque_texto {
    font-size: 20px;
    line-height: 140%;
  }

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

  .epigrafe-div {
    min-width: 450px;
  }

  .acordeon-icon {
    margin-left: 1em;
    margin-right: 1em;
  }

  .acordeon-item-content {
    flex-wrap: wrap;
  }

  .acordeon-tit {
    font-size: 18px;
    line-height: 150%;
  }

  .acordeon-item-trigger {
    height: 60px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .pin {
    top: -30px;
    left: 460px;
  }

  .logos {
    width: 80%;
  }

  .grid-5 {
    grid-template-columns: .75fr;
    grid-auto-flow: row;
  }

  .br_iniciar {
    width: 80px;
  }

  .tab_link {
    margin-right: 2px;
  }

  .tabs-content {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .modal5 {
    display: none;
  }
}

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

  li {
    font-size: 16px;
    line-height: 26px;
  }

  .abertura {
    background-color: #2e7bbe;
    background-image: none;
  }

  .logo_curso {
    width: 80%;
    margin-bottom: 0;
  }

  .secao.fundo6 {
    padding-top: 40px;
  }

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

  .h2-branco h1 {
    font-size: 24px;
  }

  .h2-branco li, .h2-branco p {
    font-size: 16px;
  }

  .img-destaque {
    width: 26px;
    margin-right: 10px;
  }

  .box_amarelo {
    flex-direction: column;
    padding: .75em .5em;
    display: flex;
  }

  .lista-box-amarelo {
    padding-left: 20px;
  }

  .lista-box-amarelo li {
    font-size: 18px;
  }

  .epigrafe-div {
    min-width: 250px;
  }

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

  .acordeon-wrapper {
    width: 100%;
  }

  .acordeon-item {
    margin-bottom: 1em;
  }

  .acordeon-tit {
    font-size: 16px;
    line-height: 140%;
  }

  .acordeon-item-trigger {
    height: 60px;
  }

  .pin {
    top: -30px;
    left: 250px;
  }

  .credito1 {
    font-size: 14px;
  }

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

  .grid-5 {
    font-size: 12px;
  }

  .box_amarelo-fim {
    flex-direction: column;
    padding: .75em .5em;
    display: flex;
  }

  .referencias {
    font-size: 12px;
    line-height: 16px;
  }

  .h2-branco2 h1 {
    font-size: 24px;
  }

  .h2-branco2 li, .h2-branco2 p {
    font-size: 16px;
  }

  .br_iniciar.w--current {
    width: 60px;
    font-size: 12px;
  }

  .tab_link {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
  }

  .tab_link.w--current {
    height: 40px;
  }

  .tabs-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal_div_window {
    width: 90%;
    height: 60%;
    display: block;
  }

  .modal5 {
    display: none;
  }

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


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