:root {
  --white: white;
  --black: black;
}

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

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

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

@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-hero {
  background-image: url('../images/hero-section-1background.png');
  background-position: 50%;
  background-size: auto;
}

.s2-section {
  background-image: linear-gradient(#84188e, #250728);
}

.s3-section {
  background-image: url('../images/s3-background-1.png');
  background-position: 0 0;
  background-size: auto;
}

.s4-section {
  background-image: linear-gradient(#fffbfb, #edecec);
}

.s5-section {
  background-image: linear-gradient(#531ed2, #2b0f6c);
}

.s6-section {
  background-image: url('../images/s6-background.png');
  background-position: 50%;
  background-size: auto;
}

.s7-section {
  background-image: linear-gradient(#561ed0, #2c0f6a);
}

.s8-section {
  background-image: url('../images/s6-background.png');
  background-position: 0 0;
  background-size: auto;
}

.s9-section {
  background-image: linear-gradient(#531ed2, #2b0f6c);
}

.footer {
  background-image: linear-gradient(#08000a, #210035);
}

.navbar-background {
  background-image: linear-gradient(#fff, #f5f4f4);
  position: static;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.sub-title-logo {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a31c9e, #3d0a3b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12px;
}

.image {
  margin-bottom: 5px;
}

.menu-navbar {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a31c9e, #3d0a3b);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Oxanium, sans-serif;
  font-size: 11px;
}

.nav-menu {
  margin-top: 20px;
}

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

.headline-txt {
  margin-top: 232px;
  margin-bottom: 20px;
}

.sub-headline-txt-1, .sub-headline-txt-2 {
  margin-bottom: 20px;
}

.botoes-hero-block {
  margin-bottom: 84px;
  display: flex;
}

.headline-txt-1-base {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 35px;
}

.headline-txt-1-base.headline-hero {
  width: 574.65px;
}

.headline-txt-1-base.s4-txt-headline {
  color: #000;
  width: 500px;
  margin-bottom: 40px;
}

.bold-start-headline {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9a00e7, #d300b0);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.sub-headline-base {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.sub-headline-base.sub-headline-hero-section, .sub-headline-base.sub-headline-txt-2 {
  width: 522px;
}

.sub-headline-base.s4-subheadline {
  color: #000;
  width: 500px;
  font-weight: 400;
}

.bold-sub-headline-pequena {
  color: #fd1ddf;
  font-weight: 500;
}

.bold-text {
  font-weight: 500;
}

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

.bt-hero-base1 {
  text-align: center;
  border-radius: 10px;
  width: 274px;
  height: 40px;
  margin-right: 20px;
  font-family: Oxanium, sans-serif;
}

.bt-hero-base1.bt1 {
  background-image: linear-gradient(81deg, #531ed2, #2b0f6c);
}

.bt-hero-base1.bt1.bt2-s3 {
  width: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.bt-hero-base1.bt1.s5-bt {
  width: auto;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.bt-hero-base1.bt1.s6-bt {
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.bt-hero-base1.bt1.s7-bt {
  background-image: linear-gradient(81deg, #84188e, #250728);
  width: auto;
  margin-bottom: 40px;
  margin-left: 20px;
  padding-left: 140px;
  padding-right: 140px;
}

.bt-hero-base1.bt1.s9-bt {
  width: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.bt-hero-base1.bt1.s10bt {
  background-image: linear-gradient(81deg, #a800db, #4f09f3);
  width: auto;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.bt-hero-base1.bt2 {
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  background-color: rgba(235, 235, 235, 0);
  border: 1px solid #480d4d;
}

.bt-hero-base1.s3-bt {
  width: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
}

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

.s2-flex-base {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.s2-flex-base._02 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.s2-img-txt {
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.s2-txt-base {
  color: #fff;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oxanium, sans-serif;
}

.container-3 {
  flex-flow: column;
  display: flex;
}

.hero-section-title-base {
  justify-content: center;
  align-items: center;
}

.title-section-txt-base {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sction-tittle-txt {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

.bold-text-2 {
  font-weight: 500;
}

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

.base-boxes-lateral {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  position: static;
}

.base-boxes-lateral.s9 {
  margin-bottom: auto;
}

.base-box-interno {
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border: 2px solid #e91ff0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 285px;
  height: 339px;
  margin-bottom: 40px;
  margin-left: 37px;
  margin-right: 10px;
  display: flex;
  position: static;
}

.base-box-interno.s9 {
  width: 350px;
  margin-left: auto;
  margin-right: 20px;
}

.heading-base-boxes {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-base-boxes.s9 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-boxes-base {
  color: #fffdfd;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bold-s4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#480d4d, #7e1788);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.paragraph {
  width: 390px;
}

.bold-text-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#480d4d, #7e1788);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.img-base-redes {
  margin: 10px;
}

.image-2 {
  margin-top: 10px;
  margin-right: 10px;
}

.image-3 {
  margin-top: 10px;
}

.image-4 {
  margin-right: 10px;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.text-block-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

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

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

.acordion-panel.trafego-pago {
  display: none;
}

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

.base-s5-lateral.s6.base-s6-2 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.base-s5-lateral.s8 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.topicos {
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.txt {
  width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.txt.s6._02 {
  margin-right: auto;
}

.sub-faq-paragraph {
  color: #fffefe;
  font-family: Poppins, sans-serif;
}

.pragraph-base-sessoes {
  color: #fff;
  width: 350px;
  font-family: Poppins, sans-serif;
}

.pragraph-base-sessoes.s9txt {
  text-align: center;
  width: auto;
}

.heading-base-sessoes {
  color: #fff;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-base-sessoes.trafego-pago {
  line-height: 35px;
}

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

.base-s6-02-imgs-logos {
  justify-content: center;
  align-items: center;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.base-lateral-02-logos {
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.img-logo {
  margin: 10px;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.base-portf-lio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.portfolio-lateral {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.port-img {
  flex-flow: column;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-botom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  font-weight: 600;
}

.container-8, .container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-logo-footer {
  margin-top: 60px;
  margin-bottom: 20px;
}

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

.social-img {
  margin-right: auto;
}

.social-img.nav {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  display: flex;
}

.dodapedesenvolvido {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.txt-social-footer {
  color: #fff;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.link-block-boxes-base {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bt-lp1 {
  background-image: linear-gradient(#7d009c, #9c0073);
  border-radius: 20px;
  padding: 0 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.bt-lp1.bt-portfolio {
  text-align: center;
}

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

  .nav-menu {
    z-index: 4;
  }

  .sction-tittle-txt.s3 {
    font-size: 19px;
  }

  .base-box-interno {
    width: 230px;
    height: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 10px;
  }

  .heading-base-boxes {
    margin-bottom: auto;
    font-size: 14px;
  }

  .heading-base-boxes.s9 {
    margin-bottom: 17px;
  }

  .paragraph-boxes-base {
    font-size: 10px;
  }

  .topicos.s5, .topicos.s6, .topicos.s7 {
    width: 350px;
  }

  .base-s6-02-imgs-logos {
    width: 350px;
    margin-left: 10px;
  }

  .menu-button {
    z-index: 4;
  }

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

@media screen and (max-width: 767px) {
  .s3-section {
    background-position: 50%;
    background-size: cover;
  }

  .block-master-txt-hero {
    justify-content: center;
    align-items: flex-start;
  }

  .headline-txt {
    margin-left: 0;
    margin-right: 0;
  }

  .botoes-hero-block {
    flex-flow: column;
    margin-left: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .headline-txt-1-base.headline-hero {
    width: 500px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-headline-base.sub-headline-hero-section, .sub-headline-base.sub-headline-txt-2, .s2-flex-base {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sction-tittle-txt.s7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .base-boxes-baixo {
    width: auto;
  }

  .base-boxes-lateral, .s4-base-lateral {
    flex-flow: column;
  }

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

  .base-s5-lateral.s5, .base-s5-lateral.s6, .base-s5-lateral.s7, .base-s5-lateral.s8 {
    flex-flow: column;
  }

  .txt.s5, .txt.s7 {
    order: -1;
  }

  .portfolio-lateral {
    flex-flow: column;
  }

  .port-img {
    width: 300px;
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  .s1-hero {
    background-position: 50%;
    background-size: cover;
  }

  .block-master-txt-hero, .headline-txt {
    width: 320px;
  }

  .botoes-hero-block {
    margin-left: auto;
  }

  .headline-txt-1-base.headline-hero {
    width: auto;
  }

  .headline-txt-1-base.s4-txt-headline {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sub-headline-base.sub-headline-hero-section, .sub-headline-base.sub-headline-txt-2 {
    width: auto;
  }

  .sub-headline-base.s4-subheadline {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bt-hero-base1.bt1.bt2-s3 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9px;
  }

  .bt-hero-base1.bt1.s5-bt {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  .bt-hero-base1.bt1.s6-bt {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .bt-hero-base1.bt1.s7-bt {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bt-hero-base1.bt1.s9-bt {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bt-hero-base1.bt1.s10bt {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .container-2 {
    display: none;
  }

  .s2-flex-base {
    width: 320px;
  }

  .s2-img-txt {
    font-size: 10px;
  }

  .s2-txt-base {
    font-size: 9px;
  }

  .hero-section-title-base.s7 {
    width: 300px;
  }

  .title-section-txt-base.s9 {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sction-tittle-txt.s3 {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .base-boxes-baixo {
    width: auto;
  }

  .base-boxes-lateral {
    margin-left: 10px;
    margin-right: 0;
  }

  .base-boxes-lateral.s9 {
    width: 300px;
  }

  .base-box-interno {
    width: 300px;
    height: 240px;
  }

  .base-box-interno.s9 {
    width: 300px;
  }

  .paragraph-boxes-base {
    font-size: 12px;
  }

  .s4-base-lateral, .s4-txt-block {
    width: 320px;
  }

  .base-img-redes-trafego {
    margin-left: 10px;
    margin-right: 10px;
  }

  .acordion-wrapper, .base-s5-lateral.s5, .base-s5-lateral.s6, .base-s5-lateral.s8, .topicos.s5, .topicos.s6, .topicos.s7, .txt.s5, .txt.s6 {
    width: 300px;
  }

  .txt.s6._02 {
    margin-right: 0;
  }

  .txt.s7, .txt.s8, .pragraph-base-sessoes {
    width: 300px;
  }

  .heading-base-sessoes {
    font-size: 19px;
    line-height: 24px;
  }

  .base-s6-02-imgs-logos {
    width: 300px;
    margin-left: 0;
  }

  .base-lateral-02-logos {
    width: 300px;
  }

  .social-img {
    width: 30px;
    height: 30px;
  }

  .link-block-boxes-base.box1 {
    width: auto;
  }
}


