:root {
  --dark-grey: #9a9a9a;
  --white: white;
  --black: black;
  --white-smoke: #f8f8f8;
}

h2 {
  direction: ltr;
  color: #9a9a9a;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--dark-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}

p {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.section {
  background-image: linear-gradient(#ffffff5e, #ffffff5e), url('../images/Exemplo_foto_aula_PB-p-1080.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row-reverse;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.div-block {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--white), transparent);
  border-radius: 2px;
  width: 70%;
  height: 15%;
  position: absolute;
  inset: auto auto 10% 15%;
}

.div-block-2 {
  background-color: var(--white);
  background-image: url('../images/generica28.jpg');
  background-position: 60%;
  background-size: cover;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-end;
  width: 210px;
  height: 295px;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 150px;
}

.div-block-2._2 {
  right: auto;
}

.div-block-3 {
  background-color: var(--white);
  height: 25%;
}

.menuinicio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
  position: relative;
  bottom: 78px;
  right: 72px;
}

.inicio {
  z-index: 99;
  background-image: url('../images/absurdity-1.png'), linear-gradient(#1f1f1f4d, #1f1f1f4d), url('../images/generica34-p-2000.png');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 99.5vh;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
}

.heading {
  color: #f7f7f7;
  min-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 60px;
}

.trao-vg {
  background-color: #ffd500;
  width: 15%;
  height: 3px;
  margin-bottom: 35px;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
  top: 30%;
}

.image {
  height: 30%;
}

.image-2 {
  padding-top: 50px;
}

.dock {
  background-image: none;
  width: 95%;
  height: 100px;
  margin-top: 13%;
  display: block;
}

.icon {
  background-image: url('../images/generica28.jpg');
  background-position: 60%;
  background-size: cover;
  border-radius: 5%;
  align-items: flex-end;
  width: 200px;
  height: 300px;
  display: flex;
  position: absolute;
  inset: auto 5% 0% auto;
}

.icon._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/generica28.jpg');
  background-position: 0 0, 60%;
  background-size: auto, cover;
  border-radius: 20px;
  width: 190px;
  min-width: auto;
  height: 270px;
  min-height: auto;
  text-decoration: none;
  position: static;
}

.icon._1:hover {
  background-image: url('../images/generica28.jpg');
  background-position: 60%;
  background-size: cover;
}

.icon._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/generica1-p-1080.jpeg');
  background-position: 0 0, 60%;
  background-size: auto, cover;
  border-radius: 20px;
  width: 185px;
  min-width: auto;
  height: 270px;
  min-height: auto;
  text-decoration: none;
  position: static;
  right: 280px;
  overflow: visible;
}

.icon._2:hover {
  background-image: url('../images/generica1-p-1080.jpeg');
  background-position: 60%;
  background-size: cover;
}

.icon._2._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/generica17-p-2000.jpeg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 185px;
  min-width: auto;
  height: 270px;
  min-height: auto;
  overflow: visible;
}

.icon._2._3:hover {
  background-image: url('../images/generica17-p-2000.jpeg');
  background-position: 100%;
  background-size: cover;
}

.div-block-7 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9);
  border-radius: 0% 0% 20px 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  display: flex;
}

