.button-cta {
  margin: 20px 0 30px;
}
.button-cta--mobile {
  margin-top: 0;
}
.button-align--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-align--hidden {
  display: none;
}
@media screen and (min-width: 1000px) {
  .button-align--hidden {
    display: flex;
  }
}
.button-align--center .cta-title {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #6a6a6a;
  padding-bottom: 15px;
}
.button-articles {
  color: #fff;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #a041a6, #363b7c);
}
.button-articles:hover, .button-articles:active {
  background-image: linear-gradient(to bottom, #9c37a3, #31367a);
  color: #fff;
}
@media (max-width: 320px) {
  .button-articles {
    font-size: 12px;
    padding: 20px 10px;
  }
}
.button-articles--ghost {
  color: #9f41a6;
  border: solid 1px #a54eac;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  font-size: 20px;
  white-space: unset;
}
.astro-accordion {
  display: flex;
  margin: 5px 0;
  flex-direction: column;
}
.astro-accordion__title {
  display: flex;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-weight: 400;
  color: #343f8f;
  transition: background-color 0.2s ease-out;
  background-color: rgba(154, 165, 245, 0.4);
}
.astro-accordion__title:hover {
  background-color: rgba(154, 165, 245, 0.8);
}
.astro-accordion__title:after {
  content: url("/assets/images/articles/arrow.svg");
  transition: transform 0.3s ease-out;
  position: relative;
  display: block;
  height: 20px;
  top: 2px;
}
.astro-accordion__title > span {
  width: 100%;
}
.astro-accordion__title img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin: 0 15px 0 0 !important;
}
.astro-accordion__title--show:after {
  transform: rotate(90deg);
}
.astro-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.article-format .container {
  padding: 0 20px;
}
.article-format a:hover {
  color: #5769ef;
}
.article-format .article-img {
  border-radius: 5px;
  margin-top: 20px;
  width: 100%;
}
.article-format h1, .article-format h2, .article-format h3 {
  margin: 0;
  text-align: left;
  font-style: normal;
  line-height: normal;
  font-stretch: normal;
  line-height: 1.2174em;
  letter-spacing: normal;
  color: var(--darker-grey);
}
.article-format h1 {
  font-weight: 900;
  margin-bottom: 0.6111em;
  color: var(--title-blue);
  font-size: var(--title-large-size);
}
.article-format .h1_sub {
  color: #313131;
  font-size: 18px;
  font-weight: normal;
}
.article-format .h1_topo {
  margin: 0;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
}
.article-format h2 {
  margin-bottom: 0.7586em;
  font-weight: var(--weight-bold);
  font-size: var(--title-regular-size);
}
.article-format h3 {
  margin-bottom: 0.88em;
  font-weight: var(--weight-bold);
  font-size: var(--title-small-size);
}
.article-format #article_body h1.mt-1 {
  margin-top: 0.6111em;
}
.article-format #article_body h1.mt-2 {
  margin-top: 1.2222em;
}
.article-format #article_body h2.mt-1 {
  margin-top: 0.7586em;
}
.article-format #article_body h2.mt-2 {
  margin-top: 0.7586em;
}
.article-format #article_body h3.mt-1 {
  margin-top: 0.88em;
}
.article-format #article_body h3.mt-2 {
  margin-top: 1.76em;
}
.article-format #article_body p, .article-format #article_body b {
  margin-bottom: 2em;
  line-height: 1.875em;
  font-size: var(--text-regular-size);
}
.article-format #article_body p {
  color: var(--regular-grey);
  font-weight: var(--weight-normal);
}
.article-format #article_body b {
  color: var(--darker-grey);
  font-weight: var(--weight-bold);
}
.article-format .breadcrumb2 {
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  width: 100%;
}
.article-format .bread_arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(/img/breadcrumbs1.png) 0 0 no-repeat;
  margin: 0 7px;
}
.article-format .art_redacao {
  margin: 10px 0px;
}
.article-format #article_body ol, .article-format #article_body ul {
  padding: 0;
  list-style: revert;
  padding-inline-start: 1.5em;
  color: var(---regular-grey);
  font-weight: var(---weight-normal);
  font-size: var(---text-regular-size);
}
.article-format #article_body ol a, .article-format #article_body ul a {
  text-decoration: underline;
}
.article-format #article_body ol a:hover, .article-format #article_body ul a:hover {
  color: var(--color-black);
}
.article-format #article_body ul > p {
  margin-bottom: 0;
}
.article-format #article_body .list {
  padding: 0;
  list-style: none;
  color: var(---regular-grey);
  font-weight: var(---weight-normal);
  font-size: var(---text-regular-size);
}
.article-format #article_body li {
  display: list-item;
  margin-bottom: 0.7812em;
}
.article-format #article_body li > img {
  float: left;
  width: 1.6667em;
  height: 1.6667em;
  margin: 0.3333rem 0.5556em 0 0;
}
.article-format #article_body .list > li {
  margin: 0;
  display: flex;
  line-height: 1.875em;
}
.article-format #article_body .quote_left, .article-format #article_body .quote_right {
  font-size: 1.7857em;
  color: var(--text-purple);
  font-weight: bold;
  line-height: 1.33;
  font-style: normal;
  text-align: center;
  margin-bottom: 0.6em;
  font-stretch: normal;
  letter-spacing: normal;
}
.article-format #article_body .quote_left::after, .article-format #article_body .quote_left::before, .article-format #article_body .quote_right::after, .article-format #article_body .quote_right::before {
  opacity: 0.5;
  content: '"';
  display: inline-block;
}
.article-format #article_body .quote_left::before {
  margin-right: 0.2em;
  margin-bottom: -0.48em;
}
.article-format #article_body .quote_left::after {
  margin-bottom: -1em;
}
.article-format #article_body .article__info {
  width: 100%;
  border-radius: 1em;
  margin-bottom: 1.875em;
  background-size: cover;
  padding: 1.6875em 2.5em;
  background-position: top;
  background-repeat: no-repeat;
}
.article-format #article_body .article__info > ul {
  margin: 0;
  padding: 0;
}
.article-format #article_body .article__info > ul li {
  display: list-item;
  margin-bottom: 0.7812em;
  color: var(--color-white);
}
.article-format #article_body .article__info > ul li:last-child {
  margin-bottom: 0;
}
.article-format #article_body .article__info > ul a {
  color: var(--color-white);
  text-decoration: underline;
}
.article-format #article_body .article__info > ul a:hover {
  color: var(--color-hover);
}
.article-format #article_body .article__info--pink {
  background-image: url("/assets/images/articles/info-stars.svg"), linear-gradient(to bottom, var(--article-pink-gradient-1), var(--article-pink-gradient-2));
}
.article-format #article_body .article__info--pink > ul {
  list-style-image: url("/assets/images/articles/star-pink.svg");
}
.article-format #article_body .article__info--purple {
  background-image: url("/assets/images/articles/info-stars.svg"), linear-gradient(to bottom, var(--article-purple-gradient-1), var(--article-purple-gradient-2));
}
.article-format #article_body .article__info--purple > ul {
  list-style-image: url("/assets/images/articles/star-purple.svg");
}
.article-format #article_body .article__info--lilac {
  background-image: url("/assets/images/articles/info-stars.svg"), linear-gradient(to bottom, var(--article-lilac-gradient-1), var(--article-lilac-gradient-2));
}
.article-format #article_body .article__info--lilac > ul {
  list-style-image: url("/assets/images/articles/star-lilac.svg");
}
.article-format #article_body .article__info--blue {
  background-image: url("/assets/images/articles/info-stars.svg"), linear-gradient(to bottom, var(--article-blue-gradient-1), var(--article-blue-gradient-2));
}
.article-format #article_body .article__info--blue > ul {
  list-style-image: url("/assets/images/articles/star-blue.svg");
}
.article-format #article_body .article__info--cyan {
  background-image: url("/assets/images/articles/info-stars.svg"), linear-gradient(to bottom, var(--article-cyan-gradient-1), var(--article-cyan-gradient-2));
}
.article-format #article_body .article__info--cyan > ul {
  list-style-image: url("/assets/images/articles/star-blue.svg");
}
.article-format #article_body .article__info--orange {
  background-image: url("/assets/images/articles/info-stars.svg"), linear-gradient(to bottom, var(--article-orange-gradient-1), var(--article-orange-gradient-2));
}
.article-format #article_body .article__info--orange > ul {
  list-style-image: url("/assets/images/articles/star-orange.svg");
}
.article-format #article_body .article__info--green {
  background-image: url("/assets/images/articles/info-stars.svg"), linear-gradient(to bottom, var(--article-green-gradient-1), var(--article-green-gradient-2));
}
.article-format #article_body .article__info--green > ul {
  list-style-image: url("/assets/images/articles/star-green.svg");
}
.article-format #article_body .article__button {
  display: block;
  font-size: 1em;
  padding: 0.5em 1em;
  margin: 0.75em auto;
  text-align: center;
  width: max-content;
  border-radius: 1em;
  min-width: 8.3333em;
  color: var(--color-white);
  font-weight: var(--weight-black);
  font-size: var(--text-regular-size);
}
.article-format #article_body .article__button:hover {
  color: var(--color-hover);
}
.article-format #article_body .article__button--pink {
  background-color: var(--article-pink-gradient-1);
  background-image: linear-gradient(to bottom, var(--article-pink-gradient-1), var(--article-pink-gradient-2));
}
.article-format #article_body .article__button--purple {
  background-color: var(--article-purple-gradient-1);
  background-image: linear-gradient(to bottom, var(--article-purple-gradient-1), var(--article-purple-gradient-2));
}
.article-format #article_body .article__button--lilac {
  background-color: var(--article-lilac-gradient-1);
  background-image: linear-gradient(to bottom, var(--article-lilac-gradient-1), var(--article-lilac-gradient-2));
}
.article-format #article_body .article__button--blue {
  background-color: var(--article-blue-gradient-1);
  background-image: linear-gradient(to bottom, var(--article-blue-gradient-1), var(--article-blue-gradient-2));
}
.article-format #article_body .article__button--cyan {
  background-color: var(--article-cyan-gradient-1);
  background-image: linear-gradient(to bottom, var(--article-cyan-gradient-1), var(--article-cyan-gradient-2));
}
.article-format #article_body .article__button--orange {
  background-color: var(--article-orange-gradient-1);
  background-image: linear-gradient(to bottom, var(--article-orange-gradient-1), var(--article-orange-gradient-2));
}
.article-format #article_body .article__button--green {
  background-color: var(--article-green-gradient-1);
  background-image: linear-gradient(to bottom, var(--article-green-gradient-1), var(--article-green-gradient-2));
}
.article-format #article_body pre {
  padding: 0.3125em;
  margin-bottom: 1.5em;
  white-space: pre-wrap;
  font-size: var(--text-regular-size);
  background-color: var(--color-hover);
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.address {
  width: 100%;
  display: flex;
  font-size: 16px;
  padding: 24px 17px;
  border-radius: 13px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Lato, sans-serif;
  background-color: #fafafa;
  box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, 0.2);
}
.address > img {
  width: 8.625em;
  height: 8.625em;
  object-fit: contain;
  border-radius: 100%;
  margin-bottom: 23px;
}
.address__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.address__content > p,
.address__content > span,
.address__content > strong,
.address__content > span a,
.address__content > a strong {
  text-align: center;
  word-break: break-word;
  color: #4a4a4a !important;
}
.address__content > strong,
.address__content > a strong {
  font-size: 1.5625em;
  font-weight: 900;
  line-height: normal !important;
  color: #4f167c !important;
}
.address__content > p {
  line-height: 1.2em !important;
  font-size: 0.9375em !important;
  letter-spacing: 0.0144em !important;
  margin: 17px 35.9px 12px 36px !important;
}
.address__content > span {
  font-weight: 900;
}
.address__content > span > a {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #4a4a4a;
}
.address__content hr {
  width: 100%;
  height: 2.3px;
  margin: 20px 0;
  background-image: linear-gradient(to right, #3e1f6b 22%, #9b217b 68%);
}
.address__medias {
  display: flex;
  align-items: center;
  justify-content: center;
}
.address__medias > a {
  margin: 0 7px;
  cursor: pointer;
  width: 1.6875em;
  height: 1.6875em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.address__medias > a:first-of-type {
  margin-left: 0;
}
.address__medias > a:last-of-type {
  margin-right: 0;
}
.address__facebook {
  background-image: url("/assets/images/articles/address-card/facebook.svg");
}
.address__instagram {
  background-image: url("/assets/images/articles/address-card/instagram.svg");
}
.address__twitter {
  background-image: url("/assets/images/articles/address-card/twitter.svg");
}
.address__portfolio {
  background-image: url("/assets/images/articles/address-card/portfolio.svg");
}
.address__astrolink {
  background-image: url("/assets/images/articles/address-card/astrolink.svg");
}
.address__youtube {
  background-image: url("/assets/images/articles/address-card/youtube.svg");
}
.address__whats {
  background-image: url("/assets/images/articles/address-card/whats.svg");
}
.article__panel {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.article__panel > div span,
.article__panel > div span p {
  display: block;
  font-size: 16px;
  line-height: 1.88;
  margin-bottom: 10px;
}
.article__panel > div a {
  font-size: 16px;
  letter-spacing: 0.09px;
  font-weight: 700;
  text-decoration: underline;
  color: #a226c0;
}
@media screen and (min-width: 768px) {
  .article__panel {
    column-gap: 30px;
    flex-direction: row;
  }
  .article__panel > img,
  .article__panel > picture > img {
    max-height: 300px;
  }
  .article__panel > div {
    margin-bottom: 5px;
  }
  .article__panel > div span,
  .article__panel > div span p {
    font-size: 18px;
    line-height: 1.67;
  }
  .article__panel > div a {
    font-size: 18px;
    letter-spacing: 0.1px;
  }
}
@media screen and (min-width: 1000px) {
  .button-cta--mobile {
    display: none;
  }
  .address {
    flex-direction: row;
    padding: 17px 50px 17px 28.9px;
  }
  .address > img {
    margin-bottom: 0;
    margin-right: 34px;
  }
  .address__content {
    align-items: flex-start;
  }
  .address__content > p,
  .address__content > span,
  .address__content > span a,
  .address__content > strong {
    text-align: left;
  }
  .address__content > p {
    margin: 8.2px 34.1px 10px 0 !important;
  }
  .address__content > hr {
    max-width: 24.625em;
    margin: 11px 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .article-format .container {
    padding: 0px 10px;
  }
  .article-format .h1_sub {
    font-size: 20px;
  }
  .article-format .h1_topo {
    font-size: 35px;
  }
  .article-format #article_body .quote_left, .article-format #article_body .quote_right {
    width: 10.8333em;
    font-size: 2.1429em;
    text-align: left;
    margin-bottom: 0.3333em;
  }
  .article-format #article_body .quote_left::after, .article-format #article_body .quote_right::after, .article-format #article_body .quote_left::before, .article-format #article_body .quote_right::before {
    content: "";
  }
  .article-format #article_body .quote_left {
    float: left;
  }
  .article-format #article_body .quote_left::before {
    width: 1.9333em;
    height: 1.9333em;
    background-size: 1.9333rem 1.9333em;
    background: url("/assets/images/articles/quote-left-purple.png") 0 0 no-repeat;
  }
  .article-format #article_body .quote_right {
    float: right;
  }
  .article-format #article_body .quote_right::after {
    width: 1.9333em;
    height: 1.9333em;
    filter: FlipH;
    margin-left: 0.3333em;
    -ms-filter: "FlipH";
    margin-bottom: -0.8333em;
    transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    background-size: 1.9333em 1.9333em;
    background: url("/assets/images/articles/quote-left-purple.png") 0 0 no-repeat;
  }
}
.gif-banner-app-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.gif-banner-app-container > img {
  width: 100%;
}
.store-buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.store-buttons-container > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-buttons-container > a img {
  width: 180px;
  max-width: 100%;
}
.regulation {
  font-size: 18px;
  color: #313131;
}
.regulation__container {
  width: 100vw;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.regulation__title {
  font-size: 29px;
  text-align: center;
  margin-bottom: 42px;
  font-weight: 700;
}
.regulation__subtitle {
  font-size: 18px;
  margin-bottom: 21px;
}
.regulation__topic {
  width: 100%;
  margin-bottom: 20px;
}
.regulation__topic .topic__list {
  list-style: none;
  margin: 0 0 0 3vw;
}
.regulation__topic .topic__list li {
  margin-bottom: 10px;
}
.regulation__topic .topic__list table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #000;
}
.regulation__topic .topic__list table caption {
  font-size: 18px;
  color: #313131;
}
.regulation__topic .topic__list table tr {
  padding: 0.35em;
}
.regulation__topic .topic__list table th, .regulation__topic .topic__list table td {
  padding: 0.625em;
  text-align: left;
  border: 1px solid #000;
}
.regulation__topic .topic__list table th {
  vertical-align: middle;
}
.regulation__topic .topic__list table td {
  vertical-align: baseline;
}
.regulation__topic .topic__item {
  display: block;
  list-style: none;
  font-size: 18px;
  margin-bottom: 20px;
}
.regulation__topic .topic__item b {
  font-size: 18px;
  color: #4a4a4a;
}
.regulation__topic .topic__item--nested {
  margin-left: 3vw;
}
@media screen and (max-width: 767px) {
  .regulation__topic .topic__item--nested {
    margin-left: 5vw;
  }
  .regulation__topic .topic__list table {
    border: 0;
  }
  .regulation__topic .topic__list table thead {
    padding: 0;
    width: 1px;
    height: 1px;
    border: none;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
  }
  .regulation__topic .topic__list table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .regulation__topic .topic__list table td {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  .regulation__topic .topic__list table td::before {
    float: left;
    width: 100%;
    display: block;
    font-weight: bold;
    content: attr(data-label);
  }
  .regulation__topic .topic__list table td:last-child {
    border-bottom: 0;
  }
}