/* BODY, LAYOUTS */
/* BODY, LAYOUTS */
/* BODY, LAYOUTS */
/* BODY, LAYOUTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');

body {
  background: #f8f9f9;
  font-family: 'Montserrat', sans-serif;
}


/* APRESENTAÇÃO DA HOME */
/* APRESENTAÇÃO DA HOME */
/* APRESENTAÇÃO DA HOME */
/* APRESENTAÇÃO DA HOME */

.home-presentation {
  position: relative;
  height: auto;
  min-height: 650px;
  background-size: 140% auto;           /* ou 150%, 200%... */
  background-position: 100% center;     /* 100% = totalmente à direita */
}
.home-presentation .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(219, 52, 52, 0.3); /* rgba(52, 152, 219, .8); */ 
}

.home-presentation .middler {
  margin-top: 25vh;
}
.home-presentation .middler h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
  color: #fff;
  margin-bottom: 20px;
}
.home-presentation .middler h2 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.home-presentation .middler .form-inline {
  margin-bottom: 15px;
}
.home-presentation .middler a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.home-presentation .middler .form-input {
  padding: 15px 20px; 
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  color: #7c969d;
  border: 0;
  outline: 0;
  min-width: 420px;
}
.home-presentation .middler .btn-setup {
  padding: 15px 20px;
  border-radius: 10px;
  border: solid 2px #fff;
  background: transparent;
  font-size: 18px;
  color: #fff;
  margin-left: 8px;
  box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  transition: all ease .3s;
  text-decoration: none;
}
.home-presentation .middler .btn-setup:hover {
  background: #fff;
  color: #b92929;
}

/* APRESENTAÇÃO DE JOGOS */
/* APRESENTAÇÃO DE JOGOS */
/* APRESENTAÇÃO DE JOGOS */
/* APRESENTAÇÃO DE JOGOS */


.games-presentation {
  position: relative;
  height: auto;
  min-height: 580px;
  background-size: cover;
}
.games-presentation .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(219, 52, 52, 0.3); /* aquarium rgba(52, 83, 219, 0.8) */
}

.games-presentation .middler {
  margin-top: 25vh;
}
.games-presentation .middler h1 {
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
  color: #fff;
  margin-bottom: 20px;
}
.games-presentation .middler h2 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.games-presentation .middler .form-inline {
  margin-bottom: 15px;
}
.games-presentation .middler a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.games-presentation .middler .form-input {
  padding: 15px 20px; 
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  color: #7c969d;
  border: 0;
  outline: 0;
  min-width: 420px;
}
.games-presentation .middler .btn-setup {
  padding: 15px 20px;
  border-radius: 10px;
  border: solid 2px #fff;
  background: transparent;
  font-size: 18px;
  color: #fff;
  margin-left: 8px;
  box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  transition: all ease .3s;
  text-decoration: none;
}
.games-presentation .middler .btn-setup:hover {
  background: #fff;
  color: #2980b9;
}


/* NAVBAR */
/* NAVBAR */
/* NAVBAR */
/* NAVBAR */
.menu {
  position: absolute !important;       /* ou .fixed-top se preferir usar classe do Bootstrap */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;                    /* valor alto para ficar acima de tudo */
  background: transparent !important;   /* remove qualquer fundo */
  border-bottom: none;
  transition: background 0.4s ease;     /* opcional: para mudar cor depois se quiser */
}
/* Se o dropdown ficar escondido atrás de outros elementos */
.menu .dropdown-menu {
  z-index: 1050 !important;   /* já tem algo parecido no seu css, mantenha alto */
}


.menu.fixed-top {
  background: transparent !important;
}

/* Quando quiser um fundo ao rolar (opcional - efeito comum) */
.menu.scrolled {
  background: rgba(0, 0, 0, 0.6) !important;   /* ou rgba(30,30,30,0.7) */
  backdrop-filter: blur(10px);                 /* efeito vidro fosco */
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.15);
}

.menu .nav-login {
  background: transparent;
  padding: 3px 15px;
  border-radius: 5px;
  margin-right: 15px;
}
.menu .nav-login .nav-link {
  color: #fff;
  font-weight: 600;
}
.menu .nav-register {
  background: #fff;
  padding: 3px 15px;
  border-radius: 50px;
}
.menu .nav-register .nav-link {
  color: #db3434;
  font-weight: 600;
}
.menu .nav-link {
  font-size: 14px;
}

/* Glassmorphism no dropdown (mantém igual) */
.menu .dropdown-menu.jogos-grid {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin-top: 10px;
  min-width: 520px;              /* Desktop: bom tamanho */
  z-index: 1050 !important;          /* Maior que o padrão 1000 do Bootstrap */
  position: absolute;                /* Já é, mas reforça */    
}

/* Grid 2x2 */
.jogos-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Card e imagem (mantém) */
.game-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s ease;
}

