.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: inline;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  font-family: Oswald, sans-serif;
  color: #eb5f1e;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

strong {
  color: #162f49;
  font-weight: 700;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
  text-align: left;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.conteudo_1_1 {
  width: 100%;
  max-width: 1140px;
  margin: -60px auto 0px;
  padding-top: 0px;
  float: none;
  background-color: transparent;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000;
}

.button {
  margin-right: -20px;
  padding: 20px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #fdbc21;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fd7070;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(253, 188, 33, 0.75);
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #f15a22;
  font-size: 45px;
  line-height: 60px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image {
  display: block;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.banner {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/banner_aud_sist.png');
  background-attachment: fixed;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
}

.texto-base {
  position: static;
  overflow: visible;
  margin-bottom: 20px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: left 50ms ease;
  transition: left 50ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.linha {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #162f49;
}

.body {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  box-shadow: 1px 1px 0 0 #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 18px;
  line-height: 30px;
  cursor: default;
}

.legenda {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.citacao {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 100px;
  border-left-style: none;
  -webkit-transition: left 200ms ease;
  transition: left 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  background-color: #000;
  cursor: ne-resize;
}

.fig2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 410px;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fig2:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.introducao {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: #f1f1f1;
  font-family: Lato, sans-serif;
}

.image-3 {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #b3afaf;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.image-3:hover {
  background-image: url('../images/img1.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.texto-box {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.texto-box.centro {
  text-align: left;
}

.texto-box.esquerda {
  text-align: left;
}

.secao-box {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border: 0px none #000;
  background-color: #fdbc21;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #162f49;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.image-6 {
  display: inline-block;
}

.nome-disciplina {
  color: #fdbc21;
  font-size: 40px;
  line-height: 55px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000;
}

.autora {
  font-size: 18px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
}

.image-7 {
  display: inline-block;
  text-align: center;
}

.image-8 {
  display: inline-block;
  text-align: center;
}

.nav-link {
  display: block;
  margin-right: 150.4px;
  margin-left: 150.4px;
  padding: 20px 20px 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #538e3f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #162f49;
  text-decoration: none;
}

.container-8 {
  display: block;
  margin-top: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #585858;
  text-align: justify;
  -o-object-fit: contain;
  object-fit: contain;
}

.ref_bibliografica {
  margin-top: 40px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #58595b;
  color: #fff;
}

.container-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.titulo-bibliografia {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.texto-bibliografia {
  position: static;
  display: inline-block;
  float: none;
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.final-sintese {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
}

._1_1 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
}

._1_1-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
}

.container-10 {
  margin-top: 0px;
  padding-top: 0px;
}

._1_1_1-1 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-6 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  background-color: #162f49;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.button-7 {
  display: block;
  height: 100%;
  margin: 0px;
  padding: 14px 30px 55px;
  float: right;
  background-color: transparent;
  background-image: url('../images/printer.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-7:hover {
  background-color: #162f49;
}

.image-13 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-2 {
  border: 1px solid transparent;
  color: #fff;
}

.nav-menu {
  background-color: #fff;
}

.menu-button-2 {
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 18px;
  padding-bottom: 25px;
  float: right;
  color: #162f49;
}

.menu-button-2:hover {
  background-color: #162f49;
}

.menu-button-2.w--open {
  color: #162f49;
}

.menu-button-2.w--open:hover {
  background-color: #162f49;
}

.bold-text-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 18px;
  font-weight: 700;
}

.container-14 {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #58595b;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.text-span-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #162f49;
  font-size: 12px;
}

.titulo-box {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 4px solid #fdbc21;
  border-bottom: 5px solid #fdbc21;
  background-color: #fdbc21;
  font-weight: 700;
}

.container-16 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-18 {
  padding-top: 20px;
  padding-bottom: 20px;
}

._1_1_1-2 {
  margin-top: 40px;
}

._1_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

._1_2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.topico {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fdbc21;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.video-3 {
  display: block;
  margin-top: 40px;
}

.subtitulo {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #162f49;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.heading-19 {
  font-size: 30px;
  font-style: italic;
}

.imagem-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #162f49;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.slider-4 {
  width: 498px;
  height: 300px;
  text-align: center;
}

.icon-3 {
  color: #162f49;
}

.icon-4 {
  color: #162f49;
}

.div-block-22 {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}

.image-27 {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #58595b;
}

.text-block-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-block-7 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-block-8 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f1f1f1;
  font-weight: 700;
}

.tab-link-tab-1 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: #eb5f1e;
}

.tab-link-tab-1.w--current {
  border-width: 3px;
  background-color: #58595b;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.tab-link-tab-1.w--current:visited {
  background-color: #e8f1fa;
}

.tab-link-tab-3 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.8);
}

.tab-link-tab-3.w--current {
  background-color: #58595b;
}

.tab-link-tab-4 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.7);
}

