p {
  margin-bottom: 15px;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000000;
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.body {
  overflow: visible;
  font-family: 'Source Sans Pro', sans-serif;
  color: #141414;
  font-size: 18px;
  line-height: 26px;
}

.modal-dialog{
  margin: 98px auto !important;
}
.nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.logoSite{
  height: 50px;
  width: auto;
}
.nav-menu {
  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;
}

.nav-menu__link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-menu__link:hover {
  color: #69a1d6;
}

.nav-menu__link.w--current {
  color: #69a1d6;
}


.responsive-iframe{
  width: 100%;
  height: 100%;
}

.nav-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-color: #f3f1e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #141414;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-login:hover {
  background-color: #e0d9bb;
}

.nav-login__icon {
  margin-right: 5px;
}

.Dica{
    width: 100%;
}

.DicaForm{
    width: 60%;
}


.logoRodape{
  height: 50px;
    width: auto;
}
.assine-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-color: #e62f52;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.assine-button:hover {
  background-color: #69a1d6;
}

.nav-login-mobile {
  display: none;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  background-color: #f3f1e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #141414;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-login-mobile:hover {
  background-color: #e0d9bb;
}

.nav-menu__drop {
  font-weight: 600;
  text-transform: uppercase;
}

.nav-menu__drop-list.w--open {
  top: 77px;
  background-color: #f3f1e9;
}

.nav-menu__drop-item {
  margin-right: 5px;
  margin-left: 5px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 18px;
}

.nav-menu__drop-item:hover {
  color: #69a1d6;
}

.nav-menu__drop-item.w--current {
  color: #69a1d6;
}

.nav-menu__drop-item.last {
  border-bottom-style: none;
}

.nav-menu__drop-item.last.w--current {
  color: #69a1d6;
}

