@media screen and (min-width: 375px) {
  /* =========================== 
        Navbar
    ========================== */
  .navbar {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: 85px;
    padding: 0;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }

  .sticky + .content {
    padding-top: 60px;
  }

  #deskNav .navbar-nav,
  #deskNav .navbar-collapse {
    height: inherit;
    align-items: center;
  }

  #deskNav .navbar-nav {
    height: inherit;
    line-height: 85px;
  }

  .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
    line-height: 25px;
  }

  #deskNav .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block;
    height: 100%;
    padding: 0 15px;
  }

  #deskNav .navbar-nav .nav-link:hover {
    background-color: var(--bg-preto-50);
  }

  /* Cadastre-se ou Login */
  .nav-user {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .nav-user .btn-login {
    width: 100px;
    height: 40px;
    font-weight: 450;
  }

  /* Logo  */
  .navbar .navbar-brand {
    display: none;
  }

  /* =========================== 
        Modal Login
    ========================== */

  /* Networks Login */
  .social_login {
    margin-top: 1rem;
  }

  .social_login .btn_network {
    max-width: 370px;
    height: 46px;
    margin: 7px auto;
    line-height: 46px;
    text-indent: 5rem;
    display: block;
  }

  .social_login .btn_facebook {
    background: url(../images/facebook_btn.png) no-repeat;
  }

  .social_login .btn_google {
    background: url(../images/google_btn.png) no-repeat;
  }

  /* divisor ou */

  .divider_or {
    max-width: 370px;
    position: relative;
    text-align: center;
    margin: 10px auto;
  }

  .divider_or::before {
    left: 0;
  }

  .divider_or::after {
    right: 0;
  }

  .divider_or::before,
  .divider_or::after {
    width: 42%;
    height: 1px;
    top: 50%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
  }

  /* Form login */
  .input-container {
    max-width: 370px;
    margin: auto;
  }

  /* Labels  */

  .input-container label {
    top: 50%;
  }

  /* submit */
  .submit_button {
    width: 130px;
    height: 45px;
    border-radius: 4px;
    background-color: var(--vermelho-5);
    color: #fff;
    font-weight: bold;
    margin: 7px auto;
    display: block;
  }

  /* Foto do usuário */
  .picture-user {
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .picture-user img {
    outline: 1px solid #A52A2A;
    filter: drop-shadow(0 0 11px rgba(76, 0, 255, 0.589));
  }

  .picture-user .picture-user-wrap .dropdown-menu {
    min-width: 230px;
    max-width: 100%;
    top: 62px;
    left: -5px;
  }

  .picture-user .picture-user-wrap .dropdown-menu::before {
    width: 100%;
    height: 30px;
    position: absolute;
    top: -25px;
    content: "";
  }

  .picture-user .picture-user-wrap {
    width: 100%;
    height: auto;
    display: block;
  }

  .picture-user-animation,
  .animation-user {
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    -webkit-mask-image: url(../images/square_mask.png);
    mask-image: url(../images/square_mask.png);
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    overflow: hidden;
    image-rendering: optimizeQuality;
  }

  .animation-user {
    animation-name: starRotation;
    animation-duration: 18s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-play-state: running;
    -webkit-mask-image: url(../images/star_mask.png);
    mask-image: url(../images/star_mask.png);
    image-rendering: optimizeQuality;
  }

  .animation-user-start {
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    animation-name: starRotation;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    mix-blend-mode: overlay;
    background: repeating-conic-gradient(rgb(76 0 255 / 18%) 0%, rgba(255, 184, 78, 0) 6%, rgb(76 0 255 / 18%) 10%, #4c00ff 26%, rgb(1 0 200 / 18%) 35%, #4c00ff 40%, rgb(76 0 255 / 18%) 60%, #4c00ff 82%, rgb(76 0 255 / 18%) 100%);
    overflow: hidden;
  }

  @keyframes starRotation {
    to {
      transform: rotate(1turn);
    }
  }

  .picture-user img {
    max-width: 100%;
    position: absolute;
    transition: transform 0.1s ease-in-out;
    vertical-align: top;
    box-shadow: 0 0 3px #0005;
    cursor: pointer;
  }

  /* =========================== 
      Header
    ========================== */
  header {
    height: 600px;
  }

  header .header-content {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }

  .header-content .header-section-1 .navbar-brand {
    position: relative;
    top: 100px;
  }

  /* Chars e contas */
  .sp-infos {
    gap: 3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .sp-infos div {
    max-width: max-content;
    text-align: center;
    margin-bottom: 25px;
  }

  .sp-infos div:nth-child(1)::before {
    display: block;
    content: url(../images/img_accs.png);
  }

  .sp-infos div:nth-child(2)::before {
    display: block;
    content: url(../images/img_chars.png);
  }

  .sp-infos div:nth-child(1)::before,
  .sp-infos div:nth-child(2)::before {
    height: 63px;
  }
  /* Botão de download */
  .sp-download-btn {
    width: 292px;
    height: 85px;
    background: url(../images/download_btn.png);
    display: block;
    text-transform: uppercase;
    text-shadow: 0 3px 2px rgba(49, 28, 3, 0.178);
    margin: 0 0 0 784px;
  }

  .sp-download-btn h4 {
    font-size: 1.7rem;
    font-weight: bold;
  }

  .sp-download-btn:hover {
    color: inherit;
    box-shadow: inset 0 0 35px rgb(255, 223, 119);
  }

  /* =========================== 
       Noticias
    ========================== */

  .sp-news .sp-posts {
    margin: 0 35px;
    padding-top: 10px;
  }

  .sp-posts .sp-post-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 8px 0;
  }

  .sp-posts .sp-post-item .sp-post-preview {
    font-size: 0.99rem;
  }

  .sp-posts .sp-post-item .sp-post-preview .sp-date {
    color: var(--cinza-7);
    font-size: 0.8rem;
  }

  /* Badge em postagens */
  .sp-posts .sp-post-item .badge {
    display: block;
    max-width: 90px;
    min-width: 90px;
    font-weight: 400;
  }

  .sp-posts-all .sp-post-item {
    max-width: 346px;
  }

  /* =========================== 
        Slides
    ========================== */
  .sp-slides .slider-container {
    position: relative;
  }
  .sp-slides .slider-container,
  .sp-slides .slider-container > * {
    height: 100%;
  }

  .sp-slides .slider-container .sy-list li {
    height: inherit;
  }

  .sp-slides .slider-container .sy-list li img {
    object-fit: cover;
    width: 100%;
    height: 350px;
  }

  .sp-slides .slider-container .sy-list li::after {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 43%,
      rgba(0, 0, 0, 0.5) 54%,
      rgba(0, 0, 0, 0.918) 84%
    );
    content: "";
  }

  .sy-pager {
    width: max-content;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 25;
  }

  .sy-caption-wrap {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sy-caption-wrap .sy-caption {
    padding: 10px;
    border-radius: 4px;
  }

  /* Dots */
  .sy-pager li {
    margin: 0 7px 0 0;
  }

  .sy-pager li a {
    width: 15px;
    height: 15px;
    border-radius: 0;
    background-color: var(--cinza-4);
  }
  .sy-pager li.sy-active a {
    background-color: var(--vermelho-5);
    filter: drop-shadow(0 0 7px var(--vermelho-4));
  }

  /* Padronizando colunas slide e posts */
  .sp-slides,
  .sp-news {
    max-height: 350px;
    min-height: 350px;
  }

  /* =========================== 
        Social Media
    ========================== */
  .sp-medias {
    position: relative;
  }

  .sp-media-social {
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }

  .sp-media-social a {
    width: 300px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    margin: 7px 0;
  }

  .sp-media-social a > div {
    align-self: flex-end;
    margin-right: 15px;
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .sp-media-social a > div:hover {
    margin-right: 25px;
  }

  /* Discord */
  .sp-media-social a:nth-child(1) {
    background: url(../images/social_discord.png) no-repeat;
  }

  /* Instagram */
  .sp-media-social a:nth-child(2) {
    background: url(../images/social_instagram.png) no-repeat;
  }

  /* Youtube */
  .sp-media-social a:nth-child(3) {
    background: url(../images/social_youtube.png) no-repeat;
  }

  /* Render social media */
  .sp-medias .elf-render {
    max-width: 477px;
    height: 581px;
    position: absolute;
    left: 170px;
    top: -45px;
    pointer-events: none;
    z-index: 1;
    background: url(../images/elf_render.png) no-repeat;
    background-size: 100%;
  }

  .sp-medias .hp_video {
    max-width: 585px;
    height: 314px;
  }

  /* =========================== 
        Eventos
    ========================== */

  .sp-events .sp-event-item {
    max-width: 350px;
    height: 520px;
    display: flex;
    flex-direction: column;
  }

  .sp-events .sp-event-item .sp-event-content {
    max-height: 336px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .sp-events .sp-event-item .sp-event-title {
    padding-top: 258px;
    text-align: center;
  }

  .sp-events .sp-event-item .sp-event-title h3 {
    text-transform: uppercase;
    font-weight: 450;
    font-size: 2rem;
  }

  .sp-events .sp-event-item .sp-event-text {
    width: 120px;
  }

  .sp-events .sp-event-item .sp-event-text small {
    font-size: 0.8rem;
  }

  .sp-events .sp-event-item .sp-event-footer {
    display: flex;
    align-items: center;
    max-height: 57px;
    height: 100%;
  }

  .sp-events .sp-event-item .sp-event-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: auto;
    max-width: 84px;
    width: 100%;
    max-height: 84px;
  }

  /* Castle Siege */
  .sp-events .sp-event-item:nth-child(1) {
    background: url(../images/bg_cs.png) no-repeat;
  }
  /* War Devias */
  .sp-events .sp-event-item:nth-child(2) {
    background: url(../images/bg_war_devias.png) no-repeat;
  }
  /* Super Rei */
  .sp-events .sp-event-item:nth-child(3) {
    background: url(../images/bg_rei_mu.png) no-repeat;
  }

  /* =========================== 
        Hall Fame
    ========================== */
  .sp-hall .sp-hall-item {
    max-width: 350px;
  }

  /* =========================== 
        Market Offer
    ========================== */
  .sp-market {
    position: relative;
    display: flex;
  }

  .sp-market .sp-market-item {
    max-width: 257px;
    height: 244px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/bg-logo-super.png) no-repeat center 50px
      var(--bg-preto-80);
  }

  .sp-market .sp-market-item .sp-market-img {
    max-width: max-content;
  }

  .sp-market .sp-market-item .sp-market-img img {
    max-height: 100px;
  }

  .sp-market .sp-market-buy {
    display: none;
    width: 100%;
    height: 171px;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: -1px;
    pointer-events: none;
  }

  .sp-market .sp-market-buy::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/light_bottom_market_item.png) no-repeat center
      bottom;
    pointer-events: none;
    animation: fadeLightMarket 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: brightness(115%);
    content: "";
  }

  @keyframes fadeLightMarket {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .sp-market .sp-market-buy a {
    margin-bottom: 15px;
    animation: fadeLightMarket 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: painted;
  }

  .sp-market .sp-market-item:hover .sp-market-buy {
    opacity: 1;
    display: flex;
  }

  .sp-market .sp-market-item:hover #sp-market-price {
    font-size: 0;
  }

  /* the slides */
  .sp-market .slick-slide {
    margin: 0 8px;
  }

  /* the parent */
  .sp-market .slick-list {
    margin: 0 -3px;
  }
  /* =========================== 
        Footer
    ========================== */

  .list-footer li {
    margin: 7px 0;
  }
  .list-footer li a {
    color: var(--link);
  }

  .list-footer li a:hover {
    color: #c5c5c5;
  }

  /* =========================== 
        Loja de Pacotes
    ========================== */

  .sp-store .list-group li {
    margin: 4px 0;
  }

  .sp-store .card .card-img-cover {
    height: 150px;
    overflow: hidden;
  }

  .sp-store .card .card-img-top {
    max-width: 100%;
    width: 100%;
    height: inherit;
    transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .sp-store .card:hover .card-img-top {
    transform: scale(1.2);
  }

  /* =========================== 
        Help Desk 
  ========================== */
  .helpdesk-images li {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
  }

  .helpdesk-images li img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
  }

  .helpdesk-messages li.desk {
    margin: 15px 0;
    position: relative;
  }

  .helpdesk-messages .is_admin {
    display: flex;
    justify-content: flex-end;
  }

  .helpdesk-messages li.desk.desk_admin .card {
    background-color: var(--cinza-1);
    color: #000;
  }

  .helpdesk-messages li.desk.desk_admin .card .name {
    color: rgb(56, 56, 56);
  }

  /* Balão para esquerda */
  .helpdesk-messages li.desk:not(.desk_admin)::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--bg-preto-60);
    position: absolute;
    left: -9px;
    filter: drop-shadow(0 0 0.01rem #00000088);
    top: 10px;
    z-index: 10;
    content: "";
  }

  /* Balão para direita */
  .helpdesk-messages li.desk.desk_admin::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--cinza-1);
    position: absolute;
    right: -9px;
    filter: drop-shadow(0 0 0.01rem #00000088);
    top: 10px;
    z-index: 10;
    content: "";
  }

  /* =========================== 
       Streamers
  ========================== */
  .streamers__title {
    background: var(--bg-preto-50);
    border: 1px solid var(--cinza-2);
  }

  .streamers__online {
    background: var(--bg-preto-50);
  }

  .streamers__streamer {
    border: 2px solid var(--cinza-1);
  }
  .streamers__streamer:hover {
    border-color: var(--vermelho-5);
  }

  .streamers__streamer-name {
    background: var(--vermelho-4);
  }

  /* =========================== 
       Workshop
  ========================== */

  .characters {
    display: flex;
    gap: 1rem;
  }

  .characters .character-avatar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
  }

  /* =========================== 
       Loot boxes
  ========================== */
  .loot-boxes .loot {
    max-width: 346px;
  }

  /* =========================== 
       Raffle
    ========================== */
  .sp-raffle-numbers .numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
  }
  .sp-raffle-numbers .numbers .number.allowed,
  .sp-raffle-numbers .numbers .number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
  }

  .sp-raffle-numbers .numbers .number:not(.allowed) {
    cursor: not-allowed;
    background-color: var(--cinza-2);
    color: var(--cinza-5);
    border-radius: 50%;
  }

  .sp-raffle-numbers .numbers .number.active {
    background-color: var(--vermelho-5) !important;
  }
}