.tab-link-tab-4.w--current {
  background-color: #58595b;
}

.bold-text-5 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f1f1f1;
}

.tab-link-tab-2 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.9);
}

.tab-link-tab-2.w--current {
  background-color: #58595b;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 938px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.tabs-menu {
  color: #162f49;
  text-align: center;
}

.paragraph-12 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-13 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.call-action {
  margin-top: 20px;
  color: #162f49;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.call-action.mobile {
  display: none;
}

.tab-link-tab-5 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.6);
}

.tab-link-tab-5.w--current {
  background-color: #58595b;
}

.bold-text-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.bold-text-7 {
  color: #fff;
  font-weight: 700;
}

.text-block-9 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-6 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.5);
}

.tab-link-tab-6.w--current {
  background-color: #58595b;
  color: #58595b;
}

.tab-link-tab-7 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.4);
}

.tab-link-tab-7.w--current {
  border: 1px solid #fff;
  background-color: #58595b;
}

.bold-text-9 {
  font-weight: 700;
}

.div-block-26 {
  padding: 0px 100px 20px;
  background-color: #eb5f1e;
  color: #fff;
}

.slider-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb5f1e;
}

.image-28 {
  display: block;
  border-style: solid;
  border-width: 3px;
  border-color: #58595b;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-16 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 135px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-17 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1d5796;
  font-size: 18px;
  font-weight: 700;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #58595b;
  background-color: transparent;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.image-29 {
  padding-top: 46px;
  padding-bottom: 40px;
}

.image-30 {
  padding-top: 45px;
  padding-bottom: 20px;
}

.image-31 {
  padding-top: 96px;
  padding-bottom: 40px;
}

.image-32 {
  margin-bottom: 112px;
  padding-top: 146px;
}

._0 {
  padding-top: 70px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  color: #58595b;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #58595b;
  background-color: #f1f1f1;
  color: transparent;
}

.video-4 {
  margin-top: 40px;
}

.bold-text-13 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
}

.text-block-10 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

.bold-text-15 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
}

.bold-text-16 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
}

.paragraph-18 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-19 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-20 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-21 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
}

.slide-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}

.mask-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-33 {
  height: 45px;
}

.image-34 {
  height: 45px;
}

.image-35 {
  height: 45px;
}

.paragraph-22 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-23 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-24 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.icon-5 {
  color: #fff;
}

.icon-6 {
  color: #fff;
}

.paragraph-25 {
  font-size: 18px;
}

.heading-23 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #162f49;
  font-weight: 700;
  text-align: center;
}

.image-36 {
  margin-bottom: 62px;
}

.slide-7 {
  border-style: none;
  border-width: 0px;
  border-color: #58595b;
}

.tab-link-tab-1-2 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: #1d5796;
  color: transparent;
}

.tab-link-tab-1-2.w--current {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: #58595b;
}

.tab-link-tab-2-2 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(29, 87, 150, 0.9);
}

.tab-link-tab-2-2.w--current {
  background-color: #58595b;
}

.tab-link-tab-3-2 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(29, 87, 150, 0.8);
}

.tab-link-tab-3-2.w--current {
  background-color: #58595b;
}

.tab-link-tab-4-2 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(29, 87, 150, 0.7);
}

.tab-link-tab-4-2.w--current {
  background-color: #58595b;
}

.image-37 {
  border: 0px solid #000;
}

.paragraph-26 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1d5796;
  font-size: 18px;
  font-weight: 700;
}

.titulo-tabela {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #538e3f;
  font-size: 18px;
  font-weight: 700;
}

.bold-branco {
  color: #fff;
  font-weight: 700;
}

