:root {
  --preto-background: #040a12;
  --preto: black;
  --branco: white;
  --amarelo-opaco: #c7a75d;
  --amarelo-claro: #ffdd8e;
  --green: #0be424;
  --azul: #008dff;
}

body {
  background-color: var(--preto-background);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  line-height: 1.3;
}

.header_section {
  background-color: var(--preto);
  padding: 20px;
  overflow: hidden;
}

.global_container {
  max-width: 1280px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.global_container.bg_ele-header {
  flex-flow: column;
  display: flex;
}

.global_container.flex_align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.global_container.bg_light {
  background-image: radial-gradient(circle, #fff, #0000 48%);
}

.content_header {
  background-color: var(--preto);
  border: 1px solid #353535;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  height: 710px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: clip;
}

.v_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.v_content.title_header {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 550px;
  position: relative;
}

.v_content.img_opacity-header {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.v_content.center_title-header {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.v_content.center_box-features {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.v_content.body_title-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.v_content.border_line-gold {
  background-image: url('../images/gold_line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.v_content.border_line-gold.margin_of {
  margin-top: 0;
}

.v_content.border_line-gold.margin_of.lines_of {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.v_content.box_title-escolhas {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.v_content.message_expert {
  background-color: var(--branco);
  color: var(--preto-background);
  cursor: pointer;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 30px;
}

.v_content.description_plano {
  align-items: stretch;
  height: 100%;
  padding: 20px;
}

.v_content.margin_auto {
  margin-top: auto;
}

.v_content.full_width-content {
  align-items: stretch;
}

.v_content.is_mobile {
  margin-top: auto;
  display: flex;
}

.v_content.pargin_bottom {
  margin-bottom: 20px;
}

.h_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.h_content.bar_brand-header {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.h_content.termos_uso {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.h_content.item_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.h_content.item_list.constraste_text {
  font-size: 1.2rem;
}

.h_content.item_list.plano_principal {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.125rem;
}

.h_content.feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.h_content.profile_tag-content {
  color: var(--preto-background);
}

.h_content.border_line-gold {
  background-image: url('../images/gold_line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo_project {
  width: 220px;
}

.small_cta-header {
  background-color: var(--amarelo-opaco);
  color: var(--branco);
  text-align: center;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.small_cta-header:hover {
  background-color: var(--preto);
  color: var(--amarelo-opaco);
  border-color: #ffdd8e59;
}

.small_cta-header:active {
  border-color: var(--branco);
  color: var(--branco);
}

.img_header {
  object-fit: cover;
  object-position: 50% 0%;
  width: 608px;
}

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

.h-content {
  display: flex;
}

.h-content.event_local-date {
  grid-column-gap: 15px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.h-content.event_local-date.position_center {
  margin-left: auto;
  margin-right: auto;
}

.h-content.event_local-date.margin_auto {
  margin-top: auto;
}

.h-content.feature-item {
  grid-column-gap: 10px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.h-content.old_price-plano {
  justify-content: space-between;
  width: 100%;
}

.h-content.border_line-gold {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/gold_line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.h-content.border_line-gold.feature_expert {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ic-auto.invert_color {
  filter: invert();
}

.text_local-event {
  font-size: 1rem;
  font-weight: 900;
}

.body_paragraph {
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 1.375rem;
}

.h1_title {
  font-size: 2.375rem;
  line-height: 1;
}

.span_destaque {
  color: var(--amarelo-claro);
  font-family: Inria Serif, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.span_destaque.contraste_bg {
  color: var(--preto);
}

.body_cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--amarelo-claro);
  background-color: var(--amarelo-opaco);
  color: var(--branco);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 20px 25px;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #040a1280;
}

.body_cta:hover {
  box-shadow: inset 0 0 10px 3px var(--amarelo-claro);
  border-color: #ffdd8e00;
}

.body_cta:active {
  background-color: var(--preto-background);
  box-shadow: none;
  color: var(--amarelo-opaco);
  border-color: #ffdd8e1c;
}

.body_cta.margin_active {
  cursor: pointer;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}

.body_cta.margin_active:hover {
  background-color: var(--amarelo-claro);
  box-shadow: none;
  color: #040a12b0;
}

.body_cta.margin_active:active {
  color: var(--amarelo-claro);
  background-color: #ffdd8e26;
}

.body_cta.cta_plano {
  text-align: left;
  width: 100%;
  margin-top: auto;
}

.body_cta.cta_contrast {
  background-color: var(--preto-background);
}

.opacity_bottom-img {
  background-image: linear-gradient(#0000, #000);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer {
  background-image: url('../images/gold_line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px 20px;
  display: flex;
  overflow: hidden;
}

.footer.margin_auto {
  margin-top: auto;
}

.global-container {
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.copyright-text {
  margin-right: auto;
  font-size: .8rem;
}

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

.global_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.global_section.sc_header {
  padding-top: 0;
}

.global_section.sc_features {
  background-image: url('../images/circle_ia-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.global_section.padding_active {
  padding-top: 60px;
  padding-bottom: 60px;
}

.global_section.bg_yellow {
  background-color: var(--amarelo-claro);
  color: var(--preto);
  padding-bottom: 0;
}

.global_section.bg_blue-dark {
  background-color: var(--preto-background);
  padding-bottom: 0;
}

.profile_tag {
  width: 200px;
}

.body_content {
  flex-flow: column;
  padding-top: 40px;
  display: flex;
  position: relative;
  overflow: clip;
}

.img_logo-project {
  width: 320px;
  margin-bottom: 30px;
}

.img_logo-project.full_width {
  width: 100%;
}

.img_logo-project.logo_plano-principal {
  width: 100%;
  margin-bottom: 0;
}

.img_top-header {
  object-fit: cover;
  max-width: 1280px;
}

.content_custom-header {
  background-image: url('../images/ele_tec-left.svg'), url('../images/ele_tec-right.svg');
  background-position: 0 60%, 100% 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: 180px, 180px;
  margin-top: -170px;
}

.h2_body-title {
  letter-spacing: -1px;
  font-size: 2.375rem;
  line-height: 1;
}

.item_features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  text-align: left;
  cursor: default;
  background-color: #27282e;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.375rem;
  transition: all .3s;
  display: flex;
}

.item_features:hover {
  background-color: var(--preto-background);
  box-shadow: inset 1px 1px #ffffff2e;
}

.box_img-provas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  text-align: left;
  cursor: default;
  background-color: #27282e;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 10px;
  font-size: 1.375rem;
  transition: all .3s;
  display: flex;
}

.box_img-provas:hover {
  color: #fff;
  background-color: #27282e00;
  box-shadow: inset 1px 1px #ffffff2e;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

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

.grid._2col.contraste_gestores {
  align-items: stretch;
  width: 860px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid._2col.static_options {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: radial-gradient(circle closest-side at 50% 50%, #ffffff1a, var(--preto-background));
  border-radius: 20px;
  grid-template-columns: minmax(200px, 420px) 1fr;
  align-items: stretch;
  max-width: 870px;
  margin: 60px auto 20px;
}

.grid._2col.content_grid-plano {
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  align-items: stretch;
  width: 935px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.grid._2col.sobre_lc-r {
  align-items: stretch;
  width: 935px;
  margin-left: auto;
  margin-right: auto;
}

.print_resultados {
  border-radius: 10px;
  width: 100%;
}

.box_list-contraste {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  text-align: left;
  cursor: default;
  background-color: #27282e;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 1rem;
  font-size: 1.375rem;
  transition: all .3s;
  display: flex;
}

.box_list-contraste:hover {
  color: #fff;
  background-color: #27282e00;
  box-shadow: inset 1px 1px #ffffff2e;
}

.title_red-list {
  color: red;
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 700;
}

.title_green-list {
  color: var(--green);
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 700;
}

.ic_green-check {
  max-width: 40px;
}

.ic_close-red {
  max-width: 24px;
}

.simulation_questions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  text-align: left;
  cursor: default;
  background-color: #27282e;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.simulation_questions:hover {
  color: #fff;
  background-color: #27282e00;
  box-shadow: inset 1px 1px #ffffff2e;
}

.img_scene-contraste {
  height: 100%;
}

.card_check-simulation {
  cursor: pointer;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.h3_title-description {
  letter-spacing: -1px;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.3;
}

.h3_title-description.price_anchor-provocation {
  color: var(--amarelo-claro);
  text-align: center;
  width: 490px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inria Serif, sans-serif;
  font-size: 1.3rem;
}

.check_box-simulation {
  border: 1px solid var(--branco);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.check_icon-simulation {
  width: 22px;
  max-width: 22px;
  display: none;
}

.h3_title {
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 1.625rem;
  line-height: 1.3;
}

.h3_title.sticky_title {
  position: sticky;
  top: 60px;
}

.h3_title.c_plano-secundarios {
  margin-bottom: auto;
  font-weight: 500;
}

.v-content {
  flex-flow: column;
  display: flex;
  position: relative;
}

.small-ui-text-2 {
  color: #fbcc35;
  font-size: 1rem;
  font-weight: 400;
}

.small-ui-text-2.perfil-tag {
  color: #7c7c7c;
}

.avatar-photo {
  background-color: #2b2b2b;
  border-radius: 100rem;
  width: 50px;
  min-width: 50px;
  overflow: clip;
}

.member-photo {
  object-fit: cover;
  width: 100%;
  max-width: 100px;
}

.h2-ui-element {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

.card_plano {
  background-image: radial-gradient(circle at 100% 100%, #002441, #000);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 480px;
  display: flex;
}

.card_plano.plano_principal {
  border: 1px solid var(--branco);
}

.flags_pay {
  width: 100%;
  max-width: 678px;
}

.text_description-plano {
  letter-spacing: -.5px;
  font-size: 1.25rem;
  font-weight: 400;
}

.text_old-price {
  color: red;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: line-through;
}

.text_price {
  color: var(--green);
  justify-content: space-between;
  align-items: flex-end;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.superscript {
  font-weight: 400;
}

.h2-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.link-social-midia {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.default-paragraph {
  margin-bottom: 0;
  font-size: 1rem;
}

.paragraph-size-2 {
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.icon_feature-expert {
  width: 28px;
}

.img_about-expert {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
}

.italic-text {
  text-decoration: underline;
}

.ic_entregaveis-plano {
  max-width: 40px;
}

.bar_link-alert {
  z-index: 999;
  background-color: var(--preto-background);
  color: var(--preto);
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.countdown-timer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-expiration {
  color: var(--branco);
}

.content-timer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.time-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--amarelo-claro);
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.time-item.segundos {
  color: var(--branco);
  background-color: red;
}

.text-time {
  font-size: 1.2rem;
  font-weight: 700;
}

.indication-timer {
  font-size: .8rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .content_header {
    height: 700px;
  }

  .v_content.title_header {
    width: 510px;
    padding-top: 60px;
  }

  .v_content.img_opacity-header {
    justify-content: flex-start;
    align-items: flex-end;
    width: 450px;
  }

  .v_content.border_line-gold {
    background-size: cover;
  }

  .img_header {
    object-position: 0% 0%;
    width: 100%;
    height: 100%;
    display: inline-flex;
  }

  .footer {
    margin-top: auto;
  }

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

  .global_section.sc_features {
    height: auto;
  }

  .global_section.padding_active.pronunciamento_expert {
    padding-left: 0;
    padding-right: 0;
  }

  .grid._2col.contraste_gestores {
    width: 100%;
  }

  .grid._2col.static_options {
    grid-template-columns: minmax(auto, 370px) 1fr;
    max-width: 100%;
  }

  .grid._2col.content_grid-plano, .grid._2col.sobre_lc-r {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header_section {
    height: auto;
  }

  .content_header {
    flex-flow: column;
    height: auto;
    padding: 0;
  }

  .v_content.title_header {
    width: auto;
    padding: 20px;
  }

  .v_content.img_opacity-header {
    order: -1;
    width: 100%;
    height: 390px;
    position: relative;
  }

  .v_content.center_title-header, .v_content.body_title-center, .v_content.box_title-escolhas {
    width: 100%;
  }

  .v_content.message_expert {
    width: 85%;
  }

  .v_content.margin_auto {
    display: none;
  }

  .v_content.is_mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .h_content.bar_brand-header {
    padding-left: 0;
    padding-right: 0;
  }

  .h_content.item_list.constraste_text {
    font-size: 1rem;
  }

  .logo_project {
    width: 180px;
  }

  .img_header {
    order: -1;
    position: relative;
  }

  .h-content.event_local-date {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .global_section.sc_header {
    padding-bottom: 40px;
  }

  .global_section.sc_features {
    background-size: cover;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .global_section.padding_active {
    padding-top: 0;
  }

  .img_logo-project.full_width, .img_logo-project.logo_plano-principal {
    max-width: 100%;
  }

  .content_custom-header {
    margin-top: -52px;
  }

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

  .grid._2col.contraste_gestores {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: stretch;
  }

  .grid._2col.static_options {
    text-align: center;
    grid-template-columns: minmax(auto, auto);
  }

  .grid._2col.content_grid-plano {
    grid-template-columns: auto;
  }

  .grid._2col.sobre_lc-r {
    grid-template-columns: 1fr;
  }

  .card_plano {
    max-width: 100%;
  }

  .img_about-expert {
    height: 320px;
  }
}

@media screen and (max-width: 479px) {
  .header_section {
    padding: 10px;
  }

  .global_container.bg_light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .v_content.title_header {
    align-items: stretch;
    padding: 10px;
  }

  .v_content.img_opacity-header {
    height: 270px;
  }

  .v_content.border_line-gold {
    margin-top: 20px;
  }

  .v_content.box_list-contraste {
    padding: 10px;
  }

  .v_content.message_expert {
    width: 95%;
  }

  .v_content.description_plano {
    padding: 10px;
  }

  .v_content.is_mobile {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h_content.bar_brand-header {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .h_content.item_list.constraste_text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .small_cta-header {
    display: none;
  }

  .img_header {
    object-position: 50% 0%;
  }

  .h-content.event_local-date {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h-content.event_local-date.position_center {
    justify-content: center;
    align-items: flex-start;
  }

  .h-content.feature-item {
    grid-column-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
  }

  .text_local-event {
    font-size: 1rem;
  }

  .body_paragraph {
    font-size: 1.125rem;
  }

  .h1_title {
    margin-top: 0;
    font-size: 2rem;
  }

  .body_cta.margin_active {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .global_section.sc_header {
    padding-top: 40px;
  }

  .global_section.sc_features {
    background-position: 0%;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
  }

  .profile_tag {
    width: 160px;
  }

  .img_logo-project {
    margin-bottom: 0;
  }

  .content_custom-header {
    background-position: 0 100%, 100% 100%;
  }

  .h2_body-title {
    font-size: 2rem;
  }

  .item_features {
    border-radius: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2rem;
  }

  .grid._3col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .grid._2col.static_options {
    margin-top: 0;
  }

  .title_red-list, .title_green-list {
    font-size: 1.125rem;
  }

  .simulation_questions {
    padding: 5px;
    font-weight: 700;
  }

  .h3_title-description {
    font-size: 1.5rem;
  }

  .h3_title-description.price_anchor-provocation {
    width: 90%;
  }

  .h3_title {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .h3_title.bold_title {
    font-weight: 700;
  }

  .text_description-plano, .text_old-price {
    font-size: 1rem;
  }

  .h2-title-2 {
    font-size: 8vw;
  }

  .img_about-expert {
    height: auto;
  }

  .countdown-timer {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .title-expiration {
    font-size: 1rem;
    display: none;
  }

  .time-item {
    border-radius: 5px;
  }
}

#w-node-_105973c0-4b09-551a-4ffb-07c78d318fdb-ce8baf26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#plano.w-node-_105973c0-4b09-551a-4ffb-07c78d318fe3-ce8baf26 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_105973c0-4b09-551a-4ffb-07c78d319016-ce8baf26, #w-node-_105973c0-4b09-551a-4ffb-07c78d319033-ce8baf26, #w-node-_0f82ba8f-37ad-f218-3305-d7c8de086452-569afeac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#plano.w-node-_0f82ba8f-37ad-f218-3305-d7c8de08645a-569afeac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0f82ba8f-37ad-f218-3305-d7c8de08648d-569afeac, #w-node-_0f82ba8f-37ad-f218-3305-d7c8de0864aa-569afeac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_105973c0-4b09-551a-4ffb-07c78d318fdb-ce8baf26, #w-node-_0f82ba8f-37ad-f218-3305-d7c8de086452-569afeac {
    order: -9999;
  }
}