/* Resolução para Mobile 576px */
@media screen and (max-width: 576px) {
  body {
    background-size: 200%;
  }

  .navbar {
    height: auto;
  }

  /* =========================== 
        Header
    ========================== */

  /* Logo */
  header .navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 70px auto;
  }

  header .navbar-brand img {
    width: 100%;
    max-width: max-content;
  }

  /* Informações de contas e chars */
  .sp-infos {
    justify-content: center;
  }

  /* Botão download */
  .sp-download-btn {
    margin: 25px auto 0 auto;
  }

  /* =========================== 
        Modal
    ========================== */
  .gmodal {
    padding: 0 15px;
  }

  .navbar .navbar-toggler {
    width: 50px;
    height: 35px;
    border-color: var(--cinza-4);
  }

  .navbar-toggler > span {
    width: 100%;
    height: 2px;
    background-color: var(--cinza-7);
    display: block;
    margin: 3px 0;
  }

  /* Logo  */
  .navbar .navbar-brand {
    display: block;
  }
  .navbar .navbar-brand img {
    max-width: 40px;
  }

  /* Offcanvas mobile menu */
  .offcanvas {
    background: rgba(0, 0, 0, 0.623);
    color: currentColor;
    backdrop-filter: blur(7px);
  }

  .offcanvas .collapse .navbar-nav,
  .offcanvas .collapsing .navbar-nav {
    background-color: #0000008e;
    padding: 10px;
    border: 1px solid rgba(128, 128, 128, 0.144);
    transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
  }

  .offcanvas .collapse .navbar-nav li,
  .offcanvas .collapsing .navbar-nav li {
    margin: 5px;
  }

  /* =========================== 
        Social Media
    ========================== */

  .sp-media-social {
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .sp-media-social a {
    margin: 3px 0;
  }

  .sp-medias .elf-render {
    max-width: 477px;
    width: 100%;
    height: 100%;
    left: -95px;
    top: -75px;
    pointer-events: none;
    z-index: 0;
  }

  /* =========================== 
        Hall Fame
    ========================== */
  .sp-hall .sp-hall-item {
    max-width: 100%;
  }

  /* =========================== 
       Market Offer
    ========================== */
  .sp-market .sp-market-item {
    max-width: 250px;
  }
}