.game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.game-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.game-title {
  position: absolute;
  bottom: 16px;
  left: 20px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0,0,0,0.8);
  pointer-events: none;
}



/* RESPONSIVO: Mobile (telas < 576px) */
@media (max-width: 575.98px) {  /* Bootstrap lg breakpoint é 992px, mas usamos sm/md para dropdown */
  .menu .dropdown-menu.jogos-grid {
    min-width: unset !important;          /* Remove largura fixa */
    width: 100% !important;               /* Ocupa toda a largura disponível */
    margin: 0;                            /* Remove margens extras no mobile */
    border-radius: 10px;                     /* Opcional: remove bordas arredondadas para "full-width" feel */
    box-shadow: none;                     /* Remove sombra pesada no mobile para melhor performance */
    background: rgba(255, 255, 255, 1); /* Um pouco mais opaco no mobile para legibilidade */
    padding: 15px;
  }

  .navbar-nav  {
      background: rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 20px;
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  }

  .jogos-grid-inner {
    grid-template-columns: 1fr;           /* Volta para 1 coluna no mobile */
    gap: 15px;
  }

  .game-img {
    height: 180px;                        /* Aumenta altura no mobile para melhor visualização */
  }

  .game-title {
    font-size: 22px;                      /* Texto maior no mobile */
    left: 20px;
    bottom: 20px;
  }

  /* Garante que cliques funcionem em touch */
  .game-card {
    touch-action: manipulation;           /* Melhora resposta ao toque */
  }
}

/* PLANOS */
/* PLANOS */
/* PLANOS */
/* PLANOS */

.plan {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 25px;
  z-index: 100;
  -webkit-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  -moz-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  transition: .3s all ease-in-out;
}

.plan:hover {
  transform: scale(1.02);
}

