:root {
  --azul-01: #203391;
  --azul-02: #3b43cc;
  --gelo1: #d5edf2;
  --azul-new1: var(--azul-03);
  --azul-03: #6394f7;
  --grey-1: #555454;
  --grey-2: #383838;
  --grey-3: #505050;
  --grey-4: #909090;
  --grey-5: #555454;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.s1 {
  background-image: linear-gradient(101deg, #d5edf2, #fff);
  display: flex;
}

.s2 {
  background-image: linear-gradient(86deg, var(--azul-01), var(--azul-02));
}

.s3 {
  background-image: linear-gradient(135deg, var(--gelo1), white);
}

.s4, .s5 {
  background-image: linear-gradient(180deg, var(--azul-01), var(--azul-02));
}

.s6 {
  background-image: linear-gradient(180deg, var(--gelo1), white);
}

.s7-footer {
  background-image: linear-gradient(to bottom, var(--azul-01), var(--azul-01));
}

.nav-bar {
  background-image: linear-gradient(#203391, #3b43cc);
}

.nav-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav-link:hover {
  color: #60a8ff;
}

.nav-link:active {
  color: #8fb2ff;
}

.brand {
  margin-top: 15px;
  display: flex;
}

.div-hero-lateral {
  justify-content: flex-start;
  align-items: center;
}

.div-txt-hero {
  flex: 1;
  margin-top: 30px;
  margin-right: 20px;
}

.div-base-img {
  flex: 0 auto;
}

.img-logo-hero {
  margin-top: 0;
  margin-bottom: 20px;
}

.botoes-hero {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.hero-headline-1 {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.bold-headline-1 {
  background-image: linear-gradient(84deg, var(--azul-01), var(--azul-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 24px;
}

.sub-headline-hero-1 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.sub-headline-bold-01 {
  background-color: var(--azul-01);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bt-base {
  border-radius: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bt-base.preenchido {
  background-image: linear-gradient(100deg, var(--azul-01), var(--azul-02));
  margin-right: 10px;
  font-size: 12px;
}

.bt-base.vazado {
  border: 2px solid var(--azul-01);
  color: var(--azul-01);
  background-color: rgba(56, 152, 236, 0);
  font-size: 12px;
}

.notify-base {
  background-image: linear-gradient(359deg, rgba(201, 197, 197, .69), rgba(255, 255, 255, .79) 67%);
  border-radius: 13px;
  width: 273px;
  height: 75px;
  display: flex;
}

.notify-base._01 {
  background-image: linear-gradient(341deg, var(--azul-new1), var(--azul-01) 54%, var(--azul-03) 104%);
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  top: -183px;
  left: 0;
}

.img-notify {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.div-base-txt-notify {
  flex-flow: column;
  width: 200px;
  display: flex;
}

.bold-notify {
  color: #fff;
  margin-top: 6px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.txt-notify {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.sino-div-notify {
  margin-top: 10px;
}

.container {
  flex: 0 auto;
  align-self: auto;
}

.div-block {
  margin-top: -85px;
}

.s2-img-logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.s2-txt-base {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.image {
  margin-top: 6px;
}

.s2-txt {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.s2-bold {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d5edf2, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 26px;
}

.s3-vertical1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.s3-vertical1._02 {
  justify-content: center;
  align-items: flex-start;
}

.s3-vertical2-div-formulario-base {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.box-base {
  border: 2px solid var(--azul-02);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
}

.s3-txt-box-paragraf {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
}

.s3-txt-box-paragraf.bold {
  margin-top: 0;
  line-height: 15px;
}

.s3-bold-box {
  background-image: linear-gradient(180deg, var(--azul-01), var(--azul-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-field {
  color: #000c63;
  text-align: center;
  border-radius: 8px;
}

.text-field:focus {
  color: #000;
}

.text-field:focus-visible {
  color: #00228a;
}

.text-field[data-wf-focus-visible] {
  color: #00228a;
}

.form-hero-txt {
  color: var(--azul-01);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.select-field {
  color: #020075;
  text-align: center;
  background-color: #fff;
  border-radius: 11px;
}

.checkbox-field {
  width: 300px;
  display: flex;
}

.checkbox-field._02 {
  margin-bottom: 20px;
}

.checkbox {
  margin-right: 10px;
}

.check-box-txt {
  color: var(--azul-01);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.submit-button {
  background-image: linear-gradient(254deg, var(--azul-01), var(--azul-02));
  border-radius: 20px;
  width: 300px;
}

.s3-headline {
  background-image: linear-gradient(180deg, var(--azul-01), var(--azul-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 32px;
}

.s3-sub-headline {
  color: var(--azul-01);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.s3-paragrafo {
  color: var(--azul-01);
  width: 440px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.base-boxes-1 {
  justify-content: flex-start;
  align-items: center;
}

.s4-base-boxes {
  justify-content: center;
  align-items: center;
}

.boxe-base-1 {
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 350px;
  margin: 20px 10px;
}

.s4-box-img {
  width: 28px;
  height: 28px;
  margin-top: 20px;
}

.s4-box-headline {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.s4-paragrafo {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.s5-headlinebase {
  justify-content: center;
  align-items: center;
}

.logo-s5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.headline-s5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.headline-s5._02 {
  margin-bottom: 20px;
  font-weight: 400;
}

.acordion {
  border: 2px solid #fff;
  border-radius: 20px;
  width: 700px;
  margin-bottom: 20px;
}

.acordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.acordion-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.acordion-panel {
  pointer-events: auto;
  color: #fff;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: none;
}

.link {
  color: #e539ff;
}

.s6-base {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.s6-headline {
  background-image: linear-gradient(180deg, var(--azul-01), var(--azul-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 600;
  position: static;
}

.s6-headline._02 {
  font-size: 24px;
}

.s6-sub-headline {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.links-footer {
  justify-content: center;
  align-items: center;
}

.infos-footer {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.img-logo-footer {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.redes-sociais-footer {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.base-redes-1 {
  justify-content: center;
  align-items: flex-start;
}

.superior-redes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3px;
}

.inferior-redes {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.text-block {
  color: #fff;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.rede-icon {
  margin: 4px 10px;
}

.base-links {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-right: 20px;
}

.title-links {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.title-links.link-block {
  text-align: center;
  font-weight: 400;
}

.title-links.link-block._3 {
  font-size: 12px;
}

.link-base {
  margin-top: 5px;
  text-decoration: none;
}

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

.embed-numers {
  width: 400px;
}

.numebrs-time {
  margin-top: 40px;
}

.base-numer {
  margin-right: 10px;
}

.style-numebrs {
  background-image: linear-gradient(180deg, var(--azul-01), var(--azul-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-4, .text-block-5, .text-block-6 {
  text-align: center;
}

.base-tags-seo {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.seo-tag {
  color: #002bec;
  border: 1px solid #0048e2;
  border-radius: 20px;
  margin: 10px;
  padding: 3px 10px;
}

@media screen and (max-width: 991px) {
  .div-txt-hero {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .botoes-hero {
    text-align: center;
    flex-flow: column;
  }

  .hero-headline-1 {
    width: 300px;
    font-size: 12px;
    line-height: 19px;
  }

  .bold-headline-1 {
    font-size: 15px;
  }

  .sub-headline-hero-1 {
    font-size: 11px;
  }

  .bt-base.preenchido {
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 15px;
    font-size: 10px;
  }

  .notify-base._01 {
    width: 239px;
    top: -20px;
    left: 33px;
  }

  .image {
    margin-top: 38px;
  }

  .s2-txt {
    font-size: 18px;
  }

  .s2-bold {
    font-size: 24px;
  }

  .title-links.link-block._3 {
    font-size: 12px;
  }

  .icon, .menu-button.w--open {
    background-image: linear-gradient(180deg, var(--azul-03), var(--azul-new1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .nav-menu {
    background-image: linear-gradient(180deg, var(--azul-01), var(--azul-02));
  }

  .numebrs-time {
    margin-top: 1px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-hero-lateral {
    flex-flow: column;
  }

  .div-txt-hero {
    width: 300px;
    margin-left: -147px;
  }

  .notify-base._01 {
    top: -247px;
    left: 156px;
  }

  .image {
    margin-left: -109px;
  }

  .s2-txt {
    font-size: 14px;
  }

  .s2-bold {
    font-size: 19px;
  }

  .s3-lateral._02 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .s3-vertical1._02 {
    flex: 1;
    margin-left: 60px;
    margin-right: 60px;
  }

  .box-base {
    width: 220px;
  }

  .text-field {
    width: 240px;
  }

  .form-hero-txt {
    width: 240px;
    font-size: 10px;
  }

  .select-field, .checkbox-field._01, .checkbox-field._02, .submit-button {
    width: 240px;
  }

  .s3-paragrafo {
    width: auto;
  }

  .s4-base-boxes {
    flex-flow: wrap;
  }

  .acordion-wrapper {
    width: 500px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .acordion {
    width: 500px;
  }

  .acordion-panel {
    display: none;
  }

  .hero-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .links-footer {
    margin-left: 10px;
  }

  .title-links.link-block {
    text-align: left;
    font-size: 10px;
  }

  .title-links.link-block._3 {
    text-align: center;
  }

  .icon {
    background-image: linear-gradient(180deg, var(--azul-03), var(--azul-new1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-menu {
    background-image: linear-gradient(180deg, var(--azul-01), var(--azul-02));
  }

  .numebrs-time {
    flex-flow: wrap;
  }

  .style-numebrs {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-txt-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .div-base-img {
    width: 300px;
  }

  .notify-base._01 {
    width: 220px;
    top: -116px;
    left: 44px;
  }

  .txt-notify {
    margin-top: 3px;
    font-size: 10px;
  }

  .sino-div-notify {
    margin-right: 5px;
  }

  .div-block {
    margin-top: -86px;
  }

  .image {
    margin-top: 6px;
    margin-left: 0;
  }

  .s2-txt {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 20px;
  }

  .s2-bold {
    font-size: 16px;
  }

  .s3-lateral {
    flex-flow: wrap;
  }

  .s3-vertical1 {
    margin-bottom: 0;
  }

  .s3-vertical1._02 {
    width: 300px;
    margin-top: 0;
  }

  .s3-vertical2-div-formulario-base {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s3-vertical2-div-formulario-base._02 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .box-base {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s3-headline {
    margin-right: 0;
    padding-right: 60px;
    font-size: 26px;
  }

  .s3-sub-headline, .s3-paragrafo {
    font-size: 12px;
  }

  .s5-headlinebase {
    margin-left: 10px;
    margin-right: 10px;
  }

  .acordion-wrapper, .acordion {
    width: 300px;
  }

  .acordion-header {
    font-size: 12px;
  }

  .acordion-panel {
    display: none;
  }

  .s6-base {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s6-headline {
    text-align: center;
    line-height: 25px;
  }

  .links-footer {
    flex-flow: wrap;
  }

  .base-links {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-links.link-block._3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8px;
    line-height: 15px;
  }

  .icon {
    background-image: linear-gradient(180deg, var(--azul-03), var(--azul-new1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-menu {
    background-image: linear-gradient(180deg, var(--azul-01), var(--azul-02));
  }

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

  .numebrs-time {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 10px;
  }
}