.grid-2 {
  padding-bottom: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-div {
  display: block;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coluna-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(250, 238, 210, 0.3);
}

.coluna-div.amarelo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(253, 188, 33, 0.2);
}

.coluna-div.transparente {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: transparent;
}

.coluna-div.amarelo2 {
  background-color: #fdbc21;
}

.coluna-div.amarelo2 {
  background-color: #fdbc21;
}

.div-block-47 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fdbc21;
}

.texto-coluna {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #58595b;
  line-height: 30px;
  text-align: left;
}

.texto-coluna.centralizado {
  color: #58595b;
}

.titulo-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  color: #162f49;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.caso-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  background-color: #162f49;
  text-align: center;
}

.icone-caso {
  width: 100px;
  min-width: 100px;
  margin-left: -50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.caso-div {
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.caso {
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.texto-caso {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  text-transform: none;
}

.link-10 {
  display: inline;
  color: #fff;
}

.text-span-4 {
  color: #fff;
}

.list-6 {
  margin-bottom: 20px;
}

.lista-destaque {
  color: #538e3f;
  font-weight: 400;
}

.item-lista {
  color: #58595b;
}

.item-lista.branco {
  color: #fff;
}

.voce-sabia {
  margin-top: -20px;
  margin-bottom: 10px;
  padding-left: 60px;
  color: #162f49;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sobrescrito {
  position: relative;
  bottom: 10px;
  margin-top: -15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
}

.bold-text-20 {
  color: #fdbc21;
}

.image-38 {
  position: static;
  z-index: 4;
}

.lightbox-link {
  position: relative;
  z-index: 4;
}

.secao {
  margin-top: 20px;
  margin-bottom: 20px;
}

.texto-coluna-2 {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #58595b;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.texto-coluna-2.centralizado {
  color: #58595b;
}

.grid-4 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-49 {
  padding-left: 40px;
}

.titulo-coluna-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #162f49;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.numeracao {
  margin-left: -20px;
  float: left;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-39 {
  display: inline-block;
  width: auto;
  height: 100px;
  margin-bottom: -5%;
  text-align: center;
}

.div-block-10 {
  margin-top: 85px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-13 {
  margin: 0px 20px 10px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.texto-praticar {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #fff;
  text-align: justify;
}

.link-11 {
  display: inline;
  color: #fff;
}

.link-11:hover {
  color: #eb5f1e;
}

.link-11:active {
  color: #7f3410;
}

.slider-7 {
  height: 200px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faeed2;
}

.mask-4 {
  margin-right: 60px;
  margin-left: 60px;
}

.slide-div2 {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.titulo-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #162f49;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.texto-slide {
  margin: 20px 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

.icon-7 {
  color: #162f49;
}

.tab-link-tab-3-3 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(29, 87, 150, 0.8);
}

.tab-link-tab-3-3.w--current {
  background-color: #58595b;
}

.tab-link-tab-4-3 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(29, 87, 150, 0.7);
}

.tab-link-tab-4-3.w--current {
  background-color: #58595b;
}

.tab-link-tab-5-2 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(0, 72, 150, 0.6);
}

.tab-link-tab-5-2.w--current {
  background-color: #58595b;
}

.tab-link-tab-1-3 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: #1d5796;
  color: transparent;
}

.tab-link-tab-1-3.w--current {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: #58595b;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link-tab-2-3 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(29, 87, 150, 0.9);
}

.tab-link-tab-2-3.w--current {
  background-color: #58595b;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 837px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  color: #58595b;
}

.tabs-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div1 {
  position: relative;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #162f49;
}

.text-block-12 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f1f1f1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-27 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.link {
  display: inline;
  color: #162f49;
}

.link:hover {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
}

.link:active {
  color: #7f3410;
}

.link.branco {
  color: #fff;
}

.link.branco:hover {
  color: #eb5f1e;
}

.link.branco:active {
  color: #7f3410;
}

.link-12 {
  display: inline;
  color: #162f49;
}

.link-12:hover {
  color: #eb5f1e;
}

.link-12:active {
  color: #7f3410;
}

.link-12.branco {
  color: #fff;
}

.link-12.branco:hover {
  color: #eb5f1e;
}

.link-12.branco:active {
  color: #7f3410;
}

.image-40 {
  display: inline-block;
  width: auto;
  height: 100px;
  margin-top: -10%;
  text-align: center;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vamos-praticar {
  margin: 0px 20px 10px;
  padding-top: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.praticar-div {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px 20px;
  background-color: #162f49;
}

.html-embed {
  display: inline-block;
  width: 100px;
  height: 0px;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-54 {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.paragraph-28 {
  font-weight: 400;
}

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

.div-block-55 {
  text-align: center;
}

.div-block-55:hover {
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.column-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-6 {
  background-color: transparent;
}

.columns-2 {
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.div-block-56 {
  background-color: #58595b;
}

.slider-8 {
  height: 300px;
  background-color: #eb5f1e;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-8 {
  color: #f1f1f1;
}

.tab-link-tab-1-4 {
  border: 3px solid #fff;
  background-color: #eb5f1e;
}

.tab-link-tab-1-4.w--current {
  background-color: #162f49;
}

.tab-link-tab-2-4 {
  border: 3px solid #fff;
  background-color: #eb5f1e;
}

.tab-link-tab-2-4.w--current {
  background-color: #162f49;
}

.tab-link-tab-3-4 {
  border: 3px solid #fff;
  background-color: #eb5f1e;
}

.tab-link-tab-3-4.w--current {
  background-color: #162f49;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-block-60 {
  padding: 10px;
  background-color: #f1f1f1;
}

.paragraph-29 {
  padding: 20px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.saiba-mais {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0px;
  background-color: #ded9d8;
}

.saiba-mais.colorido {
  background-color: transparent;
}

.titulo-saiba-mais {
  display: block;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #162f49;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.img-saiba-mais {
  position: static;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-saiba-mais {
  color: #eb5f1e;
}

.div-block-65 {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d5796;
}

.image-44 {
  margin-top: 20px;
}

.texto-saiba-mais {
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 1px;
  color: #58595b;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.texto-saiba-mais.colorido {
  color: #fff;
}

.link-13 {
  display: inline;
  color: #162f49;
}

.link-13:hover {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
}

.link-13:active {
  color: #7f3410;
}

.link-13.colorido {
  color: #fff;
}

.link-13.colorido:hover {
  color: #eb5f1e;
}

.text-block-13 {
  font-size: 15px;
}

.text-block-14 {
  margin-bottom: 40px;
  font-size: 15px;
}

.titulo-quiz {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
}

.titulo-tabela-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #538e3f;
  font-size: 18px;
  font-weight: 700;
}

.list-7 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.secao-box-2 {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border: 0px none #000;
  background-color: #fdbc21;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #162f49;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.titulo-box-2 {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 4px solid #fdbc21;
  border-bottom: 5px solid #fdbc21;
  background-color: #fdbc21;
  font-weight: 700;
}

.heading-24 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #162f49;
  font-weight: 700;
  text-align: center;
}

.texto-box-2 {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.texto-box-2.esquerda {
  text-align: left;
}

.call-action-2 {
  margin-top: 20px;
  color: #162f49;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.legenda-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #58595b;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.texto-coluna-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #58595b;
  line-height: 30px;
  text-align: left;
}

.texto-coluna-3.centralizado {
  color: #58595b;
}

.tab-link-tab-5-3 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.6);
}

.tab-link-tab-5-3.w--current {
  background-color: #58595b;
}

.paragraph-30 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-21 {
  color: #fff;
  font-weight: 700;
}

.text-block-15 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f1f1f1;
  font-weight: 700;
}

.tab-link-tab-1-5 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: #eb5f1e;
}

.tab-link-tab-1-5.w--current {
  border-width: 3px;
  background-color: #58595b;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.tab-link-tab-1-5.w--current:visited {
  background-color: #e8f1fa;
}

.text-block-16 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.tab-link-tab-7-2 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.4);
}

.tab-link-tab-7-2.w--current {
  border: 1px solid #fff;
  background-color: #58595b;
}

.text-block-17 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-3-5 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.8);
}

.tab-link-tab-3-5.w--current {
  background-color: #58595b;
}

.tab-link-tab-4-4 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.7);
}