.columns {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-sobre-vg, .container {
  height: auto;
}

.desclicao {
  margin-top: 100px;
  margin-bottom: 100px;
}

.video {
  background-image: linear-gradient(#74747480, #74747480);
  margin-top: 50px;
  margin-bottom: 50px;
}

.rich-text-block {
  color: #9a9a9a;
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
}

.rich-text-block p {
  margin-top: 10px;
}

.div-block-10 {
  background-color: var(--black);
  position: absolute;
}

.bloco-imagem {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 42px;
}

.lightbox {
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 10px #0000004d;
}

.mouse-over-colorido {
  background-color: #474115;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .3s;
  display: block;
  position: absolute;
}

.imagem-thumbnail {
  transition: transform .5s;
  position: static;
  inset: 0;
  box-shadow: 0 0 6px #0003;
}

.imagem-thumbnail:hover {
  transform: scale(1.01);
}

.legenda-imagem {
  color: #162f49;
  width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  display: block;
}

.lista-disciplinas {
  justify-content: space-around;
  margin-bottom: 10px;
  display: flex;
}

.lista-disciplinas.esconder, .columns-2 {
  display: none;
}

.lista2 {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.lista3 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.lista {
  flex-direction: column;
  align-items: flex-start;
  min-width: 30%;
  margin: 15px 30px 15px 10px;
  padding: 10px;
  display: flex;
}

.estilolista {
  color: #555;
  text-align: left;
  margin: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.estilolista:hover {
  font-weight: 600;
}

.estilolista.sumir {
  display: block;
}

.div-block-11 {
  background-color: #ffd500;
  width: 10%;
  height: 3px;
  margin-top: -5px;
  margin-bottom: 10px;
  padding-top: 0;
  position: static;
}

.div-block-11._0 {
  width: 5%;
}

.div-block-11.margin {
  margin-left: 192px;
  margin-right: 192px;
}

.paragraph {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.container-2 {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-lista {
  background-color: var(--white-smoke);
}

.section-lista._55 {
  background-color: var(--white);
}

.section-lista._55.esconder {
  display: none;
}

.section-exemplos {
  height: 100%;
  padding-bottom: 10px;
  display: none;
}

.section-exemplos.mobile {
  display: block;
}

.container-3 {
  margin-bottom: 0;
  padding-top: 100px;
}

.slider {
  background-color: var(--white);
  width: 100%;
  margin-top: 35px;
  margin-bottom: 100px;
}

.slide-nav {
  display: block;
}

.div-block-12 {
  background-color: red;
}

.columns-3 {
  align-items: center;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.mockup {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.left-arrow {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.right-arrow {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.columns-4 {
  width: 80%;
}

.image-3 {
  width: 40%;
}

.image-4, .image-5 {
  height: 15%;
}

.section-caracteristicas {
  background-color: var(--white-smoke);
  height: auto;
  padding-top: 100px;
}

.container-4 {
  height: 100%;
}

.div-block-13 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  margin: 20px;
  display: flex;
}

.div-block-14.botao {
  align-items: flex-start;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin: 20px;
  display: flex;
}

.texto {
  color: #858585;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.texto.ajuste {
  text-align: left;
  font-style: normal;
  text-decoration: none;
}

.image-6 {
  margin: 15px;
}

.rich-text-block-2, .rich-text-block-3 {
  text-align: left;
}

.paragraph-2 {
  color: #777;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-2.dir {
  text-align: right;
}

.paragraph-2.dir.leg {
  font-size: 10px;
  line-height: 15px;
}

.rich-text-block-4 {
  line-height: 20px;
}

.rich-text-block-4.dir {
  text-align: right;
}

.traco {
  background-color: #ffd500;
  width: 15%;
  height: 3px;
  margin-left: 261px;
}

.div-block-16 {
  width: 50%;
  height: 50%;
  position: sticky;
  top: 70px;
}

.div-block-17 {
  background-color: #a8a8a8;
  justify-content: center;
  height: 10%;
  padding: 50px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 50px;
  display: grid;
}

.button {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: -10px;
  margin-right: 1%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  box-shadow: 1px 1px 3px #00000080;
}

.button:hover {
  background-color: #636363;
}

.lightbox-link {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 50px;
  display: flex;
}

.image-7 {
  opacity: .8;
  height: 15%;
  display: block;
  position: absolute;
}

.lightbox-inicio:hover {
  filter: none;
}

.div-block-19 {
  background-color: #86868680;
  width: 50%;
  height: 50%;
  position: absolute;
}

.image-8 {
  height: 15%;
  position: absolute;
}

.exemplos-fotos {
  filter: grayscale();
}

.exemplos-fotos:hover {
  filter: none;
}

.image-10 {
  filter: grayscale();
}

.image-10:hover {
  filter: none;
}

.rodape {
  background-color: #4e4e4e;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-top: 25px;
  display: flex;
}

.image-11 {
  height: 50px;
}

.footer {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.columns-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.column {
  justify-content: space-between;
  display: flex;
}

.column-2 {
  justify-content: center;
  display: flex;
}

.link-block {
  margin-right: 20px;
}

.column-3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-12, .image-13, .image-14 {
  height: 35px;
  margin-right: 10px;
}

.footer-social {
  justify-content: flex-start;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  margin-bottom: 10px;
}

.image-15 {
  opacity: 1;
  height: 60px;
  margin-bottom: 10px;
}

.lightbox-link-2 {
  background-image: linear-gradient(#9a9a9a, #9a9a9a);
  border-radius: 10px;
  width: 170px;
  height: 60px;
  margin: 10px 0;
  padding: 10px 15px;
  text-decoration: none;
}

.lightbox-link-2:hover {
  background-image: linear-gradient(#636363, #636363);
}

.paragraph-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.sumirr {
  display: none;
}

.livro {
  filter: grayscale();
  text-align: left;
  transition: all .5s;
  display: inline-block;
}

.livro:hover {
  filter: none;
}

.livro.esconder {
  display: none;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: end center;
  place-items: start center;
  display: grid;
}

.columns-6 {
  display: none;
}

.div-block-25 {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 3% 3% auto;
}

.div-block-25.w--current {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-16 {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}

.image-16:hover {
  filter: invert();
}

.lottie-animation {
  width: 30px;
  height: 30px;
}

.lottie-animation-2 {
  width: 100px;
  height: 100px;
  display: block;
}

.div-block-26 {
  padding-bottom: 10px;
  padding-left: 200px;
  padding-right: 200px;
}

.rodape-2 {
  background-color: #4e4e4e;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-top: 25px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.column-4 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-2 {
  color: #f8f8f8;
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
}

.bold-text {
  color: #fff;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.button-2, .button-3, .button-4 {
  margin-right: 10px;
}

.div-block-27 {
  justify-content: flex-start;
  display: flex;
}

.bot-o-inicial {
  color: #555;
  text-align: center;
  background-color: #ffd500;
  border: 1px solid #ffd500;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: border-radius .2s linear;
  display: flex;
  position: static;
}

.bot-o-inicial:hover {
  background-color: #ffd500;
  border-width: 2px;
  border-color: #f59a1a;
}

.text-span {
  font-size: 42px;
  line-height: 110%;
}

.lightbox-link-3 {
  text-decoration: none;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-block-2 {
  display: none;
}

.div-block-28 {
  z-index: 98;
  background-color: #ffd500;
  width: 100%;
  height: .5vh;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-29 {
  background-color: #ffd500;
  width: 100%;
  height: .5vh;
}

.list-item {
  text-decoration: none;
}

.item-show-content {
  z-index: 100;
  background-color: #f8f8f8f2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.item-show-content.show {
  display: flex;
}

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

.item-text li {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.item-close {
  text-align: center;
  cursor: pointer;
  background-color: #e26363;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.acordeon-conteudo-3 {
  border-bottom: 1px solid #2d3e501f;
  margin-left: 0;
  margin-right: 0;
  padding-left: 45px;
  padding-right: 0;
  overflow: hidden;
}

.acordeoni-item-2 {
  cursor: pointer;
  align-items: center;
  height: 90px;
  margin-top: 10px;
  font-size: 1.1em;
  display: flex;
}

.acordeoni-item-2.espaco {
  margin-right: -10px;
  padding-right: 0;
}

.acordeon-conteudo-texto {
  text-align: left;
  object-fit: fill;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 1em;
  line-height: 18px;
}

.acordeon-conteudo-texto.subtexto {
  margin-top: 20px;
  font-size: 1.3em;
}

.acordeon-box {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.acordeon-box.espaco {
  margin-left: 0;
  margin-right: -15px;
  padding-left: 0;
}

.acordeon-box.espaco-acordeon {
  margin-right: -50px;
  padding-right: 0;
}

.acordeon {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 20px 0 30px auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
}

.acoredeon-titulo {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 25px;
}

.acoredeon-titulo.tamanho {
  font-size: 1em;
  font-weight: 400;
}

.acoredeon-titulo.espaco-base {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.plus {
  background-color: #ffd500;
  border-radius: 3px;
  width: 100%;
  height: 5px;
  line-height: 25px;
}

.texto-box {
  color: #000;
  border-left: 1px #000;
  padding-left: 5%;
  padding-right: 9%;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 15px;
}

.plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.lista-2 {
  flex-direction: column;
  align-items: flex-start;
  min-width: 30%;
  margin: 15px 100px 15px 10px;
  padding: 10px;
  display: flex;
}

.lista-2.espaco {
  margin-left: 10px;
  margin-right: 140px;
  padding-right: 10px;
}

.acordeon-conteudo-texto-2 {
  text-align: justify;
  object-fit: fill;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 1em;
  line-height: 18px;
}

.acordeon-conteudo-texto-2.subtexto {
  margin-top: 20px;
  font-size: 1.3em;
}

.acordeon-conteudo-texto-3 {
  text-align: justify;
  object-fit: fill;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 1em;
  line-height: 18px;
}

.acordeon-conteudo-texto-3.subtexto {
  margin-top: 20px;
  font-size: 1.3em;
}

.acordeon-conteudo-texto-4 {
  text-align: left;
  object-fit: fill;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 1em;
  line-height: 18px;
}

.acordeon-conteudo-texto-4.subtexto {
  margin-top: 20px;
  font-size: 1.3em;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  color: #f20707;
}

.acordeon-conteudo-texto-5 {
  text-align: justify;
  object-fit: fill;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 1em;
  line-height: 18px;
}

.acordeon-conteudo-texto-5.subtexto {
  margin-top: 20px;
  font-size: 1.3em;
}

.acordeon-conteudo-texto-6 {
  text-align: justify;
  object-fit: fill;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 1em;
  line-height: 18px;
}

.acordeon-conteudo-texto-6.subtexto {
  margin-top: 20px;
  font-size: 1.3em;
}

@media screen and (max-width: 991px) {
  .columns, .section-exemplos {
    display: none;
  }

  .section-exemplos.mobile, .footer {
    display: block;
  }

  .footer.apagar {
    display: none;
  }

  .columns-5 {
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
  }

  .column {
    padding-right: 10px;
  }

  .column-3, .column-4 {
    align-items: center;
  }

  .footer-2 {
    display: block;
  }

  .footer-2.apagar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-5 {
    margin-left: -50px;
  }

  .columns {
    display: none;
  }

  .section-sobre-vg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-11.margin {
    margin-left: 25%;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-exemplos {
    display: none;
  }

  .section-exemplos.mobile {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .traco {
    margin-left: 5%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
  }

  h3 {
    padding-left: 0;
  }

  p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    margin-left: -30px;
    padding-left: 0;
    font-size: 32px;
    line-height: 35px;
  }

  .trao-vg {
    width: 40%;
    margin-left: -30px;
  }

  .columns {
    display: none;
  }

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

  .lista-disciplinas {
    flex-direction: column;
  }

  .lista {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .titulo-h3 {
    margin-bottom: 10px;
  }

  .container-2 {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-lista, .section-exemplos, .section-exemplos.mobile {
    display: block;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-3.sumir, .slider.sumir {
    display: none;
  }

  .div-block-13 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-15.sumir {
    display: none;
  }

  .traco {
    margin-left: 15%;
  }

  .div-block-18 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rodape {
    height: auto;
  }

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

  .column {
    justify-content: center;
  }

  .column-2 {
    margin-bottom: 30px;
  }

  .column-3 {
    flex-direction: row;
    margin-top: 10px;
    display: none;
  }

  .div-block-25, .div-block-25.w--current {
    display: none;
  }

  .rodape-2 {
    height: auto;
  }

  .column-4 {
    flex-direction: row;
    margin-top: 10px;
    display: none;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .bot-o-inicial {
    margin-bottom: 10px;
  }

  .texto-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lista-2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}


