@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700&family=Poppins:wght@400;500;600;700&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
mark {
  background-color: transparent;
}
* {
  box-sizing: border-box;
  position: relative;
  outline: none;
  outline-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a {
  color: currentColor;
}
strong {
  font-weight: 700;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
input,
input:after,
input:before {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: auto;
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"] ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
@keyframes a {
  0% {
    height: 0;
  }
  90% {
    height: 48px;
    opacity: 1;
  }
  to {
    opacity: 0;
    height: 48px;
  }
}
@keyframes b {
  0% {
    height: 0;
  }
  90% {
    height: 120px;
    opacity: 1;
  }
  to {
    opacity: 0;
    height: 120px;
  }
}
@keyframes c {
  0% {
    height: 0;
  }
  40% {
    height: 0;
  }
  to {
    height: 120px;
  }
}
body,
html {
  height: auto;
  min-height: 100vh;
  font-family: Barlow, sans-serif;
  scroll-behavior: smooth;
}
body.fixed {
  overflow: hidden;
}
.lineAnimate,
.lineBottom {
  position: relative;
}
.lineAnimate {
  margin: auto;
  display: flex;
  justify-content: center;
}
.lineAnimate:after,
.lineAnimate:before {
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 2;
}
.lineAnimate:before {
  opacity: 0.2;
}
.lineAnimate:after {
  animation: a 2s linear infinite both;
}
.lineAnimateII {
  width: 1px;
  height: 120px;
  background: hsla(0, 0%, 100%, 0.2);
  position: relative;
  margin: auto;
}
.lineAnimateII:before {
  content: "";
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  animation: c 2s linear infinite;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 32px;
  padding-left: 64px;
  padding-right: 64px;
}
@media (min-width: 0) and (max-width: 1280px) {
  .wrapper {
    column-gap: 24px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .wrapper {
    column-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.steps {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-weight: 700;
  color: #a3a3a3;
  margin-bottom: 4px;
}
@media (min-width: 0) and (max-width: 768px) {
  .steps {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.steps strong {
  color: #252525;
}
[data-background="neu-01"] {
  background: #fff !important;
}
[data-background="neu-02"] {
  background: #f6f6f6 !important;
}
[data-background="add-06"] {
  background: #e54981 !important;
}
a {
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}
ul.bullets li {
  padding-left: 24px;
}
ul.bullets li:before {
  content: "•";
  position: absolute;
  color: inherit;
  left: 8px;
}
.backToTop {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #252525;
  padding-top: 24px;
  margin: 48px auto 0;
  cursor: pointer;
  grid-column: 1/13;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 0) and (max-width: 768px) {
  .backToTop {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .backToTop {
    grid-column: 1/7;
  }
}
.backToTop:after,
.backToTop:before {
  transition: all 0.25s ease;
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #252525;
  border-radius: 8px;
  top: 8px;
}
.backToTop:hover:after,
.backToTop:hover:before {
  top: 5px;
}
.backToTop:before {
  transform: rotate(-45deg);
  transform-origin: top left;
}
.backToTop:after {
  transform: rotate(45deg);
  transform-origin: top right;
}
.collapsedItems__container {
  margin: 0 auto;
}
.collapsedItems__separator {
  transition: all 0.25s ease;
  border-bottom: 1px solid #dbdbdb;
}
.collapsedItems__separator.open .collapsedItems__arrowIcon {
  transform: rotate(180deg) translateY(50%);
}
.collapsedItems__header {
  display: flex;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 1024px) {
  .collapsedItems__header {
    min-height: 96px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.collapsedItems__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.collapsedItems__content ul {
  margin-top: 16px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  list-style: disc;
  gap: 10px;
}
.collapsedItems__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
  padding-right: 48px;
}
@media (min-width: 0) and (max-width: 768px) {
  .collapsedItems__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
  }
}
.collapsedItems__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .collapsedItems__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.collapsedItems__arrowIcon {
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
.collapsedItems__arrowIcon:after,
.collapsedItems__arrowIcon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #252525;
  border-radius: 8px;
}
.collapsedItems__arrowIcon:before {
  transform: rotate(-45deg) translateX(1px);
  transform-origin: bottom left;
}
.collapsedItems__arrowIcon:after {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.modal {
  width: 100%;
  height: 100lvh;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.modal__outerWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__outerWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
  opacity: 0;
  background-color: #252525;
}
.modal__wrapper {
  width: 100%;
  height: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .modal__wrapper {
    padding: 0;
  }
}
.modal__container {
  background-color: #fff;
  z-index: 1;
  transform: scale(0.9);
  max-height: 90vh;
  width: 100%;
  height: 100vh;
  overflow: auto;
  grid-column: 2/12;
  align-self: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .modal__container {
    grid-column: 1/7;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .modal__container {
    max-height: unset;
  }
}
.modal__content {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 120px 11% 80px;
}
@media (min-width: 0) and (max-width: 768px) {
  .modal__content {
    font-size: 18px;
    line-height: 26px;
    padding: 80px 24px;
  }
}
.modal__iconClose {
  display: flex;
  cursor: pointer;
  background-image: url(../images/generic/icon-close.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
}
@media (min-width: 0) and (max-width: 1024px) {
  .modal__iconClose {
    top: 32px;
    right: 32px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .modal__iconClose {
    top: 16px;
    right: 16px;
    left: unset;
    position: absolute;
  }
}
.modal__iconClose:hover {
  transform: scale(1.1);
}
.modal.show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transition: none;
}
.modal.show .modal__outerWrapper:before {
  opacity: 0.4;
}
.modal.show .modal__container {
  transform: scale(1);
  transition: transform 0.25s cubic-bezier(0, 0.91, 0.83, 1.39);
}
@media (min-width: 0) and (max-width: 1024px) {
  .tableContainer {
    overflow-x: auto;
    width: calc(100% + 24px * 2);
    left: -24px;
    padding: 0 !important;
  }
  .tableContainer .table {
    padding: 0 24px 24px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .tableContainer__grid {
    padding: 0 24px 16px;
  }
}
.tableContainer__grid .table {
  border-spacing: 1px;
  width: 100% !important;
  transform: none !important;
  padding: 0;
}
.tableContainer__grid[data-grid="2"] {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}
.tableContainer__grid[data-grid="3"] {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}
.table {
  border-spacing: 1px;
  border-collapse: initial !important;
  width: 100%;
}
.table,
.table caption,
.table td,
.table th {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.table caption,
.table td,
.table th {
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  height: 48px;
}
.table__highlightRow,
.table caption,
.table th {
  background-color: #a3a3a3;
  color: #fff;
}
.table caption {
  border: 1px solid transparent;
  box-sizing: content-box;
}
.table td {
  background-color: #fff;
  vertical-align: middle;
  color: #252525;
}
.table[data-type="merge"] {
  border-spacing: 0 1px;
}
.table[data-type="merge"] caption,
.table[data-type="merge"] td,
.table[data-type="merge"] th {
  border-radius: 0;
}
.table[data-type="merge"] caption:first-child,
.table[data-type="merge"] td:first-child,
.table[data-type="merge"] th:first-child {
  border-left-style: solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table[data-type="merge"] caption:last-child,
.table[data-type="merge"] td:last-child,
.table[data-type="merge"] th:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.table[data-columns="2"] {
  display: table;
}
.table[data-columns="2"] td {
  width: 50%;
}
.table[data-columns="4"] td {
  width: 25%;
}
@media (min-width: 0) and (max-width: 512px) {
  .table[data-columns="4"] td {
    width: auto;
  }
}
.table[data-cells="2"] tr {
  height: 64px;
}
.table[data-arrows="true"] {
  border-spacing: 32px 1px;
  width: calc(100% + 32px * 2);
  transform: translateX(-32px);
}
@media (min-width: 0) and (max-width: 1024px) {
  .table[data-arrows="true"] {
    padding: 0 0 24px;
    width: 100%;
    transform: none;
  }
}
.table[data-arrows="true"] td:not(:last-child):after,
.table[data-arrows="true"] th:not(:last-child):after {
  content: "";
  background: url(../images/generic/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.table[data-arrows="true"] tr:nth-child(odd) td:after {
  display: none;
}
.table .merge {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.table .merge span {
  width: 100%;
}
.premiosEuromilhoes {
  min-width: 760px;
}
.premiosEuromilhoes[data-grid="3"] {
  grid-template-columns: 20% calc(35% - 32px) calc(45% - 32px);
}
.premiosEuromilhoes .table td:last-child:after,
.premiosEuromilhoes .table th:last-child:after {
  content: "";
  background: url(../images/generic/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.premiosEuromilhoes .table tr:nth-child(odd) td:after {
  display: none;
}
.premiosEuromilhoes .table:first-child tr th:first-child {
  height: 97px;
}
.premiosEuromilhoes .table:nth-child(2) {
  width: calc(100% + 33px) !important;
}
.premiosEuromilhoes .table:nth-child(2) td:after,
.premiosEuromilhoes .table:nth-child(2) th:after {
  display: none !important;
}
.premiosEuromilhoes .table:nth-child(2) th:nth-child(2):after {
  top: 0;
}
.premiosEuromilhoes .table:nth-child(3) td:after,
.premiosEuromilhoes .table:nth-child(3) th:after {
  display: none;
}
.premiosEuromilhoes .table:nth-child(3) td {
  width: 50%;
}
.premiosEuromilhoes .table:nth-child(3) tr th:first-child {
  height: 97px;
}
.premiosEuromilhoes .table:nth-child(4) {
  grid-column: 1/4;
  transform: translateY(-1px);
  border-spacing: 1px 0;
}
.premiosEuromilhoes .table:nth-child(4) tr {
  display: grid;
  gap: 32px;
  grid-template-columns: 20% calc(35% - 32px) calc(45% - 32px);
}
.premiosEuromilhoes .table:nth-child(4) td {
  display: flex;
  align-items: center;
  justify-content: center;
}
.premiosEuromilhoes .table:nth-child(4) td:first-child {
  grid-column: 1/3;
  width: calc(100% + 32px);
}
.premiosEuromilhoes .table:nth-child(4) td:nth-child(2),
.premiosEuromilhoes .table:nth-child(4) td:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
  width: calc(50% - 1px);
  left: 1px;
}
.premiosEuromilhoes .table:nth-child(4) td:nth-child(3) {
  left: auto;
  right: 0;
  position: absolute;
}
.apostaMultipla {
  grid-template-columns: auto 1fr !important;
}
@media (min-width: 0) and (max-width: 1024px) {
  .apostaMultipla {
    min-width: 540px;
  }
}
.apostaMultipla .table:first-child {
  border-spacing: 1px 0;
  margin-top: 97px;
}
.apostaMultipla .table:first-child tr:nth-child(1) th {
  transform: rotate(0deg);
  width: 48px;
  min-width: 48px;
  height: auto;
}
.apostaMultipla .table:first-child tr:nth-child(1) th span {
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.apostaMultipla .table:first-child tr:nth-child(2) {
  display: flex;
  flex-direction: column;
  width: 48px;
  background: #c39856;
  border-radius: 4px;
}
.apostaMultipla .table:first-child tr:nth-child(2) th {
  background-color: transparent !important;
  margin-bottom: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.apostaMultipla .table:first-child tr:nth-child(2) th:nth-child(even):after {
  display: none !important;
}
.apostaMultipla .table:first-child tr:nth-child(2) th:last-child::after {
  content: "";
  background: url(../images/generic/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.apostaMultipla .table tr span {
  font-weight: 400;
}
.apostaMultipla--eurodreams {
  min-width: 825px;
}
.apostaMultipla--eurodreams .table:first-child th {
  height: 64px;
}
.apostaMultipla--eurodreams .table:first-child tr:first-child th {
  width: 68px;
  height: 325px;
}
.apostaMultipla--eurodreams .table td {
  height: 64px;
}
.placardBase {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .placardBase {
    gap: 0;
  }
}
.placardBase .table:first-child th:after {
  content: "";
  background: url(../images/generic/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.placardBase .table:nth-child(2) {
  padding-left: 0;
}
.placardTotal {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 32px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .placardTotal {
    gap: 0 8px;
  }
}
.placardTotal .table:first-child tr:nth-child(1) td:after,
.placardTotal .table:first-child tr:nth-child(even) td:after {
  content: "";
  background: url(../images/generic/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.placardTotal .table:first-child .combinada td {
  transform: scaleY(1.04);
}
.placardTotal .table:first-child .combinada td:after {
  content: "";
  background: url(../images/generic/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.placardTotal .table:nth-child(2) {
  min-width: 600px;
  padding-left: 0;
}
.placardTotal .infoContent__disclaimer {
  grid-column: 1/3;
}
@media (min-width: 0) and (max-width: 768px) {
  .placardPremios .table {
    min-width: 570px;
  }
}
[data-theme="euromilhoes"] .table th {
  background-color: #a27a3f;
}
[data-theme="euromilhoes"] .table__highlightRow {
  background-color: #c39856 !important;
  color: #fff !important;
}
[data-theme="euromilhoes"] .table td {
  color: #a27a3f;
}
[data-theme="eurodreams"] .table th {
  background-color: #e54981;
}
[data-theme="eurodreams"] .table__highlightRow {
  background-color: #ff81ae !important;
  color: #fff !important;
}
[data-theme="eurodreams"] .table td {
  color: #e54981;
}
[data-theme="placard"] .table th {
  background-color: #317818;
  color: #d2ed8c;
}
[data-theme="placard"] .table__highlightRow {
  background-color: #accf52 !important;
  color: #fff !important;
}
[data-theme="placard"] .table td {
  color: #317818;
}
[data-theme="placard"] [data-bg="light"] .table th {
  background-color: #d2ed8c;
  color: #317818;
}
[data-theme="placard"] [data-bg="light"] .table__highlightRow {
  background-color: #97bb3a !important;
  color: #fff !important;
}
[data-theme="placard"] [data-bg="light"] .table td {
  color: #317818;
}
.bulletsNav {
  position: fixed;
  right: 2.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (min-width: 0) and (max-width: 1280px) {
  .bulletsNav {
    right: 8px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .bulletsNav {
    display: none;
  }
}
.bulletsNav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.bulletsNav .indicator {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.bulletsNav .indicator:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.3;
}
.bulletsNav .indicator.active:before {
  height: 8px;
  width: 8px;
  transition: transform 0.2s ease-in-out;
  opacity: 1;
}
[data-theme="milhao"] .bulletsNav.onLightBg .indicator:before {
  background-color: #803c00;
}
[data-theme="euromilhoes"] .bulletsNav.onLightBg .indicator:before {
  background-color: #a27a3f;
}
[data-theme="eurodreams"] .bulletsNav.onLightBg .indicator:before {
  background-color: #e54981;
}
[data-theme="placard"] .bulletsNav.onLightBg .indicator:before {
  background-color: #317818;
}
[data-theme="raspadinha"] .bulletsNav.onLightBg .indicator:before {
  background-color: #e54981;
}
.footer {
  width: 100%;
  background-color: #252525;
  padding: 56px 0;
}
.footer__container {
  grid-column: 2/12;
}
@media (min-width: 0) and (max-width: 1280px) {
  .footer__container {
    grid-column: 1/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .footer__container {
    grid-column: 1/7;
  }
}
.footer__contentLogos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 48px;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer__contentLogos {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.footer__logosApps {
  display: flex;
  gap: 24px;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer__logosApps {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    align-items: center;
    margin-bottom: 40px;
  }
}
.footer__logosApps a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logosApps img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 0) and (max-width: 1024px) {
  .footer__logosApps img {
    width: 200px;
    height: 100%;
  }
}
.footer__logosRules {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer__logosRules {
    justify-content: center;
  }
}
.footer__contentLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .footer__contentLinks {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.footer__links {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer__links {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.footer__links span {
  display: inline-block;
  padding: 0 5px;
}
.footer__links a {
  color: #fff;
}
.footer__links a:hover {
  text-decoration: underline;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer__links {
    flex-direction: column;
    text-align: center;
  }
}
.footer__link {
  font-weight: 400;
}
.footer__link:not(:last-child):after {
  content: "|";
  margin: 0 8px;
}
.footer__copyright {
  text-align: right;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer__copyright {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}
.homePage {
  background: linear-gradient(143.5deg, #4abe6a -59.3%, #00623f 76.33%);
}
.homePage__gradient {
  background: linear-gradient(0deg, #252525 -10.11%, rgba(7, 13, 18, 0) 77.33%);
  padding-top: 57px;
}
@media (min-width: 0) and (max-width: 768px) {
  .homePage__gradient {
    padding-top: 20px;
  }
}
.homePage__header {
  grid-column: 3/11;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .homePage__header {
    grid-column: 1/7;
  }
}
.homePage__logo {
  max-width: 160px;
}
.homePage__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homePage__title {
  margin: 120px 0 80px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .homePage__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .homePage__title {
    margin: 64px 0 72px;
  }
}
.homePage__containerGames {
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 40px 40px 0 0;
  padding: 112px 24px;
  display: flex;
  justify-content: center;
  grid-column: 1/13;
}
@media (min-width: 0) and (max-width: 1024px) {
  .homePage__containerGames {
    padding: 72px 24px;
    grid-column: 1/7;
  }
}
@media (min-width: 0) and (max-width: 512px) {
  .homePage__containerGames {
    width: calc(100% + 24px + 24px);
    left: -24px;
  }
}
.homePage__boxLinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  width: 100%;
  max-width: 820px;
  justify-content: center;
  justify-items: center;
  transition: all 0.5s ease-in-out;
  gap: 32px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .homePage__boxLinks {
    max-width: 580px;
    gap: 40px 16px;
  }
}
@media (min-width: 0) and (max-width: 512px) {
  .homePage__boxLinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.homePage__game {
  width: 192px;
  height: 192px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 24px;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.homePage__game:hover {
  transform: scale(1.05);
}
@media (min-width: 0) and (max-width: 1024px) {
  .homePage__game:hover {
    transform: none;
  }
}
.homePage__game:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 0) and (max-width: 1280px) {
  .homePage__game {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 0) and (max-width: 512px) {
  .homePage__game {
    width: 140px;
    height: 140px;
  }
}
.homePage__game img {
  width: 148px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 0) and (max-width: 512px) {
  .homePage__game img {
    width: 112px;
    height: 32px;
  }
}
.homePage__game--totoloto {
  background: linear-gradient(183.53deg, #45c3ff 2.9%, #008dd0 97.45%);
}
.homePage__game--totobola {
  background: linear-gradient(180deg, #60a626, #327002);
}
.homePage__game--milhao {
  background: linear-gradient(180deg, #fbb800 37.87%, #fb8007 107.73%);
}
.homePage__game--placard {
  background: linear-gradient(310deg, #ff030d -10.63%, #850000 73.59%);
}
.homePage__game--raspadinha {
  background: #e54981;
}
.homePage__game--eurodreams {
  background: linear-gradient(153deg, #8752a3 19.88%, #510c71 86.85%);
}
.homePage__game--euromilhoes {
  background: linear-gradient(133deg, #36aaff -51.59%, #131733 86.62%);
}
.homePage__game--apostaResponsavel {
  background: linear-gradient(143.5deg, #4abe6a -59.3%, #00623f 76.33%);
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none !important;
}
@media (min-width: 0) and (max-width: 768px) {
  .homePage__game--apostaResponsavel {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.homePage__game--apostaResponsavel span {
  display: flex;
}
.infoBlocks {
  background: #fff;
  color: #252525;
  padding: 120px 0 24px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks {
    padding-top: 72px;
  }
}
.infoBlocks__header {
  margin-bottom: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks__header {
    margin-bottom: 56px;
    text-align: center;
  }
}
.infoBlocks__step {
  margin-bottom: 4px;
}
.infoBlocks__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.infoBlocks__step li:first-child {
  font-weight: 500;
}
.infoBlocks__step li:nth-child(3) {
  opacity: 0.5;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__step {
    text-align: center;
  }
}
.infoBlocks__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.infoBlocks__subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 640px;
  margin-top: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.infoBlocks__secondaryTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  align-self: flex-start;
  margin-top: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__secondaryTitle {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks__secondaryTitle {
    margin-top: 16px;
    align-self: center;
  }
}
.infoBlocks__columnLeft {
  grid-column: 2/6;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoBlocks__columnLeft {
    grid-column: 1/7;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks__columnLeft {
    grid-column: 1/7;
    align-items: center;
  }
}
.infoBlocks__columnRight {
  grid-column: 7/12;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoBlocks__columnRight {
    grid-column: 7/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks__columnRight {
    gap: 24px;
    grid-column: 1/7;
    margin-top: 24px;
  }
}
.infoBlocks__block {
  border-radius: 16px;
  padding: 48px 56px;
  text-align: left;
  width: 100%;
  max-width: 640px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks__block {
    padding: 40px 24px;
  }
}
.infoBlocks__block--outline {
  background: transparent !important;
  border: 1px solid #252525;
  padding: 48px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks__block--outline {
    padding: 40px 24px;
  }
}
.infoBlocks__block-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 4px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks__block-icon {
    width: 64px;
    height: 64px;
  }
}
.infoBlocks__block-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.infoBlocks__block-title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__block-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.infoBlocks__block-text {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__block-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.infoBlocks__block-text--small {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__block-text--small {
    font-size: 18px;
    line-height: 26px;
  }
}
.infoBlocks__disclaimer {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  max-width: 640px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__disclaimer {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.infoBlocks__disclaimer a {
  text-decoration: underline;
  font-weight: 400;
}
.infoBlocks__disclaimer a:hover {
  text-decoration: none;
}
.infoBlocks__question {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  grid-column: 2/12;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin-top: 64px;
}
.infoBlocks__question:after,
.infoBlocks__question:before {
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 2;
}
.infoBlocks__question:before {
  opacity: 0.2;
}
.infoBlocks__question:after {
  animation: a 2s linear infinite both;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoBlocks__question {
    grid-column: 1/7;
  }
}
.infoBlocks__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.infoBlocks__list li {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoBlocks__list li {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
[data-theme="milhao"] .infoBlocks {
  background: linear-gradient(126.37deg, #fffcf2 -44.48%, #ffbb01 48.47%);
}
[data-theme="milhao"] .infoBlocks .backToTop {
  color: #aa5000;
}
[data-theme="milhao"] .infoBlocks .backToTop:after,
[data-theme="milhao"] .infoBlocks .backToTop:before {
  background-color: #aa5000;
}
[data-theme="milhao"] .infoBlocks__steps span {
  color: #c39856;
}
[data-theme="milhao"] .infoBlocks__steps span strong {
  color: #d56500;
}
[data-theme="milhao"] .infoBlocks__title {
  color: #803c00;
}
[data-theme="milhao"] .infoBlocks__block {
  background-color: #fedcaa;
  color: #803c00;
}
[data-theme="milhao"] .infoBlocks__block--outline {
  border-color: #aa5000;
}
[data-theme="milhao"] .infoBlocks__question {
  color: #aa5000;
}
[data-theme="milhao"] .infoBlocks__question:after,
[data-theme="milhao"] .infoBlocks__question:before {
  background-color: #aa5000;
}
[data-theme="euromilhoes"] .infoBlocks {
  background: linear-gradient(125.83deg, #0865af -0.92%, #1b1e3e 83.31%);
  color: #fff;
}
[data-theme="euromilhoes"] .infoBlocks .backToTop {
  color: #f7cf94;
}
[data-theme="euromilhoes"] .infoBlocks .backToTop:after,
[data-theme="euromilhoes"] .infoBlocks .backToTop:before {
  background-color: #f7cf94;
}
[data-theme="euromilhoes"] .infoBlocks__steps span {
  color: #e1b471;
}
[data-theme="euromilhoes"] .infoBlocks__steps span strong {
  color: #fff;
}
[data-theme="euromilhoes"] .infoBlocks__block {
  background-color: #c39856;
}
[data-theme="euromilhoes"] .infoBlocks__block--outline {
  border-color: #fff;
}
[data-theme="euromilhoes"] .infoBlocks__question {
  color: #aa5000;
}
[data-theme="euromilhoes"] .infoBlocks__question:after,
[data-theme="euromilhoes"] .infoBlocks__question:before {
  background-color: #aa5000;
}
[data-theme="eurodreams"] .infoBlocks {
  background: linear-gradient(135.78deg, #e54981 -110.79%, #582581);
  color: #fff;
}
[data-theme="eurodreams"] .infoBlocks .backToTop {
  color: #ff81ae;
}
[data-theme="eurodreams"] .infoBlocks .backToTop:after,
[data-theme="eurodreams"] .infoBlocks .backToTop:before {
  background-color: #ff81ae;
}
[data-theme="eurodreams"] .infoBlocks__steps span {
  color: #ff81ae;
}
[data-theme="eurodreams"] .infoBlocks__steps span strong {
  color: #fff;
}
[data-theme="eurodreams"] .infoBlocks__block {
  background-color: #874bb7;
}
[data-theme="eurodreams"] .infoBlocks__block--outline {
  border-color: #fff;
}
[data-theme="eurodreams"] .infoBlocks__question {
  color: #aa5000;
}
[data-theme="eurodreams"] .infoBlocks__question:after,
[data-theme="eurodreams"] .infoBlocks__question:before {
  background-color: #aa5000;
}
[data-theme="placard"] .infoBlocks {
  background: linear-gradient(168deg, #c0e06d, #317818);
  color: #fff;
}
[data-theme="placard"] .infoBlocks .backToTop {
  color: #d2ed8c;
}
[data-theme="placard"] .infoBlocks .backToTop:after,
[data-theme="placard"] .infoBlocks .backToTop:before {
  background-color: #d2ed8c;
}
[data-theme="placard"] .infoBlocks__steps span {
  color: #d2ed8c;
}
[data-theme="placard"] .infoBlocks__steps span strong {
  color: #fff;
}
[data-theme="placard"] .infoBlocks__block {
  background-color: #60a626;
}
[data-theme="placard"] .infoBlocks__block--outline {
  border-color: #fff;
}
[data-theme="placard"] .infoBlocks__question {
  color: #aa5000;
}
[data-theme="placard"] .infoBlocks__question:after,
[data-theme="placard"] .infoBlocks__question:before {
  background-color: #aa5000;
}
[data-theme="raspadinha"] .infoBlocks__block {
  background: rgba(255, 163, 196, 0.2);
}
[data-theme="raspadinha"] .infoBlocks__block .backToTop {
  color: #f7cf94;
}
[data-theme="raspadinha"] .infoBlocks__block .backToTop:after,
[data-theme="raspadinha"] .infoBlocks__block .backToTop:before {
  background-color: #f7cf94;
}
.infoContent {
  background: #f6f6f6;
  color: #252525;
  padding-top: 120px;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent {
    padding-top: 72px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__wrapper {
    justify-items: center;
  }
}
.infoContent__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.infoContent__columnLeft {
  width: 100%;
  text-align: left;
  column-gap: 20px;
  grid-column: 2/6;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoContent__columnLeft {
    grid-column: 1/6;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__columnLeft {
    max-width: 640px;
    grid-column: 1/7;
    text-align: center;
    margin-bottom: 56px;
  }
}
.infoContent__intro {
  margin-top: 16px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__intro {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.infoContent__intro strong {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__intro strong {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.infoContent__intro-img {
  margin: 48px auto 0;
  max-width: 400px;
}
.infoContent__intro-img img {
  width: 100%;
  height: 100%;
}
.infoContent__columnRight {
  width: 100%;
  grid-column: 7/12;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoContent__columnRight {
    grid-column: 7/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__columnRight {
    max-width: 640px;
    grid-column: 1/7;
    text-align: center;
  }
}
.infoContent__columnRight-disclaimers {
  grid-column: 6/12;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoContent__columnRight-disclaimers {
    grid-column: 6/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__columnRight-disclaimers {
    grid-column: 1/7;
  }
}
.infoContent__centerContent {
  grid-column: 3/11;
  margin-top: 88px;
  width: 100%;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoContent__centerContent {
    grid-column: 2/12;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__centerContent {
    margin-top: 56px;
    grid-column: 1/7;
    text-align: center;
  }
}
.infoContent__centerContent-title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 640px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__centerContent-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
  }
}
.infoContent__centerContent-description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 16px;
  max-width: 640px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__centerContent-description {
    font-size: 18px;
    line-height: 26px;
  }
}
.infoContent__centerContent .tableContainer {
  margin-top: 40px;
}
.infoContent__sideImage {
  width: 100%;
  max-width: 640px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__sideImage {
    max-width: 500px;
    padding: 0 24px;
  }
}
.infoContent__sideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.infoContent__info-icon {
  width: 80px;
  height: 80px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__info-icon {
    width: 64px;
    height: 64px;
  }
}
.infoContent__info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.infoContent__info-title {
  max-width: 640px;
  margin-bottom: 4px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__info-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.infoContent__info-text {
  max-width: 640px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__info-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.infoContent__info--center {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.infoContent__info--center .infoContent__info-title {
  text-align: center;
}
.infoContent__disclaimer {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  margin-top: 16px;
  opacity: 0.6;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__disclaimer {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__disclaimer {
    text-align: left;
  }
}
.infoContent__disclaimers {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  color: #626262;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__disclaimers {
    grid-template-columns: 1fr;
  }
}
.infoContent__disclaimers-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__disclaimers-item {
    max-width: 640px;
  }
}
.infoContent__disclaimers-item li {
  padding-left: 16px;
}
.infoContent__disclaimers-item li:before {
  content: "•";
  position: absolute;
  color: inherit;
  left: 2px;
}
.infoContent__blocks {
  grid-column: 2/12;
  margin-top: 72px;
  width: 100%;
  justify-items: center;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoContent__blocks {
    grid-column: 1/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__blocks {
    grid-column: 1/7;
    margin-top: 56px;
  }
}
.infoContent__blocks[data-grid="2"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__blocks[data-grid="2"] {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.infoContent__blocks[data-grid="1"] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  justify-items: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__blocks[data-grid="1"] {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.infoContent__blocks[data-grid="1"] .infoContent__block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 40px;
  align-items: center;
  max-width: 864px;
  padding: 48px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__blocks[data-grid="1"] .infoContent__block {
    max-width: 640px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.infoContent__blocks[data-grid="1"] .infoContent__block-icon {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__blocks[data-grid="1"] .infoContent__block-icon {
    margin-bottom: 4px;
  }
}
.infoContent__blocks[data-grid="1"] .infoContent__block-title {
  grid-column: 2/3;
  grid-row: 1;
}
.infoContent__blocks[data-grid="1"] .infoContent__block-text {
  grid-column: 2/3;
  grid-row: 2;
}
.infoContent__block {
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  padding: 40px 48px;
  text-align: left;
  width: 100%;
  max-width: 640px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__block {
    max-width: 640px;
    padding: 40px 24px;
  }
}
.infoContent__block-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 4px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__block-icon {
    width: 64px;
    height: 64px;
  }
}
.infoContent__block-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.infoContent__block-title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__block-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.infoContent__block-text {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__block-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.infoContent__block-text a {
  text-decoration: underline;
  font-weight: 400;
}
.infoContent__question {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  grid-column: 2/12;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin-top: 64px;
}
.infoContent__question:after,
.infoContent__question:before {
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 2;
}
.infoContent__question:before {
  opacity: 0.2;
}
.infoContent__question:after {
  animation: a 2s linear infinite both;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoContent__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent__question {
    grid-column: 1/7;
  }
}
.infoContent[data-align="left"] .infoContent__columnRight {
  text-align: left;
}
.infoContent .collapsedItems {
  margin-top: 32px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent .collapsedItems {
    margin-top: 16px;
  }
}
.infoContent .tableContainer .infoContent__disclaimer {
  text-align: left;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent .tableContainer .infoContent__disclaimer {
    margin-left: 32px;
    margin-right: 32px;
    transform: translateY(-24px);
  }
}
.infoContent--premiosEurodreams .infoContent__columnRight {
  grid-row: 1/3;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoContent--premiosEurodreams .infoContent__columnRight {
    grid-column: 6/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent--premiosEurodreams .infoContent__columnRight {
    grid-column: 1/7;
    grid-row: 2;
  }
}
.infoContent--premiosEurodreams .infoContent__columnRight .table {
  max-width: 620px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent--premiosEurodreams .infoContent__columnRight .table {
    margin: 0 auto;
  }
}
.infoContent--premiosEurodreams
  .infoContent__columnRight
  .table
  th:first-child {
  min-width: 102px;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoContent--premiosEurodreams
    .infoContent__columnRight
    .table
    th:first-child {
    min-width: unset;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent--premiosEurodreams
    .infoContent__columnRight
    .table
    th:first-child {
    min-width: 102px;
  }
}
.infoContent--premiosEurodreams
  .infoContent__columnRight
  .table
  th:nth-child(2) {
  min-width: 110px;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoContent--premiosEurodreams
    .infoContent__columnRight
    .table
    th:nth-child(2) {
    min-width: unset;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent--premiosEurodreams
    .infoContent__columnRight
    .table
    th:nth-child(2) {
    min-width: 110px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoContent--premiosEurodreams .infoContent__disclaimer {
    padding-left: 32px;
    margin-left: auto !important;
    max-width: 620px;
  }
}
[data-theme="milhao"] .infoContent {
  background: linear-gradient(144.12deg, #fffcf2 -41.25%, #ffbb01 76.75%);
}
[data-theme="milhao"] .infoContent__steps span {
  color: #c39856;
}
[data-theme="milhao"] .infoContent__steps span strong {
  color: #d56500;
}
[data-theme="milhao"] .infoContent__info-title,
[data-theme="milhao"] .infoContent__title {
  color: #803c00;
}
[data-theme="milhao"] .infoContent__question {
  color: #aa5000;
}
[data-theme="milhao"] .infoContent__question:after,
[data-theme="milhao"] .infoContent__question:before {
  background-color: #aa5000;
}
[data-theme="milhao"] .infoContent .collapsedItems__separator {
  border-color: #f6f6f6;
}
[data-theme="euromilhoes"] .infoContent {
  background: linear-gradient(125.83deg, #0865af -0.92%, #1b1e3e 83.31%);
  color: #fff;
}
[data-theme="euromilhoes"] .infoContent__steps span {
  color: #e1b471;
}
[data-theme="euromilhoes"] .infoContent__steps span strong {
  color: #fff;
}
[data-theme="euromilhoes"] .infoContent__question {
  color: #f7cf94;
}
[data-theme="euromilhoes"] .infoContent__question:after,
[data-theme="euromilhoes"] .infoContent__question:before {
  background-color: #f7cf94;
}
[data-theme="euromilhoes"] .infoContent .collapsedItems__arrowIcon:after,
[data-theme="euromilhoes"] .infoContent .collapsedItems__arrowIcon:before {
  background: #fff;
}
[data-theme="euromilhoes"] .infoContent[data-bg="light"] {
  background: #fff;
  color: #252525;
}
[data-theme="euromilhoes"]
  .infoContent[data-bg="light"]
  .infoContent__question {
  color: #c39856;
}
[data-theme="euromilhoes"]
  .infoContent[data-bg="light"]
  .infoContent__question:after,
[data-theme="euromilhoes"]
  .infoContent[data-bg="light"]
  .infoContent__question:before {
  background-color: #c39856;
}
[data-theme="eurodreams"] .infoContent {
  background: linear-gradient(135.78deg, #e54981 -110.79%, #582581);
  color: #fff;
}
[data-theme="eurodreams"] .infoContent__steps span {
  color: #ff81ae;
}
[data-theme="eurodreams"] .infoContent__steps span strong {
  color: #fff;
}
[data-theme="eurodreams"] .infoContent__question {
  color: #ff81ae;
}
[data-theme="eurodreams"] .infoContent__question:after,
[data-theme="eurodreams"] .infoContent__question:before {
  background-color: #ff81ae;
}
[data-theme="eurodreams"] .infoContent .collapsedItems__arrowIcon:after,
[data-theme="eurodreams"] .infoContent .collapsedItems__arrowIcon:before {
  background: #fff;
}
[data-theme="placard"] .infoContent {
  background: linear-gradient(168deg, #c0e06d, #317818);
  color: #fff;
}
[data-theme="placard"] .infoContent__steps span {
  color: #d2ed8c;
}
[data-theme="placard"] .infoContent__steps span strong {
  color: #fff;
}
[data-theme="placard"] .infoContent__question {
  color: #d2ed8c;
}
[data-theme="placard"] .infoContent__question:after,
[data-theme="placard"] .infoContent__question:before {
  background-color: #d2ed8c;
}
[data-theme="placard"] .infoContent__disclaimers {
  color: #fff;
}
[data-theme="placard"] .infoContent[data-bg="light"] {
  color: #252525;
}
[data-theme="placard"] .infoContent[data-bg="light"] .infoContent__steps span {
  color: #a3a3a3;
}
[data-theme="placard"]
  .infoContent[data-bg="light"]
  .infoContent__steps
  span
  strong {
  color: #252525;
}
[data-theme="placard"] .infoContent[data-bg="light"] .infoContent__question {
  color: #97bb3a;
}
[data-theme="placard"]
  .infoContent[data-bg="light"]
  .infoContent__question:after,
[data-theme="placard"]
  .infoContent[data-bg="light"]
  .infoContent__question:before {
  background-color: #97bb3a;
}
[data-theme="placard"] .infoContent[data-bg="light"] .infoContent__disclaimers {
  color: #626262;
}
[data-theme="raspadinha"] .infoContent__question {
  color: #f2a4c0;
}
[data-theme="raspadinha"] [data-background="add-06"] .backToTop {
  color: #fff;
}
[data-theme="raspadinha"] [data-background="add-06"] .backToTop:after,
[data-theme="raspadinha"] [data-background="add-06"] .backToTop:before {
  background-color: #fff;
}
.infoIcons {
  background: #fff;
  color: #252525;
  padding-top: 120px;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons {
    padding-top: 72px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons__wrapper {
    justify-items: center;
  }
}
.infoIcons__header {
  text-align: center;
  grid-column: 2/12;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons__header {
    max-width: 640px;
    grid-column: 1/7;
    text-align: center;
  }
}
.infoIcons__steps {
  margin-bottom: 4px;
}
.infoIcons__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.infoIcons__intro {
  max-width: 640px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__intro {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.infoIcons__intro strong {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__intro strong {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.infoIcons__grid {
  grid-column: 1/13;
  display: flex;
  justify-content: center;
  gap: 56px 32px;
  text-align: center;
  flex-wrap: wrap;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoIcons__grid {
    grid-column: 1/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons__grid {
    grid-column: 1/7;
  }
}
.infoIcons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 640px;
  flex: 1;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__item {
    flex: unset;
    max-width: 480px;
  }
}
.infoIcons__item-icon {
  width: 80px;
  height: 80px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons__item-icon {
    width: 64px;
    height: 64px;
  }
}
.infoIcons__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.infoIcons__item-title {
  margin-bottom: 16px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__item-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.infoIcons__item-text {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__item-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.infoIcons__item-text strong {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__item-text strong {
    font-size: 18px;
    line-height: 26px;
  }
}
.infoIcons__item .table {
  margin-top: 40px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons__item .table {
    margin-top: 32px;
  }
}
.infoIcons__item .table td {
  width: 50%;
}
.infoIcons__disclaimer {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  margin-top: 16px;
  opacity: 0.6;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__disclaimer {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.infoIcons__question {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  grid-column: 2/12;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin-top: 64px;
}
.infoIcons__question:after,
.infoIcons__question:before {
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 2;
}
.infoIcons__question:before {
  opacity: 0.2;
}
.infoIcons__question:after {
  animation: a 2s linear infinite both;
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons__question {
    grid-column: 1/7;
  }
}
.infoIcons[data-grid="2"] .infoIcons__grid {
  grid-column: 3/11;
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons[data-grid="2"] .infoIcons__grid {
    grid-column: 1/7;
  }
}
.infoIcons[data-grid="3"] .infoIcons__item {
  min-width: 310px;
  max-width: 30%;
}
@media (min-width: 0) and (max-width: 1280px) {
  .infoIcons[data-grid="3"] .infoIcons__item {
    min-width: 270px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons[data-grid="3"] .infoIcons__item {
    max-width: 55%;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons[data-grid="3"] .infoIcons__item {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .infoIcons[data-grid="4"] .infoIcons__item {
    min-width: 40%;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .infoIcons[data-grid="4"] .infoIcons__item {
    width: 100%;
    min-width: unset;
  }
}
[data-theme="milhao"] .infoIcons__steps span {
  color: #c39856;
}
[data-theme="milhao"] .infoIcons__steps span strong {
  color: #d56500;
}
[data-theme="milhao"] .infoIcons__question {
  color: #aa5000;
}
[data-theme="milhao"] .infoIcons__question:after,
[data-theme="milhao"] .infoIcons__question:before {
  background-color: #aa5000;
}
[data-theme="milhao"] .table th {
  background-color: #fedcaa;
}
[data-theme="milhao"] .table td,
[data-theme="milhao"] .table th {
  color: #803c00;
}
[data-theme="euromilhoes"] .infoIcons__intro mark {
  color: #e1b471;
}
[data-theme="euromilhoes"] .infoIcons__question {
  color: #c39856;
}
[data-theme="euromilhoes"] .infoIcons__question:after,
[data-theme="euromilhoes"] .infoIcons__question:before {
  background-color: #c39856;
}
[data-theme="eurodreams"] .infoIcons__intro mark,
[data-theme="eurodreams"] .infoIcons__question {
  color: #e54981;
}
[data-theme="eurodreams"] .infoIcons__question:after,
[data-theme="eurodreams"] .infoIcons__question:before {
  background-color: #e54981;
}
[data-theme="placard"] .infoIcons__question {
  color: #97bb3a;
}
[data-theme="placard"] .infoIcons__question:after,
[data-theme="placard"] .infoIcons__question:before {
  background-color: #97bb3a;
}
[data-theme="raspadinha"] .infoIcons__question {
  color: #f2a4c0;
}
[data-theme="raspadinha"] [data-background="add-06"] * {
  color: #fff;
}
.mainHeader {
  position: relative;
  z-index: 2;
}
.mainHeader__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.mainHeader__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainHeader__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 46.86%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.mainHeader__wrapper {
  width: 100%;
  padding-bottom: 32px;
}
.mainHeader__logo {
  width: 160px;
  height: 54px;
  position: absolute;
  top: 56px;
  grid-column: 1/6;
  z-index: 2;
}
.mainHeader__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 160px;
}
.mainHeader__content {
  padding-top: 192px;
  grid-column: 2/12;
}
@media (min-width: 0) and (max-width: 1024px) {
  .mainHeader__content {
    grid-column: 1/7;
  }
}
.mainHeader__logoGame {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.mainHeader__logoGame img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 0) and (max-width: 1024px) {
  .mainHeader__logoGame img {
    max-width: 200px;
  }
}
.mainHeader__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .mainHeader__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.mainHeader__subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .mainHeader__subTitle {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
  }
}
.mainHeader__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 640px;
}
.mainHeader__line {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  height: 120px;
  margin: 24px auto;
}
.mainHeader__line:after,
.mainHeader__line:before {
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 2;
}
.mainHeader__line:before {
  opacity: 0.2;
}
.mainHeader__line:after {
  animation: a 2s linear infinite both;
  animation: b 2s linear infinite both;
}
.mainHeader__line:after,
.mainHeader__line:before {
  height: 120px;
  top: 0;
}
.mainHeader__question {
  margin: auto;
  display: flex;
  justify-content: center;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  grid-column: 2/12;
  text-align: center;
  position: relative;
  z-index: 20;
  margin-top: 64px;
}
.mainHeader__question:after,
.mainHeader__question:before {
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 2;
}
.mainHeader__question:before {
  opacity: 0.2;
}
.mainHeader__question:after {
  animation: a 2s linear infinite both;
}
@media (min-width: 0) and (max-width: 768px) {
  .mainHeader__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .mainHeader__question {
    grid-column: 1/7;
  }
}
[data-theme="milhao"] .mainHeader__question {
  color: #ffa555;
}
[data-theme="milhao"] .mainHeader__question:after,
[data-theme="milhao"] .mainHeader__question:before {
  background-color: #ffa555;
}
[data-theme="euromilhoes"] .mainHeader__question {
  color: #f7cf94;
}
[data-theme="euromilhoes"] .mainHeader__question:after,
[data-theme="euromilhoes"] .mainHeader__question:before {
  background-color: #f7cf94;
}
[data-theme="eurodreams"] .mainHeader__bg {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72)), #c43f6f;
}
[data-theme="eurodreams"] .mainHeader__bg:before {
  display: none;
}
[data-theme="eurodreams"] .mainHeader__question {
  color: #e54981;
}
[data-theme="eurodreams"] .mainHeader__question:after,
[data-theme="eurodreams"] .mainHeader__question:before {
  background-color: #e54981;
}
[data-theme="placard"] .mainHeader__question {
  color: #d2ed8c;
}
[data-theme="placard"] .mainHeader__question:after,
[data-theme="placard"] .mainHeader__question:before {
  background-color: #d2ed8c;
}
[data-theme="raspadinha"] .mainHeader__question {
  color: #ffcee0;
}
[data-theme="raspadinha"] .mainHeader__bg {
  background: linear-gradient(0deg, #000 12%, #e83575 104%), #e83575;
}
[data-theme="raspadinha"] .mainHeader__bg:before {
  display: none;
}
[data-theme="raspadinha"] .mainHeader__bg img {
  mix-blend-mode: overlay;
}
.asideTotobola {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media (min-width: 0) and (max-width: 768px) {
  .asideTotobola {
    display: none;
  }
}
.asideTotobola ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.asideTotobola ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
}
.asideTotobola ul li .active {
  height: 8px;
  width: 8px;
  transition: transform 0.2s ease-in-out;
  opacity: 1;
}
.asideTotobola.verde ul li .active,
.asideTotobola.verde ul li .indicator {
  background-color: #00623f;
}
.asideTotoloto {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media (min-width: 0) and (max-width: 768px) {
  .asideTotoloto {
    display: none;
  }
}
.asideTotoloto ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.asideTotoloto ul li .indicator {
  cursor: pointer;
  margin-top: 1rem;
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
}
.asideTotoloto ul li .active {
  height: 8px;
  width: 8px;
  transition: transform 0.2s ease-in-out;
  opacity: 1;
}
.asideTotoloto.rosa ul li .active,
.asideTotoloto.rosa ul li .indicator {
  background-color: #e54981;
}
.sideCollapsed {
  background: #fff;
  color: #252525;
  padding-top: 108px;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed {
    padding-top: 72px;
  }
}
.sideCollapsed__header {
  grid-column: 2/12;
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__header {
    grid-column: 1/7;
    margin-bottom: 56px;
  }
}
.sideCollapsed__title {
  grid-column: 2/12;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
}
@media (min-width: 0) and (max-width: 768px) {
  .sideCollapsed__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.sideCollapsed__intro {
  max-width: 640px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .sideCollapsed__intro {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.sideCollapsed__columnLeft {
  grid-column: 2/6;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 1280px) {
  .sideCollapsed__columnLeft {
    grid-column: 1/6;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__columnLeft {
    grid-column: 1/7;
    text-align: center;
    align-items: center;
  }
}
.sideCollapsed__columnLeft-title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .sideCollapsed__columnLeft-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__columnLeft-title {
    margin-top: 56px;
  }
}
.sideCollapsed__icon {
  max-width: 312px;
}
.sideCollapsed__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sideCollapsed__address {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__address {
    text-align: left;
  }
}
.sideCollapsed__address-icon {
  min-width: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sideCollapsed__address--xl {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .sideCollapsed__address--xl {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.sideCollapsed__columnRight {
  grid-column: 7/12;
}
@media (min-width: 0) and (max-width: 1280px) {
  .sideCollapsed__columnRight {
    grid-column: 7/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__columnRight {
    grid-column: 1/7;
    margin-top: 56px;
  }
}
.sideCollapsed__disclaimers {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  grid-column: 2/12;
  display: grid;
  gap: 32px;
  margin-top: 72px;
  color: #626262;
}
@media (min-width: 0) and (max-width: 768px) {
  .sideCollapsed__disclaimers {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1280px) {
  .sideCollapsed__disclaimers {
    grid-column: 1/13;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__disclaimers {
    margin-top: 56px;
    grid-column: 1/7;
    gap: 16px;
  }
}
.sideCollapsed__disclaimers-item {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__disclaimers-item {
    max-width: 640px;
  }
}
.sideCollapsed__disclaimers-item li {
  padding-left: 16px;
}
.sideCollapsed__disclaimers-item li:before {
  content: "•";
  position: absolute;
  color: inherit;
  left: 2px;
}
.sideCollapsed__disclaimers[data-grid="3"] {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__disclaimers[data-grid="3"] {
    grid-template-columns: 1fr;
  }
}
.sideCollapsed__disclaimers[data-grid="2"] {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__disclaimers[data-grid="2"] {
    grid-template-columns: 1fr;
  }
}
.sideCollapsed__question {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  grid-column: 2/12;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin-top: 126px;
}
.sideCollapsed__question:after,
.sideCollapsed__question:before {
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 2;
}
.sideCollapsed__question:before {
  opacity: 0.2;
}
.sideCollapsed__question:after {
  animation: a 2s linear infinite both;
}
@media (min-width: 0) and (max-width: 768px) {
  .sideCollapsed__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed__question {
    grid-column: 1/7;
    margin-top: 64px;
  }
}
.sideCollapsed[data-type="text"] .sideCollapsed__header {
  grid-column: 2/6;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 1280px) {
  .sideCollapsed[data-type="text"] .sideCollapsed__header {
    grid-column: 1/6;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .sideCollapsed[data-type="text"] .sideCollapsed__header {
    grid-column: 1/7;
    text-align: center;
    align-items: center;
  }
}
[data-theme="milhao"] .sideCollapsed {
  background: #f6f6f6;
}
[data-theme="milhao"] .sideCollapsed__title {
  color: #803c00;
}
[data-theme="milhao"] .sideCollapsed__steps span {
  color: #c39856;
}
[data-theme="milhao"] .sideCollapsed__steps span strong {
  color: #d56500;
}
[data-theme="milhao"] .sideCollapsed__question {
  color: #aa5000;
}
[data-theme="milhao"] .sideCollapsed__question:after,
[data-theme="milhao"] .sideCollapsed__question:before {
  background-color: #aa5000;
}
[data-theme="milhao"] .sideCollapsed__address-icon:before {
  background-color: #c39856;
}
[data-theme="milhao"]
  .sideCollapsed[data-type="text"]
  .sideCollapsed__question {
  color: #aa5000;
}
[data-theme="milhao"]
  .sideCollapsed[data-type="text"]
  .sideCollapsed__question:after,
[data-theme="milhao"]
  .sideCollapsed[data-type="text"]
  .sideCollapsed__question:before {
  background-color: #aa5000;
}
[data-theme="milhao"]
  .sideCollapsed[data-type="text"]
  .sideCollapsed__address-icon:before {
  background-color: #c39856;
}
[data-theme="euromilhoes"] .sideCollapsed {
  background: linear-gradient(125.83deg, #0865af -0.92%, #1b1e3e 83.31%);
  color: #fff;
}
[data-theme="euromilhoes"] .sideCollapsed__steps span {
  color: #e1b471;
}
[data-theme="euromilhoes"] .sideCollapsed__steps span strong {
  color: #fff;
}
[data-theme="euromilhoes"] .sideCollapsed__question {
  color: #f7cf94;
}
[data-theme="euromilhoes"] .sideCollapsed__question:after,
[data-theme="euromilhoes"] .sideCollapsed__question:before {
  background-color: #f7cf94;
}
[data-theme="euromilhoes"] .sideCollapsed__address-icon:before {
  background-color: #c39856;
}
[data-theme="euromilhoes"] .sideCollapsed[data-bg="light"] {
  background: #fff;
  color: #252525;
}
[data-theme="euromilhoes"]
  .sideCollapsed[data-bg="light"]
  .sideCollapsed__steps
  span {
  color: #a3a3a3;
}
[data-theme="euromilhoes"]
  .sideCollapsed[data-bg="light"]
  .sideCollapsed__steps
  span
  strong {
  color: #252525;
}
[data-theme="euromilhoes"]
  .sideCollapsed[data-bg="light"]
  .sideCollapsed__question {
  color: #c39856;
}
[data-theme="euromilhoes"]
  .sideCollapsed[data-bg="light"]
  .sideCollapsed__question:after,
[data-theme="euromilhoes"]
  .sideCollapsed[data-bg="light"]
  .sideCollapsed__question:before {
  background-color: #c39856;
}
[data-theme="eurodreams"] .sideCollapsed__question {
  color: #e54981;
}
[data-theme="eurodreams"] .sideCollapsed__question:after,
[data-theme="eurodreams"] .sideCollapsed__question:before {
  background-color: #e54981;
}
[data-theme="placard"] .sideCollapsed__question {
  color: #97bb3a;
}
[data-theme="placard"] .sideCollapsed__question:after,
[data-theme="placard"] .sideCollapsed__question:before {
  background-color: #97bb3a;
}
.totobolaAP {
  min-height: 995px;
  display: flex;
  padding: 0 24px;
  z-index: 3;
  background: linear-gradient(215.59deg, #fff 35.32%, #f7f5f5 100.64%);
}
.totobolaAP__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__wrapper {
    padding: 52px 0 0;
  }
}
.totobolaAP__step {
  margin-bottom: 4px;
}
.totobolaAP__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaAP__step li:first-child {
  font-weight: 500;
}
.totobolaAP__step li:nth-child(3) {
  opacity: 0.5;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__step {
    text-align: center;
  }
}
.totobolaAP_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.totobolaAP__container {
  display: grid;
  grid-template-columns: 39.7% 48.5%;
  max-width: 1090px;
  column-gap: 128px;
  margin: 0 auto 63px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__container {
    grid-template-columns: 100%;
    margin: 0 auto;
  }
}
.totobolaAP__columnLeft {
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__columnLeft {
    margin-bottom: 0;
  }
}
.totobolaAP__note {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #626262;
  max-width: 525px;
  padding-left: 24px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__note {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaAP__note li {
  list-style: disc;
  margin-bottom: 20px;
  text-align: left;
}
.totobolaAP_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #252525;
  margin-bottom: 16px;
  max-width: 412px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
  }
}
.totobolaAP__columnRight {
  margin-bottom: 57px;
}
.totobolaAP__columnRight .faqs {
  max-width: 528px;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaAP__columnRight .faqs {
    max-width: 448px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__columnRight .faqs {
    max-width: 100%;
  }
}
.totobolaAP__columnRight .faqs__container {
  margin: 40px auto 0;
  max-width: 788px;
}
.totobolaAP__columnRight .faqs__separator {
  padding: 0 16px;
  border-top: 1px solid #dbdbdb;
  cursor: pointer;
  transition: all 0.25s ease;
}
.totobolaAP__columnRight .faqs__separator:first-of-type {
  border-top: none;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__columnRight .faqs__separator:first-of-type {
    border-top: 1px solid #dbdbdb;
  }
}
.totobolaAP__columnRight .faqs__separator:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__columnRight .faqs__separator {
    max-width: 100%;
  }
}
.totobolaAP__columnRight .faqs__separator__header {
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}
.totobolaAP__columnRight .faqs__separator__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.totobolaAP__columnRight .faqs__separator__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #252525;
  max-width: 81.2%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__columnRight .faqs__separator__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    max-width: 84.2%;
  }
}
.totobolaAP__columnRight .faqs__separator__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #252525;
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__columnRight .faqs__separator__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.totobolaAP__columnRight .faqs__closeIcon {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  margin-left: auto;
}
.totobolaAP__columnRight .faqs__closeIcon:before {
  content: "";
  background-image: url(../images/totolotoLP/arrowDown_black.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
}
.totobolaAP__columnRight .faqs__closeIcon.open:before {
  transform: rotate(180deg);
}
.totobolaAP__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #00623f;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaAP__question .lineAnimate {
  position: absolute;
  top: 50px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaAP__question .lineAnimate:before {
  content: "";
  background: #00623f;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaAP__question .lineAnimate {
    top: 33px;
  }
}
.totobolaCancelamentos {
  background: #fff;
  min-height: 751px;
  display: flex;
  padding: 0 24px 24px;
  z-index: 0;
}
.totobolaCancelamentos__wrapper {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaCancelamentos__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos__wrapper {
    padding: 54px 0 0;
  }
}
.totobolaCancelamentos__step {
  margin-bottom: 4px;
}
.totobolaCancelamentos__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaCancelamentos__step li:first-child {
  font-weight: 500;
}
.totobolaCancelamentos__step li:nth-child(3) {
  opacity: 0.5;
}
.totobolaCancelamentos_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totobolaCancelamentos_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #252525;
  margin-bottom: 77px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.totobolaCancelamentos__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(415px, auto));
  column-gap: 34px;
  margin-bottom: 119px;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos__container {
    grid-template-columns: 100%;
    row-gap: 32px;
  }
}
.totobolaCancelamentos__gameSteps {
  width: 100%;
  max-width: 415px;
}
.totobolaCancelamentos__gameSteps h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos__gameSteps h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totobolaCancelamentos__gameSteps p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos__gameSteps p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos__gameSteps {
    margin: auto;
  }
}
.totobolaCancelamentos__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #00623f;
  padding-bottom: 32px;
  background-image: url(../images/totobolaLP/top.png);
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 10px;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaCancelamentos__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaCancelamentos .backToTop {
  color: #00623f;
}
.totobolaCancelamentos .backToTop:after,
.totobolaCancelamentos .backToTop:before {
  background-color: #00623f;
}
.totobolaConcursos {
  background: linear-gradient(143.5deg, #4abe6a -59.3%, #00623f 76.33%);
  min-height: 708px;
  display: flex;
  padding: 0 24px;
  z-index: 8;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos {
    padding: 0;
  }
}
.totobolaConcursos__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaConcursos__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__wrapper {
    padding: 54px 0 0;
  }
}
.totobolaConcursos__step {
  margin-bottom: 4px;
}
.totobolaConcursos__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaConcursos__step li:first-child {
  font-weight: 500;
}
.totobolaConcursos__step li:nth-child(3) {
  opacity: 0.5;
}
.totobolaConcursos_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totobolaConcursos__container {
  display: grid;
  grid-template-columns: 48.4% 38%;
  max-width: 1092px;
  margin: 0 auto 210px;
  column-gap: 144px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__container {
    grid-template-columns: 100%;
    margin: 0 auto 100px;
  }
}
.totobolaConcursos__columnLeft {
  text-align: left;
  column-gap: 20px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__columnLeft {
    text-align: center;
    padding: 0 24px;
  }
}
.totobolaConcursos__columnLeft .faqs {
  max-width: 416px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__columnLeft .faqs {
    max-width: 100%;
  }
}
.totobolaConcursos__columnLeft .faqs__container {
  margin: 40px auto 0;
  max-width: 788px;
}
.totobolaConcursos__columnLeft .faqs__separator {
  padding: 0 16px;
  border-top: 1px solid #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}
.totobolaConcursos__columnLeft .faqs__separator:first-of-type {
  border-top: none;
}
.totobolaConcursos__columnLeft .faqs__separator:last-of-type {
  border-bottom: 1px solid #fff;
}
.totobolaConcursos__columnLeft .faqs__separator__header {
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}
.totobolaConcursos__columnLeft .faqs__separator__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.totobolaConcursos__columnLeft .faqs__separator__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  max-width: 81.2%;
  width: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__columnLeft .faqs__separator__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    max-width: 84.2%;
  }
}
.totobolaConcursos__columnLeft .faqs__separator__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__columnLeft .faqs__separator__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.totobolaConcursos__columnLeft .faqs__closeIcon {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  margin-left: auto;
}
.totobolaConcursos__columnLeft .faqs__closeIcon:before {
  content: "";
  background-image: url(../images/totolotoLP/arrowDown.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
}
.totobolaConcursos__columnLeft .faqs__closeIcon.open:before {
  transform: rotate(180deg);
}
.totobolaConcursos__intro {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  max-width: 526px;
  margin-bottom: 70px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__intro {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 auto 70px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__columnRight {
    padding: 0 24px;
  }
}
.totobolaConcursos__columnRight figure {
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__columnRight figure {
    text-align: center;
  }
}
.totobolaConcursos__columnRight h3 {
  text-align: left;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__columnRight h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    text-align: center;
  }
}
.totobolaConcursos__columnRight p {
  text-align: left;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  max-width: 425px;
  margin-bottom: 21px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__columnRight p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: auto;
  }
}
.totobolaConcursos__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #62df7d;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaConcursos__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaConcursos__question .lineAnimate {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaConcursos__question .lineAnimate:before {
  content: "";
  background: #62df7d;
}
.totobolaHeader {
  background-image: url(../images/totobolaLP/bg_totobola.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 976px;
  position: relative;
  z-index: 9;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaHeader {
    min-height: auto;
  }
}
@media (min-width: 0) and (max-width: 768px) and (min-width: 0) and (max-width: 512px) {
  .totobolaHeader:after {
    height: 25%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent 5%, #000 54.57%);
  }
}
.totobolaHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/totobolaLP/bg_illustration.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.totobolaHeader__gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(1turn, rgba(0, 0, 0, 0.5), transparent),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  min-height: 976px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaHeader__gradient {
    background: linear-gradient(1turn, rgba(0, 0, 0, 0.5), transparent),
      linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
}
.totobolaHeader__logoJst {
  width: 161px;
  height: 54px;
  position: absolute;
  top: 58px;
  left: 65px;
  background-image: url(../images/totolotoLP/Logo_santa-casa.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: 99;
}
.totobolaHeader__logoJst a {
  width: 161px;
  height: 100px;
  display: block;
}
.totobolaHeader__logoJst a p {
  visibility: hidden;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaHeader__logoJst {
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 72px;
    height: 80px;
    background-image: url(../images/totolotoLP/LogoSantacasa_mb.png);
    z-index: 99;
  }
}
.totobolaHeader__wrapper {
  width: 100%;
  max-width: 797px;
  margin: 0 auto;
  padding: 197px 0 0;
  z-index: 20;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaHeader__wrapper {
    padding: 197px 24px 0;
  }
}
.totobolaHeader__logoJogo {
  width: 388px;
  height: 115px;
  background-image: url(../images/totobolaLP/logo-totobola.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin: 0 auto 35px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaHeader__logoJogo {
    width: 201px;
    height: 60px;
  }
}
.totobolaHeader__logoJogo p {
  visibility: hidden;
}
.totobolaHeader__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaHeader__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totobolaHeader__title:before {
  content: "";
  width: 1px;
  height: 120px;
  background: hsla(0, 0%, 100%, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -218px;
}
.totobolaHeader__subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaHeader__subTitle {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
  }
}
.totobolaHeader__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  margin: 0 auto 105px;
  max-width: 640px;
}
.totobolaHeader__description a {
  text-decoration: underline;
  font-weight: 700;
}
.totobolaHeader__lineAnimateCenter {
  position: relative;
  width: 1px;
  height: 120px;
  margin: 0 auto 22px;
  top: 0;
}
.totobolaHeader__lineAnimateCenter:before {
  content: "";
  position: absolute;
  top: 0;
}
.totobolaHeader__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #62df7d;
  padding-bottom: 30px;
  position: relative;
  z-index: 20;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaHeader__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaHeader__question .lineAnimate {
  position: absolute;
  top: 35px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaHeader__question .lineAnimate:before {
  content: "";
  background: #62df7d;
}
.totobolaMA {
  background: linear-gradient(143.5deg, #4abe6a -59.3%, #00623f 76.33%);
  min-height: 708px;
  display: flex;
  padding: 0 24px;
  z-index: 6;
  position: relative;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA {
    padding: 0;
  }
}
.totobolaMA:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 100%;
  background-image: url(../images/totobolaLP/illust-ma.png);
  background-repeat: no-repeat;
  background-position: 0 85%;
  background-size: cover;
  opacity: 0.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA:before {
    display: none;
  }
}
.totobolaMA__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaMA__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__wrapper {
    padding: 54px 0 0;
  }
}
.totobolaMA__step {
  margin-bottom: 4px;
}
.totobolaMA__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaMA__step li:first-child {
  font-weight: 500;
}
.totobolaMA__step li:nth-child(3) {
  opacity: 0.5;
}
.totobolaMA_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totobolaMA__container {
  display: grid;
  grid-template-columns: 48.4% 38%;
  max-width: 1092px;
  margin: 0 auto 210px;
  column-gap: 144px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__container {
    grid-template-columns: 100%;
    margin: 0 auto 100px;
  }
}
.totobolaMA__columnLeft {
  text-align: left;
  column-gap: 20px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__columnLeft {
    text-align: center;
    padding: 0 24px;
  }
}
.totobolaMA__intro {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  max-width: 526px;
  margin-bottom: 70px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__intro {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 auto 70px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__columnRight {
    padding: 0 24px;
  }
}
.totobolaMA__columnRight figure {
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__columnRight figure {
    text-align: center;
  }
}
.totobolaMA__columnRight h3 {
  text-align: left;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__columnRight h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    text-align: center;
  }
}
.totobolaMA__columnRight p {
  text-align: left;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  max-width: 425px;
  margin-bottom: 21px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__columnRight p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 30px;
  }
}
.totobolaMA__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #62df7d;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaMA__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaMA__question .lineAnimate {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaMA__question .lineAnimate:before {
  content: "";
  background: #62df7d;
}
.totobolaPremios {
  background: linear-gradient(143.5deg, #4abe6a -59.3%, #00623f 76.33%);
  min-height: 1485px;
  display: flex;
  padding: 0 24px;
  overflow: hidden;
  z-index: 4;
  position: relative;
}
.totobolaPremios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 157%;
  height: 100%;
  background-image: url(../images/totobolaLP/ilust-totobolaPremios.png);
  background-position-y: -126%;
  background-position-x: -666px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.3;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios:before {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios {
    padding: 0;
  }
}
.totobolaPremios__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaPremios__wrapper {
    padding: 72px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__wrapper {
    padding: 72px 0 0;
  }
}
.totobolaPremios__step {
  margin-bottom: 4px;
}
.totobolaPremios__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaPremios__step li:first-child {
  font-weight: 500;
}
.totobolaPremios__step li:nth-child(3) {
  opacity: 0.5;
}
.totobolaPremios_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totobolaPremios__container {
  display: grid;
  grid-template-columns: 39.9% 49%;
  max-width: 1090px;
  margin: 0 auto 32px;
  column-gap: 125px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__container {
    grid-template-columns: 100%;
    margin: 0 auto 45px;
    text-align: center;
  }
}
.totobolaPremios__columnLeft {
  text-align: left;
  column-gap: 20px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__columnLeft {
    text-align: center;
    padding: 0 24px;
  }
}
.totobolaPremios__intro {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  max-width: 432px;
  margin-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__intro {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 auto 58px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__columnRight {
    padding: 0 0 0 24px;
  }
}
.totobolaPremios__columnRight figure {
  margin-top: 77px;
  text-align: left;
  margin-bottom: 48px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__columnRight figure {
    margin-top: 0;
  }
}
.totobolaPremios__columnRight figure img {
  width: 100%;
  max-width: 528px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__columnRight figure {
    text-align: center;
    padding-right: 24px;
  }
}
.totobolaPremios__tables {
  text-align: left;
  width: 100%;
  max-width: 864px;
  margin: auto;
  padding: 0 0 0 24px;
  position: relative;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__tables {
    padding: 0;
    max-width: 100%;
  }
  .totobolaPremios__tables:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1078px;
    top: 0;
    left: 0;
    background: linear-gradient(201.85deg, #4abe6a 5.56%, #00623f 51.42%);
    transform-origin: 114% 0;
    transform: skewY(189deg);
  }
  .totobolaPremios__tables.altura {
    height: 2450px;
  }
}
.totobolaPremios__tables__header {
  margin-bottom: 88px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__tables__header {
    margin-bottom: 45px;
    text-align: center;
    padding: 0 24px;
  }
}
.totobolaPremios__tables__header h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 16px;
  max-width: 412px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__tables__header h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    padding: 0;
    max-width: 100%;
  }
}
.totobolaPremios__tables__header p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  max-width: 593px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__tables__header p {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    max-width: 100%;
  }
}
.totobolaPremios__ApostasPremios {
  display: grid;
  grid-template-columns: 304px 525px;
  max-width: 596px;
  column-gap: 143px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasPremios {
    grid-template-columns: 100%;
    max-width: 100%;
    column-gap: 0;
    margin-bottom: 56px;
    text-align: center;
  }
}
.totobolaPremios__ApostasPremios .apostas h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 31px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasPremios .apostas h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
  }
}
.totobolaPremios__ApostasPremios .apostas table {
  width: 302px;
  border-collapse: initial;
  border-spacing: 1 px 1px;
  border: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasPremios .apostas table {
    margin: 0 auto 32px;
  }
}
.totobolaPremios__ApostasPremios .apostas table tr td {
  text-align: center;
  vertical-align: middle;
  height: 50px;
  border-radius: 4px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasPremios .apostas table tr td {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaPremios__ApostasPremios .apostas table tr td:first-child {
  background-color: #00623f;
  width: 152px;
  color: #50d469;
}
.totobolaPremios__ApostasPremios .apostas table tr td:nth-child(2) {
  background-color: #129b5a;
  width: 150px;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasPremios .premios {
    padding-left: 24px;
  }
}
.totobolaPremios__ApostasPremios .premios__container {
  overflow-x: auto;
}
.totobolaPremios__ApostasPremios .premios h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 31px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasPremios .premios h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    margin-bottom: 15px;
  }
}
.totobolaPremios__ApostasPremios .premios table {
  width: 525px;
  border-collapse: initial;
  border-spacing: 1px 1px;
  border: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasPremios .premios table {
    margin: auto;
  }
}
.totobolaPremios__ApostasPremios .premios table tr th {
  font-weight: 700;
  background-color: #30b961;
  color: #00623f;
}
.totobolaPremios__ApostasPremios .premios table tr td,
.totobolaPremios__ApostasPremios .premios table tr th {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  width: 176px;
}
.totobolaPremios__ApostasPremios .premios table tr td {
  font-weight: 400;
  background-color: #129b5a;
  color: #fff;
}
.totobolaPremios__ApostasSimplesMultiplas .simples {
  margin-bottom: 73px;
  margin-top: -157px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples {
    margin-top: 0;
  }
}
.totobolaPremios__ApostasSimplesMultiplas .simples__title {
  text-align: left;
}
.totobolaPremios__ApostasSimplesMultiplas .simples__title h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 31px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples__title h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    max-width: 132px;
    margin: auto;
    padding-top: 19px;
    color: #30b961;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples__title {
    cursor: pointer;
    height: 90px;
    z-index: 2;
    width: 195px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples__container {
    height: 360px;
  }
}
.totobolaPremios__ApostasSimplesMultiplas .simples__container table {
  width: 303px;
  border-collapse: initial;
  border-spacing: 0 1px;
  border: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples__container table {
    padding-top: 20px;
    padding-left: 24px;
    display: none;
  }
}
.totobolaPremios__ApostasSimplesMultiplas .simples__container table tr th {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  background-color: #00623f;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #50d469;
  width: 151px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples__container table tr th {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaPremios__ApostasSimplesMultiplas
  .simples__container
  table
  tr
  th:first-child {
  border-radius: 4px 0 0 4px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .simples__container
  table
  tr
  th:nth-child(2) {
  border-radius: 0 4px 4px 0;
}
.totobolaPremios__ApostasSimplesMultiplas .simples__container table tr td {
  text-align: center;
  vertical-align: middle;
  height: 50px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  width: 151px;
  background-color: #129b5a;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples__container table tr td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totobolaPremios__ApostasSimplesMultiplas
  .simples__container
  table
  tr
  td:first-child {
  border-radius: 4px 0 0 4px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .simples__container
  table
  tr
  td:nth-child(2) {
  border-radius: 0 4px 4px 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples.active {
    background-image: url(../images/totobolaLP/Subtract_left.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position-x: -200px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples.active .simples__title h3 {
    color: #fff;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .simples.active table {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .mutiplas {
    position: relative;
    top: -518px;
    left: 24px;
  }
}
.totobolaPremios__ApostasSimplesMultiplas .mutiplas__title {
  max-width: 304px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .mutiplas__title {
    width: 134px;
    margin-left: 185px;
    padding-top: 10px;
    cursor: pointer;
  }
}
.totobolaPremios__ApostasSimplesMultiplas .mutiplas__title h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 31px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .mutiplas__title h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    color: #30b961;
  }
}
.totobolaPremios__ApostasSimplesMultiplas .mutiplas__container {
  display: grid;
  grid-template-columns: 304px 528px;
  max-width: 32px;
  column-gap: 32px;
  margin-bottom: 120px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .mutiplas__container {
    display: none;
  }
}
.totobolaPremios__ApostasSimplesMultiplas .mutiplas__container .columnOne {
  padding-top: 100px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnOne
  table {
  width: 303px;
  border-collapse: initial;
  border-spacing: 0 1px;
  border: 0;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnOne
  table
  tr
  th {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  background-color: #00623f;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #50d469;
  width: 151px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas
    .mutiplas__container
    .columnOne
    table
    tr
    th {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnOne
  table
  tr
  th:first-child {
  border-radius: 4px 0 0 4px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnOne
  table
  tr
  th:nth-child(4) {
  border-radius: 0 4px 4px 0;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnOne
  table
  tr
  td {
  text-align: center;
  vertical-align: middle;
  height: 42px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  width: 151px;
  background-color: #129b5a;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas
    .mutiplas__container
    .columnOne
    table
    tr
    td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnOne
  table
  tr
  td:first-child {
  border-radius: 4px 0 0 4px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnOne
  table
  tr
  td:nth-child(4) {
  border-radius: 0 4px 4px 0;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableTop {
  border-collapse: initial;
  border-spacing: 1px 1px;
  border: 0;
  width: 530px;
  margin-left: -1px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableTop
  tr
  th {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #30b961;
  height: 47px;
  text-align: center;
  vertical-align: middle;
  color: #00623f;
  width: 151px;
  border-radius: 4px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableTop
  tr
  th:first-child {
  width: 137px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableTop
  tr
  th:nth-child(2) {
  width: 215px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableTop
  tr
  th:nth-child(3) {
  width: 170px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableTop
  tr
  td {
  text-align: center;
  vertical-align: middle;
  height: 50px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  width: 151px;
  background-color: #00623f;
  color: #fff;
  border-radius: 4px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas
    .mutiplas__container
    .columnTwo
    .tableTop
    tr
    td {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableTop
  tr:nth-child(3)
  td {
  color: #50d469;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableTop
  tr:nth-child(3)
  td
  table
  tr
  td {
  text-align: center;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter {
  border-collapse: initial;
  border-spacing: 0 1px;
  border: 0;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td {
  text-align: center;
  vertical-align: middle;
  height: 42px;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  width: 151px;
  background-color: #129b5a;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas
    .mutiplas__container
    .columnTwo
    .tableCenter
    tr
    td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:first-child {
  border-radius: 4px 0 0 4px;
  width: 48px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(2) {
  width: 49px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(3) {
  width: 49.8px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(4) {
  width: 50px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(5),
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(6) {
  width: 52.8px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(7),
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(8),
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(9) {
  width: 53.8px;
}
.totobolaPremios__ApostasSimplesMultiplas
  .mutiplas__container
  .columnTwo
  .tableCenter
  tr
  td:nth-child(10) {
  border-radius: 0 4px 4px 0;
  width: 53.8px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .mutiplas.active {
    background-image: url(../images/totobolaLP/Subtract_right.png);
    z-index: 0;
    width: calc(100% + 24px);
    background-repeat: no-repeat;
    background-size: 2177px;
    background-position: 10px 1px;
    left: -24px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas .mutiplas.active .mutiplas__title {
    padding-top: 10px;
    margin-left: 191px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas
    .mutiplas.active
    .mutiplas__title
    h3 {
    max-width: 132px;
    color: #fff;
    margin-left: 42px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__ApostasSimplesMultiplas
    .mutiplas.active
    .mutiplas__container {
    display: grid;
    grid-template-columns: 304px 560px;
    padding-top: 30px;
    overflow-x: auto;
    max-width: 100%;
    left: 48px;
  }
}
.totobolaPremios .tableArrowsII:after {
  content: "";
  background-image: url(../images/totobolaLP/tableArrowII.png);
  background-repeat: repeat-y;
  position: absolute;
  top: 9px;
  right: -31px;
  height: 100%;
  width: 30px;
}
.totobolaPremios__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #30b961;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaPremios__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaPremios__question .lineAnimate {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaPremios__question .lineAnimate:before {
  content: "";
  background: #30b961;
}
.totobolaProg {
  background: #fff;
  min-height: 698px;
  display: flex;
  padding: 0 24px;
  z-index: 7;
  position: relative;
}
.totobolaProg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/totobolaLP/ilust-prognosticos.png);
  background-position: 0 26%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.24;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg:before {
    display: none;
  }
}
.totobolaProg__wrapper {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaProg__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__wrapper {
    padding: 54px 0 0;
  }
}
.totobolaProg__step {
  margin-bottom: 4px;
}
.totobolaProg__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaProg__step li:first-child {
  font-weight: 500;
}
.totobolaProg__step li:nth-child(3) {
  opacity: 0.5;
}
.totobolaProg_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totobolaProg_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #252525;
  max-width: 752px;
  margin: 0 auto 56px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.totobolaProg__container {
  display: grid;
  grid-template-columns: 23.2% 48.7%;
  column-gap: 146px;
  margin-bottom: 94px;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__container {
    grid-template-columns: 100%;
    row-gap: 32px;
    margin-bottom: 35px;
  }
}
.totobolaProg__gameSteps {
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__gameSteps {
    text-align: center;
  }
}
.totobolaProg__gameSteps h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__gameSteps h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totobolaProg__gameSteps p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  max-width: 303px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__gameSteps p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__gameSteps {
    margin: auto;
  }
}
.totobolaProg__gameSteps--container {
  display: grid;
  grid-template-columns: 47.7% 47.7%;
  column-gap: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__gameSteps--container {
    grid-template-columns: 100%;
    text-align: center;
  }
}
.totobolaProg__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #00623f;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaProg__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaProg__question .lineAnimate {
  position: absolute;
  top: 32px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaProg__question .lineAnimate:before {
  content: "";
  background: #00623f;
}
.totobolaRA {
  background: #fff;
  min-height: 751px;
  display: flex;
  padding: 0 24px;
  z-index: 5;
}
.totobolaRA__wrapper {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaRA__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA__wrapper {
    padding: 54px 0 0;
  }
}
.totobolaRA__step {
  margin-bottom: 4px;
}
.totobolaRA__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaRA__step li:first-child {
  font-weight: 500;
}
.totobolaRA__step li:nth-child(3) {
  opacity: 0.5;
}
.totobolaRA_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totobolaRA_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #252525;
  margin-bottom: 77px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.totobolaRA__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, auto));
  column-gap: 106px;
  margin-bottom: 119px;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA__container {
    grid-template-columns: 100%;
    row-gap: 32px;
  }
}
.totobolaRA__gameSteps {
  width: 100%;
}
.totobolaRA__gameSteps h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA__gameSteps h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totobolaRA__gameSteps p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA__gameSteps p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA__gameSteps {
    margin: auto;
  }
}
.totobolaRA__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #00623f;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRA__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaRA__question .lineAnimate {
  position: absolute;
  top: 32px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaRA__question .lineAnimate:before {
  content: "";
  background: #00623f;
}
.totobolaReclamacoes {
  background: linear-gradient(143.5deg, #4abe6a -59.3%, #00623f 76.33%);
  min-height: 1026px;
  display: flex;
  padding: 0 24px;
  z-index: 1;
  position: relative;
}
.totobolaReclamacoes:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/totobolaLP/illust-reclamacoes.png);
  background-repeat: no-repeat;
  background-position: -10% 43%;
  background-size: cover;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes:before {
    display: none;
  }
}
.totobolaReclamacoes__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaReclamacoes__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__wrapper {
    padding: 52px 0 0;
  }
}
.totobolaReclamacoes__step {
  margin-bottom: 4px;
}
.totobolaReclamacoes__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaReclamacoes__step li:first-child {
  font-weight: 500;
}
.totobolaReclamacoes__step li:nth-child(3) {
  opacity: 0.5;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__step {
    text-align: center;
  }
}
.totobolaReclamacoes_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.totobolaReclamacoes_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 16px;
  max-width: 412px;
  margin-bottom: 76px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 47px;
  }
}
.totobolaReclamacoes_box {
  padding: 48px 48px 61px;
  border: 1px solid #fff;
  border-radius: 12px;
  max-width: 416px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes_box {
    margin: auto;
    padding: 46px 48px 36px 28px;
  }
}
.totobolaReclamacoes_box figure {
  margin-left: -15px;
  margin-bottom: 12px;
}
.totobolaReclamacoes_box h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 8px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes_box h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totobolaReclamacoes_box p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  max-width: 320px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes_box p {
    font-size: 18px;
    line-height: 26px;
  }
}
.totobolaReclamacoes__boxTemp {
  background: #129b5a;
  border-radius: 12px;
  padding: 47px 60px;
  margin-bottom: 32px;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__boxTemp {
    padding: 40px 29px 24px 37px;
  }
}
.totobolaReclamacoes__boxTemp h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 8px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__boxTemp h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totobolaReclamacoes__boxTemp p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 8px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__boxTemp p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.totobolaReclamacoes__container {
  display: grid;
  grid-template-columns: 38.4% 47%;
  max-width: 1090px;
  column-gap: 144px;
  margin: 0 auto 120px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__container {
    grid-template-columns: 100%;
    margin: 0 auto;
  }
}
.totobolaReclamacoes__columnLeft {
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__columnLeft {
    margin-bottom: 0;
  }
}
.totobolaReclamacoes__columnRight {
  margin-bottom: 57px;
  padding-top: 85px;
}
.totobolaReclamacoes__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #30b961;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaReclamacoes__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaReclamacoes__question .lineAnimate {
  position: absolute;
  top: 32px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaReclamacoes__question .lineAnimate:before {
  content: "";
  background: #30b961;
}
.totobolaRP {
  background: #fff;
  min-height: 995px;
  display: flex;
  padding: 0 24px;
  z-index: 2;
}
.totobolaRP__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totobolaRP__wrapper {
    padding: 0 45px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__wrapper {
    padding: 52px 0 0;
  }
}
.totobolaRP__step {
  margin-bottom: 4px;
}
.totobolaRP__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaRP__step li:first-child {
  font-weight: 500;
}
.totobolaRP__step li:nth-child(3) {
  opacity: 0.5;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__step {
    text-align: center;
  }
}
.totobolaRP_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.totobolaRP__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1090px;
  column-gap: 33px;
  margin: 0 auto 63px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__container {
    grid-template-columns: 100%;
    margin: 0 auto;
  }
}
.totobolaRP__columnLeft {
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__columnLeft {
    margin-bottom: 0;
  }
}
.totobolaRP__note {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #626262;
  max-width: 525px;
  padding-left: 24px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__note {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totobolaRP__note li {
  list-style: disc;
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__note {
    max-width: 100%;
  }
}
.totobolaRP_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #252525;
  margin-bottom: 16px;
  max-width: 412px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
  }
}
.totobolaRP__columnRight {
  margin-bottom: 57px;
}
.totobolaRP__columnRight .faqs {
  max-width: 528px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__columnRight .faqs {
    max-width: 100%;
  }
}
.totobolaRP__columnRight .faqs__container {
  margin: 40px auto 0;
  max-width: 788px;
}
.totobolaRP__columnRight .faqs__separator {
  padding: 0 16px;
  border-top: 1px solid #dbdbdb;
  cursor: pointer;
  transition: all 0.25s ease;
}
.totobolaRP__columnRight .faqs__separator:first-of-type {
  border-top: none;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__columnRight .faqs__separator:first-of-type {
    border-top: 1px solid #dbdbdb;
  }
}
.totobolaRP__columnRight .faqs__separator:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__columnRight .faqs__separator {
    max-width: 100%;
  }
}
.totobolaRP__columnRight .faqs__separator__header {
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}
.totobolaRP__columnRight .faqs__separator__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.totobolaRP__columnRight .faqs__separator__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #252525;
  max-width: 81.2%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__columnRight .faqs__separator__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    max-width: 84.2%;
  }
}
.totobolaRP__columnRight .faqs__separator__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #252525;
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__columnRight .faqs__separator__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.totobolaRP__columnRight .faqs__closeIcon {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  margin-left: auto;
}
.totobolaRP__columnRight .faqs__closeIcon:before {
  content: "";
  background-image: url(../images/totolotoLP/arrowDown_black.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
}
.totobolaRP__columnRight .faqs__closeIcon.open:before {
  transform: rotate(180deg);
}
.totobolaRP__containerNotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1090px;
  column-gap: 33px;
  margin: 0 auto 63px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__containerNotes {
    grid-template-columns: 100%;
    margin: 0 auto 46px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__containerNotes .totobolaRP__columnRight {
    margin-bottom: 0;
  }
}
.totobolaRP__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #00623f;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totobolaRP__question .lineAnimate {
  position: absolute;
  top: 50px;
  margin: auto;
  left: 0;
  right: 0;
}
.totobolaRP__question .lineAnimate:before {
  content: "";
  background: #00623f;
}
@media (min-width: 0) and (max-width: 768px) {
  .totobolaRP__question .lineAnimate {
    top: 33px;
  }
}
.totoloto1Premio {
  background: #f6f6f6;
  min-height: 863px;
  display: flex;
  padding: 0 24px;
  z-index: 3;
}
.totoloto1Premio__wrapper {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totoloto1Premio__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio__wrapper {
    padding: 54px 0 0;
  }
}
.totoloto1Premio__step {
  margin-bottom: 4px;
}
.totoloto1Premio__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #e54981;
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totoloto1Premio__step li:first-child {
  font-weight: 500;
}
.totoloto1Premio__step li:nth-child(3) {
  opacity: 0.5;
}
.totoloto1Premio_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totoloto1Premio_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #252525;
  margin-bottom: 61px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.totoloto1Premio_subTitle span {
  color: #e54981;
}
.totoloto1Premio__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(415px, auto));
  column-gap: 35px;
  margin-bottom: 119px;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio__container {
    grid-template-columns: 100%;
    row-gap: 32px;
  }
}
.totoloto1Premio__gameSteps {
  width: 100%;
  max-width: 415px;
}
.totoloto1Premio__gameSteps h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio__gameSteps h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totoloto1Premio__gameSteps p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio__gameSteps p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio__gameSteps {
    margin: auto;
  }
}
.totoloto1Premio__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #7f5d2b;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totoloto1Premio__question .lineAnimate {
  position: absolute;
  top: 50px;
  margin: auto;
  left: 0;
  right: 0;
}
.totoloto1Premio__question .lineAnimate:before {
  content: "";
  background: #7f5d2b;
}
@media (min-width: 0) and (max-width: 768px) {
  .totoloto1Premio__question .lineAnimate {
    top: 35px;
  }
}
.totolotoConcusos {
  background: radial-gradient(
      82.76% 136.98% at 0 100%,
      rgba(255, 122, 0, 0.2) 0,
      rgba(188, 86, 60, 0) 100%
    ),
    radial-gradient(
      89.4% 147.97% at 110.97% -44.32%,
      #309a8b 0,
      rgba(50, 152, 137, 0) 92.71%
    ),
    radial-gradient(100% 273.96% at 0 0, #9e3853 0, #e1b471 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  min-height: 855px;
  display: flex;
  padding: 0 24px;
  z-index: 8;
}
.totolotoConcusos__wrapper {
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totolotoConcusos__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__wrapper {
    padding: 54px 0 0;
  }
}
.totolotoConcusos__wrapper:before {
  content: "";
  width: 221px;
  height: 221px;
  background-image: url(../images/totolotoLP/illustn7.png);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: -71px;
  right: 218px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__wrapper:before {
    display: none;
  }
}
.totolotoConcusos__wrapper:after {
  content: "";
  width: 221px;
  height: 221px;
  background-image: url(../images/totolotoLP/illustn7.png);
  background-size: cover;
  background-position: 50%;
  transform: matrix(0.99, -0.16, -0.16, -0.99, 0, 0);
  position: absolute;
  bottom: -103px;
  right: 218px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__wrapper:after {
    display: none;
  }
}
.totolotoConcusos__step {
  margin-bottom: 4px;
}
.totolotoConcusos__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoConcusos__step li:first-child {
  font-weight: 500;
}
.totolotoConcusos__step li:nth-child(3) {
  opacity: 0.5;
}
.totolotoConcusos_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 60px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totolotoConcusos__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, auto));
  max-width: 1090px;
  margin: 0 auto 120px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__container {
    grid-template-columns: 100%;
  }
}
.totolotoConcusos__columnLeft {
  text-align: left;
}
.totolotoConcusos__columnLeft figure {
  margin-bottom: 47px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__columnLeft figure {
    text-align: center;
  }
  .totolotoConcusos__columnLeft figure img {
    width: 100%;
    max-width: 369px;
  }
}
.totolotoConcusos__columnLeft h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__columnLeft h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totolotoConcusos__address {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  position: relative;
  padding-left: 42px;
}
.totolotoConcusos__address:before {
  content: "";
  width: 20px;
  height: 28px;
  background-image: url(../images/totolotoLP/location.png);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.totolotoConcusos__columnRight .faqs {
  max-width: 528px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__columnRight .faqs {
    max-width: 100%;
  }
}
.totolotoConcusos__columnRight .faqs__container {
  margin: 40px auto 0;
  max-width: 788px;
}
.totolotoConcusos__columnRight .faqs__separator {
  padding: 0 16px;
  border-top: 1px solid #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}
.totolotoConcusos__columnRight .faqs__separator:first-of-type {
  border-top: none;
}
.totolotoConcusos__columnRight .faqs__separator:last-of-type {
  border-bottom: 1px solid #fff;
}
.totolotoConcusos__columnRight .faqs__separator__header {
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}
.totolotoConcusos__columnRight .faqs__separator__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.totolotoConcusos__columnRight .faqs__separator__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  max-width: 81.2%;
  width: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__columnRight .faqs__separator__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    max-width: 84.2%;
  }
}
.totolotoConcusos__columnRight .faqs__separator__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__columnRight .faqs__separator__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoConcusos__columnRight .faqs__closeIcon {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  margin-left: auto;
}
.totolotoConcusos__columnRight .faqs__closeIcon:before {
  content: "";
  background-image: url(../images/totolotoLP/arrowDown.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
}
.totolotoConcusos__columnRight .faqs__closeIcon.open:before {
  transform: rotate(180deg);
}
.totolotoConcusos__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fedcaa;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoConcusos__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totolotoConcusos__question .lineAnimate {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
}
.totolotoConcusos__question .lineAnimate:before {
  content: "";
  background: #fedcaa;
}
.totolotoHeader {
  background-image: url(../images/totolotoLP/bg_totoloto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1033px;
  position: relative;
  z-index: 9;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoHeader {
    min-height: auto;
  }
}
.totolotoHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/totolotoLP/Shadow_logo.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.totolotoHeader__gradient {
  background: linear-gradient(0deg, #070d12 -10.11%, rgba(7, 13, 18, 0) 77.33%);
  min-height: 1033px;
}
.totolotoHeader__logoJst {
  width: 161px;
  height: 54px;
  position: absolute;
  top: 58px;
  left: 65px;
  background-image: url(../images/totolotoLP/Logo_santa-casa.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: 10;
}
.totolotoHeader__logoJst a {
  width: 161px;
  height: 100px;
  display: block;
}
.totolotoHeader__logoJst a p {
  visibility: hidden;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoHeader__logoJst {
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 72px;
    height: 80px;
    background-image: url(../images/totolotoLP/LogoSantacasa_mb.png);
  }
}
.totolotoHeader__wrapper {
  width: 100%;
  max-width: 732px;
  margin: 0 auto;
  padding: 197px 0 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoHeader__wrapper {
    padding: 197px 24px 0;
  }
}
.totolotoHeader__logoJogo {
  width: 388px;
  height: 115px;
  background-image: url(../images/totolotoLP/Logo_totoloto.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 auto 35px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoHeader__logoJogo {
    width: 201px;
    height: 60px;
  }
}
.totolotoHeader__logoJogo p {
  visibility: hidden;
}
.totolotoHeader__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  line-height: 88px;
  font-weight: 600;
  letter-spacing: -4px;
  text-align: center;
  color: #fff;
  margin-bottom: 68px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoHeader__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -4px;
  }
}
.totolotoHeader .lineAnimate {
  margin-bottom: 18px;
}
.totolotoHeader__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 150px;
}
.totolotoHeader__description a {
  text-decoration: underline;
  font-weight: 700;
}
.totolotoHeader__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fedcaa;
  padding-bottom: 36px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoHeader__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totolotoHeader__question .lineAnimate {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
}
.totolotoHeader__question .lineAnimate:before {
  content: "";
  background: #fedcaa;
}
.totolotoMA {
  background: radial-gradient(
      82.76% 136.98% at 0 100%,
      rgba(255, 122, 0, 0.2) 0,
      rgba(188, 86, 60, 0) 100%
    ),
    radial-gradient(
      54.99% 82.27% at 98.53% -22.82%,
      #309a8b 0,
      rgba(50, 152, 137, 0) 92.71%
    ),
    radial-gradient(100% 273.96% at 0 0, #9e3853 0, #e1b471 100%);
  min-height: 1485px;
  display: flex;
  padding: 0 24px;
  z-index: 6;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA {
    padding: 0;
  }
}
.totolotoMA__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totolotoMA__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__wrapper {
    padding: 54px 0 0;
  }
}
.totolotoMA__wrapper:before {
  content: "";
  width: 221px;
  height: 221px;
  background-image: url(../images/totolotoLP/illustn7.png);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: -85px;
  right: 21px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__wrapper:before {
    display: none;
  }
}
.totolotoMA__wrapper:after {
  content: "";
  width: 592px;
  height: 592px;
  background-image: url(../images/totolotoLP/illust29.png);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  bottom: 198px;
  left: -68px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__wrapper:after {
    display: none;
  }
}
.totolotoMA__step {
  margin-bottom: 4px;
}
.totolotoMA__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoMA__step li:first-child {
  font-weight: 500;
}
.totolotoMA__step li:nth-child(3) {
  opacity: 0.5;
}
.totolotoMA_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 60px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totolotoMA__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1090px;
  margin: 0 auto 210px;
  column-gap: 88px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__container {
    grid-template-columns: 100%;
  }
}
.totolotoMA__columnLeft {
  text-align: left;
  column-gap: 20px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__columnLeft {
    text-align: center;
    padding: 0 24px;
  }
}
.totolotoMA__intro {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  max-width: 526px;
  margin-bottom: 70px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__intro {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 auto 70px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__columnRight {
    padding: 0 0 0 24px;
  }
}
.totolotoMA__columnRight figure {
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__columnRight figure {
    text-align: center;
  }
}
.totolotoMA__columnRight h3 {
  text-align: left;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__columnRight h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    padding: 0 24px 0 0;
    text-align: center;
  }
}
.totolotoMA__columnRight p {
  text-align: left;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  max-width: 425px;
  margin-bottom: 21px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__columnRight p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 24px 0 0;
    text-align: center;
    margin: auto;
  }
}
.totolotoMA__columnRight .note {
  text-align: left;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  max-width: 414px;
  margin-top: -40px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__columnRight .note {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 0 24px 0 0;
    margin: auto;
  }
}
.totolotoMA__containerTables {
  margin-bottom: 54px;
  padding-top: 24px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__containerTables {
    overflow-x: auto;
    position: relative;
  }
}
.totolotoMA__simpleTable {
  border-collapse: initial;
  border-spacing: 0 2px;
  border: 0;
  width: 416px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__simpleTable {
    margin: auto;
  }
}
.totolotoMA__simpleTable tr th {
  background-color: #e54981;
  height: 49px;
  vertical-align: middle;
  color: #fff;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__simpleTable tr th {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoMA__simpleTable tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.totolotoMA__simpleTable tr th:last-child {
  border-radius: 0 4px 4px 0;
}
.totolotoMA__simpleTable tr th:first-child {
  width: 92px;
}
.totolotoMA__simpleTable tr th:nth-child(2) {
  width: 117px;
}
.totolotoMA__simpleTable tr th:nth-child(3) {
  width: 145px;
}
.totolotoMA__simpleTable tr th:nth-child(4) {
  width: 60px;
}
.totolotoMA__simpleTable tr td {
  height: 45px;
  background-color: #fff;
  vertical-align: middle;
  color: #e54981;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__simpleTable tr td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoMA__simpleTable tr td:first-child {
  border-radius: 4px 0 0 4px;
}
.totolotoMA__simpleTable tr td:last-child {
  border-radius: 0 4px 4px 0;
}
.totolotoMA__simpleTable tr td:first-child {
  width: 92px;
}
.totolotoMA__simpleTable tr td:nth-child(2) {
  width: 117px;
}
.totolotoMA__simpleTable tr td:nth-child(3) {
  width: 145px;
}
.totolotoMA__simpleTable tr td:nth-child(4) {
  width: 60px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__simpleTable.headar {
    border-spacing: 2px 1px;
  }
  .totolotoMA__simpleTable.headar tr th {
    border-radius: 4px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__simpleTable.body {
    margin-left: 2px;
    max-width: 411px;
    margin: auto;
  }
}
.totolotoMA__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fedcaa;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoMA__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totolotoMA__question .lineAnimate {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
}
.totolotoMA__question .lineAnimate:before {
  content: "";
  background: #fedcaa;
}
.totolotoPremios {
  background: radial-gradient(
      91.26% 39.73% at -15.93% 110.54%,
      rgba(59, 153, 137, 0.5) 0,
      rgba(59, 153, 137, 0) 100%
    ),
    radial-gradient(
      82.76% 136.98% at 0 100%,
      rgba(255, 122, 0, 0.2) 0,
      rgba(188, 86, 60, 0) 100%
    ),
    linear-gradient(0deg, rgba(50, 152, 137, 0), rgba(50, 152, 137, 0)),
    radial-gradient(100% 273.96% at 0 0, #9e3853 0, #e1b471 100%);
  min-height: 1485px;
  display: flex;
  padding: 0 24px;
  overflow: hidden;
  z-index: 4;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios {
    padding: 0;
  }
}
.totolotoPremios:after {
  content: "";
  width: 592px;
  height: 592px;
  background-image: url(../images/totolotoLP/illustPremios.png);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  bottom: -64px;
  right: -126px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios:after {
    display: none;
  }
}
.totolotoPremios__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totolotoPremios__wrapper {
    padding: 0 45px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__wrapper {
    padding: 72px 0 0;
  }
}
.totolotoPremios__step {
  margin-bottom: 4px;
}
.totolotoPremios__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoPremios__step li:first-child {
  font-weight: 500;
}
.totolotoPremios__step li:nth-child(3) {
  opacity: 0.5;
}
.totolotoPremios_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totolotoPremios__container {
  display: grid;
  grid-template-columns: 38% 47%;
  max-width: 1090px;
  margin: 0 auto 120px;
  column-gap: 143px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__container {
    grid-template-columns: 100%;
    margin: 0 auto 45px;
    text-align: center;
  }
}
.totolotoPremios__columnLeft {
  text-align: left;
  column-gap: 20px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__columnLeft {
    text-align: center;
    padding: 0 24px;
  }
}
.totolotoPremios__columnLeft .faqs {
  max-width: 416px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__columnLeft .faqs {
    max-width: 100%;
  }
}
.totolotoPremios__columnLeft .faqs__container {
  margin: 40px auto 0;
  max-width: 788px;
}
.totolotoPremios__columnLeft .faqs__separator {
  padding: 0 16px;
  border-top: 1px solid #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}
.totolotoPremios__columnLeft .faqs__separator:first-of-type {
  border-top: none;
}
.totolotoPremios__columnLeft .faqs__separator:last-of-type {
  border-bottom: 1px solid #fff;
}
.totolotoPremios__columnLeft .faqs__separator__header {
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}
.totolotoPremios__columnLeft .faqs__separator__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.totolotoPremios__columnLeft .faqs__separator__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  max-width: 81.2%;
  width: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__columnLeft .faqs__separator__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    max-width: 84.2%;
  }
}
.totolotoPremios__columnLeft .faqs__separator__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__columnLeft .faqs__separator__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoPremios__columnLeft .faqs__closeIcon {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  margin-left: auto;
}
.totolotoPremios__columnLeft .faqs__closeIcon:before {
  content: "";
  background-image: url(../images/totolotoLP/arrowDown.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
}
.totolotoPremios__columnLeft .faqs__closeIcon.open:before {
  transform: rotate(180deg);
}
.totolotoPremios__intro {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  max-width: 416px;
  margin-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__intro {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 auto 70px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__columnRight {
    padding: 0 0 0 24px;
  }
}
.totolotoPremios__columnRight figure {
  margin-top: 77px;
  text-align: left;
  margin-bottom: 48px;
}
.totolotoPremios__columnRight figure img {
  width: 100%;
  max-width: 528px;
  height: auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__columnRight figure {
    text-align: center;
    padding-right: 24px;
  }
}
.totolotoPremios__columnRight .note {
  text-align: left;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
  max-width: 528px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__columnRight .note {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 0 24px 0 0;
    margin: auto;
    text-align: center;
  }
}
.totolotoPremios__tables {
  text-align: left;
  width: 100%;
  max-width: 864px;
  margin: auto;
  padding: 0 0 0 24px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__tables {
    text-align: center;
    padding: 0 0 0 24px;
  }
}
.totolotoPremios__tables h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__tables h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    padding: 0 24px 0 0;
  }
}
.totolotoPremios__tables p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__tables p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 24px 0 0;
  }
}
.totolotoPremios__containerTables {
  margin-bottom: 35px;
  padding-top: 34px;
  display: grid;
  grid-template-columns: 338px 528px;
  margin-bottom: 90px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__containerTables {
    overflow-x: auto;
    position: relative;
    margin-bottom: 80px;
  }
}
.totolotoPremios__simpleTable {
  border-collapse: initial;
  border-spacing: 0 1px;
  border: 0;
  width: 528px;
}
.totolotoPremios__simpleTable tr th {
  background-color: #ff81ae;
  height: 48px;
  vertical-align: middle;
  color: #fff;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTable tr th {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoPremios__simpleTable tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.totolotoPremios__simpleTable tr th:last-child {
  border-radius: 0 4px 4px 0;
}
.totolotoPremios__simpleTable tr th:first-child {
  width: 133px;
}
.totolotoPremios__simpleTable tr th:nth-child(2) {
  width: 169px;
}
.totolotoPremios__simpleTable tr th:nth-child(3) {
  width: 225px;
}
.totolotoPremios__simpleTable tr td {
  height: 42px;
  background-color: #fff;
  vertical-align: middle;
  color: #e54981;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTable tr td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoPremios__simpleTable tr td:first-child {
  border-radius: 4px 0 0 4px;
}
.totolotoPremios__simpleTable tr td:last-child {
  border-radius: 0 4px 4px 0;
}
.totolotoPremios__simpleTable tr td:first-child {
  width: 133px;
}
.totolotoPremios__simpleTable tr td:nth-child(2) {
  width: 169px;
}
.totolotoPremios__simpleTable tr td:nth-child(3) {
  width: 225px;
}
.totolotoPremios__simpleTable tr td.total {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTable.headar {
    border-spacing: 2px 1px;
  }
  .totolotoPremios__simpleTable.headar tr th {
    border-radius: 4px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTable.body {
    margin-left: 2px;
  }
}
.totolotoPremios__simpleTable.headerIV {
  width: 528px;
  border-spacing: 1px 1px;
}
.totolotoPremios__simpleTable.headerIV table {
  margin: auto;
}
.totolotoPremios__simpleTable.headerIV tr th {
  height: 49px;
  padding: 0;
  text-align: center;
}
.totolotoPremios__simpleTable.headerIV tr th:first-child {
  width: 264px;
}
.totolotoPremios__simpleTable.headerIV tr th:nth-child(2) {
  width: 262px;
}
.totolotoPremios__simpleTable.headerIV tr td {
  height: 100%;
  background-color: #ff81ae;
  vertical-align: middle;
  color: #fff;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  width: 48px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTable.headerIV tr td {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoPremios__simpleTable.headerV {
  width: 528px;
  border-spacing: 0 1px;
  margin-bottom: 2px;
}
.totolotoPremios__simpleTable.headerV table {
  margin: auto;
}
.totolotoPremios__simpleTable.headerV tr th {
  height: 49px;
  padding: 0;
  text-align: center;
}
.totolotoPremios__simpleTable.headerV tr th:first-child {
  width: 264px;
}
.totolotoPremios__simpleTable.headerV tr th:nth-child(2) {
  width: 262px;
}
.totolotoPremios__simpleTable.headerV tr td {
  height: 100%;
  background-color: #fff;
  vertical-align: middle;
  color: #e54981;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 0;
  height: 42px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTable.headerV tr td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoPremios__simpleTable.headerV tr td:first-child {
  border-radius: 4px 0 0 4px;
}
.totolotoPremios__simpleTable.headerV tr td:last-child {
  border-radius: 0 4px 4px 0;
}
.totolotoPremios__simpleTable.headerV tr td:first-child {
  width: 264px;
}
.totolotoPremios__simpleTable.headerV tr td:nth-child(2),
.totolotoPremios__simpleTable.headerV tr td:nth-child(3),
.totolotoPremios__simpleTable.headerV tr td:nth-child(4),
.totolotoPremios__simpleTable.headerV tr td:nth-child(5),
.totolotoPremios__simpleTable.headerV tr td:nth-child(6) {
  width: 48px;
}
.totolotoPremios__simpleTableOnecolumn {
  border-collapse: initial;
  border-spacing: 0 1px;
  border: 0;
  width: 304px;
  position: relative;
}
.totolotoPremios__simpleTableOnecolumn tr th {
  background-color: #e54981;
  height: 102px;
  vertical-align: middle;
  color: #fff;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border-radius: 4px;
  padding: 16px 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTableOnecolumn tr th {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.totolotoPremios__simpleTableOnecolumn tr td {
  height: 42px;
  background-color: #fff;
  vertical-align: middle;
  color: #e54981;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 4px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTableOnecolumn tr td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoPremios__simpleTableOnecolumn tr td.total {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}
.totolotoPremios__simpleTableOnecolumn.headerII {
  width: 528px;
}
.totolotoPremios__simpleTableOnecolumn.headerII tr th {
  height: 53px;
  padding: 0;
}
.totolotoPremios__simpleTableOnecolumn.headerIII {
  width: 528px;
  border-spacing: 1px 1px;
}
.totolotoPremios__simpleTableOnecolumn.headerIII tr th {
  height: 49px;
  padding: 0;
}
.totolotoPremios__simpleTableOnecolumn.headerIII tr th:first-child {
  width: 264px;
}
.totolotoPremios__simpleTableOnecolumn.headerIII tr th:nth-child(2) {
  width: 262px;
}
.totolotoPremios__simpleTableVarI {
  border-collapse: initial;
  border-spacing: 1px 1px;
  border: 0;
  width: 304px;
  position: relative;
  margin-top: 50px;
}
.totolotoPremios__simpleTableVarI tr th {
  background-color: #ff81ae;
  height: 49px;
  vertical-align: middle;
  color: #fff;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTableVarI tr th {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoPremios__simpleTableVarI tr th:first-child,
.totolotoPremios__simpleTableVarI tr th:nth-child(2) {
  width: 151px;
}
.totolotoPremios__simpleTableVarI tr td {
  height: 42px;
  background-color: #fff;
  vertical-align: middle;
  color: #e54981;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 4px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTableVarI tr td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoPremios__simpleTableVarII {
  border-collapse: initial;
  border-spacing: 0 1px;
  border: 0;
  width: 304px;
  position: relative;
}
.totolotoPremios__simpleTableVarII tr th {
  background-color: #ff81ae;
  height: 49px;
  vertical-align: middle;
  color: #fff;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTableVarII tr th {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoPremios__simpleTableVarII tr th:first-child,
.totolotoPremios__simpleTableVarII tr th:nth-child(2) {
  width: 151px;
}
.totolotoPremios__simpleTableVarII tr td {
  height: 42px;
  background-color: #fff;
  vertical-align: middle;
  color: #e54981;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTableVarII tr td {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoPremios__simpleTableVarII tr td:first-child {
  width: 151px;
  border-radius: 4px 0 0 4px;
}
.totolotoPremios__simpleTableVarII tr td:nth-child(2) {
  width: 151px;
  border-radius: 0 4px 4px 0;
}
.totolotoPremios__simpleTableVarII tr:nth-child(2) {
  width: 304px;
}
.totolotoPremios__simpleTableVarII tr:nth-child(2) td {
  width: 304px;
  height: 172px;
  border-radius: 4px;
  background-color: #ff81ae;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__simpleTableVarII tr:nth-child(2) td {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
  }
}
.totolotoPremios .tableArrows:after {
  background-image: url(../images/totolotoLP/tableArrow.png);
}
.totolotoPremios .tableArrows:after,
.totolotoPremios .tableArrowsII:after {
  content: "";
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: -31px;
  height: 100%;
  width: 30px;
}
.totolotoPremios .tableArrowsII:after {
  background-image: url(../images/totolotoLP/tableArrowII.png);
}
.totolotoPremios__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fedcaa;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPremios__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totolotoPremios__question .lineAnimate {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
}
.totolotoPremios__question .lineAnimate:before {
  content: "";
  background: #fedcaa;
}
.totolotoPrognosticos {
  background: #fff;
  min-height: 746px;
  display: flex;
  padding: 0 24px;
  z-index: 7;
}
.totolotoPrognosticos__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totolotoPrognosticos__wrapper {
    padding: 104px 54px 0 45px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__wrapper {
    padding: 54px 0 0;
  }
}
.totolotoPrognosticos__step {
  margin-bottom: 4px;
}
.totolotoPrognosticos__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #e54981;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoPrognosticos__step li:first-child {
  font-weight: 500;
}
.totolotoPrognosticos__step li:nth-child(3) {
  opacity: 0.5;
}
.totolotoPrognosticos_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 60px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
    margin-bottom: 16px;
  }
}
.totolotoPrognosticos__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1090px;
  column-gap: 144px;
  margin: 0 auto 120px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__container {
    grid-template-columns: 100%;
  }
}
.totolotoPrognosticos__columnLeft {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.totolotoPrognosticos__columnLeft figure {
  margin-bottom: 47px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__columnLeft figure {
    text-align: center;
    order: 1;
    margin-bottom: 0;
  }
  .totolotoPrognosticos__columnLeft figure img {
    width: 100%;
    max-width: 304px;
  }
}
.totolotoPrognosticos__columnLeft h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #252525;
  margin-bottom: 16px;
  max-width: 415px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__columnLeft h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
  }
}
.totolotoPrognosticos__columnRight .faqs {
  max-width: 528px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__columnRight .faqs {
    max-width: 100%;
  }
}
.totolotoPrognosticos__columnRight .faqs__container {
  margin: 40px auto 0;
  max-width: 788px;
}
.totolotoPrognosticos__columnRight .faqs__separator {
  padding: 0 16px;
  border-top: 1px solid #dbdbdb;
  cursor: pointer;
  transition: all 0.25s ease;
}
.totolotoPrognosticos__columnRight .faqs__separator:first-of-type {
  border-top: none;
}
.totolotoPrognosticos__columnRight .faqs__separator:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
.totolotoPrognosticos__columnRight .faqs__separator__header {
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}
.totolotoPrognosticos__columnRight .faqs__separator__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.totolotoPrognosticos__columnRight .faqs__separator__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #252525;
  max-width: 81.2%;
  width: 100%;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__columnRight .faqs__separator__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    max-width: 84.2%;
  }
}
.totolotoPrognosticos__columnRight .faqs__separator__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #252525;
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__columnRight .faqs__separator__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoPrognosticos__columnRight .faqs__closeIcon {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  margin-left: auto;
}
.totolotoPrognosticos__columnRight .faqs__closeIcon:before {
  content: "";
  background-image: url(../images/totolotoLP/arrowDown_black.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
}
.totolotoPrognosticos__columnRight .faqs__closeIcon.open:before {
  transform: rotate(180deg);
}
.totolotoPrognosticos__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #7f5d2b;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoPrognosticos__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totolotoPrognosticos__question .lineAnimate {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
}
.totolotoPrognosticos__question .lineAnimate:before {
  content: "";
  background: #7f5d2b;
}
.totolotoRA {
  background: #fff;
  min-height: 751px;
  display: flex;
  padding: 0 24px;
  z-index: 5;
}
.totolotoRA__wrapper {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1210px) {
  .totolotoRA__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoRA__wrapper {
    padding: 54px 0 0;
  }
}
.totolotoRA__step {
  margin-bottom: 4px;
}
.totolotoRA__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #e54981;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoRA__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoRA__step li:first-child {
  font-weight: 500;
}
.totolotoRA__step li:nth-child(3) {
  opacity: 0.5;
}
.totolotoRA_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 57px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoRA_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
.totolotoRA__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(302px, auto));
  column-gap: 32px;
  margin-bottom: 119px;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoRA__container {
    grid-template-columns: 100%;
    row-gap: 32px;
  }
}
.totolotoRA__gameSteps {
  width: 100%;
  max-width: 302px;
}
.totolotoRA__gameSteps h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #252525;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoRA__gameSteps h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totolotoRA__gameSteps p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoRA__gameSteps p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoRA__gameSteps {
    margin: auto;
  }
}
.totolotoRA__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #7f5d2b;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoRA__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totolotoRA__question .lineAnimate {
  position: absolute;
  top: 32px;
  margin: auto;
  left: 0;
  right: 0;
}
.totolotoRA__question .lineAnimate:before {
  content: "";
  background: #7f5d2b;
}
.totolotoReceberPremio {
  background: #fff;
  min-height: 995px;
  display: flex;
  padding: 0 24px;
  z-index: 2;
}
.totolotoReceberPremio__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
.totolotoReceberPremio__wrapper:before {
  content: "";
  width: 407px;
  height: 407px;
  background-image: url(../images/totolotoLP/illust40.png);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 341 px;
  left: 21px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__wrapper:before {
    display: none;
  }
}
.totolotoReceberPremio__wrapper:after {
  content: "";
  width: 592px;
  height: 592px;
  background-image: url(../images/totolotoLP/illust13.png);
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0.5;
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__wrapper:after {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1210px) {
  .totolotoReceberPremio__wrapper {
    padding: 0 45px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__wrapper {
    padding: 52px 0 0;
  }
}
.totolotoReceberPremio__step {
  margin-bottom: 4px;
}
.totolotoReceberPremio__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #e54981;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoReceberPremio__step li:first-child {
  font-weight: 500;
}
.totolotoReceberPremio__step li:nth-child(3) {
  opacity: 0.5;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__step {
    text-align: center;
  }
}
.totolotoReceberPremio_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #252525;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.totolotoReceberPremio__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1090px;
  column-gap: 33px;
  margin: 0 auto 63px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__container {
    grid-template-columns: 100%;
    margin: 0 auto;
  }
}
.totolotoReceberPremio__columnLeft {
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__columnLeft {
    margin-bottom: 0;
  }
}
.totolotoReceberPremio__note {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #626262;
  max-width: 525px;
  padding-left: 24px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__note {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoReceberPremio__note li {
  list-style: disc;
  margin-bottom: 20px;
  text-align: left;
}
.totolotoReceberPremio_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #252525;
  margin-bottom: 16px;
  max-width: 412px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 16px;
  }
}
.totolotoReceberPremio__columnRight {
  margin-bottom: 57px;
}
.totolotoReceberPremio__columnRight .faqs {
  max-width: 528px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__columnRight .faqs {
    max-width: 100%;
  }
}
.totolotoReceberPremio__columnRight .faqs__container {
  margin: 40px auto 0;
  max-width: 788px;
}
.totolotoReceberPremio__columnRight .faqs__separator {
  padding: 0 16px;
  border-top: 1px solid #dbdbdb;
  cursor: pointer;
  transition: all 0.25s ease;
}
.totolotoReceberPremio__columnRight .faqs__separator:first-of-type {
  border-top: none;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__columnRight .faqs__separator:first-of-type {
    border-top: 1px solid #dbdbdb;
  }
}
.totolotoReceberPremio__columnRight .faqs__separator:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__columnRight .faqs__separator {
    max-width: 100%;
  }
}
.totolotoReceberPremio__columnRight .faqs__separator__header {
  display: flex;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}
.totolotoReceberPremio__columnRight .faqs__separator__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.totolotoReceberPremio__columnRight .faqs__separator__title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #252525;
  max-width: 81.2%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__columnRight .faqs__separator__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
    max-width: 84.2%;
  }
}
.totolotoReceberPremio__columnRight .faqs__separator__description {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #252525;
  width: 100%;
  text-align: left;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__columnRight .faqs__separator__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoReceberPremio__columnRight .faqs__closeIcon {
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
  margin-left: auto;
}
.totolotoReceberPremio__columnRight .faqs__closeIcon:before {
  content: "";
  background-image: url(../images/totolotoLP/arrowDown_black.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
}
.totolotoReceberPremio__columnRight .faqs__closeIcon.open:before {
  transform: rotate(180deg);
}
.totolotoReceberPremio__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #7f5d2b;
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totolotoReceberPremio__question .lineAnimate {
  position: absolute;
  top: 50px;
  margin: auto;
  left: 0;
  right: 0;
}
.totolotoReceberPremio__question .lineAnimate:before {
  content: "";
  background: #7f5d2b;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReceberPremio__question .lineAnimate {
    top: 33px;
  }
}
.totolotoReclamacoes {
  background: radial-gradient(
    114.46% 245.52% at 27.78% -9.01%,
    #9e3853 0,
    #b94a37 100%
  );
  min-height: 1026px;
  display: flex;
  padding: 0 24px;
  z-index: 1;
}
.totolotoReclamacoes__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 104px;
  text-align: center;
}
.totolotoReclamacoes__wrapper:after {
  content: "";
  width: 221px;
  height: 221px;
  background-image: url(../images/totolotoLP/illust7.png);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: -32px;
  right: 50px;
  margin: auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__wrapper:after {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1210px) {
  .totolotoReclamacoes__wrapper {
    padding: 104px 45px 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__wrapper {
    padding: 52px 0 0;
  }
}
.totolotoReclamacoes__step {
  margin-bottom: 4px;
}
.totolotoReclamacoes__step li {
  display: inline-block;
  margin: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__step li {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoReclamacoes__step li:first-child {
  font-weight: 500;
}
.totolotoReclamacoes__step li:nth-child(3) {
  opacity: 0.5;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__step {
    text-align: center;
  }
}
.totolotoReclamacoes_title {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes_title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.totolotoReclamacoes_subTitle {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 16px;
  max-width: 412px;
  margin-bottom: 76px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes_subTitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 47px;
  }
}
.totolotoReclamacoes_box {
  padding: 48px 48px 61px;
  border: 1px solid #fff;
  border-radius: 12px;
  max-width: 416px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes_box {
    margin: auto;
  }
}
.totolotoReclamacoes_box figure {
  margin-left: -15px;
  margin-bottom: 12px;
}
.totolotoReclamacoes_box h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 8px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes_box h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totolotoReclamacoes_box p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  max-width: 320px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes_box p {
    font-size: 18px;
    line-height: 26px;
  }
}
.totolotoReclamacoes__boxTemp {
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 12px;
  padding: 47px 60px;
  margin-bottom: 32px;
  text-align: left;
}
.totolotoReclamacoes__boxTemp h3 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 8px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__boxTemp h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
  }
}
.totolotoReclamacoes__boxTemp p {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 8px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__boxTemp p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.totolotoReclamacoes__container {
  display: grid;
  grid-template-columns: 38.4% 47%;
  max-width: 1090px;
  column-gap: 144px;
  margin: 0 auto 120px;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__container {
    grid-template-columns: 100%;
    margin: 0 auto;
  }
}
.totolotoReclamacoes__columnLeft {
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__columnLeft {
    margin-bottom: 0;
  }
}
.totolotoReclamacoes__note {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  max-width: 525px;
  padding-left: 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__note {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.totolotoReclamacoes__note a {
  text-decoration: underline;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__note {
    text-align: center;
    margin: auto;
  }
}
.totolotoReclamacoes__columnRight {
  margin-bottom: 57px;
  padding-top: 85px;
}
.totolotoReclamacoes__question {
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding-bottom: 32px;
  background-image: url(../images/totolotoLP/top.png);
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 10px;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 768px) {
  .totolotoReclamacoes__question {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.totolotoReclamacoes .backToTop {
  color: #fff;
}
.totolotoReclamacoes .backToTop:after,
.totolotoReclamacoes .backToTop:before {
  background-color: #fff;
}