.nav-menu__drop-toggle {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.nav-menu__drop-toggle:hover {
  color: #69a1d6;
}

.nav-menu__drop-toggle.w--open {
  background-color: #f3f1e9;
}

.section {
  position: relative;
  width: 100%;
  padding-top: 160px;
}

.section.hero {
  overflow: visible;
  height: 100vh;
  padding-top: 90px;
}

.section.last-section {
  padding-bottom: 160px;
}

.section.hero-seguros {
  height: auto;
  padding-top: 210px;
  padding-bottom: 220px;
}

.section.purple {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #866ad3;
}

.section.purple-round {
  padding-top: 140px;
  border-top-right-radius: 100vw;
  border-bottom-right-radius: 100vw;
  background-color: #866ad3;
}

.section.gerencie-bg {
  padding-top: 340px;
}

.section.faq {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fcfbf9;
}

.section.duvidas {
  padding-top: 200px;
  padding-bottom: 160px;
}

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

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.move-up {
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.container__left {
  width: 50%;
}

.container__left.v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-1 {
  margin-bottom: 20px;
  font-family: Antonio, sans-serif;
  font-size: 84px;
  line-height: 110px;
  letter-spacing: -0.85px;
}

.heading-1.no-margin-top {
  margin-top: 0px;
  font-size: 67px;
  line-height: 90px;
}

.heading-1.bubble {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 20px 80px 30px;
  border-radius: 100vw;
  background-color: #fff;
  box-shadow: 14px 14px 30px 0 rgba(0, 0, 0, 0.1);
  font-size: 67px;
  line-height: 90px;
}

.hero-sub {
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

.cta {
  padding: 12px 30px;
  border-radius: 100vw;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cta.red {
  background-color: #e62f52;
}

.cta.red:hover {
  background-color: #69a1d6;
}

.cta.red.plano {
  margin-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 24px;
  line-height: 32px;
}

.cta.red.form {
  height: 50px;
  padding: 5px 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.cta.purple {
  background-color: #866ad3;
}

.cta.purple:hover {
  background-color: #e62f52;
}

.cta.blue {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #69a1d6;
  color: #fff;
}

.cta.blue:hover {
  background-color: #e62f52;
}

.cta.blue.form-bug-button {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.cta.green {
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #88cabf;
}

.cta.green:hover {
  background-color: #e62f52;
}

.hero-span {
  color: #69a1d6;
}

.hero-bg-wrp {
  position: absolute;
  left: 100px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 90%;
  height: 100%;
}

.hero-bg-wrp.hero-bg-invert {
  overflow: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hero-bg-wrp__color {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
  background-color: #69a1d6;
}

.hero-bg-wrp__color.is-purple {
  background-color: #866ad3;
}

.hero-bg-wrp__color.is-green {
  background-color: #88cabf;
}

.hero-bg-wrp__color.is-green.round-invert {
  position: absolute;
  left: -60px;
  top: auto;
  right: 0%;
  bottom: -40px;
  height: 80%;
  border: 1px none #000;
  border-radius: 100vw 100vw 0vw 0vw;
}

.hero-bg-wrp__img {
  position: absolute;
  left: -30px;
  top: -20px;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
  background-image: url('../images/picnic_hero2x.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg-wrp__img.vantagens {
  background-image: url('../images/vantagens_hero2x.jpeg');
}

.hero-bg-wrp__img.sobre {
  background-image: url('../images/sobre_hero.jpeg');
}

.hero-bg-wrp__img.sobre.shadow.round-invert {
  top: 20px;
  border-radius: 100vw 100vw 0vw 0vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.container__right-hero {
  position: relative;
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -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;
  text-align: center;
}

.section-header.margin-sml {
  margin-bottom: 80px;
}

.section-header__top {
  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: 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;
}

.section-header__icon {
  margin-right: 10px;
  margin-left: 10px;
}

.section-header__line {
  width: 100px;
  height: 1px;
  border: 1px solid #000;
}

.section-header__line.green {
  border-color: #88cabf;
}

.section-header__line.purple {
  border-color: #866ad3;
}

.section-header__line.blue {
  border-color: #69a1d6;
}

.section-header__line.white {
  border-color: #fff;
}

.heading-2 {
  margin-bottom: 10px;
  font-family: Antonio, sans-serif;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.5px;
}

.section-header__heading {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h-features__bubble {
  position: relative;
  max-width: 420px;
  margin-bottom: 100px;
  padding: 30px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 202, 191, 0.25);
  border-radius: 100vw;
  background-color: #fff;
  text-align: center;
}

.h-features__bubble.shadow.bubble-sml {
  max-width: 300px;
  padding-right: 50px;
  padding-left: 50px;
}

.shadow {
  box-shadow: 14px 14px 30px 0 rgba(0, 0, 0, 0.1);
}

.is-green {
  color: #88cabf;
}

.is-roxo {
  color: #7e63c6;
}

.h-features__checkmark {
  position: absolute;
  left: 0%;
  top: -25%;
  right: -4px;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.features-end {
  position: relative;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px 30px;
  border-radius: 100vw;
  background-color: #88cabf;
  font-family: Antonio, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}

.features-end__up-line {
  position: absolute;
  left: 0%;
  top: -36%;
  right: 0%;
  bottom: auto;
  width: 25px;
  margin-right: auto;
  margin-left: auto;
}

.sub-heading {
  font-size: 24px;
  line-height: 32px;
}

.sub-heading.margins {
  margin-top: 20px;
  margin-bottom: 30px;
}

.sub-heading.produto-sub {
  margin-bottom: 20px;
}

._700 {
  max-width: 700px;
}

._600 {
  max-width: 600px;
}

._800 {
  max-width: 800px;
}

.duo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.duo-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.duo-wrapper.last {
  margin-bottom: 0px;
}

.duo-wrapper__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.duo-wrapper__right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 620px;
  -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;
}

.duo-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f1e9;
  font-family: Antonio, sans-serif;
  text-transform: uppercase;
}

.duo-header__icon {
  margin-right: 10px;
}

.duo-header__h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 44px;
}

.is-purple {
  color: #866ad3;
}

.duo-wrapper__img {
  position: relative;
  z-index: 2;
  height: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.duo-wrapper__bg {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  background-color: #866ad3;
}

.duo-wrapper__bg.invert {
  left: -30px;
  top: 30px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.seguro-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 260px;
  margin-bottom: 300px;
  -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;
}

.seguro-wrapper.seguro-invert {
  margin-top: 400px;
  margin-bottom: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.seguro-wrapper.seguro-invert.less-margin {
  margin-top: 0px;
  margin-bottom: 200px;
}

.seguro-wrapper.less-margin {
  margin-top: 100px;
  margin-bottom: 180px;
}

.seguro-wrapper__half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.seguro-wrapper-h4 {
  font-family: Antonio, sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.seguro-wrapper-h4.margin-bt {
  margin-bottom: 30px;
}

.seguro-wrapper__txt {
  margin-top: 10px;
  margin-bottom: 20px;
}

.seguro-wrapper__mais-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.seguro-wrapper__mais-link:hover {
  text-decoration: underline;
}

.seguro-wrapper__mais-link.blue {
  color: #69a1d6;
}

.seguro-wrapper__mais-txt {
  margin-right: 8px;
}

.blue {
  color: #69a1d6;
}

.roxo {
  color: #7b61c1;
}

.seguro-wrapper__half-img {
  position: relative;
  overflow: visible;
  width: 48%;
}

.seguro-img-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50vw;
  height: 600px;
  margin-top: auto;
  margin-bottom: auto;
}

.seguro-img-wrapper.invert {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.seguro__img {
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

.seguro__img.right-radius {
  border-top-right-radius: 100vw;
  border-bottom-right-radius: 100vw;
}

.seguro__img.right-radius.shadow {
  width: 100%;
  height: 100%;
}

.seguro__img.shadow.left-radius {
  width: 100%;
  height: 100%;
  border-top-left-radius: 100vw;
  border-bottom-left-radius: 100vw;
}

.seguro__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: -30px;
  bottom: -30px;
  z-index: 1;
  border-top-right-radius: 100vw;
  border-bottom-right-radius: 100vw;
}

.seguro__bg.blue {
  left: -30px;
  top: 30px;
  right: 0%;
  bottom: 0%;
  width: 110%;
  height: 100%;
  background-color: #69a1d6;
}

.seguro__bg.blue.left {
  border-radius: 100vw 0vw 0vw 100vw;
}


.seguro__bg.roxo {
  left: -30px;
  top: 30px;
  right: 0%;
  bottom: 0%;
  width: 110%;
  height: 100%;
  background-color: #8166cb;
}

.seguro__bg.roxo.left {
  border-radius: 100vw 0vw 0vw 100vw;
}

.seguro__bg.green {
  background-color: #88cabf;
}

.seguro__bg.green.left {
  left: -30px;
  top: 30px;
  right: 0%;
  bottom: 0%;
  width: 105%;
  height: 100%;
  border: 1px none #000;
  border-radius: 100vw 0vw 0vw 100vw;
}

.seguro__bg.green.left.sticky-green {
  width: 105%;
}

.seguro__bg.is-purple {
  background-color: #866ad3;
}

.planos-stars {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.planos-stars__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  text-align: center;
}

.planos-stars__icon {
  width: 30px;
  margin-bottom: 10px;
}

.planos-stars__txt {
  margin-bottom: 10px;
}

.plano-stars__line {
  width: 60%;
  height: 2px;
  background-color: #88cabf;
}

.planos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plano-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 100vw;
  background-color: #fff;
}

.plano-pill__top {
  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;
  font-weight: 600;
  text-align: center;
}

.plano-pill__top-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  margin-bottom: 24px;
  padding-top: 20px;
  -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-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  font-family: Antonio, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.plano-pill__top-color.blue {
  background-color: #69a1d6;
}

.plano-pill__top-color.green {
  background-color: #88cabf;
}

.plano-pill__top-color.purple {
  background-color: #866ad3;
}

.plano-pill__top-icon {
  margin-bottom: 16px;
}

.plano-pill__txt {
  width: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.plano-pill__line {
  width: 90px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f3f1e9;
}

.plano-pill__price-box {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
}

.cifra {
  font-size: 16px;
  line-height: 30px;
}

.plano-pill__price {
  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;
}

.plano-pill__price-sml {
  font-size: 18px;
}

.plano-pill__familia_sml {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.footer {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d0d0d0;
  line-height: 30px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.footer-wrapper__box {
  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;
  font-weight: 700;
  text-decoration: none;
}

.footer-wrapper__logo {
  margin-bottom: 20px;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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-social__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #69a1d6;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.footer-social__icon {
  margin-right: 10px;
}

.footer-wrapper__title {
  text-transform: uppercase;
}

.footer-wrapper__title.no-caps {
  text-transform: none;
}

.footer-wrapper__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -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-wrapper__link {
  margin-bottom: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #141414;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.footer-wrapper__link:hover {
  color: #69a1d6;
}

.footer-wrapper__sub-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.footer-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.footer-form-wrapper {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-form__field {
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #d3d3d3;
  border-radius: 100vw;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.footer-form__field:focus {
  border-color: #69a1d6;
}

.footer-form__field::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-form__field:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-form__field::-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-form__field::placeholder {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-form__sucesso {
  background-color: #69a1d6;
  color: #fff;
  font-weight: 600;
}

.footer-form__erro {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.footer-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-line__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  -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;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.footer-line__title {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.footer-line__title:hover {
  color: #e62f52;
}

.footer-line__link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #69a1d6;
  font-weight: 600;
  text-decoration: none;
}

.footer-line__link:hover {
  color: #88cabf;
}

.footer-long-txt {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.hero-chamada {
  font-family: Antonio, sans-serif;
  color: #866ad3;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-chamada.is-green {
  color: #88cabf;
}

.lista-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  border-radius: 100vw;
  background-color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.lista-pill.shadow {
  margin-bottom: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(134, 106, 211, 0.5);
}

.lista-pill__barra {
  width: 1px;
  height: 20px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(134, 106, 211, 0.5);
}

.pratica-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lista-pill_txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pratica__text {
  font-family: Antonio, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.pratica-ball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 260px;
  margin-top: 40px;
  margin-bottom: 5px;
  -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: 1px;
  border-color: #866ad3;
  border-radius: 100vw;
}

.pratica-ball__inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  -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-radius: 100vw;
  background-color: #866ad3;
  font-family: Antonio, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
}

.sml {
  font-size: 60px;
}

.pratica-ball__disclaimer {
  margin-bottom: 60px;
  font-family: Antonio, sans-serif;
  font-weight: 600;
}

.pratica-wrapper__half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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-align: center;
}

.experiencias {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.experiencias__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 320px;
  margin-right: 25px;
  margin-bottom: 100px;
  margin-left: 25px;
  -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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.experiencias__block.shadow.lg {
  width: 400px;
}

.experiencias__block-top {
  position: relative;
  height: 35px;
  margin-bottom: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #69a1d6;
}

.experiencias__block-title {
  font-family: Antonio, sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.experiencias__block-line {
  width: 80%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 20px;
  background-color: #ebebeb;
}

.experiencias__block-txt {
  margin-right: 40px;
  margin-left: 40px;
}

.experiencias__block-pin {
  position: absolute;
  left: 0%;
  top: -70%;
  right: -5px;
  bottom: auto;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
}

.experiencia-wrapper__half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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-align: center;
}

.overflow {
  position: relative;
  overflow: hidden;
}

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

.seguros-pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.seguros-pills__blob {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-top: 40px;
  padding-bottom: 25px;
  -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;
  border-radius: 100vw;
  background-color: #fff;
}

.seguros-pills__blob.shadow {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #141414;
  text-decoration: none;
}

.seguros-pills__blob.shadow:hover {
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.seguros-pills__title {
  margin-bottom: 10px;
  font-family: Antonio, sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.seguros-pills__title.is-blue {
  color: #69a1d6;
}

.seguros-pills__icon {
  position: absolute;
  left: 0%;
  top: -25%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.seguros-purple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -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;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.cta.sobre-cta {
  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;
  background-color: #88cabf;
  color: #fff;
  text-decoration: none;
}

.cta.sobre-cta:hover {
  background-color: #e62f52;
}

.cta__down-arrow {
  margin-left: 15px;
}

.slide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 100vw;
  background-color: #69a1d6;
}

.slider {
  height: 240px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.slider-wrapper__bubble {
  position: relative;
  max-width: 480px;
  padding: 30px 70px;
  border-radius: 100vw;
  background-color: #fff;
  text-align: center;
}

.mask {
  margin-right: 100px;
  margin-left: 100px;
}

.slider-wrapper__bubble-pin {
  position: absolute;
  left: 0%;
  top: -25px;
  right: 0%;
  bottom: auto;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
}

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

.slider__arrow {
  width: 32px;
}

.left-arrow {
  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;
}

.slide-nav {
  font-size: 12px;
}

.big-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 160px;
  -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;
}

.big-features__half-img {
  position: relative;
  overflow: visible;
  width: 48%;
}

.big-features-img-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50vw;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.big-feature__box {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 40px 20px 50px;
  border-radius: 20px;
  background-color: #fff;
}

.big-features__half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-feature__icon {
  position: absolute;
  left: -30px;
  top: 15px;
  right: auto;
  bottom: auto;
  width: 60px;
}

.manifesto {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
  background-color: #69a1d6;
  color: #fff;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.manifesto__borda {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
  padding-top: 40px;
  padding-bottom: 80px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
}

.manifesto__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.manifesto__bottom-icon {
  max-width: 13%;
  margin-right: 10px;
  margin-left: 10px;
}

.manifesto__txt {
  margin-bottom: 30px;
}

.manifesto__borda-box {
  position: absolute;
  left: 0%;
  top: -12px;
  right: 0%;
  bottom: auto;
  width: 24px;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #69a1d6;
  background-color: #fff;
}

.passos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.passos__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  border-radius: 100vw;
  background-color: #88cabf;
}

.passos__block.shadow {
  margin-right: 40px;
  margin-left: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.passos__block-miolo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 100vw;
  background-color: #fff;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.passos__block-label {
  position: absolute;
  left: 0%;
  top: -30px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  -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: 1px;
  border-color: #69a1d6;
  border-radius: 100vw;
  background-color: #fff;
}

.passos__block-label-n {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-bottom: 5px;
  -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-radius: 100vw;
  background-color: #69a1d6;
  font-family: Antonio, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.passos-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -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;
}

.produto-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 210px;
  -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;
  text-align: center;
}

.produto-hero__img {
  position: absolute;
  left: 0%;
  top: 90px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 350px;
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.produto-hero__bg {
  position: absolute;
  left: 20px;
  top: 110px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 350px;
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
}

.produto-hero__bg.green {
  background-color: #88cabf;
}

.produto-block__title {
  margin-right: 25px;
  margin-left: 25px;
  color: #69a1d6;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.produto__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-right: 25px;
  margin-bottom: 100px;
  margin-left: 25px;
  padding-bottom: 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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  text-align: left;
}

.produto__block.shadow {
  background-color: #fff;
}

.produto__block-txt {
  margin-right: 30px;
  margin-left: 30px;
}

.produto-features {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.produto-slide-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 160px;
  -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;
}

.produto-slide-flex__half {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

.produto-slide__header {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.produto-slide-flex__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.produto-slider {
  position: relative;
  width: 90%;
  height: 350px;
  background-color: transparent;
}

.left-arrow-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 150px;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.right-arrow-2 {
  position: absolute;
  left: 150px;
  top: auto;
  right: 0%;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.slide-nav-2 {
  bottom: -40px;
  font-size: 12px;
}

.produto-slider__box {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
}

.produto-slider__box.shadow {
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 40px;
}

.mask-2 {
  overflow: hidden;
}

.slide {
  padding: 32px;
}

.produto-slider__box-label {
  position: absolute;
  left: -30px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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-radius: 100vw;
  background-color: #fff;
}

.slider__box-label-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-bottom: 4px;
  -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-radius: 100vw;
  background-color: #88cabf;
  font-family: Antonio, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.produto-slider__box-title {
  margin-bottom: 20px;
  color: #866ad3;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.cesta-trio {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cesta-trio__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 15px;
  margin-bottom: 80px;
  margin-left: 15px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 202, 191, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

.cesta-trio__box.shadow {
  position: relative;
  line-height: 30px;
}

.cesta-trio__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.cesta-trio__barra {
  position: relative;
  width: 70%;
  height: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100vw;
  background-color: #88cabf;
}

.cesta-trio__icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -80%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  margin-bottom: 10px;
  line-height: 30px;
}

.cesta-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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;
}

.produto-lista-dir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 240px;
  margin-bottom: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.produto-lista-dir.sticky-1 {
  margin-bottom: 540px;
}

.produto-lista__blue {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-bottom: 60px;
  margin-left: 60px;
  padding: 20px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(105, 161, 214, 0.3);
  border-radius: 20px;
  background-color: #fff;
}

.produto__half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.produto__half.invert {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.produto-lista__icon {
  position: absolute;
  left: -30px;
  top: auto;
  right: auto;
  bottom: auto;
  width: 62px;
}

.produto-wrapper__half-img {
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
  overflow: visible;
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.produto-img-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50vw;
  height: 600px;
  margin-top: -80px;
}

.produto-img-wrapper.invert {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50vw;
}

.produto__img {
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

.produto__img.right-radius {
  border-top-right-radius: 100vw;
  border-bottom-right-radius: 100vw;
}

.produto__img.right-radius.shadow {
  width: 100%;
  height: 100%;
}

.produto-lista-esq {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 260px;
  margin-bottom: 300px;
  -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;
}

.produto-lista-esq.seguro-invert {
  margin-top: 240px;
  margin-bottom: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.produto-lista-esq.seguro-invert.sticky-2 {
  margin-bottom: 700px;
}

.produto-lista__green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-right: 60px;
  margin-bottom: 50px;
  padding: 20px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 202, 191, 0.3);
  border-radius: 20px;
  background-color: #fff;
}

.gerencie {
  padding: 50px 120px 140px;
  border-radius: 100vw;
  background-color: #69a1d6;
  font-family: Antonio, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
}

.gerencie-white {
  width: 70%;
  margin-top: -100px;
  padding: 45px 70px;
  border-radius: 100vw;
  background-color: #fff;
  font-family: Antonio, sans-serif;
  color: #69a1d6;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.gerencie-wrapper {
  position: relative;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gerencie__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 500px;
  background-image: url('../images/gerencie_bg2x.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo__allianz {
  width: 220px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.allianz {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.allianz__pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  padding: 60px 30px;
  -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-radius: 100vw;
  background-color: #69a1d6;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.allianz__pill-txt._100 {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
}

.allianz__pill-txt._40 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
}

.allianz__pill-txt._30 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.allianz__pill-txt._62 {
  font-size: 62px;
  line-height: 1;
  font-weight: 700;
}

.allianz-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -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;
}

.seguro-wrapper__beneficios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
  font-weight: 600;
}

.seguro-wrapper__beneficios-title {
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.seguro-wrapper__beneficios-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seguro-beneficios__ball {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 100vw;
  background-color: #69a1d6;
}

.seguro-beneficios__ball.green {
  background-color: #88cabf;
}

.plant_bg {
  position: absolute;
  z-index: -1;
}

.plant_bg.auto_bg_1 {
  left: -17%;
  top: -25%;
  right: auto;
  bottom: auto;
}

.plant_bg.auto_bg_2 {
  left: auto;
  top: -21%;
  right: -17%;
  bottom: auto;
}

.ImgDesktop{
  display: block;
  width: 100%;
}

.ImgMobile{
  display: none;
  width: 100%;
}


.plant_bg.auto_bg_3 {
  left: -10%;
  top: auto;
  right: auto;
  bottom: -29%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.plant_bg.auto_bg_4 {
  left: auto;
  top: auto;
  right: -13%;
  bottom: -19%;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(0.8);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(0.8);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.auto_bg_5 {
  left: -20%;
  top: 10%;
  right: auto;
  bottom: auto;
}

.plant_bg.auto_bg_6 {
  left: auto;
  top: auto;
  right: -9%;
  bottom: -15%;
}

.plant_bg.auto_bg_7 {
  left: -18%;
  top: auto;
  right: auto;
  bottom: -10%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.plant_bg.auto_bg_8 {
  left: auto;
  top: auto;
  right: -9%;
  bottom: -41%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.plant_bg.auto_bg_9 {
  left: auto;
  top: -55%;
  right: 0%;
  bottom: auto;
}

.plant_bg.auto_bg_10 {
  left: auto;
  top: 6%;
  right: -25%;
  bottom: auto;
}

.plant_bg.home_1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.home_02 {
  left: auto;
  top: 22%;
  right: -17%;
  bottom: 0%;
}

.plant_bg.home_03 {
  left: auto;
  top: 19%;
  right: -11%;
  bottom: 0%;
}

.plant_bg.home_04 {
  left: -30%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.plant_bg.home_05 {
  left: auto;
  top: 0%;
  right: -20%;
  bottom: 0%;
}

.plant_bg.home_06 {
  left: -20%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.plant_bg.home_07 {
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
}

.plant_bg.home_08 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -12%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.home_10 {
  left: auto;
  top: auto;
  right: -13%;
  bottom: 0%;
}

.plant_bg.home_09 {
  left: -31%;
  top: auto;
  right: auto;
  bottom: -7%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.plant_bg.vant_01 {
  left: -20%;
  top: 14%;
  right: auto;
  bottom: 0%;
}

.plant_bg.vant_02 {
  left: -2%;
  top: 2%;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.vant_03 {
  left: auto;
  top: 24%;
  right: -18%;
  bottom: 0%;
}

.plant_bg.vant_04 {
  left: auto;
  top: 0%;
  right: -13%;
  bottom: 0%;
}

.plant_bg.vant_05 {
  left: -14%;
  top: 12%;
  right: auto;
  bottom: 0%;
}

.plant_bg.vant_06 {
  left: auto;
  top: 16%;
  right: -10%;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.vant_07 {
  left: -15%;
  top: auto;
  right: auto;
  bottom: -11%;
}

.plant_bg.seg_01 {
  left: -12%;
  top: 25%;
  right: auto;
  bottom: 0%;
}

.plant_bg.seg_02 {
  left: auto;
  top: 32%;
  right: -18%;
  bottom: 0%;
}

.plant_bg.seg_03 {
  left: 0%;
  top: 6%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.seg_04 {
  left: auto;
  top: 11%;
  right: -15%;
  bottom: auto;
}

.plant_bg.seg_05 {
  left: -5%;
  top: auto;
  right: auto;
  bottom: -12%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.plant_bg.seg_06 {
  left: auto;
  top: auto;
  right: -9%;
  bottom: -23%;
  -webkit-transform: scale(0.8) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: scale(0.8) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.sobre_01 {
  left: -15%;
  top: 14%;
  right: auto;
  bottom: 0%;
}

.plant_bg.sobre_02 {
  left: -9%;
  top: 10%;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.sobre_03 {
  left: auto;
  top: 11%;
  right: -11%;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.sobre_04 {
  left: auto;
  top: 15%;
  right: 0%;
  bottom: 0%;
}

.plant_bg.sobre_05 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.sobre_06 {
  left: auto;
  top: auto;
  right: -11%;
  bottom: -3%;
  -webkit-transform: scale(0.8) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: scale(0.8) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.duvidas_01 {
  left: -14%;
  top: 5%;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.plant_bg.duvidas_02 {
  left: auto;
  top: 14%;
  right: -12%;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cesta-trio__sticker {
  position: absolute;
  left: auto;
  top: -30px;
  right: -30px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding-bottom: 7px;
  -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-radius: 100vw;
  background-color: #866ad3;
  font-family: Antonio, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.text-block {
  text-transform: uppercase;
}

.produto-lista__obs {
  margin-top: 20px;
  padding-right: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 14px;
  line-height: 22px;
}

.faq-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-tab__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-tab__content {
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-tab__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-tab__link.w--current {
  background-color: transparent;
  opacity: 1;
}

.faq-tab__arrow {
  margin-right: 10px;
}

.faq-tab__pane-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-tab__pane-duo {
  margin-bottom: 25px;
}

.faq-tab__pane-pergunta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  -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;
  border-radius: 100vw;
  background-color: #fff;
  color: #141414;
  font-weight: 600;
  text-decoration: none;
}

.faq-tab__pane-pergunta.shadow {
  position: relative;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq-tab__pane-resposta {
  display: none;
  overflow: hidden;
  margin-top: 15px;
}

.faq__resposta {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.faq__plus {
  position: absolute;
  left: 25px;
  top: auto;
  right: auto;
  bottom: auto;
}

.faq__plus_invert {
  position: absolute;
  left: 25px;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.faq-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
}

.video {
  margin-bottom: 25px;
}

.overlay_bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 90000000;
  display: none;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(20, 20, 20, 0.85);
  opacity: 0;
}

.overlay_close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.overlay_modal {
  position: relative;
  z-index: 2;
  width: 400px;
  padding: 40px 30px 30px;
  border-radius: 20px;
  background-color: #fff;
}

.footer-form__field-area {
  height: auto;
  min-height: 150px;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.footer-form__field-area:focus {
  border-color: #69a1d6;
}

.footer-form__field-area::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-form__field-area:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-form__field-area::-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.footer-form__field-area::placeholder {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.close {
  position: absolute;
  left: 0%;
  top: -25px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -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-radius: 200px;
  background-color: #e62f52;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
}

.bug-form {
  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;
}

.success-message {
  border-radius: 10px;
  background-color: #69a1d6;
  color: #fff;
}

.error-message {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .heading-1.bubble {
    padding-right: 90px;
    padding-left: 90px;
  }

  .hero-bg-wrp {
    width: 95%;
  }

  .seguro__bg.green.left {
    width: 104%;
  }

  .produto-slide-flex__half {
    width: 45%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-bg-wrp {
    width: 105%;
  }

  .h-features__bubble.shadow {
    max-width: 450px;
  }

  .duo-wrapper {
    margin-bottom: 200px;
  }

  .seguro-wrapper__half {
    width: 43%;
  }

  .seguro__bg.blue {
    width: 109%;
  }

  .seguro__bg.green.left {
    width: 104%;
  }

  .seguro__bg.green.left.sticky-green {
    width: 104%;
  }

  .pratica-wrapper__half {
    width: 43%;
  }

  .experiencia-wrapper__half {
    width: 43%;
  }

  .big-features__half {
    width: 40%;
  }

  .produto-hero {
    margin-top: 260px;
  }

  .produto-hero__img {
    height: 400px;
  }

  .produto-hero__bg.green {
    height: 400px;
  }

  .produto__half {
    width: 43%;
  }

  .plant_bg.auto_bg_1 {
    left: -12%;
  }

  .plant_bg.auto_bg_4 {
    right: -8%;
  }

  .plant_bg.auto_bg_7 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .plant_bg.auto_bg_8 {
    right: -3%;
  }

  .plant_bg.auto_bg_10 {
    right: -16%;
  }

  .plant_bg.home_03 {
    right: -2%;
  }

  .plant_bg.home_09 {
    left: 0%;
    bottom: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .plant_bg.seg_02 {
    right: -9%;
  }

  .plant_bg.sobre_01 {
    left: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-bg-wrp {
    width: 125%;
  }

  .hero-bg-wrp__color.is-green.round-invert {
    bottom: -60px;
  }

  .h-features__bubble.shadow {
    max-width: 450px;
  }

  .seguro__bg.blue {
    width: 107%;
  }

  .seguro__bg.roxo {
    width: 107%;
  }

  .seguro__bg.green.left {
    width: 103%;
  }

  .seguro__bg.green.left.sticky-green {
    width: 103%;
  }

  .plano-stars__line {
    height: 1px;
  }

  .cesta-trio__box.shadow {
    margin-right: 19px;
    margin-left: 19px;
  }

  .gerencie-white.shadow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .plant_bg.auto_bg_2 {
    top: -25%;
    right: -6%;
  }

  .plant_bg.auto_bg_3 {
    left: -5%;
    bottom: -22%;
  }

  .plant_bg.auto_bg_4 {
    right: -3%;
    bottom: -16%;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(0.9);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(0.9);
  }

  .plant_bg.auto_bg_5 {
    left: -10%;
  }

  .plant_bg.auto_bg_6 {
    right: -2%;
    bottom: -25%;
  }

  .plant_bg.auto_bg_7 {
    left: -10%;
    bottom: -12%;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }

  .plant_bg.auto_bg_8 {
    right: -2%;
    bottom: -39%;
  }

  .plant_bg.auto_bg_10 {
    right: -8%;
  }

  .plant_bg.home_02 {
    left: auto;
    top: 24%;
    right: -7%;
    bottom: 0%;
  }

  .plant_bg.home_03 {
    top: 21%;
  }

  .plant_bg.home_04 {
    left: -32%;
  }

  .plant_bg.home_06 {
    left: -30%;
  }

  .plant_bg.home_10 {
    right: 0%;
  }

  .plant_bg.vant_01 {
    left: 3%;
  }

  .plant_bg.vant_02 {
    left: 0%;
  }

  .plant_bg.vant_03 {
    right: -1%;
  }

  .plant_bg.vant_04 {
    right: -9%;
  }

  .plant_bg.vant_05 {
    left: -3%;
    top: 15%;
  }

  .plant_bg.vant_06 {
    right: -1%;
  }

  .plant_bg.vant_07 {
    left: 0%;
    bottom: -3%;
  }

  .plant_bg.seg_01 {
    left: 0%;
  }

  .plant_bg.seg_02 {
    top: 15%;
    right: -4%;
  }

  .plant_bg.seg_03 {
    top: 2%;
  }

  .plant_bg.seg_04 {
    right: -3%;
  }

  .plant_bg.seg_05 {
    left: -1%;
    bottom: -4%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .plant_bg.seg_06 {
    left: auto;
    top: auto;
    right: -3%;
    bottom: -12%;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .plant_bg.sobre_02 {
    left: 0%;
  }

  .plant_bg.sobre_03 {
    right: 0%;
  }

  .plant_bg.sobre_06 {
    right: -5%;
    bottom: -1%;
    -webkit-transform: scale(1) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: scale(1) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .plant_bg.duvidas_01 {
    left: -5%;
  }

  .plant_bg.duvidas_02 {
    right: -3%;
  }
}

@media screen and (max-width: 1025px) {
  .logoSite{
    height: 35px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav__container {
    position: relative;
  }

  .nav-menu {
    background-color: #f3f1e9;
  }

  .nav-login {
    display: none;
  }

  .assine-button {
    display: none;
  }

  .nav-icon {
    border-style: solid;
    border-width: 1px;
    border-color: #69a1d6;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #69a1d6;
  }

  .nav-icon.w--open {
    background-color: #69a1d6;
    color: #fff;
  }

  .nav-login-mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: 100px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu__drop-list.w--open {
    background-color: #eee9d7;
  }

  .nav-menu__drop-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: #dfd9c2;
  }

  .section {
    padding-top: 120px;
  }

  .section.hero {
    height: 70vh;
  }

  .section.hero.hero-vantagens {
    height: 80vh;
  }

  .section.last-section {
    padding-bottom: 120px;
  }

  .section.hero-seguros {
    padding-top: 180px;
    padding-bottom: 200px;
  }

  .container__left.v-center {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-1 {
    font-size: 76px;
    line-height: 102px;
  }

  .heading-1.bubble {
    font-size: 60px;
    line-height: 80px;
  }

  .cta.red.form {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cta.green {
    margin-left: 0px;
  }

  .container__right-hero {
    display: none;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 64px;
  }

  .h-features {
    -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;
  }

  .h-features__bubble.shadow.bubble-sml {
    max-width: 420px;
  }

  .duo-wrapper {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .duo-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .duo-wrapper__left {
    width: 80%;
  }

  .duo-wrapper__right {
    width: 60%;
    height: 500px;
    margin-bottom: 80px;
  }

  .seguro-wrapper.seguro-invert.seguro-no-margin-2 {
    margin-top: 160px;
    margin-bottom: 0px;
  }

  .seguro-wrapper.less-margin {
    margin-bottom: 120px;
  }

  .seguro-wrapper.seguro-no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .seguro-wrapper__half {
    width: 46%;
  }

  .seguro-wrapper-h4.margin-bt {
    font-size: 46px;
    line-height: 60px;
  }

  .seguro__bg.green.left {
    width: 108%;
  }

  .seguro__bg.green.left.sticky-green {
    width: 108%;
  }

  .planos-stars__block {
    width: 33%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .planos-wrapper {
    margin-bottom: -60px;
    padding-top: 60px;
    padding-bottom: 0px;
    -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;
  }

  .plano-pill.shadow {
    margin-bottom: 60px;
  }

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

  .footer-wrapper__box.footer-form-box {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .footer-line__block {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .lista-pill.shadow {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lista-pill__barra {
    margin-right: 20px;
    margin-left: 20px;
  }

  .lista-pill_txt {
    font-size: 20px;
  }

  .seguros-hero {
    text-align: center;
  }

  .seguros-pills__blob.shadow {
    width: 320px;
    padding-top: 36px;
  }

  .seguros-pills__title.is-blue {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .seguros-pills__title.is-green {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .slide-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    width: 80vw;
    max-width: none;
  }

  .mask {
    overflow: visible;
  }

  .big-features__half-img {
    width: 40%;
  }

  .big-features-img-wrapper {
    width: 50vw;
  }

  .big-features__half {
    width: 45%;
  }

  .manifesto.shadow {
    width: 100%;
  }

  .passos__block.shadow {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .produto-hero {
    margin-top: 230px;
  }

  .produto-hero__img {
    border-bottom-left-radius: 40vw;
    border-bottom-right-radius: 40vw;
  }

  .produto-hero__bg.green {
    border-bottom-left-radius: 40vw;
    border-bottom-right-radius: 40vw;
  }

  .produto__block.shadow {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .produto-features {
    -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;
  }

  .produto-slide-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .produto-slide-flex__half {
    width: 70%;
  }

  .produto-slide-flex__main {
    width: 80%;
  }

  .cesta-trio__box.shadow {
    width: 50%;
  }

  .produto__half {
    width: 50%;
  }

  .gerencie {
    padding-right: 80px;
    padding-left: 80px;
  }

  .gerencie-white.shadow {
    padding-right: 30px;
    padding-left: 30px;
  }

  .allianz {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .allianz__pill {
    width: 35%;
    margin-bottom: 40px;
  }

  .allianz-cta-wrapper {
    padding-top: 20px;
  }

  .plant_bg.home_10 {
    left: auto;
    top: auto;
    right: -19%;
    bottom: 24%;
  }

  .plant_bg.home_09 {
    bottom: -3%;
  }

  .plant_bg.vant_02 {
    left: -15%;
    top: 10%;
  }

  .plant_bg.vant_05 {
    top: 40%;
  }

  .plant_bg.duvidas_01 {
    left: -35%;
  }

  .plant_bg.duvidas_02 {
    right: -26%;
  }

  .faq-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-tab__menu {
    overflow: auto;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #ccc;
  }

  .faq-tab__link {
    -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;
    -webkit-transition: border-color 200ms ease, opacity 200ms ease;
    transition: border-color 200ms ease, opacity 200ms ease;
  }

  .faq-tab__link.w--current {
    border-bottom-width: 2px;
    border-bottom-color: #141414;
  }
}

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

  .nav__container {
    height: 80px;
  }

  .nav-icon {
    padding: 15px;
  }

  .nav__logo {
    max-width: 200px;
    padding-left: 0px;
  }

  .section {
    padding-top: 100px;
  }

  .section.hero {
    padding-top: 80px;
  }

  .section.hero.hero-vantagens {
    height: auto;
    padding-top: 120px;
  }

  .section.hero-seguros {
    padding-top: 120px;
  }

  .section.purple-round {
    border-top-right-radius: 0vw;
    border-bottom-right-radius: 0vw;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-1.no-margin-top {
    font-size: 52px;
    line-height: 70px;
  }

  .heading-1.bubble {
    font-size: 50px;
    line-height: 64px;
  }

  .hero-sub {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 54px;
  }

  .features-end {
    padding-bottom: 30px;
    font-size: 34px;
    line-height: 44px;
  }

  .sub-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .duo-wrapper__left {
    width: 90%;
  }

  .duo-wrapper__right {
    width: 80%;
    height: 450px;
  }

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

  .seguro-wrapper.seguro-invert {
    margin-top: 350px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .seguro-wrapper.seguro-invert.less-margin {
    margin-top: 120px;
    margin-bottom: 0px;
  }

  .seguro-wrapper.seguro-invert.seguro-no-margin-2 {
    margin-top: 280px;
  }

  .seguro-wrapper.less-margin {
    margin-top: 200px;
    margin-bottom: 0px;
  }

  .seguro-wrapper.seguro-no-margin {
    margin-top: 280px;
  }

  .seguro-wrapper__half {
    width: 90%;
    margin-top: 250px;
  }

  .seguro-wrapper__half-img {
    width: 90%;
  }

  .seguro-wrapper__half-img.half-vantagem {
    margin-bottom: 240px;
  }

  .seguro-img-wrapper {
    width: 100vw;
    height: 400px;
  }

  .planos-stars__block {
    width: 45%;
  }

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

  .footer-wrapper__box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-wrapper__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lista-pill.shadow {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
  }

  .lista-pill__barra {
    display: none;
  }

  .lista-pill_txt {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .pratica-wrapper__half {
    width: 90%;
  }

  .experiencia-wrapper__half {
    width: 100%;
  }

  .seguros-pills {
    margin-bottom: 0px;
    -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;
  }

  .seguros-pills__blob.shadow {
    margin-bottom: 80px;
  }

  .seguros-purple {
    font-size: 20px;
    line-height: 30px;
  }

  .mask {
    margin-right: 50px;
    margin-left: 50px;
  }

  .right-arrow {
    width: 40px;
  }

  .left-arrow {
    width: 40px;
  }

  .big-features {
    margin-top: 80px;
    margin-bottom: 100px;
    padding-left: 30px;
    -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;
  }

  .big-features__half-img {
    display: none;
  }

  .big-features__half {
    width: 90%;
  }

  .manifesto__borda {
    margin: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .passos {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .passos__block.shadow {
    margin-right: 30px;
    margin-bottom: 80px;
    margin-left: 30px;
  }

  .passos-cta-wrapper {
    padding-top: 0px;
  }

  .produto-hero__img {
    top: 80px;
    height: 300px;
  }

  .produto-hero__bg.green {
    top: 100px;
    height: 300px;
  }

  .produto-slide-flex__main {
    width: 100%;
  }

  .cesta-trio__box.shadow {
    width: 70%;
  }

  .produto-lista-dir {
    margin-top: 0px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produto-lista-dir.sticky-1 {
    margin-bottom: 0px;
  }

  .produto__half {
    width: 90%;
  }

  .produto-wrapper__half-img {
    position: relative;
    display: none;
  }

  .produto-lista-esq.seguro-invert {
    margin-top: 0px;
    padding-left: 40px;
  }

  .produto-lista-esq.seguro-invert.sticky-2 {
    margin-bottom: 160px;
  }

  .gerencie {
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 100px;
    font-size: 48px;
    line-height: 72px;
  }

  .gerencie-white.shadow {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
    font-size: 34px;
    line-height: 48px;
  }

  .allianz__pill {
    width: 43%;
  }

  .plant_bg.auto_bg_6 {
    bottom: -3%;
  }

  .plant_bg.home_03 {
    display: none;
  }

  .plant_bg.duvidas_01 {
    left: -54%;
  }

  .plant_bg.duvidas_02 {
    right: -51%;
  }
}

@media screen and (max-width: 479px) {

  .Dica{
    width: 100%;
  }
  .DicaForm{
      width: 60%;
  }


  .responsive-iframe{
    width: 100%;
    height: 600px;
  }

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

  .ImgMobile{
    display: block;
    width: 100%;
  }
  .ImgDesktop{
    display: none;
    width: 100%;
  }

  .nav-login__icon {
    margin-right: 0px;
  }

  .nav-login-mobile {
    right: 85px;
    width: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav__logo {
    max-width: 140px;
  }

  .nav-login__txt {
    display: none;
  }

  .section.hero {
    height: auto;
  }

  .section.hero-seguros {
    padding-bottom: 160px;
  }

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

  .heading-1 {
    font-size: 48px;
    line-height: 62px;
  }

  .heading-1.no-margin-top {
    font-size: 48px;
    line-height: 62px;
  }

  .heading-1.bubble {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 48px;
    line-height: 62px;
  }

  .hero-sub {
    font-size: 20px;
    line-height: 28px;
  }

  .cta.blue {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cta.blue._30 {
    margin-right: 30px;
  }

  .cta.green._30 {
    margin-right: 30px;
  }

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

  .h-features__bubble.shadow {
    padding: 20px;
  }

  .h-features__bubble.shadow.bubble-sml {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h-features__checkmark {
    top: -30%;
  }

  .features-end {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 60px;
  }

  .duo-wrapper__left {
    width: 100%;
  }

  .duo-wrapper__right {
    width: 90%;
    height: 350px;
  }

  .duo-header__h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .duo-wrapper__bg {
    left: 20px;
    top: 20px;
  }

  .duo-wrapper__bg.invert {
    left: -20px;
    top: 20px;
  }

  .seguro-wrapper-h4 {
    font-size: 36px;
    line-height: 48px;
  }

  .seguro-wrapper-h4.margin-bt {
    font-size: 36px;
    line-height: 48px;
  }

  .seguro-wrapper__mais-link.blue {
    font-size: 22px;
    line-height: 24px;
  }

  .seguro-wrapper__half-img {
    width: 95%;
  }

  .seguro-img-wrapper {
    height: 350px;
  }

  .seguro__bg.blue.left {
    left: 0px;
  }

  .seguro__bg.roxo.left {
    left: 0px;
  }

  .seguro__bg.green {
    right: 0px;
  }

  .seguro__bg.green.left {
    left: 0px;
    right: -30%;
  }

  .planos-stars__block {
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .plano-pill.shadow {
    width: 300px;
  }

  .hero-chamada {
    font-size: 32px;
    line-height: 46px;
  }

  .pratica__text._600 {
    font-size: 28px;
    line-height: 42px;
  }

  .experiencias__block.shadow {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 40px;
  }

  .seguros-pills__blob.shadow {
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .slide-box {
    border-radius: 20px;
  }

  .slider {
    width: 95%;
    height: 200px;
  }

  .slider-wrapper__bubble.shadow {
    width: 80vw;
    max-width: 80vw;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 20px;
  }

  .mask {
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .slide-nav {
    bottom: -15px;
  }

  .big-features {
    padding-left: 20px;
  }

  .big-feature__box.shadow {
    padding-right: 30px;
    padding-left: 40px;
  }

  .big-features__half {
    width: 100%;
    padding-top: 0px;
  }

  .big-feature__icon {
    left: -20px;
    width: 50px;
  }

  .manifesto__borda {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .manifesto__bottom {
    max-width: 200px;
  }

  .manifesto__txt {
    font-size: 16px;
    line-height: 28px;
  }

  .passos {
    padding-top: 0px;
    -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;
  }

  .produto-hero {
    margin-top: 180px;
  }

  .produto-hero__img {
    height: 250px;
    border-bottom-left-radius: 35vw;
    border-bottom-right-radius: 35vw;
  }

  .produto-hero__bg.green {
    height: 250px;
    border-bottom-left-radius: 35vw;
    border-bottom-right-radius: 35vw;
  }

  .produto__block.shadow {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .produto-features {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produto-slide-flex__half {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .produto-slider {
    height: 400px;
  }

  .produto-slider__box.shadow {
    padding-right: 20px;
    padding-left: 30px;
  }

  .mask-2 {
    overflow: visible;
  }

  .slide {
    padding: 20px 0px;
  }

  .produto-slider__box-label {
    left: -20px;
    top: 16px;
    width: 46px;
    height: 46px;
  }

  .slider__box-label-inside {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .cesta-trio__box.shadow {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .produto-lista-dir {
    padding-right: 0px;
  }

  .produto-lista__blue.shadow {
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 40px;
  }

  .produto__half {
    width: 100%;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produto-lista-esq.seguro-invert {
    padding-left: 0px;
  }

  .produto-lista__green.shadow {
    margin-right: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .gerencie {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 40px;
    font-size: 36px;
    line-height: 54px;
  }

  .gerencie-white.shadow {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    font-size: 26px;
    line-height: 40px;
  }

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

  .allianz__pill {
    width: 200px;
    height: 300px;
  }

  .plant_bg.home_09 {
    left: -57%;
    bottom: -1%;
  }

  .plant_bg.duvidas_01 {
    left: -39%;
    top: 39%;
    right: auto;
    bottom: 0%;
  }

  .plant_bg.duvidas_02 {
    top: 5%;
  }

  .cesta-trio__sticker {
    top: -20px;
    right: -10px;
    width: 70px;
    height: 70px;
    font-size: 16px;
    line-height: 18px;
  }

  .faq-tab__pane-pergunta.shadow {
    border-radius: 20px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .overlay_modal {
    width: 300px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .footer-form__field-area {
    min-height: 200px;
  }
}
