:root {
  --gelo1: #d5edf2;
  --gelo2: white;
  --verde01: #40b649;
  --verde02: #115e31;
  --white: white;
  --verde03: #1d2124;
  --verde04: #231f20;
  --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;
  }
}

.nav-bar {
  background-color: rgba(221, 221, 221, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.s2v2 {
  background-image: linear-gradient(102deg, var(--gelo1), var(--gelo2));
  height: 450px;
}

.s1 {
  background-image: url('../images/bgnew.png');
  background-position: 55%;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
}

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

.nav-link:hover {
  color: #06ff2f;
}

.nav-link:active {
  color: #88ff67;
}

.base-lateral-hero {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 237px;
  margin-bottom: 264px;
}

.hero-base {
  z-index: 25;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 450px;
  margin-top: -34px;
  margin-right: 140px;
  position: relative;
}

.hero-base._02img {
  flex-flow: row;
}

.container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.img-logo-hero {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 17px;
}

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

.sub-txt-hero {
  width: 400px;
}

.bts-hero {
  flex-flow: row;
}

.headline-style-hero {
  background-image: linear-gradient(98deg, var(--gelo1), var(--gelo2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.sub-headline-hero {
  color: #fff;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.sub-headline-hero._02 {
  font-size: 14px;
  line-height: 16px;
}

.bt-base {
  border-radius: 8px;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.bt-base.preenchido {
  background-image: linear-gradient(146deg, var(--verde01), var(--verde02));
}

.bt-base.preenchido.s2 {
  z-index: 25;
  position: relative;
}

.bt-base.vazado {
  border: 1.5px solid var(--verde01);
  background-color: rgba(56, 152, 236, 0);
  margin-left: 10px;
  font-weight: 400;
}

.img-base {
  position: relative;
  top: 28%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.s2-base {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
}

.s2-base-img-1 {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1151px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.base-boxes {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.s2-base-img-2 {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1148px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.boxe-base {
  z-index: 20;
  border: 2px solid var(--verde01);
  background-image: linear-gradient(180deg, var(--gelo1), white);
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 170px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.div-tags {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  position: absolute;
  top: 1002px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-tags._02 {
  top: 1193px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tags {
  color: #fff;
  background-image: linear-gradient(rgba(0, 129, 17, .28), rgba(0, 31, 8, .45));
  border: 1px solid #eaffe7;
  border-radius: 20px;
  margin-bottom: 6px;
  padding: 4px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.headline-boxes {
  margin-bottom: 10px;
}

.s2-headline-base {
  background-image: linear-gradient(130deg, var(--verde01), var(--verde02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
}

.base-da-box-vertical {
  justify-content: center;
  align-items: center;
}

.s2-txt-boxes {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 15px;
}

.s2-boxe-bold {
  background-image: linear-gradient(180deg, var(--verde01), var(--verde02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.s3-formulario-inss {
  background-image: url('../images/background-modal-inss.png');
  background-position: 0%;
  background-size: cover;
  height: auto;
  display: none;
}

.div-base-formulario {
  justify-content: center;
  align-items: flex-start;
  margin-top: 220px;
  display: flex;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-style-formulario {
  color: var(--verde02);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.input-style {
  border: 2px solid var(--verde01);
  border-radius: 9px;
}

.label-checkbox {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.form-base {
  margin-top: 0;
  margin-bottom: 60px;
}

.form-base.trabalhista {
  margin-top: 140px;
  margin-bottom: 140px;
}

.s4-formulario-trabalhista {
  background-image: url('../images/BACKGROUND-TRABALHISTA.png');
  background-position: 50%;
  background-size: auto;
  display: none;
}

.container-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s5 {
  background-image: linear-gradient(180deg, var(--verde01), var(--verde02));
}

.s5-boxes {
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 180px;
  margin: 20px 10px;
}

.s5-boxes-headline {
  background-image: linear-gradient(117deg, var(--gelo2), var(--white));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 15px;
}

.txt-s5-boxes-paragrafo {
  background-image: linear-gradient(180deg, var(--gelo2), white);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 3px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

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

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

.s5-base-texto {
  width: 350px;
  margin-right: 20px;
}

.hero-s5-img {
  margin-top: 40px;
  margin-bottom: 20px;
}

.s5-paragraph {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.s7 {
  background-image: linear-gradient(180deg, var(--verde02), var(--verde01));
}

.acordion-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

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

.s8 {
  background-image: linear-gradient(102deg, var(--gelo1), var(--gelo2));
}

.hero-img-2 {
  position: absolute;
  top: 197px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lateral-s8 {
  justify-content: center;
  align-items: center;
}

.img-s8 {
  margin: 40px 20px;
}

.txt-s8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.s6-headline {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#203391, #3b43cc);
  -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-headline.s8 {
  background-image: linear-gradient(180deg, var(--verde01), var(--verde02));
  text-align: center;
  line-height: 32px;
}

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

.s6-sub-headline.s8 {
  background-image: none;
}

.footer {
  background-image: linear-gradient(180deg, var(--verde03), var(--verde04));
}

.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 {
  margin-top: 4px;
  font-size: 12px;
}

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

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

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

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

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

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

.base-links {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 60px;
  margin-right: 0;
}

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

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

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

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

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

.seo-tag {
  border: 1px solid #007c00;
  border-radius: 20px;
  margin: 10px;
  padding: 3px 10px;
}

@media screen and (min-width: 1920px) {
  .s2-base-img-1 {
    top: 1062px;
  }

  .s2-base-img-2 {
    top: 1055px;
  }

  .tags {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(17, 93, 49, .58) 99%, var(--verde02));
  }
}

@media screen and (max-width: 991px) {
  .s1 {
    background-position: 45%;
  }

  .container {
    margin-bottom: -21px;
  }

  .bts-hero {
    flex-flow: row;
  }

  .headline-style-hero {
    width: 300px;
    font-size: 19px;
  }

  .sub-headline-hero {
    width: 300px;
  }

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

  .s2-base-img-1 {
    width: 400px;
    display: none;
    left: -24%;
  }

  .s2-base-img-2 {
    width: 400px;
    display: none;
    top: 138%;
    bottom: 0%;
    left: 510px;
    right: 0%;
  }

  .boxe-base {
    z-index: 25;
  }

  .div-tags {
    display: none;
    left: -11%;
  }

  .div-tags._02 {
    left: 526px;
  }

  .tags {
    font-size: 8px;
  }

  .headline-boxes {
    z-index: 25;
    position: relative;
  }

  .s2-headline-base {
    font-size: 24px;
  }

  .container-2, .container-3 {
    justify-content: center;
    align-items: center;
  }

  .s5-base-boxes {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-img-2 {
    width: 460px;
    top: 248px;
  }

  .s6-headline._02.s8, .s6-headline.s8 {
    font-size: 19px;
  }

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

  .rede-icon {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .icon-menu {
    background-image: linear-gradient(180deg, var(--gelo1), var(--gelo2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .nav-menu {
    background-image: linear-gradient(180deg, var(--verde03), var(--verde04));
    border-radius: 10px;
  }

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

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
    background-image: linear-gradient(180deg, var(--verde03), var(--verde04));
  }
}

@media screen and (max-width: 767px) {
  .base-lateral-hero {
    width: 500px;
  }

  .hero-base {
    margin-top: -195px;
    margin-left: 31px;
  }

  .container {
    height: 980px;
  }

  .form-base {
    margin-top: -113px;
  }

  .s5-base-lateral {
    flex-flow: column;
  }

  .s5-base-texto {
    margin-left: 10px;
  }

  .s5-paragraph {
    padding-left: 20px;
  }

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

  .acordion {
    width: 500px;
  }

  .acordion-panel {
    display: none;
  }

  .hero-img-2 {
    height: 200px;
    top: 79%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .s6-headline.s8 {
    font-size: 14px;
    line-height: 22px;
  }

  .s6-sub-headline.s8 {
    font-size: 12px;
    line-height: 15px;
  }

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

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

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

  .rede-icon {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

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

  .hero-base {
    width: auto;
    margin-top: -249px;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    width: 300px;
    height: 900px;
    margin-bottom: 1px;
  }

  .img-logo-hero {
    width: 260px;
    margin-left: 0;
  }

  .sub-txt-hero {
    width: 300px;
  }

  .bts-hero {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .sub-headline-hero._02 {
    width: 290px;
  }

  .bt-base.vazado {
    margin-left: 0;
  }

  .s2-base-img-1 {
    width: 300px;
    display: none;
    left: 4%;
  }

  .s2-base-img-2 {
    width: 300px;
    display: none;
    left: 0;
  }

  .div-tags {
    width: 300px;
    display: none;
    left: 0%;
  }

  .div-tags._02 {
    left: 0;
  }

  .div-lateral-boxes {
    flex-flow: column;
  }

  .s2-headline-base {
    text-align: center;
    margin-top: 0;
    line-height: 26px;
  }

  .s3-formulario-inss {
    display: none;
  }

  .form-base, .form-base.trabalhista {
    width: 300px;
  }

  .s5-base-texto {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hero-s5-img {
    margin-left: 20px;
  }

  .acordion-wrapper {
    box-sizing: border-box;
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .acordion {
    width: 300px;
  }

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

  .acordion-panel {
    display: none;
  }

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

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

  .hero-img-2 {
    width: 300px;
  }

  .img-s8 {
    display: none;
  }

  .txt-s8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

  .s6-headline.s8 {
    font-size: 18px;
    line-height: 15px;
  }

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

  .text-block, .rede-icon {
    margin-top: 5px;
  }

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

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

  .container-4 {
    width: 300px;
  }

  .image {
    margin-top: 40px;
  }
}


