:root {
  --azul: #2e7bbe;
  --amarelo: #eaf4a7;
}

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

h2 {
  color: var(--azul);
  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: 26px;
}

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(--azul);
  background-image: url('../images/abertura.jpg');
  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 {
  z-index: 2;
  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: #2a5077;
  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 {
  background-color: rgba(46, 123, 190, .1);
  border: 1px #000;
  border-bottom: 3px solid #2a5077;
  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(--azul);
  flex-direction: column;
  align-items: center;
}

.secao.blue.fundo1 {
  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(--azul);
  background-color: rgba(234, 244, 167, .5);
  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(--azul);
}

.tabela {
  margin-bottom: 20px;
}

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

.box_amarelo {
  background-color: var(--amarelo);
  color: #eaf4a7;
  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(--azul);
  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(--azul);
  padding: 10px;
}

.div-azul-claro {
  background-color: #afddf9;
  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(--azul);
  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(--azul);
  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: #afddf9;
  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: #eaf4a7;
  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(--amarelo);
  background-color: var(--amarelo);
  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;
}

.bt1 {
  width: 105px;
  color: var(--azul);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  top: 75px;
  left: 130px;
}

.grid-3 {
  height: 460px;
  grid-column-gap: 30px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: column;
}

.texto-rio, .texto-rio p {
  font-size: 14px;
  line-height: 22px;
}

.destaque_texto_azul {
  color: var(--azul);
  margin-bottom: 0;
  font-family: ff-uberhand-pro, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.momento1, .momento2, .momento3 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: none;
}

.bt2 {
  width: 105px;
  color: var(--azul);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  top: 194px;
  left: 125px;
}

.bt3 {
  width: 105px;
  color: var(--azul);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  top: 350px;
  left: 67px;
}

.div-block {
  width: 250px;
  position: absolute;
}

.modal-wrapper {
  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;
}

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

.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(--azul);
  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;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.bloco {
  width: 70%;
  border-top: 5px dotted var(--azul);
  background-color: var(--amarelo);
  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;
}

.bt_impressao {
  height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/print.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

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

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

.paragrafo-antes-bullet {
  color: #000;
  margin-bottom: .5em;
}

.lista-branca {
  color: #fff;
}

.item-lista-branco {
  color: #fff;
  background-image: url('../images/leaf-amarelo.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;
}

.list-2 {
  margin-bottom: 1.5em;
}

.paragrafo-antes-bullet-branco {
  color: #fffcfc;
  margin-bottom: .5em;
}

.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(--amarelo);
  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(--amarelo);
  color: var(--amarelo);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.links {
  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(--amarelo);
  color: #eaf4a7;
  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(--amarelo);
}

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

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

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

.br_iniciar {
  width: 100px;
  color: #2e7bbe;
  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;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

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

  .grid-3 {
    height: 650px;
    grid-template-columns: .75fr 1fr;
  }

  .momento1, .momento2, .momento3, .modal-wrapper {
    display: none;
  }

  .modal-container {
    width: 70%;
  }

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

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

  .bt1 {
    font-size: 14px;
    top: 60px;
    left: 130px;
  }

  .grid-3 {
    height: 1030px;
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .destaque_texto_azul {
    font-size: 16px;
    line-height: 130%;
  }

  .momento1, .momento2, .momento3 {
    display: none;
  }

  .bt2 {
    font-size: 14px;
    left: 115px;
  }

  .bt3 {
    font-size: 14px;
    left: 55px;
  }

  .div-block {
    width: 190px;
  }

  .modal-wrapper {
    display: none;
  }

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

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

  .logos {
    width: 80%;
  }

  .br_iniciar {
    width: 80px;
  }
}

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

  .acordeon-wrapper {
    width: 100%;
  }

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

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

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

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

  .grid-3 {
    height: 1300px;
    grid-row-gap: 133px;
    grid-template-rows: 304px 600px;
    grid-template-columns: auto;
    grid-auto-flow: column;
    padding-left: 20px;
  }

  .momento1, .momento2 {
    display: none;
  }

  .div-block {
    width: 95%;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-container {
    width: 90%;
    display: block;
  }

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

#w-node-b33b3782-6361-d8a0-d5a5-e4fe2795e50d-82978200 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-b33b3782-6361-d8a0-d5a5-e4fe2795e50d-82978200 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}


