.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: #333;
  font-size: 14px;
  line-height: 20px;
}

.div-block-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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-admin {
  width: 70px;
}

.nav-menu1-buttons {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-pesquisa {
  margin-bottom: 0px;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.section._2 {
  display: block;
  background-color: #f9f8f3;
}

.section._2.index {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 248, 243, 0.95)), to(rgba(249, 248, 243, 0.95))), url('../images/18307.jpg');
  background-image: linear-gradient(180deg, rgba(249, 248, 243, 0.95), rgba(249, 248, 243, 0.95)), url('../images/18307.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
}

.section.exp {
  display: none;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 8px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link1 {
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #160742;
  font-weight: 700;
}

.nav-link1:hover {
  background-color: #f3f3f7;
}

.pb-txt {
  margin-right: 12px;
  color: #000;
  font-weight: 600;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -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;
}

.conteiner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.conteiner.transparent {
  padding-top: 40px;
  padding-bottom: 40px;
}

.conteiner.white {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 8px;
  background-color: #fff;
}

.conteiner.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1280px;
  -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;
}

.logo-pb {
  width: 18px;
  margin-right: 5px;
  margin-left: 10px;
}

.info-card {
  font-size: 13px;
  line-height: 23px;
}

.btnoesquisa {
  height: 48px;
  margin-left: 10px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
}

.btnoesquisa.cor-1 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.btnoesquisa.cor-1:hover {
  background-color: #f59933;
}

.img-galeria {
  max-width: 150px;
  margin-bottom: 10px;
}

.clear80 {
  height: 80px;
}

.txtpainel {
  color: #b1b1b1;
  font-size: 11px;
  line-height: 21px;
}

