/* ======================================================
  GENERAL
====================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  background: #F5F5F7;
}
a{cursor: pointer;}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


button {
  cursor: pointer;
}

.container {
  max-width: 1320px;
  padding: 0 20px;
  margin: auto;
}

.navegacao_itens {
  display: none;
}

.hide-mobile {
  display: block !important;
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 980px) {
  .icon_logo{
    width: 75%;
  }
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
}

.icon-download {
  background-image: url(./img/icon-down.svg);
  width: 31px;
  height: 31px;
  display: inline-block;
}

.ft-65 {
  font-size: 65px;
  line-height: 70px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-70 {
  margin-top: 70px;
}

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

/* ======================================================
  /GENERAL
====================================================== */

/* ======================================================
  HEADER
====================================================== */
.main-header {
  border: 1px solid #ffffff;
  border-radius: 0 0 50px 50px;
  display: flex;
  background: #FFF;
  height: 75px; 
  display: flex;
  align-items: center;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr auto;
}


.main-header .main-header__main-nav .main-header__main-nav__list {
  letter-spacing: -0.88px;
  gap: 35px;
  font-size: 22px;
  font-weight: 300;
}

.main-header .main-header__main-nav .main-header__main-nav__list a {
  text-decoration: none;
  color: #000;
}

.main-header .main-header__main-nav .main-header__main-nav__list a:hover {
  text-decoration: underline;
}

.main-header__menu-btn {
  border: none;
  background-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14.4px;
  letter-spacing: 0.018px;
}


.main-header__menu-btn.active .menu__btn > span {
  transform: rotate(45deg);
}
.main-header__menu-btn.active .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
.main-header__menu-btn.active .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

.menu__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  margin: 0 auto 3px;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

