/* ======================================================
  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; /* 1320px */
  padding: 0 20px;
  margin: auto;
}

.navegacao_itens {
  display: none;
}

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

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

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

@media (max-width: 980px) {
  .icon_logo{
    width: 75%;
  }

  .hide-mobile-ib,
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }

  .hide-desktop-ib {
    display: inline-block !important;
  }
}

.icon-download {
  background-image: url(./img/icon-down.svg);
  width: 31px;
  height: 31px;
  display: inline-block;
}
.p-0{
  padding: 0;
}
.strip-mobile{
  background: #5F48E0;
  padding: 20px;
  display: grid;
  justify-content: center;
  gap: 20px;
}
.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 {
  display: flex;
  height: 75px; 
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: absolute;
  left: 0;
  right: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
}

.main-header .main__header__actions  a {
  color: #5F48E0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  height: 38px;
  letter-spacing: -0.72px;
  text-align: center;
  border-radius: 100px;
  background: #F5F5F7;
  display: inline-block;
  text-decoration: none;
  padding: 0  20px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .main-header {
    z-index: 9999;
  }

  .main-header .main__header__actions  a {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: -0.48px;
  }

}

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .main-header {
    height: 124px;
    max-width: 1230px; /* 1230px */
    margin: auto;
    padding: 0 24px;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /HEADER
====================================================== */

/* ======================================================
  MAIN BOX
====================================================== */
.main-box__text__wrap{
  text-align: center;
}
.main-box {
  background: #5F48E0;
  background-image: url('./img/pattern_bg_brown.png');
  background-size: cover;
  padding-top: 90px;
  /* padding-bottom: 30px; */
}

.main-box .container {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.main-box .main-box__figure { 
  display: flex;
  justify-content: center;
  align-items: end;
}

.main-box .main-box__text {
  text-align: center;
}

.main-box .main-box__text.main-box__text--desktop {
  display: flex;
  align-items: center;
}

.main-box .main-box__text .main-box__text__description {
  color: white;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 15px;
}

.main-box .main-box__text .btn {
  border-radius: 100px;
  background: #EE2945;
  color: #FFF;
  text-align: center;
  height: 43px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  padding: 0 35px;
  line-height: 43px;
  letter-spacing: -0.84px;
  text-wrap: nowrap;
  max-width: 220px;
  width: 100%;
  margin: auto auto auto 25px;

} 
.main-box .main-box__text_mobile .btn {
  border-radius: 100px;
  background: #EE2945;
  color: #FFF;
  text-align: center;
  height: 43px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  padding: 0 35px;
  line-height: 43px;
  letter-spacing: -0.84px;
  text-wrap: nowrap;
  max-width: 220px;
  width: 100%;

} 
.termos__img{
  margin: auto auto auto 25px;
  max-width: 210px;
}
.termos__img_break{
  max-width: 210px;
}
.img__text_promo{
  max-width: 230px;
}
/* MOBILE -------------------------------------------- */

/* /MOBILE -------------------------------------------- */

/* DESKTOP -------------------------------------------- */
@media (min-width: 981px) {
  .main-box {
    padding-top: 166px;
    /* padding-bottom: 68px; */
  }

  .main-box .main-box__text {
    display: flex;
    justify-content: center;
    text-align: left;
  }

  .main-box .main-box__text .main-box__text__description {
    font-size: 25px;
    line-height: 32px; /* 128% */
    text-align: left;
    margin-bottom: 20px;
    text-align: center;
  }

  .main-box .main-box__text .btn {
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    letter-spacing: -1.12px;
    max-width: 323px;
    width: 100%;
    margin: auto auto auto 80px;

  }
  .termos__img{
    margin: auto auto auto 50px;
    max-width: 100%;
  }
  .img__text_promo{
    max-width: 100%;
  }
}
/* /DESKTOP -------------------------------------------- */

/* ======================================================
  /MAIN BOX
====================================================== */


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

.text_headline {
  color: #5F48E0;

}

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




.faq .btn-register {
  border-radius: 100px;
  background: #5F48E0;
  max-width: 415px;
  height: 102px;
  line-height: 102px;
  text-decoration: none;
  color: white;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.12px;
}

.faq__betsul-seal{
  width: 131px;
}
.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__list {
    max-width: 293px;
    margin: auto;
    margin-bottom: 50px;
  }

  .faq .faq__list .faq__list__item {
    margin-bottom: 25px;
  }

  .faq .faq__list .faq__list__item:last-of-type {
    margin-bottom: 0;
  }

  .faq .faq__betsul-seal-container {
    flex-direction: column;
  }

  .faq .faq__list .faq__list__item .faq__list__item__title {
    text-align: left;
    display: flex;
    justify-content: center;
  }

  .faq .faq__list .faq__list__item .faq__list__item__icon img {
    margin-bottom: 10px;
  }
  .faq .faq__list .faq__list__item .faq__list__item__icon .beto img {
    height: 65px;
  }
  .faq .faq__list .faq__list__item .faq__list__item__icon .yt img {
    height: 45px;
  }

  .faq .faq__list .faq__list__item .faq__list__item__icon .ra img {
    height: 53px;
  }

  .faq .faq__list .faq__list__item .faq__list__item__title:before {
    content: '';
    background-image: url(./img/icon-checked.svg);
    background-size: contain;
    height: 21px;
    width: 21px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }

  .faq .btn-register {
    font-size: 21px;
    height: 48px;
    line-height: 48px;
    font-weight: 800;
    letter-spacing: -0.84px;
    max-width: 273px;
    margin-bottom: 40px;
  }
}

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

  .faq .faq__list {
    display: flex;
    gap: 36px;
    justify-content: space-between;
    margin-bottom: 96px;
  }
  
  .faq .faq__list .faq__list__item {
    border-radius: 50px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    box-shadow: 10px 13px #F4A100;
    width: 100%;
    height: 430px;
  
    text-align: center;
    font-size: 32px;
    /* font-weight: 800; */
    line-height: 42px; /* 93.333% */
    letter-spacing: -1.8px;
    color: #5F48E0;
  }

  .faq .faq__list .faq__list__item .faq__list__item__icon {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* /DESKTOP -------------------------------------------- */
/* ======================================================
  /FAQ
====================================================== */

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

.nosso_site > p {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  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: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-family: "Nunito", sans-serif;
}

.footer_betsul {
  display: block;
  align-self: center;
  padding-top: 25px;
}

.footer_social-network {
  padding-top: 25px;
}

.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_section {
  background-color: #5F48E0;
}

.bonus-info {
  color: #FFF;
  font-size: 16px;
  width: 60%;
  margin: auto;
  padding: 25px 0 10px 0;
}

.line-divide-footer {
  border-color: #FFFFFF;
  opacity: 0.5;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bonus-info {
    color: #FFF;
    font-size: 16px;
    width: 80%;
    margin: auto;
    padding: 25px 0 10px 0;
  }
}
/* ======================================================
  /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;
  }
}