.form-login {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.btm-excluir-painel-2 {
  padding-left: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/delete.svg');
  background-position: 10px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 11px;
  line-height: 16px;
}

.btm-excluir-painel-2:hover {
  background-color: #fcfcfc;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fcfcfc;
}

.div-block-4 {
  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: 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;
}

.input-contato {
  height: 48px;
  margin-bottom: 30px;
  padding: 7px 24px 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background-color: #f3f3f7;
}

.grid-16 {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 200px;
  grid-template-columns: 1fr 200px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-17 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  position: static;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.dropdown1.w--open {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(48, 54, 77, 0.22);
  font-size: 13px;
}

.foto-galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -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;
}

.heading-product-painel {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.heading-product-painel.center {
  text-align: center;
}

.pb-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 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: #fff;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 24px;
}

.label-card {
  height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  color: #000;
  font-size: 11px;
  line-height: 24px;
}

.nav-dropdown1-link {
  color: #000;
  font-size: 13px;
}

.nav-dropdown1-link:hover {
  background-color: #eaeaf1;
}

.tag-painel {
  height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  line-height: 24px;
}

.label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.id-painel {
  color: #949494;
  font-size: 11px;
  line-height: 16px;
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.galeria-fotos {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.label-sub {
  font-size: 11px;
  font-weight: 400;
}

.ico-sair {
  width: 15px;
  margin-right: 5px;
}

.form-contato {
  padding-top: 20px;
}

.grid-15 {
  margin-bottom: 20px;
  -ms-grid-columns: 100px 1fr 200px;
  grid-template-columns: 100px 1fr 200px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-info {
  padding: 20px 20px 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.form-pesq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img-prod-painel {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 24px;
  -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;
}

.button-1.cor-1 {
  border-radius: 8px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.button-1.cor-1:hover {
  background-color: #1e7cdb;
}

.button-1.cor-1.topo {
  background-color: #7891f9;
}

.button-1.cor-1.topo:hover {
  background-color: #617ef7;
}

.button-1.cor-1.topo.suporte {
  padding-left: 50px;
  background-color: #258ffb;
  background-image: url('../images/whatsapp.svg');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.button-1.cor-1.topo.suporte:hover {
  background-color: #1e7cdb;
}

.button-1.button-form {
  max-width: 130px;
}

.button-1.button-form.cor-1 {
  margin-right: 20px;
}

.button-1.button-form.cor-1.btnpainel2 {
  margin-right: 0px;
}

.divsair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 11px;
}

.divsair:hover {
  background-color: #fcfcfc;
}

.btn-edit-painel {
  margin-right: 10px;
  padding-left: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/edit.svg');
  background-position: 10px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 11px;
  line-height: 16px;
}

.btn-edit-painel:hover {
  background-color: #fcfcfc;
}

.btn-opcoes {
  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;
}

.btn-opcoes.card {
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-card {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #000;
}

.top-card.suporte {
  border-left: 3px solid #258ffb;
}

.top-card.negado {
  border-left: 3px solid #ff5964;
}

.top-card.aguardando {
  border-left: 3px solid #ffa949;
}

.top-card.aprovado {
  border-left: 3px solid #59cd90;
}

.navbar {
  padding: 10px 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.logo {
  width: 250px;
  margin-top: 10px;
}

.container {
  width: 100%;
  max-width: 1480px;
}

.menu {
  height: 76px;
  padding-top: 28px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
  font-weight: 700;
}

.menu:hover {
  color: #0396d7;
}

.divcontato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0396d7;
  font-size: 16px;
  font-weight: 700;
}

.divcontato:hover {
  color: #0084be;
}

.ico-phone {
  width: 50px;
}

.text-block {
  margin-top: -5px;
  font-size: 17px;
  font-weight: 700;
}

.nav-menu-2 {
  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;
}

.btncontrate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-left: 40px;
  padding-right: 32px;
  padding-left: 32px;
  -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: 3px;
  border-color: #0396d7;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0396d7;
  font-weight: 700;
  letter-spacing: 2px;
}

.btncontrate:hover {
  border-color: #0084be;
  color: #0084be;
}

.slide {
  height: auto;
}

.nav-slide {
  opacity: 0.25;
  font-size: 8px;
}

.seta {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
  opacity: 0.2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
}

.seta:hover {
  opacity: 0.3;
}

.grid-18 {
  width: 100%;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  margin-bottom: 20px;
  color: #ec3237;
  font-size: 17px;
  line-height: 27px;
  font-weight: 900;
}

.text-block-3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 55px;
  line-height: 40px;
  font-weight: 900;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.ico-check {
  width: 25px;
  margin-right: 10px;
}

.traco-slide {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  opacity: 0.25;
}

.val-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.text-span {
  margin-right: 10px;
  font-size: 30px;
}

.text-span-2 {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
}

.btncontrate2 {
  margin-top: 30px;
  padding: 15px 50px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #333;
  font-weight: 800;
}

.btncontrate2:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.btncontrate2._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  -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: #fff;
  color: #000;
}

.btncontrate2._3 {
  font-size: 18px;
}

.text-block-4 {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.54);
  font-size: 13px;
}

.barra-indique {
  height: 130px;
  background-color: #0396d7;
}

.grid-19 {
  width: 100%;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-5 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.text-block-6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.text-span-3 {
  font-size: 12px;
  font-weight: 300;
}

.text-span-4 {
  color: #ec3237;
  font-weight: 900;
}

.text-span-5 {
  color: #ec3237;
  font-weight: 900;
}

.text-span-6 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
}

.heading {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
  text-align: center;
}

.heading._2 {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 38px;
}

.grid-20 {
  max-width: 980px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ico-experiencia {
  width: 80px;
  margin-bottom: 20px;
  color: #2b346e;
}

.ico-experiencia._2 {
  width: 59px;
}

.div-block-6 {
  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;
}

.text-block-7 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
}

.text-block-8 {
  color: #7e7e7e;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.grid-planos {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0084be), to(rgba(3, 150, 215, 0.14)));
  background-image: linear-gradient(180deg, #0084be 30%, rgba(3, 150, 215, 0.14));
}

.clear85 {
  width: 100%;
  height: 85px;
}

.text-block-9 {
  color: #fff;
  font-size: 29px;
  line-height: 42px;
  font-weight: 500;
}

.text-block-10 {
  color: #000;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
}

.val-plano {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  text-align: center;
}

.text-block-11 {
  color: #9d9d9d;
  line-height: 24px;
  text-align: center;
}

.div-block-7 {
  border-left: 1px solid #f1f1f1;
}

.text-block-12 {
  margin-bottom: 10px;
  color: #0396d7;
  font-weight: 700;
}

.clear20 {
  height: 20px;
}

.btnindicar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  -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: 1px;
  border-color: #fff;
  border-radius: 7px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 20px;
  font-weight: 700;
}

.btnindicar:hover {
  background-color: hsla(0, 0%, 100%, 0.06);
}

.hero-grid {
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-7 {
  color: #c00dff;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero {
  position: relative;
  display: none;
  min-height: 830px;
  padding: 132px 3% 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;
}

.bg-shape-40 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 520px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  background-color: #f9f8f3;
  box-shadow: none;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 22px;
  color: #333;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.avatar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar {
  width: 62px;
  height: 62px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 100px;
}

.avatar.avatar-02 {
  position: relative;
  left: -20px;
}

.avatar.avatar-03 {
  position: relative;
  left: -40px;
}

.hero-paragraph {
  margin-bottom: 32px;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.text-block-13 {
  position: relative;
  left: -20px;
  font-weight: 500;
}

.video-block {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 420px;
  min-height: 400px;
  margin-top: 40px;
  -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;
  border-radius: 35px;
  background-color: #fff;
  background-image: url('../images/slider_2_bg1-copyright.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.bg-shape-80 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 80%;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: #faf3ff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 58px;
  padding: 14px 48px;
  -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-radius: 100px;
  background-image: linear-gradient(264deg, #cd10ff, #9f06ff);
  font-weight: 600;
  white-space: nowrap;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  -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-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.footer-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.pb-1-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 8px 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;
  opacity: 0.6;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 24px;
}

.pb-1-2._2 {
  opacity: 1;
}

.text-rights {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(30, 40, 51, 0.5);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-02 {
  padding: 92px 3%;
  background-color: #0396d7;
}

.footer-logo {
  height: 70px;
  margin-bottom: 40px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-dark-2 {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark-2:hover {
  color: hsla(0, 0%, 100%, 0.56);
}

.footer-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -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-radius: 100px;
  background-color: rgba(255, 255, 255, 0.89);
  color: #0084be;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-indent: 0px;
}

.secondary-link-dark {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1e2833;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-wrapper {
  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;
}

.footer-column-right {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-grid-02 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph {
  max-width: 360px;
  color: #1e2833;
  font-size: 15px;
}

.button-rodape {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #dce3ff;
  color: #4668f6;
  font-size: 16px;
  text-align: left;
}

.button-rodape._2 {
  margin-top: 20px;
  margin-right: 0px;
  background-color: #fff;
  color: #7e7e7e;
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -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;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  padding: 10px;
  -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-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-link:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.social-link.header {
  border: 1px solid #e6e6e6;
}

.social-link.header:hover {
  background-color: #fcfcfc;
}

.pb-txt-2 {
  margin-right: 12px;
  color: #fff;
  font-weight: 600;
}

.text-block-14 {
  color: #fff;
}

.live-chat-avatar-wrapper-pb {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 14px 0 rgba(23, 15, 73, 0.1);
}

.live-chat-button-pb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -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-radius: 60px;
  background-color: #4a3aff;
  box-shadow: 0 6px 18px 0 rgba(14, 13, 106, 0.14);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.live-chat-button-pb:hover {
  background-color: #170f49;
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.live-chat-button-pb.whatsapppb {
  background-color: #25d366;
  box-shadow: 0 6px 18px 0 rgba(17, 45, 45, 0.14);
}

.live-chat-close-icon-pb {
  position: absolute;
  z-index: -1;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-content-pb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.live-chat-bubble-title---brix {
  margin-bottom: 8px;
  color: #170f49;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

.live-chat-bubble-title---brix.whatsapp {
  color: #142b26;
}

.live-chat-wrapper-pb {
  position: fixed;
  right: 32px;
  bottom: 48px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.live-chat-wrapper-pb.preview-page {
  position: fixed;
  z-index: 999;
}

.live-chat-content-right-pb {
  margin-right: 18px;
}

.live-chat-message-bubble-pb {
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 36px 36px 36px 3px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(23, 15, 73, 0.07);
}

.live-chat-message-bubble-pb.whatsapppb {
  box-shadow: 0 4px 16px 0 rgba(20, 40, 43, 0.08);
}

.live-chat-bubbble-pb {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  -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-radius: 50%;
  background-color: #4a3aff;
  box-shadow: 0 4px 8px 0 rgba(74, 58, 255, 0.08);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.live-chat-bubbble-pb:hover {
  -webkit-transform: scale3d(0.92, 0.92, 1.01);
  transform: scale3d(0.92, 0.92, 1.01);
}

.live-chat-bubbble-pb.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px 0 rgba(18, 140, 96, 0.2);
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5000px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 100px 40px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.mask {
  padding-top: 20px;
  padding-bottom: 60px;
}

.sli-logo {
  width: auto;
  height: auto;
  padding-right: 26px;
  padding-left: 26px;
}

.hero-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 3px;
  -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-radius: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 7px;
  line-height: 12px;
}

.hero-nav.logos {
  display: none;
}

.slide-logos {
  height: auto;
  background-color: transparent;
}

.seta-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 24px;
  margin-left: 24px;
  padding: 14px;
  -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-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #574b8a;
  font-size: 18px;
  font-weight: 800;
}

.seta-hero:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.sli-img-logo {
  max-height: 60px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sli-img-logo:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.sli-img-logo._2 {
  max-height: 210px;
  margin-right: 8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sli-img-logo._2:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: 132px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-width: 40%;
}

.grid-21 {
  margin-top: 60px;
  grid-column-gap: 36px;
  grid-row-gap: 150px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.div-block-10 {
  padding: 40px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0396d7), to(#0084be));
  background-image: linear-gradient(180deg, #0396d7, #0084be);
  text-align: center;
}

.text-span-8 {
  font-size: 48px;
  line-height: 38px;
  font-weight: 700;
}

.div-planos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.ico-plano {
  width: 25px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}

.circulo-planos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: -95px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
  background-image: linear-gradient(146deg, #01a2e3, #ec3237);
  color: #fff;
  font-size: 60px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.circulo-planos.giga {
  position: relative;
  top: 0px;
  bottom: auto;
  width: 250px;
  height: 250px;
  border-width: 8px;
  border-radius: 50%;
  background-image: linear-gradient(146deg, #01a2e3, #ec3237);
}

.text-block-15 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-16 {
  font-size: 80px;
  line-height: 45px;
}

.text-block-16._2 {
  font-size: 50px;
}

.div-block-11 {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  border-radius: 7px;
  background-color: #fff;
  background-image: linear-gradient(135deg, #0396d7, #0084be);
  box-shadow: 1px 1px 8px 0 rgba(71, 71, 71, 0.05);
  text-align: center;
}

.div-block-11.giga {
  position: static;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-11._2 {
  background-image: linear-gradient(135deg, #004d6f, #2b346e);
}

.heading-3 {
  margin-bottom: 40px;
}

.heading-3._2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
}

.heading-3._2.giga {
  font-size: 30px;
  line-height: 40px;
}

.ico-topo {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 700;
  text-align: center;
}

.div-block-12:hover {
  color: #0084be;
}

.img-banner {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tag-bonus {
  position: static;
  left: auto;
  top: 5px;
  right: -2px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 5px 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;
  border-radius: 7px;
  background-color: #0084be;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 1px 8px 0 rgba(63, 63, 63, 0.4);
  color: #0084be;
  font-size: 16px;
  line-height: 20px;
}

.link {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}

.div-giga {
  margin-bottom: 220px;
}

.grid-22 {
  grid-column-gap: 0px;
  -ms-grid-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  position: relative;
  height: auto;
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 7px;
  background-image: linear-gradient(100deg, #2b346e 47%, hsla(0, 0%, 100%, 0) 75%), url('../images/elementor-new-04-copyright.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.div-block-14 {
  font-size: 14px;
}

.text-span-9 {
  font-size: 90px;
  line-height: 100px;
}

.grid-23 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-17 {
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
}

.vermais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  max-width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -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-radius: 7px;
  background-image: linear-gradient(146deg, #01a2e3, #ec3237);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 18px;
  font-weight: 600;
}

.vermais:hover {
  background-image: linear-gradient(146deg, #01a2e3, #ec3237);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.lista-beneficios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -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;
  color: #fff;
}

.lista-beneficios._2 {
  max-width: 310px;
}

.ico-beneficios {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.text-block-18 {
  text-align: left;
}

.grid-24 {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-15 {
  padding-top: 28px;
}

.text-block-19 {
  padding-top: 10px;
}

.marquee {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 120px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -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: #fff;
  color: #e9d7fe;
  font-size: 1.25rem;
}

.track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.override-parent {
  display: none;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text1 {
  margin-right: 8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
  text-transform: uppercase;
}

.text2 {
  margin-right: 8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .logo-admin {
    width: 60px;
  }

  .nav-menu {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-right {
    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;
  }

  .nav-right.nav-right-painel {
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .navigation {
    left: 0%;
    top: 64px;
    right: 0%;
    bottom: auto;
    z-index: 101;
    width: 100%;
    height: auto;
    background-color: #fff;
  }

  .nav-link1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #000;
  }

  .menu-button.w--open {
    margin-left: 10px;
    background-color: #eaeaf1;
    color: #000;
  }

  .menu-button.menu-painel {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-dropdown1 {
    width: 100%;
  }

  .nav-bar {
    height: 64px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .galeria-fotos {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .divcontato {
    margin-left: 0px;
  }

  .nav-menu-2 {
    padding-bottom: 20px;
    background-color: #fff;
  }

  .btncontrate {
    margin-top: 20px;
  }

  .btncontrate2._4 {
    margin-bottom: 20px;
  }

  .hero-grid {
    grid-row-gap: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .bg-shape-40 {
    display: none;
  }

  .heading-2 {
    color: #001a49;
  }

  .bg-shape-80 {
    width: 100%;
    max-width: 90%;
    border-top-right-radius: 90px;
  }

  .footer-logo {
    width: auto;
    height: auto;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-column-right {
    padding-right: 20px;
  }

  .grid-21 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-13 {
    background-size: auto, cover;
  }

  .grid-24 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-button-2 {
    margin-top: 19px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .conteiner {
    padding-right: 8px;
    padding-left: 8px;
  }

  .conteiner.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-2.section-painel {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-17 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero {
    padding-bottom: 60px;
  }

  .heading-2 {
    font-size: 55px;
  }

  .avatar-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column {
    padding-right: 0px;
  }

  .footer-column-right {
    padding-right: 0px;
  }

  .footer-grid-02 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .live-chat-wrapper-pb {
    right: 24px;
    bottom: 24px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu1-buttons {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .nav-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-right.nav-right-painel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pb-txt {
    margin-right: 0px;
  }

  .logo-pb {
    margin-right: 0px;
    margin-left: 0px;
  }

  .txtpainel {
    display: none;
  }

  .section-2.section-painel {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-button.menu-painel {
    margin-right: 0px;
    margin-left: auto;
  }

  .grid-16 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pb-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .galeria-fotos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-15 {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }

  .img-prod-painel {
    width: 80px;
    height: 80px;
  }

  .button-1.cor-1.topo {
    display: none;
  }

  .button-1.cor-1.topo.suporte {
    position: fixed;
    left: auto;
    top: auto;
    right: 5px;
    bottom: 5px;
    display: block;
    width: 105px;
    height: 40px;
    padding-left: 40px;
    background-position: 10px 50%;
    font-size: 13px;
    line-height: 13px;
  }

  .button-1.button-form.cor-1.btnpainel2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

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

  .logo {
    width: 160px;
  }

  .btncontrate2._4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 1.1;
  }

  .avatar-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-13 {
    left: 0px;
  }

  .pb-1-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-rights {
    margin-right: 0px;
    text-align: left;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

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

  .footer-column {
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-dark-2 {
    margin-right: 0px;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .pb-txt-2 {
    margin-right: 0px;
  }

  .live-chat-avatar-wrapper-pb {
    display: none;
  }

  .live-chat-button-pb {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-wrapper-pb {
    left: 24px;
    max-width: 100%;
  }

  .live-chat-content-right-pb {
    margin-right: 0px;
  }

  .live-chat-message-bubble-pb {
    padding: 34px 24px 30px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .live-chat-bubbble-pb {
    width: 56px;
    height: 56px;
  }

  .sli-logo {
    width: 100%;
    text-align: center;
  }

  .seta-hero {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-3._2.giga {
    font-size: 20px;
  }

  .text-span-9 {
    font-size: 50px;
    line-height: 60px;
  }

  .grid-23 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-button-2 {
    margin-top: 0px;
  }

  .brand-2 {
    padding-left: 0px;
  }
}

#w-node-b3c19e48-fef5-ebe2-d193-c090a5228a8f-b3f08df0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_213ba7d7-2c67-fcd5-83b8-5960f3e9308c-32e0e761 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b3c19e48-fef5-ebe2-d193-c090a5228a8f-ec7b3b1e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_822c2ff1-8c62-cef8-439f-20df2889bdc6-b3f08df0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_822c2ff1-8c62-cef8-439f-20df2889bdc6-ec7b3b1e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_822c2ff1-8c62-cef8-439f-20df2889bdc6-b3f08df0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_213ba7d7-2c67-fcd5-83b8-5960f3e93143-32e0e761 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_822c2ff1-8c62-cef8-439f-20df2889bdc6-ec7b3b1e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