.plan .plan-name {
  font-size: 24px;
  font-weight: 100;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.plan .plan-price {
  font-size: 52px;
  font-weight: 700;
  color: #3498db;
  margin-bottom: 22px;
  text-align: center;
}
.plan .plan-price small {
  font-size: 20px;
  margin-right: 5px;
}
.plan .plan-info {
  color: #3498db;
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.plan .plan-description {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan .plan-description li {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-bottom: 10px;
}

/* GERAIS */
/* GERAIS */
/* GERAIS */


.email-sugg {
  color: #ccc;
}

.payments {
  position: relative;
  padding: 45px 0;
  background: #fff;
}
.payments .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.payments .payments-title {
  font-size: 28px;
  color: rgba(0, 0, 0, .8);
}
.payments .payments-counter {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.payments .payment-number {
  padding: 25px 20px;
  margin-left: 10px;
  background: rgba(0,0,0,.1);
  font-weight: 600;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -webkit-box-shadow: 0 13px 13px rgba(166, 165, 169, 0.1);
  -moz-box-shadow: 0 13px 13px rgba(166, 165, 169, 0.1);
  box-shadow: 0 13px 13px rgba(166, 165, 169, 0.1);
}

.browser-mockup {
  border-top: 2em solid rgba(230, 230, 230, .7);
  box-shadow: 0 0.1em 0.4em 0 rgba(0, 0, 0, .2);
  position: relative;
  border-radius: 3px 3px 0 0;
  margin: 0;
  flex: 1;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #fb5, 3em 0 0 2px #9b3;
}




.plan {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 25px;
  z-index: 100;
  -webkit-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  -moz-box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  transition: .3s all ease-in-out;
}


.plan:hover {
  transform: scale(1.02);
}

.plan .plan-name {
  font-size: 24px;
  font-weight: 100;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.plan .plan-price {
  font-size: 52px;
  font-weight: 700;
  color: #3498db;
  margin-bottom: 22px;
  text-align: center;
}
.plan .plan-price small {
  font-size: 20px;
  margin-right: 5px;
}
.plan .plan-info {
  color: #3498db;
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.plan .plan-description {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan .plan-description li {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-bottom: 10px;
}
.email-sugg {
  color: #ccc;
}

.payments {
  position: relative;
  padding: 45px 0;
  background: #fff;
}
.payments .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.payments .payments-title {
  font-size: 28px;
  color: rgba(0, 0, 0, .8);
}
.payments .payments-counter {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.payments .payment-number {
  padding: 25px 20px;
  margin-left: 10px;
  background: rgba(0,0,0,.1);
  font-weight: 600;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -webkit-box-shadow: 0 13px 13px rgba(166, 165, 169, 0.1);
  -moz-box-shadow: 0 13px 13px rgba(166, 165, 169, 0.1);
  box-shadow: 0 13px 13px rgba(166, 165, 169, 0.1);
}

.browser-mockup {
  border-top: 2em solid rgba(230, 230, 230, .7);
  box-shadow: 0 0.1em 0.4em 0 rgba(0, 0, 0, .2);
  position: relative;
  border-radius: 3px 3px 0 0;
  margin: 0;
  flex: 1;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #fb5, 3em 0 0 2px #9b3;
}

.features, .stars {
  padding: 2rem 0; /* 0px 0 */
}
.stars {
  background: #fff;
}

.gradient-card {
  padding: 1.8em;
  background: linear-gradient(87deg, #ff6d6d, #f59477) !important;
  color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 13px 13px rgba(166, 165, 169, 0.3);
  -moz-box-shadow: 0 13px 13px rgba(166, 165, 169, 0.3);
  box-shadow: 0 13px 13px rgba(166, 165, 169, 0.3);
  margin-bottom: 1rem;
}

.footer {
  padding: 45px 0;
  background: #f4f5f7!important;
}




.info-tag {
      background-color: #fceeee;           /* cinza bem claro (quase branco) */
      color: #212529;                      /* texto quase preto */
      border-radius: 12px;                 /* cantos arredondados */
      padding: 14px 24px;
      max-width: 90%;                    /* controla a largura máxima */
      font-size: 1.1rem;
      font-weight: 500;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* sombra leve */
    }
.text-deep-dark {
    color: #541e1e;
}










#pricing{
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#pricing .bg-color{
  background-color: #d6e0f5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transform: skewY(-10deg) scaleY(0.7);
  transform: skewY(-10deg) scaleY(0.7);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: -1;
}
.pricing-box{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-box:hover{
  /*transform: scale(1.02);*/
}
.pricing-box .pricing-content{
  border: 1px solid #e0e0e8;
  background-color: #fcfcfd;
  -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 9px 18px rgba(0,0,0,0.08);
  box-shadow: 0 9px 18px rgba(0,0,0,0.08);
  border-radius: 10px;
  position: relative;
  padding: 70px 27px 27px 27px;
}
.pricing-box.pricing-box-simple .pricing-content{
  -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.0);
  -moz-box-shadow: 0 9px 18px rgba(0,0,0,0.0);
  box-shadow: 0 9px 18px rgba(0,0,0,0.0);
}
.pricing-box.no-icon .pricing-content{
  padding: 40px 27px 27px 27px;
}
.pricing-box:hover .pricing-content{
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 9px 48px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 9px 48px rgba(0,0,0,0.12);
  box-shadow: 0 9px 48px rgba(0,0,0,0.12);
}
.pricing-box.pricing-box-simple:hover .pricing-content{
  -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.0);
  -moz-box-shadow: 0 9px 18px rgba(0,0,0,0.0);
  box-shadow: 0 9px 18px rgba(0,0,0,0.0);
}
.pricing-box .pricing-content .pricing-icon{
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  margin-left: -44px;
  top: -44px;
  border-radius: 200px;
  overflow: hidden;
  z-index: 100;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon{
  width: 76px;
  height: 76px;
  margin-left: -38px;
  top: -38px;
}
.pricing-box:hover .pricing-content .pricing-icon .special-gradiant{
  animation-name: little-move;
}
.pricing-box .pricing-content .pricing-icon .htfy{
  color: #ffffff;
  font-size: 45px;
  margin-top: 21px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy{
  font-size: 33px;
}
.pricing-box .pricing-content .pricing-icon .htfy-technology{
  margin-top: 26px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy-technology{
  margin-top: 23px;
}
.pricing-box .pricing-content .pricing-icon .fa{
  color: #ffffff;
  font-size: 40px;
  margin-top: 25px;
}
.pricing-box .pricing-content .pricing-icon img{
  position: absolute;
  width: 50px;
  height: 43px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -22px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .fa{
  font-size: 28px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy{
  color: #a1a1a1;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .fa{
  color: #a1a1a1;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon img{
  -webkit-filter: grayscale(100%) brightness(88%);
  filter: grayscale(100%) brightness(88%);
}
.pricing-box.pricing-color1 .pricing-content .pricing-icon{
  background-color: #756de7;
}
.pricing-box.pricing-color2 .pricing-content .pricing-icon{
  background-color: #5d9cec;
}
.pricing-box.pricing-color3 .pricing-content .pricing-icon{
  background-color: #65d692;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon{
  border: 1px solid #e0e0e8;
  background-color: #fcfcfd;
}

.pricing-box.pricing-box-simple.pricing-color1:hover .pricing-content .pricing-icon{
  border-color: #756de7;
  background-color: #eae8ff;
  transition: 0.3s;
}

.pricing-box.pricing-box-simple.pricing-color1:hover .pricing-content .pricing-icon img{
  -webkit-filter: none;
  filter: none;
}
.pricing-box.pricing-box-simple.pricing-color2:hover .pricing-content .pricing-icon{
  border-color: #5d9cec;
  background-color: #e4f0ff;
}
.pricing-box.pricing-box-simple.pricing-color3:hover .pricing-content .pricing-icon{
  border-color: #59d75d;
  background-color: #e3ffe5;
}
.pricing-box.pricing-box-simple:before{
  position: absolute;
  top: 54px;
  right: 84px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
.pricing-box.pricing-box-simple:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.pricing-box.pricing-box-simple.pricing-color1:before{
  color: #756de7;
}
.pricing-box.pricing-box-simple.pricing-color2:before{
  color: #5d9cec;
}
.pricing-box.pricing-box-simple.pricing-color3:before{
  color: #59d75d;
}

.pricing-box.pricing-box-simple:after{
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f3d59;
  top: 55px;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.pricing-box.pricing-box-simple:hover:after{
  right: 26px;
  opacity: 1;
}
.pricing-box.featured .pricing-content:after{
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 20px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 2px 5px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pricing-box.featured:hover .pricing-content:after{
  padding: 4px 5px;
}
.pricing-box.featured.pricing-color1 .pricing-content:after{
  background-color: #756de7;
}
.pricing-box.featured.pricing-color2 .pricing-content:after{
  background-color: #5d9cec;
}
.pricing-box.featured.pricing-color3 .pricing-content:after{
  background-color: #65d692;
}
.pricing-box .pricing-content .pricing-title{
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-box.pricing-color1 .pricing-content .pricing-title{
  color: #756de7;
}
.pricing-box.pricing-color2 .pricing-content .pricing-title{
  color: #5d9cec;
}
.pricing-box.pricing-color3 .pricing-content .pricing-title{
  color: #65d692;
}
.pricing-box .pricing-content .pricing-price{
  font-size: 17px;
  color: #a3a3a3;
}
.pricing-box .pricing-content .pricing-details{
  text-align: left;
}
.pricing-box .pricing-content .pricing-details ul{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pricing-box .pricing-content .pricing-details ul li{
  font-size: 18px;
  color: #777493;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.pricing-box .pricing-content .pricing-details ul li:hover{
  padding-left: 27px;
}
.pricing-box .pricing-content .pricing-details ul li:before{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-box .pricing-content .pricing-details ul li:hover:before{
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.pricing-box.pricing-color1 .pricing-content .pricing-details ul li:before{
  background-color: #6de7a0;
  -webkit-box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
  box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
  
}

.pricing-box.pricing-color2 .pricing-content .pricing-details ul li:before{
  background-color: #5d9cec;
  -webkit-box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
  box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
}
.pricing-box.pricing-color3 .pricing-content .pricing-details ul li:before{
  background-color: #65d692;
  -webkit-box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
  box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
}

.pricing-box .pricing-content .pricing-details ul li.not-included{
  color: #bbbac1;
}
.pricing-box .pricing-content .pricing-details ul li.not-included:before{
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.pricing-box .pricing-content .pricing-link a{
  color: #66556b;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
}
.pricing-box.pricing-color1 .pricing-content .pricing-link a{
  color: #ffffff;
  background-color: #756de7;
}
.pricing-box.pricing-color1 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color1 .pricing-content .pricing-link a:focus{
  color: #ffffff;
  background-color: #6861d8;
}
.pricing-box.pricing-color2 .pricing-content .pricing-link a{
  color: #ffffff;
  background-color: #5d9cec;
}
.pricing-box.pricing-color2 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color2 .pricing-content .pricing-link a:focus{
  color: #ffffff;
  background-color: #528fdb;
}
.pricing-box.pricing-color3 .pricing-content .pricing-link a{
  color: #ffffff;
  background-color: #65d692;
}
.pricing-box.pricing-color3 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color3 .pricing-content .pricing-link a:focus{
  color: #ffffff;
  background-color: #5cc686;
}

#page-icon .pricing-icon{
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  margin-left: -44px;
  top: -44px;
  border-radius: 200px;
  overflow: hidden;
  z-index: 100;
}
#page-icon:hover .pricing-icon .special-gradiant{
  animation-name: little-move;
}
#page-icon .pricing-icon .htfy{
  color: #ffffff;
  font-size: 45px;
  margin-top: 21px;
}
#page-icon .pricing-icon .htfy-technology{
  margin-top: 26px;
}
#page-icon .pricing-icon .fa{
  color: #ffffff;
  font-size: 40px;
  margin-top: 25px;
}
#page-icon .pricing-icon.pricing-color1{
  background-color: #756de7;
}
#page-icon .pricing-icon.pricing-color2{
  background-color: #5d9cec;
}
#page-icon .pricing-icon.pricing-color3{
  background-color: #65d692;
}#pricing{
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#pricing .bg-color{
  background-color: #d6e0f5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transform: skewY(-10deg) scaleY(0.7);
  transform: skewY(-10deg) scaleY(0.7);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: -1;
}
.pricing-box{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-box:hover{
  /*transform: scale(1.02);*/
}
.pricing-box .pricing-content{
  border: 1px solid #e0e0e8;
  background-color: #fcfcfd;
  -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 9px 18px rgba(0,0,0,0.08);
  box-shadow: 0 9px 18px rgba(0,0,0,0.08);
  border-radius: 10px;
  position: relative;
  padding: 70px 27px 27px 27px;
}
.pricing-box.pricing-box-simple .pricing-content{
  -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.0);
  -moz-box-shadow: 0 9px 18px rgba(0,0,0,0.0);
  box-shadow: 0 9px 18px rgba(0,0,0,0.0);
}
.pricing-box.no-icon .pricing-content{
  padding: 40px 27px 27px 27px;
}
.pricing-box:hover .pricing-content{
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 9px 48px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 9px 48px rgba(0,0,0,0.12);
  box-shadow: 0 9px 48px rgba(0,0,0,0.12);
}
.pricing-box.pricing-box-simple:hover .pricing-content{
  -webkit-box-shadow: 0 9px 18px rgba(0,0,0,0.0);
  -moz-box-shadow: 0 9px 18px rgba(0,0,0,0.0);
  box-shadow: 0 9px 18px rgba(0,0,0,0.0);
}
.pricing-box .pricing-content .pricing-icon{
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  margin-left: -44px;
  top: -44px;
  border-radius: 200px;
  overflow: hidden;
  z-index: 100;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon{
  width: 76px;
  height: 76px;
  margin-left: -38px;
  top: -38px;
}
.pricing-box:hover .pricing-content .pricing-icon .special-gradiant{
  animation-name: little-move;
}
.pricing-box .pricing-content .pricing-icon .htfy{
  color: #ffffff;
  font-size: 45px;
  margin-top: 21px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy{
  font-size: 33px;
}
.pricing-box .pricing-content .pricing-icon .htfy-technology{
  margin-top: 26px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy-technology{
  margin-top: 23px;
}
.pricing-box .pricing-content .pricing-icon .fa{
  color: #ffffff;
  font-size: 40px;
  margin-top: 25px;
}
.pricing-box .pricing-content .pricing-icon img{
  position: absolute;
  width: 50px;
  height: 43px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -22px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .fa{
  font-size: 28px;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy{
  color: #a1a1a1;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon .fa{
  color: #a1a1a1;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon img{
  -webkit-filter: grayscale(100%) brightness(88%);
  filter: grayscale(100%) brightness(88%);
}
.pricing-box.pricing-color1 .pricing-content .pricing-icon{
  background-color: #756de7;
}
.pricing-box.pricing-color2 .pricing-content .pricing-icon{
  background-color: #5d9cec;
}
.pricing-box.pricing-color3 .pricing-content .pricing-icon{
  background-color: #65d692;
}
.pricing-box.pricing-box-simple .pricing-content .pricing-icon{
  border: 1px solid #e0e0e8;
  background-color: #fcfcfd;
}

.pricing-box.pricing-box-simple.pricing-color1:hover .pricing-content .pricing-icon{
  border-color: #756de7;
  background-color: #eae8ff;
}
.pricing-box.pricing-box-simple.pricing-color2:hover .pricing-content .pricing-icon{
  border-color: #5d9cec;
  background-color: #e4f0ff;
}
.pricing-box.pricing-box-simple.pricing-color3:hover .pricing-content .pricing-icon{
  border-color: #59d75d;
  background-color: #e3ffe5;
}
.pricing-box.pricing-box-simple:before{
  position: absolute;
  top: 54px;
  right: 84px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
.pricing-box.pricing-box-simple:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.pricing-box.pricing-box-simple.pricing-color1:before{
  color: #756de7;
}
.pricing-box.pricing-box-simple.pricing-color2:before{
  color: #5d9cec;
}
.pricing-box.pricing-box-simple.pricing-color3:before{
  color: #59d75d;
}

.pricing-box.pricing-box-simple:after{
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f3d59;
  top: 55px;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.pricing-box.pricing-box-simple:hover:after{
  right: 26px;
  opacity: 1;
}
.pricing-box.featured .pricing-content:after{
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 20px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 2px 5px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pricing-box.featured:hover .pricing-content:after{
  padding: 4px 5px;
}
.pricing-box.featured.pricing-color1 .pricing-content:after{
  background-color: #756de7;
}
.pricing-box.featured.pricing-color2 .pricing-content:after{
  background-color: #5d9cec;
}
.pricing-box.featured.pricing-color3 .pricing-content:after{
  background-color: #65d692;
}
.pricing-box .pricing-content .pricing-title{
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-box.pricing-color1 .pricing-content .pricing-title{
  color: #756de7;
}
.pricing-box.pricing-color2 .pricing-content .pricing-title{
  color: #5d9cec;
}
.pricing-box.pricing-color3 .pricing-content .pricing-title{
  color: #65d692;
}
.pricing-box .pricing-content .pricing-price{
  font-size: 17px;
  color: #a3a3a3;
}
.pricing-box .pricing-content .pricing-details{
  text-align: left;
}
.pricing-box .pricing-content .pricing-details ul{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pricing-box .pricing-content .pricing-details ul li{
  font-size: 18px;
  color: #777493;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.pricing-box .pricing-content .pricing-details ul li:hover{
  padding-left: 27px;
}

.pricing-box .pricing-content .pricing-details ul li:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  
.pricing-box .pricing-content .pricing-details ul li:hover:before{
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.pricing-box.pricing-color1 .pricing-content .pricing-details ul li:before{
  background-color: #756de7;
  -webkit-box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
  box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
  
}
.pricing-box.pricing-color2 .pricing-content .pricing-details ul li:before{
  background-color: #5d9cec;
  -webkit-box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
  box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
}
.pricing-box.pricing-color3 .pricing-content .pricing-details ul li:before{
  background-color: #65d692;
  -webkit-box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
  box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
}

.pricing-box .pricing-content .pricing-details ul li.not-included{
  color: #bbbac1;
}
.pricing-box .pricing-content .pricing-details ul li.not-included:before{
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.pricing-box .pricing-content .pricing-link a{
  color: #66556b;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
}
.pricing-box.pricing-color1 .pricing-content .pricing-link a{
  color: #ffffff;
  background-color: #756de7;
}
.pricing-box.pricing-color1 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color1 .pricing-content .pricing-link a:focus{
  color: #ffffff;
  background-color: #6861d8;
}
.pricing-box.pricing-color2 .pricing-content .pricing-link a{
  color: #ffffff;
  background-color: #5d9cec;
}
.pricing-box.pricing-color2 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color2 .pricing-content .pricing-link a:focus{
  color: #ffffff;
  background-color: #528fdb;
}
.pricing-box.pricing-color3 .pricing-content .pricing-link a{
  color: #ffffff;
  background-color: #65d692;
}
.pricing-box.pricing-color3 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color3 .pricing-content .pricing-link a:focus{
  color: #ffffff;
  background-color: #5cc686;
}

#page-icon .pricing-icon{
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  margin-left: -44px;
  top: -44px;
  border-radius: 200px;
  overflow: hidden;
  z-index: 100;
}
#page-icon:hover .pricing-icon .special-gradiant{
  animation-name: little-move;
}
#page-icon .pricing-icon .htfy{
  color: #ffffff;
  font-size: 45px;
  margin-top: 21px;
}
#page-icon .pricing-icon .htfy-technology{
  margin-top: 26px;
}
#page-icon .pricing-icon .fa{
  color: #ffffff;
  font-size: 40px;
  margin-top: 25px;
}
#page-icon .pricing-icon.pricing-color1{
  background-color: #756de7;
}
#page-icon .pricing-icon.pricing-color2{
  background-color: #5d9cec;
}
#page-icon .pricing-icon.pricing-color3{
  background-color: #65d692;
}

.ybtn{
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 26px;
  margin: 5px 10px;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.ybtn:hover,
.ybtn:focus{
  text-decoration: none;
}

.custom-col {
  padding-left: 5px;
  padding-right: 5px;
}

.recomendation-player {
padding: 5px 5px;
background: #9f1a1a;
margin: 0px 0px 10px;
color: #FFF;
border-radius: 5px;
}

.player-indicate {
  padding: 15px 5px;
  /* background: #9f1a1a; */
  margin: 0px 0px 10px;
  color: #5f5d5d;
  border-radius: 5px;
}

.player-indicate-recommend {
  padding: 30px 5px;
  /* background: #9f1a1a; */
  color: #5f5d5d;
  border-radius: 5px;
}

/* PAINEL DISCORD */
.early-offer {
  padding: 20px 20px 10px 20px;
  background-color: #cb56c5;
  background-image: url(../images/wave.svg);
  background-repeat: repeat;
  border-radius: 10px;
  margin-bottom: 50px;
}

.offer-left {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
}



.power-area-side-shape:before {
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  z-index: -1;
  background-position:left top;
}
.power-area-side-shape:after {
  position: absolute;
  top: 5%;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right bottom;
}

.power-area .pricing-btn.blue-btn {    
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #3464e0;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  padding: 16px 35px 14px 35px;
  margin-top: 10px;
}
.power-area .pricing-btn.blue-btn i {
  margin-left: 10px;
}
.blue-btn:hover{
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}


/*----------------------------------------
           POWER ONE STYLE
------------------------------------------*/
.power-area {
  padding: 120px 0px 130px 0px;
}
.power-area {
  padding: 60px 0px 100px 0px;
  position: relative;
  z-index: 1;
  z-index: 0;
  overflow: hidden;
}
.power-area:after {
  position: absolute;
  top: 20px;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-image: url(asset/img/bg/powre-area-m-2-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  left: -44px;
  right: auto;
}
.power-area .power-left {
  text-align: left;
}
.power-left {
  text-align: right;
}
.power-area .power-left {
  text-align: left;
  background-image: url(asset/img/bg/power-left-bg.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: left center;
  background-size: 95%;
  left: -15px;
  top:-70px;
  overflow: hidden;
}
.power-area-2 .power-left {
  text-align: right;
  background-image: url(asset/img/bg/power-left-bg-2.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: right center;
  background-size: 95%;
  right: -7px;
  top: -70px;
  left: auto;
  overflow: hidden;
}

.power-area .power-left .clouds img {
  left: auto;
  position: absolute;
  right: 0;
  z-index: -1;
  max-width: 32%;
  top: 0;
}
.power-area .power-left .clouds img.cloud1 {
  top: -90px;
}
.power-area .power-left .clouds img.cloud6 {
  top: 10px;
}
.power-area .power-left .clouds img.cloud3 {
  top: -35px;
}
.power-area .power-left .clouds img.cloud4 {
  top: 60px
}

.power-area-2 .power-left img {
  padding: 120px 50px 0px 0px;
  overflow: hidden;
  left: 0;
  right: auto;
  position: inherit;
}
.power-area-2 {
  margin-top: 30px;
}
.power-right h2 {
  margin: 10px 0px 30px 0px;
  font-size: 30px;
  color: #3a4368;
}
.power-right h4 {
  font-size: 16px;
  font-weight: 700;
  color: #3464e0;
}
.power-area-2 .power-right h2 {
  margin: 0px 0px 30px 0px;
}
.power-area-2 .power-right h2 {
  margin: 10px 0px 30px 0px;
}

.power-right p {
  font-size: 16px;
  color: #3a4368;
  line-height: 26px;
  margin-bottom: 30px;
}

.power-list {
  margin: 25px 0px 0px 0px;
}
.power-list ul {
  margin:0;
  padding: 0;
  list-style: none;
}

.col-md-6.pr-0 {
  padding: 0;
}
  .col-md-6.pl-0{
      padding: 0;
  }


.power-list li {
  display: block;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #3a4368;
  margin: 10px 0px 0px 0px;
  position: relative;
  padding: 0px 0px 0px 35px;
}
.power-list li:before{  
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "\f192";
font-family:FontAwesome;
color: #3464e0;
 font-size: 14px;
}
.feature-one-right {
  padding: 115px 0;

}
.feature-one-left {
  padding-top: 160px;
  padding-bottom: 180px;
}

.feature-one-left .pricing-amount {
  border: none;
  padding-bottom: 0;
}
.feature-one-left h2 {
  font-size: 30px;
  color: #3a4368 ;
  margin-bottom: 33px;
}

.feature-one-left p {
  font-size: 16px;
  color: #536d87;
  margin-bottom: 16px;
  line-height: 26px;
}

.feature-one-left .Homepage-1-amount span:after {
  bottom: 7px;
  content: "/Monthly";
}
.feature-one-left .Homepage-1-amount span:before {
  top: 7px;
  left: -14px;
  content: "$";
}
a.pricing-btn {
  font-size: 14px;
  margin-bottom: 10px;
}

.text-red {
  color: #ff0000 !important;
}
.text-darkred {
  color: #a51717 !important;
}

.text-black {
  color: #0b0606 !important;
}
/**
* SITE PLANS
*/
.site-plans {
  position: relative;
  padding: 45px 0 10px;
}
.site-plans .plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 45px 10px;
  box-shadow: 0 70px 45px -40px rgba(0, 0, 0, 0.1),
    0 10px 30px -5px rgba(0, 0, 0, 0.175);
  border-radius: 8px;
}
.site-plans .plan .plan-title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #2b223d;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.site-plans .plan .plan-price {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 25px;
}
.site-plans .plan .plan-price span {
  font-size: 36px;
  font-weight: 900;
  color: #000;
}
.site-plans .plan ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.site-plans .plan ul li {
  margin: 3px 0;
  color: #616161;
  font-size: 16px;
  font-weight: 600;
}
.site-plans .plan ul li i {
  color: #c42727;
  margin-right: 5px;
}
.site-plans .plan button {
  background: #c42727;
  border: none;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}
.site-plans .plan-recommed {
  transform: scale(1.08);
  background-color: #c42727;
}
.site-plans .plan-recommed button {
  background-color: #fff;
  color: #c42727;
}
.site-plans .plan-recommed ul li {
  color: rgba(255, 255, 255, 0.8);
}
.site-plans .plan-recommed ul li i {
  color: rgba(255, 255, 255, 1);
}
.site-plans .plan-recommed .plan-title {
  color: rgba(255, 255, 255, 0.7);
}
.site-plans .plan-recommed .plan-price {
  color: rgba(255, 255, 255, 0.4);
}
.site-plans .plan-recommed .plan-price span {
  color: #fff;
}

.trustpilot {
  padding: 30px 5px 30px 5px;
}
.btn-trustpilot {
  padding: 15px 20px;
  border-radius: 10px;
  border: solid 2px #fff;
  background: transparent;
  font-size: 18px;
  color: rgb(250, 50, 50);
  margin-left: 8px;
  box-shadow: 0 19px 19px rgba(166, 165, 169, 0.3);
  transition: all ease .3s;
  text-decoration: none;
}
.btn-trustpilot:hover {
  background: #fff;
  color: #b92929;
}

/*----------------------------------------
27. FAQ PAGE STYLE
------------------------------------------*/
.faq-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f9fb;
}
.faq-area .card {
  margin-top: 30px;
  border: 0 none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-left: 2px solid#e03434;
}

.faq-area .card{
  box-shadow: none;
}
.faq-area .card-header {
  background: #fff none repeat scroll 0 0;
  padding: 0;
  border-bottom: 1px solid#cccccc;
}



.faq-area .card-header a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #4c5462;
  font-weight: 500;
}

.faq-area .card-header a i{
  border-radius: 100px;
  color: #e03434;
  display: block;
  float: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.imagem-sequencia {
 padding: 40px 0px 40px;
 display: flex;
flex-wrap: wrap;
justify-content: center;
}

.imagem-sequencia img {
margin-right: 30px;
filter: grayscale(100%);
transition: all 0.3s ease-in-out;
width: 10%;
height: 10%;
}

.imagem-sequencia img:hover {
filter: grayscale(0%);
}

.imagem-default {
  padding: 5px 0px 40px;
  display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

.imagem-default img {
 margin-right: 30px;
 width: 10%;
 height: 10%;
}


.faq-area .card-header a.collapsed i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-area #accordion .card-body, .faq-area #accordion2 .card-body {
  border: 0 none;
  padding: 15px 12px 25px 15px;
  margin: 0;
  font-size: 14px;
  color: #3e445b;
}


.faq-area .section-title {
  text-align: center;
}



/* Versão Mobile */
@media (max-width: 768px) {
  .home-presentation {
    min-height: 500px; /* Ajusta a altura da imagem de fundo */
    background-position: center; /* Ajusta o posicionamento da imagem */
  }

  .home-presentation .middler {
    margin-top: 15vh; /* Menor espaço superior */
    text-align: center; /* Centraliza o conteúdo */
  }

  .home-presentation .middler h1 {
    font-size: 30px; /* Tamanho de fonte ajustado para telas pequenas */
    line-height: 35px;
  }

  .home-presentation .middler h2 {
    font-size: 12px; /* Menor fonte para subtítulo */
  }

  .home-presentation .middler .form-inline {
    margin-bottom: 10px; /* Ajusta o espaçamento entre elementos */
  }

  .home-presentation .middler .form-input {
    min-width: 280px; /* Ajusta a largura do campo de entrada */
    font-size: 16px; /* Ajusta o tamanho da fonte */
    padding: 12px 15px; /* Menor padding */
  }

  .home-presentation .middler .btn-setup {
    font-size: 16px; /* Tamanho do botão ajustado */
    padding: 12px 15px; /* Ajusta o padding */
    min-width: 280px; /* Ajusta a largura do botão */
    margin-top: 10px; /* Espaço entre o botão e o campo de entrada */
  }

  .footer-img {
    width: 50%; /* Ajuste a largura para 50% ou qualquer valor desejado */
    max-width: 80px; /* Limite máximo de largura, pode ser ajustado */
    margin: 0 auto; /* Centraliza a imagem */
    display: block; /* Garante que a imagem seja exibida como bloco */
  }


  .games-img {
    max-width: 60%;
  }
  .games-presentation {
    min-height: 500px; /* Ajusta o tamanho da imagem de fundo */
    background-position: center;
  }

  .games-presentation .middler {
    margin-top: 25vh; /* Ajusta o espaço superior */
    text-align: center; /* Centraliza o texto */
  }

  .games-presentation .middler h1 {
    font-size: 30px; /* Tamanho menor no mobile */
    line-height: 35px; /* Ajusta o espaçamento das linhas */
  }

  .games-presentation .middler h2 {
    font-size: 12px; /* Menor tamanho para o subtítulo */
  }

  .games-presentation .middler .form-inline {
    margin-bottom: 10px;
  }

  .games-presentation .middler .form-input {
    min-width: 280px; /* Ajusta o tamanho da caixa de texto no mobile */
    font-size: 16px; /* Tamanho de fonte ajustado */
    padding: 12px 15px; /* Menor padding */
  }

  .games-presentation .middler .btn-setup {
    font-size: 16px; /* Botão com fonte menor */
    padding: 12px 15px; /* Ajuste no padding */
    min-width: 280px; /* Tamanho ajustado para o botão */
    margin-top: 10px; /* Espaço entre o botão e a caixa de texto */
  }



}