.tab-link-tab-4-4.w--current {
  background-color: #58595b;
}

.paragraph-31 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eb5f1e;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-22 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f1f1f1;
}

.tabs-menu-4 {
  color: #162f49;
  text-align: center;
}

.tab-link-tab-6-2 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.5);
}

.tab-link-tab-6-2.w--current {
  background-color: #58595b;
  color: #58595b;
}

.tab-link-tab-2-5 {
  border-style: solid;
  border-width: 4px;
  border-color: #f1f1f1;
  background-color: rgba(235, 95, 30, 0.9);
}

.tab-link-tab-2-5.w--current {
  background-color: #58595b;
}

.bold-text-23 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
}

.bold-text-24 {
  color: #eb5f1e;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .intro-text {
    width: auto;
  }

  .citacao {
    margin-top: 20px;
  }

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

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

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

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

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

  .icone-caso {
    width: 80px;
    min-width: 80px;
    margin-left: -10px;
  }

  .caso-div {
    margin-left: 10px;
  }

  .voce-sabia {
    margin-top: -10px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .heading-13 {
    color: #fff;
    text-align: left;
  }

  .texto-praticar {
    color: #fff;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .vamos-praticar {
    color: #fff;
    text-align: left;
  }

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

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

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

  .tabs-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .conteudo_1_1 {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .citacao {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 60px;
    line-height: 30px;
  }

  .introducao {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .texto-box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .secao-box {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .final-sintese {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._1_1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._1_1-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._1_1_1-1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._1_1_1-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._1_3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._1_2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-37 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caso-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icone-caso {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .caso-div {
    margin-right: 0px;
    margin-left: 0px;
  }

  .caso {
    text-align: center;
  }

  .voce-sabia {
    padding-left: 30px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .secao {
    margin-right: 20px;
    margin-left: 20px;
  }

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

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

  .div-block-54 {
    overflow: scroll;
  }

  .secao-box-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .texto-box-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 20px;
  }

  .button {
    font-size: 12px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 20px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .text-block {
    font-size: 12px;
  }

  .texto-base {
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .body {
    text-align: left;
  }

  .citacao {
    padding-right: 20px;
    padding-left: 40px;
    text-align: right;
  }

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

  .introducao {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .image-6 {
    display: inline;
  }

  .nome-disciplina {
    font-size: 30px;
  }

  .autora {
    font-size: 12px;
  }

  .image-7 {
    display: block;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .container-8 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .container-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .texto-bibliografia {
    display: block;
    margin-right: 0px;
    text-align: left;
  }

  ._1_1-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .titulo-box {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-18 {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._1_3 {
    display: block;
    padding-left: 0px;
  }

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

  .subtitulo {
    line-height: 35px;
  }

  .heading-19 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .imagem-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .slider-4 {
    height: 180px;
  }

  .div-block-22 {
    left: 0px;
  }

  .div-block-23 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .call-action {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .call-action.mobile {
    display: block;
  }

  .div-block-26 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .slider-5 {
    height: 600px;
  }

  .paragraph-16 {
    font-size: 12px;
  }

  .div-block-28 {
    margin-top: 0px;
    padding-top: 100px;
  }

  .div-block-29 {
    margin-top: 100px;
  }

  .div-block-32 {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-18 {
    display: block;
    overflow: visible;
    font-size: 15px;
  }

  .paragraph-19 {
    font-size: 15px;
  }

  .paragraph-20 {
    font-size: 15px;
  }

  .paragraph-21 {
    font-size: 15px;
  }

  .container-24 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-25 {
    font-size: 15px;
  }

  .slide-9 {
    height: 200px;
  }

  .container-27 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-28 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-30 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-2 {
    overflow: scroll;
  }

  .grid-3 {
    overflow: scroll;
  }

  .div-block-47 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .texto-caso {
    line-height: 28px;
    text-align: left;
  }

  .div-block-10 {
    display: block;
    width: 100%;
    height: 100%;
  }

  .heading-13 {
    margin-left: 20px;
    color: #fff;
    text-align: left;
  }

  .texto-praticar {
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
  }

  .texto-slide {
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .vamos-praticar {
    margin-left: 20px;
    color: #fff;
    text-align: left;
  }

  .html-embed {
    display: inline-block;
    width: 100px;
  }

  .div-block-54 {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .titulo-box-2 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .texto-box-2 {
    text-align: left;
  }

  .call-action-2 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
}