@media (max-width: 980px) {
  .main-header {
    margin: 0 -20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
  }

  .main-header .main-header__main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 999;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    transform: translateY(10%);
    pointer-events: none;
    opacity: 0;
    transition: .2s all ease;
  }

  body.menu-active .main-header .main-header__main-nav {
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
  }

  .overlay {
    position: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000028;
    pointer-events: none;
    transition: .2s all ease;
    opacity: 0;
  }

  body.menu-active .overlay {
    opacity: 1;
    pointer-events: all;
  }

  .main-header__main-nav__list__item  {
    border-bottom: 1px solid #d0d0d0;
  }

  .main-header__main-nav__list__item:last-of-type  {
    border-bottom: none;
  }

  .main-header__main-nav__list__item  a {
    display: block;
    line-height: 50px;
  }
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .main-header {
    border: 1px solid #ffffff;
    border-radius: 0 0 50px 50px;
    display: flex;
    background: #FFF;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .main-header .main-header__main-nav .main-header__main-nav__list {
    display: flex;
    gap: 35px;
  }

  .main-header .main-header__main-nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .main-header__menu-btn {
    display: none;
  }

  .main-header .box_logo {
    margin-left: 53px;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /HEADER
====================================================== */

/* ======================================================
  BOX DIVERSÃO
====================================================== */

.box_lp {
  background: #F5F5F7;
  margin: 0;
  padding-top: 75px;
  padding-bottom: 42px;
}

.box_diversao {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.box_informacoes {
  margin-top: 15px;
}

.box_informacoes_titulo {
  font-weight: 800;
  font-size: 28px;
  color: #000;
  max-width: 600px;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.box_informacoes_titulo > span {
  color: #5F48E0;
}

.box_informacoes_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24.5px;
  letter-spacing: -0.72px;
  text-align: center;
}

.box_parceiros_topo {
  display: none;
}

.box_certificado > img {
  margin-top: 5px;
  margin-right: 45px;
}

.box_games {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box_games > img {
  border-radius: 20px;
}


.box_button_resgatar_bonus {
  margin-top: 30px;
}

.button_resgatar_bonus {
  display: block;
  text-align: center;
  background: #5f48e0;
  border-radius: 100px;
  max-width: 415px;
  height: 64px;
  line-height: 64px;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  text-decoration-line: none;
}

@media (max-width: 980px) {
  .box-personagem {
    max-width: 261px;
    margin: 0 auto 10px;
  }

  .box_informacoes_titulo > img {
    display: none;
  }
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .box_lp {
    padding-top: 0;
    padding-bottom: 68px;
  }
  
  .box_informacoes {
    margin-top: 70px;
  }
  
  .box_informacoes_titulo {
    font-weight: 800;
    font-size: 83px;
    line-height: 80px;
    max-width: 600px;
    margin: 0;
    margin-bottom: 30px;
    text-align: left;
  }

  .box_informacoes_description {
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -1.08px;
    text-align: left;
  }

  .box-personagem {
    margin: 34px auto 0;
  }
  

  .button_resgatar_bonus {
    height: 102px;
    line-height: 102px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    text-decoration-line: none;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /BOX DIVERSÃO
====================================================== */

/* ======================================================
  MODALIDADES
====================================================== */
.section-beto {
  background: #5F48E0;
}

.box_beto {
  padding-left: 50px;
  margin: 0;
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  align-items: center;
}

.bet_img {
  margin-top: -40px;
}


.deposito {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.box_informacoes_description_white {
  font-weight: 400;
  color: #fff;
  padding-bottom: 119px;
  margin: 0;
  max-width: 605px;
  font-size: 18px;
  line-height: 24.5px;
  letter-spacing: -0.72px;
}

.box_informacoes_description_white__title {
  display: block;
  letter-spacing: -1.28px;
  margin-bottom: 10px;
}

.box_modalidades {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  margin-top: -75px;
  gap: 22px;
}

@media (max-width: 981px) {
  .box_modalidades {
    overflow: auto;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
  }
}


.box_modalidades img {
  margin: 0 auto;
  margin-top: 38px;
  display: block;
  max-height: 145px;
}

.card_modalidades {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 50px;
  border-right: #FFBE0C solid 10px;
  border-bottom: #FFBE0C solid 10px;
  padding: 0 23px 22px;
}

.card_modalidades .deposito {
  font-size: 16px;
  line-height: 24px;
  min-height: 60px;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: -0.72px;
}

.card_modalidades .how-it-works {
  color: #FFBE0C;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.72px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  display: block;
  transition: .2s all ease;
}

.card_modalidades .how-it-works:hover {
  opacity: .6;
}

.card_modalidades .how-it-works .icon-download {
  display: block;
  margin: auto;
}

.card_modalidades .titulo_esportes {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  height: 75px;
  line-height: 39px;
  text-align: center;
  letter-spacing: -0.04em;
  margin: 30px 0 17px;
}

@media (max-width: 980px) {
  .section-beto {
    padding-top: 35px;
  }

  .box_informacoes_description_white__title {
    font-size: 32px;
    line-height: 39px; /* 121.875% */
    letter-spacing: -1.28px;
  }
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .card_modalidades {
    min-height: 522px;
    padding: 0 23px 30px;
  }

  .box_informacoes_description_white {
    font-size: 26px;
    line-height: 39px;
    padding-bottom: 35px;
    margin: 0;
    letter-spacing: -1.04px;
    max-width: 605px;
  }

  .box_modalidades {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 27px;
    justify-content: center;
    margin-top: -37px;
  }

  .card_modalidades .titulo_esportes {
    font-size: 45px;
    min-height: 78px;
    margin: 40px 0 24px;

  }

  .card_modalidades .deposito {
    font-size: 24px;
    line-height: 39px;
    min-height: 76px;
    margin: 0;
    margin-bottom: 16px;
    letter-spacing: -0.96px;
  }


  .card_modalidades .how-it-works {
    font-size: 29px;
    letter-spacing: -1.16px;
    line-height: 36px;
  }
}
/* DESKTOP -------------------------------------------- */

/* ======================================================
  /MODALIDADES
====================================================== */

/* ======================================================
  AFFILIATED REASONS
====================================================== */

.affiliated-reasons {
  padding: 40px 0;
}

.affiliated-reasons  .affiliated-reasons__stamps {
  display: flex;
  gap: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.affiliated-reasons .affiliated-reasons__box-reasons {
  border: 1px solid #D5D5D5;
  background: #FFF;
  border-radius: 50px;
  padding: 30px 25px;
  font-size: 18px;
}

.affiliated-reasons .affiliated-reasons__box-reasons 
.affiliated-reasons__box-reasons__title {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.affiliated-reasons .affiliated-reasons__box-reasons__reasons-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.affiliated-reasons
.affiliated-reasons__box-reasons__reasons-list 
.affiliated-reasons__box-reasons__reasons-list__item {
  background-image: url(./img/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 30px;
}

@media (max-width: 980px) {
  .affiliated-reasons__figure {
    margin: auto;
    display: block;
  }

  .affiliated-reasons  .affiliated-reasons__stamps {
    margin-bottom: 30px;
  }

  .affiliated-reasons__jogo-do-bem {
    max-width: 127px;
  }

  .affiliated-reasons__ra {
    max-width: 87px;
  }

  .affiliated-reasons .affiliated-reasons__box-reasons 
  .affiliated-reasons__box-reasons__title {
    text-align: center;
  }

  .affiliated-reasons
  .affiliated-reasons__box-reasons__reasons-list 
  .affiliated-reasons__box-reasons__reasons-list__item {
    background-size: 21px 21px;
  }
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .affiliated-reasons {
    padding: 100px 0;
  }

  .affiliated-reasons .affiliated-reasons__row {
    display: grid;
    grid-template-columns: 1fr 717px;
    gap: 85px;
  }

  .affiliated-reasons  .affiliated-reasons__stamps {
    margin-top: 33px;
  }

  .affiliated-reasons .affiliated-reasons__box-reasons {
    padding: 53px 40px;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: -1.04px;
  }

  .affiliated-reasons .affiliated-reasons__box-reasons 
  .affiliated-reasons__box-reasons__title {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -1.28px;
    padding-left: 50px;
    margin-bottom: 15px;
    padding: 0;
  }

  .affiliated-reasons .affiliated-reasons__box-reasons__reasons-list {
    gap: 35px;
  }

  .affiliated-reasons
  .affiliated-reasons__box-reasons__reasons-list 
  .affiliated-reasons__box-reasons__reasons-list__item {
    padding-left: 50px;
  }
}
/* /DESKTOP -------------------------------------------- */


/* ======================================================
  /AFFILIATED REASONS
====================================================== */

/* ======================================================
  RESULTS MANAGEMENT
====================================================== */
.results-management {
  text-align: center;
}

.results-management .results-management__title {
  font-weight: 800;
  margin: 0;
  font-size: 28px;
  margin-bottom: 40px;
  letter-spacing: -1.12px;
  line-height: 34px;
}

.results-management .results-management__description {
  font-size: 18px;
  line-height: 39px;
  line-height: 24.5px;
  letter-spacing: -0.72px;
}


.results-management__screen-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.results-management
.results-management__screen-list
.results-management__screen-list__screen-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.5px; /* 136.111% */
  letter-spacing: -0.72px;
}

.results-management
.results-management__screen-list
.results-management__screen-figure {
  border-radius: 50px;
}

@media (max-width: 981px) {
  .results-management
  .results-management__screen-list
  .results-management__screen-figure {
    margin-bottom: 20px;
  }
}

.results-management
.results-management__screen-list
.results-management__screen-list__screen-item
.results-management__screen-list__screen-item__description {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.results-management
.results-management__screen-list
.results-management__screen-list__screen-item
.results-management__screen-list__screen-item__description:before {
  content: '';
  display: block;
  border-radius: 100px;
  background: #5F48E0;
  height: 6px;
  width: 254px;
  position: absolute;
  bottom: -14px;
  margin: auto;
  left: 0;
  right: 0;
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .results-management .results-management__title {
    letter-spacing: -3.32px;
    font-size: 83px;
    margin-bottom: 40px;
    line-height: 80px;
  }

  .results-management .results-management__description {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: -1.04px;
    margin-bottom: 40px;
  }

  .results-management__screen-list {
    gap: 60px;
  }

  .results-management
  .results-management__screen-list
  .results-management__screen-list__screen-item
  .results-management__screen-list__screen-item__description:before {
    bottom: -10px;
  }

  .results-management
  .results-management__screen-list
  .results-management__screen-list__screen-item {
    display: flex;
    align-items: center;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: -1.04px;
  }

  .results-management
  .results-management__screen-list
  .results-management__screen-list__screen-item:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /RESULTS MANAGEMENT
====================================================== */

/* ======================================================
  MARKETING MATERIAL
====================================================== */

.marketing-material {
  padding: 52px 0 0px;
  text-align: center;
}

.marketing-material .marketing-material__title {
  font-weight: 800;
  margin: 0;
  margin-bottom: 23px;
  font-size: 28px;
  line-height: 34px; /* 121.429% */
  letter-spacing: -1.12px;
}

.marketing-material .marketing-material__description {
  line-height: 24.5px; /* 136.111% */
  letter-spacing: -0.72px;
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .marketing-material {
    padding: 150px 0 100px;
    text-align-last: left;
  }

  .marketing-material .marketing-material__title {
    font-size: 83px;
    line-height: 80px;
    letter-spacing: -3.32px;
    margin-bottom: 20px;
  }

  .marketing-material .marketing-material__description {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: -1.04px;
  }

  .marketing-material .marketing-material__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /MARKETING MATERIAL
====================================================== */

/* ======================================================
  PAYMENT INFO
====================================================== */

.payment-info {
  max-width: 915px;
  margin: auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 32px 32px 84px 0px rgba(125, 149, 169, 0.12);
  padding: 24px 16px;
  display: flex;
  font-weight: 700;
  gap: 15px;
  font-size: 18px;
}

.payment-info .payment-info__icon {
  width: 71px;
}


@media (max-width: 980px) {
  .payment-info {
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
  }

  .payment-info .payment-info__icon {
    margin: auto;
    margin-top: -5px;
    width: 160px;
  }
  .payment-info__icon_desk {
    display: none;
  }
  .payment-info__icon_mob {
    display: block;
  }
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .payment-info {
    height: 122px;
    align-items: center;
    /* padding: 10px 40px; */
    padding: 10px 115px;
    font-size: 26px;
    line-height: 30px;
    gap: 25px;
  }

  .payment-info .payment-info__icon {
    width: 168px;   
    margin-top: -5px;
  }
  .payment-info__icon_desk {
    display: block;
  }
  .payment-info__icon_mob {
    display: none;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /PAYMENT INFO
====================================================== */

/* ======================================================
  FORM AFFILIATED
====================================================== */

.form-affiliated {
  padding: 52px 0 0;
}

.form-affiliated .form-affiliated__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -3.32px;
  margin: 0;
  margin-bottom: 29px;
  text-align: center;
  line-height: 34px; 
  letter-spacing: -1.12px;
}

.form-affiliated  .form-affiliated__subtitle {
  font-size: 18px;
  text-align: center;
  line-height: 24.5px; 
  letter-spacing: -0.72px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .form-affiliated {
    padding: 115px 0 0;
  }

  .form-affiliated .form-affiliated__title {
    font-size: 83px;
    line-height: 80px;
    letter-spacing: -3.32px;
    margin-bottom: 20px;
  }


  .form-affiliated  .form-affiliated__subtitle {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: -1.04px;
    margin-bottom: 34px;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /FORM AFFILIATED
====================================================== */

/* ======================================================
  FAQ
====================================================== */

.faq {
  text-align: center;
  padding-bottom: 20px;
  line-height: 24.5px; /* 136.111% */
  letter-spacing: -0.72px;
  font-size: 18px;
  margin-top: 15px;
}

.faq .faq__mailto {
  color: #5F48E0;
  text-decoration: underline;
  transition: .2s all ease;
}

.faq .faq__mailto:hover {
  opacity: 0.7;
}

.faq .faq__betsul-seal-container {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-top: 38px;
}

.faq .faq__betsul-seal-container .fap__betsul-partner {
  max-width: 280px;
}

@media (max-width: 980px) {
  .faq .faq__betsul-seal-container {
    flex-direction: column;
  }
}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .faq {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: -1.04px;
    text-align: center;
    padding-bottom: 60px;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /FAQ
====================================================== */

/* ======================================================
  FOOTER
====================================================== */
.nosso_site {
  text-align: center;
  background: #f5f5f5;
  padding: 1px;
}

.nosso_site > p {
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: "Nunito", sans-serif;
}

.footer_betsul_redes {
  display: block;
  text-align: center;
  width: 100%;
}

.footer_betsul_redes > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer_betsul_redes > div > div > p {
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: "Nunito", sans-serif;
}

.footer_betsul {
  display: block;
  align-self: center;
}

.footer_social-network {

}

.footer_social-network__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  gap: 32px;
}

.footer_social-network__list a {
  transition: .2s all ease;
}

.footer_social-network__list a:hover {
  opacity: 0.6;
}
/* ======================================================
  /FOOTER
====================================================== */

@media (max-width: 1260px) {
  .box_diversao {
    grid-template-columns: 1fr 1fr;
  }

  .box_games {
    gap: 10px;
  }
}

@media (max-width: 980px) {
  .footer_betsul_redes > div {
    display: inline-block;
  }

  #frame_form_afiliados {
    height: 2150px;
    padding: 0px;
  }

  .box-personagem {
    display: none;
  }

  .box_jogo_do_bem {
    display: none;
  }

  .box_parceiros_topo {
    display: block;
    text-align: center;
  }

  .box_certificado {
    display: grid;
    grid-column-end: none;
    margin-right: 25px;
  }

  .box_certificado > img {
    margin-right: 0;
  }

  .icon_certificado {
    margin: 5px;
  }

  .box_diversao {
    margin-top: 14px;
    display: block;
  }

  .box_informacoes {
    margin-left: 0;
  }

 

  .box_informacoes_description_white {
    text-align: center;
  }

  .box_informacoes_description_white > b {
    display: block;
    text-align: center;
  }

  .card_modalidades {
    width: 328px;
    margin: 0 auto;
    display: none;
  }

  .card_modalidades .deposito {
    margin: 0 auto;
    padding: 0;
  }

  .card_modalidades.active {
    display: block;
    margin: 0 auto 15px 0;
    width: 100%;
  }

  .box_games {
    max-width: 288px;
    margin: auto;
  }

  .box_games img {
    display: none;
  }

  .box_games img.active {
    display: block;
  }

  .box-personagem {
    display: none;
  }

  .box_button_resgatar_bonus {
    display: block;
    text-align: center;
    margin: 15px 15px 0;
  }

  .box_gestao_titulo {
    font-size: 28px;
  }

  .bet_img {
    margin-top: 5px;
  }

  .box_beto {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }

  .curiosidades {
    display: block;
    text-align: center;
    margin: 16px auto;
    max-width: 328px;
  }

  .curiosidades_descricao {
    width: 296px;
    margin: 0 auto;
  }

  .curiosidades_descricao > p {
    justify-content: center;
  }

  .box_passos {
    margin: 16px auto;
  }

  .passos_betsul {
    display: block;
    padding: 1px;
  }

  nav {
    display: block;
    text-align: center;
    padding: 14px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #8B76FF;
    margin: 10px auto 0;
    max-width: 328px;
  }

  .navegacao_itens {
    display: inline-flex;
    grid-gap: 8px;
    margin: 0;
    padding: 0;
  }

  .navegacao_itens > li {
    border: 1px solid #ffffff;
    border-radius: 16px;
    list-style: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    width: 90px;
    padding: 14px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
  }

  .navegacao_itens > li.active {
    border: 1px solid #ffffff;
    border-radius: 16px;
    display: block;
    background-color: #ffffff;
    color: #5f48e0;
  }

  .navegacao_itens > li.active::before {
    content: '';
    position: absolute;
    bottom: -17px;
    height: 4px;
    width: 100%;
    left: 0;
    background: #B5A5F0;
  }

  .navegacao_itens > li.active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #B5A5F0;
    font-size: 0;
    line-height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
  }

  .esportes {
    width: 333px;
  }

  .cassino {
    width: 339px;
  }

  .loterias {
    width: 342px;
  }
}

#frame_form_afiliados {
  width: 100%;
  border: none;
  height: 2020px;
  padding: 50px;
  padding-top: 0;
}

@media (max-width: 1120px) {
  #frame_form_afiliados {
    height: 2020px;
    padding: 0px;
  }
}

@media (max-width: 980px) {
  #frame_form_afiliados {
    height: 2750px;
    padding: 0px;
  }
}

@media (max-width: 430px) {
  #frame_form_afiliados {
    height: 2850px;
    padding: 0px;
  }
}
