body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
}
.GifBloco
{
    margin-left: -10px; /* Ajuste o valor conforme necessário */
    margin-right: 15px; /* Espaço entre a imagem e o texto */
}

/* APLIQUE PARA NAO TER ESTILO NOS LINKS */
#no-style-link {
    position: static !important;
      top: auto !important;
      text-align: initial !important;
      padding: 0 !important;
      width: auto !important;
      display: inline !important;
      align-items: initial !important;
      border: none !important;
      background:white !important;    
      color: blue !important; /* Use 'inherit' para herdar a cor do elemento pai */
      cursor: auto !important;
      transition: none !important;
      text-decoration: none !important; /* Remova sublinhado */
      visibility: visible !important; /* Garanta que o link seja visível */
      opacity: 1 !important; /* Garanta que o link não seja transparente */
  }
  
  

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}


ul,
li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

button,
input {
    outline: 0;
    border: 0;
}

button:focus {
    border: none;
    box-shadow: none !important;
}

img {
    pointer-events: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    line-height: 1;
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    height: 85px;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

header nav {
    background-color: #171615;
    -webkit-box-shadow: 0 10px 0 0 rgb(0 0 0 / 25%);
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 25%);
}

header nav ul {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
}

header nav ul.right {
    justify-content: flex-end;
}

header nav ul li {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: white;
    padding-left: 60px;
    margin-right: 5%;
    cursor: pointer;
}

header nav ul li:last-child {
    margin-right: 0;
}

header nav ul li a {
    width: 100%;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

header nav ul li a:hover {
    color: white;
}

li.games {
    background: url(../img/header/menu-buy.gif) no-repeat;
    background-size: 45px;
    background-position: 0% 50%;
}

li.suporte {
    background: url(../img/discord-icon.png) no-repeat;
    background-size: 45px;
    background-position: 0% 50%;
}

li.cart {
    background: url(../img/header/cart.png) no-repeat;
    background-size: 45px;
    background-position: 0% 50%;
}

.logo {
    height: 55px;
    cursor: pointer;
    flex: none;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
}

.container {
    position: relative;
}

/* Banner */

.banner {
    position: relative;
    display: flex;
    width: 100%;
    height: 584px;
    pointer-events: none;
    overflow: hidden;
}

.banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 584px;
    left: 0px;
    top: 0px;
    background: url(../img/MINECRAFTSHOP13.png) no-repeat center/cover;
    -webkit-animation: pulse 10s linear infinite alternate;
    animation: pulse 10s linear infinite alternate;
    z-index: -1;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.firewors_container, .stage-container {
    position: absolute;
    height: 500px !important;
    width: 100% !important;
    left: 0;
    top: 0px;
    z-index: 1;
}

.firewors_container canvas {
    position: absolute;
    mix-blend-mode: lighten;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    height: 100%;
}

fastmine-banner .banner .background {
    position: absolute;
    top: 100px;
    right: 0;
    height: 100%;
    background-position: 0ch 4em;
    background-size: cover;
    transform: rotateY(180deg);
    margin: 0 auto;
    z-index: 4;
}

fastmine-banner .banner .clouds {
    position: relative;
    z-index: 3;
}

fastmine-banner .banner .clouds img {
    position: absolute;
    transform: rotateY(180deg);
    top: 80px;
    left: 10%;
    z-index: 3;
}

.fastmine-banner .banner .background img {
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    bottom: 0;
}

.banner-promotion {
    position: relative;
    margin: 0 auto;
    height: calc(100% - 140px);
    margin-top: 100px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
}

.minecraft-logo {
    position: relative;
    margin-bottom: 20px;
}

.minecraft-logo img {
    width: 300px;
    height: auto;
}

.home-text {
    max-width: 500px;
    padding: 20px;
    background: rgba(0, 0, 0, .5);
}

.home-text>p {
    color: white;
    line-height: 1.4rem;
    font-size: .9rem;
}

/* Banner end */

.cart-warn {
    opacity: 0;
    background-color: #58c42d9f;
    width: 226px;
    height: 61px;
    position: fixed;
    z-index: 40;
    padding-top: 8px;
    right: 20px;
    bottom: 96px;
    border-radius: 7px;
    transition: 0.5s;
}

.cart-warn p {
    margin-bottom: 0;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.cart-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 20;
    background: url(../img/wood.jpg);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    box-shadow: 7px 7px 6px rgba(32, 19, 0, 0.6);
    transition: 0.4s;
    display: none;
}

.cart-button:hover {
    transform: scale(1.1);
}

.cart-button i {
    color: white;
    margin-left: 20px;
    margin-top: -5px;
    font-size: 39px;
    line-height: 99px;
    text-align: center;
}


.content-p {
    position: relative;
    background: url(../img/bg-light.png) 0 0 repeat;
    display: flex;
    justify-content: center;
    z-index: 20;
}

.products {
    position: relative;
    margin-top: -40px;
    margin-bottom: 40px;
    width: 1200px;
    padding: 40px 30px;
    background-color: white;
    /* -webkit-box-shadow: 0px 3px 12px -3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 12px -3px rgb(0 0 0 / 20%); */
}

.products ul {
    position: relative;
    display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem em novas linhas */
    width: 100%;
    padding: 0;
    margin: 0;
}

.products ul li {
    position: relative;
    width: calc(33% - 20px); /* Ajusta a largura dos itens para 33% menos a margem */
    margin: 10px; /* Espaçamento entre os itens */
    text-align: center;
    list-style: none;
}

.products ul li>div {
    position: relative;
}

.products ul li .product-image {
    width: 100%;
    height: 200px;
}

.products ul li .product-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.products ul li .sale {
    position: relative;
    display: flex;
    justify-content: center;
}

.products ul li a {
    position: absolute;
      top: -30px;
      text-align: center;
      padding: 10px 25px;
      width: 280px;
      display: flex;
      align-items: center;
      background: #4f9033;
      border-bottom: 4px solid #80af6c;
      color: white !important;
      cursor: pointer;
      transition: all .3s;
}

.products ul li a:hover {
    transition: all .3s;
    background: #4FAD2D;
    border-bottom: 4px solid #C8F39F;
}

.products ul li>div .sale a p {
    opacity: .8;
    font-size: 11px;
    text-decoration: line-through;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.products ul li>div .sale a h1 {
    font-size: 1.3em;
    margin: 0 30px 0 0;
    font-weight: 600;
    letter-spacing: -0.02rem;
}

.products ul li>div .sale a h2 {
    font-size: 1em;
    text-transform: uppercase;
    position: absolute;
    right: 25px;
    font-weight: 700;
}

.products ul li>div .details {
    position: relative;
    margin-top: 60px;
}

.products ul li>div .details h2 {
    color: #579243 !important;
    font-weight: 800;
    font-size: 1.1em;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    display: block;
}

.products ul li>div .details p {
    font-weight: 500;
    line-height: 1.4rem;
    color: #787878;
}

.products ul li>div .details p span {
    color: #121212;
    font-weight: 600;
}

.products ul li>div .details p.underline {
    text-decoration: underline;
}

.render-1 {
    position: absolute;
    width: 250px;
    height: auto;
    z-index: 10;
    left: -30%;
    top: 50%;
    pointer-events: none;
}


.ribbon {
    position: absolute;
    right: -5px;
    top: -6px;
    width: 117px;
    height: 120px;
    text-align: right;
    overflow: hidden;
    z-index: 1;
}

.ribbon span {
    position: absolute;
    top: 24px;
    right: -28px;
    width: 130px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px;
    transform: rotate(45deg);
    background: linear-gradient(#ff9900 0%, #ff9900 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .3);
}

.ribbon.left {
    left: -5px;
    top: -6px;
    text-align: left;
    overflow: hidden;
    z-index: 1;
}

.ribbon.left span {
    transform: rotate(-45deg);
    left: -28px;
}

.ribbon span:before {
    position: absolute;
    left: 0;
    top: 100%;
    border-left: 3px solid #ffad32;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffbb55;
    content: "";
    z-index: -1;
}

.ribbon span:after {
    position: absolute;
    right: 0;
    top: 100%;
    border-left: 3px solid transparent;
    border-right: 3px solid #ffbb55;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffad32;
    content: "";
    z-index: -1;
    transition: all 0.3s;
}

.ribbon.purple span {
    background: linear-gradient(#8274DE 0%, #8274DE 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .3);
}

.ribbon.purple span::before {
    border-left: 3px solid #8878F0;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #AA9EF8;
}

.ribbon.purple span:after {
    border-left: 3px solid transparent;
    border-right: 3px solid #AA9EF8;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #C0B8F7;
}

.specifications {
    position: relative;
    width: 100%;
    padding: 30px;
    background: #ebebeb;
}

.specifications ul {
    position: relative;
    width: 100%;
    display: inline-block;
}

.specifications ul li {
    position: relative;
    margin-bottom: 30px;
    float: left;
    display: flex;
    align-items: center;
}

.specifications ul li:nth-child(3) {
    margin-bottom: 0;
}

.specifications ul li:nth-child(4) {
    margin-bottom: 0;
}

.specifications ul li .image {
    width: 17%;
    display: inline-block;
}

.specifications ul li .image img {
    width: 60px;
    aspect-ratio: auto 60 / 65;
    height: 65px;
    pointer-events: none;
}

.specifications ul li .message {
    width: 60%;
    float: right;
    padding-left: 20px;
}

.specifications ul li .message h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.specifications ul li .message p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.5);
}

img.image-highlights {
    width: 100%;
    height: 100%;
    position: relative;
    left: 100px;
}

.other-products {
    position: relative;
    width: 100%;
    padding: 30px 30px 80px 30px;
    margin: 30px 0 0 0;
}

.other-products h2 {
    color: rgba(0 0, 0, .75);
    font-size: 1.3rem;
    font-weight: 600;
}

.hidden {
    display: none;
}

.support {
    position: relative;
    width: 100%;
    padding: 30px 30px 80px 30px;
    margin: 30px 0 0 0;
}

.support ul {
    display: flex;
    margin-top: 15px;
}

.support h2 {
    font-size: 1.2rem;
    
}

.support ul li {
    position: relative;
    padding: 40px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.support ul li:first-child {
    background-color: #53a530;
}

.support ul li:last-child {
    background: #0b5c92;
}

.support ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
}

.support ul li a img {
    width: 70px;
    margin-bottom: 10px;
}

.support ul li a span {
    color: white;
    font-size: 1.1rem;
    
    text-align: center;
}

.faq {
    position: relative;
}

.faq h2 {
    padding-left: 65px;
    background: url(../img/minecraft_pickaxle.png);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 0% 50%;
    height: 80px;
    color: rgba(0 0, 0, .75);
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.accordion {
    margin: 30px auto 0;
}

.accordion__item {
    margin-bottom: 5px;
}

.accordion__title {
    background: #579243;
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    color: #fff;
    justify-content: space-between;
    font-weight: 600;
    font-size: 15px;
}

.accordion__title::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    height: 1em;
    transition: transform 0.3s ease-in 0s;
}

.is-open .accordion__title::after {
    transform: rotate(180deg);
}

.accordion__body {
    border-radius: 5px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.accordion__content {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 15px;
    margin-top: 5px;
}

.accordion__content p {
    
    margin: 0 0 10px;
}

.contact {
    background-color: #181818;
    height: auto;
    min-height: 355px;
    padding-top: 65px;
    padding-bottom: 65px;
}

.contact h2 {
    text-transform: uppercase;
    display: block;
    margin: 20px auto;
    width: 140px;
    color: #649b3c;
    padding-top: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.contact h2:after {
    content: "";
    display: block;
    position: relative;
    left: 47px;
    bottom: 0;
    height: 13px;
    width: 42px;
    border-bottom: 4px solid #649b3c;
}

.contact>div {
    
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}

.contact>div minecraftshop-contact {
    position: relative;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.green {
    color: #649b3c;
}

.person-2 {
    height: 253px;
    position: absolute;
    bottom: -130px;
    display: block;
    filter: saturate(1.1);
    z-index: 50;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #0a0a0a;
    border-top: 1px solid #053803;
    padding: 90px 120px;
}

footer .content {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .content .about {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 70%;
    padding-right: 30px;
}

footer .content .about ul {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
}

footer .content .about ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    margin-right: 4%;
}

footer .content .about ul li:nth-child(1) {
    flex: 0.8;
}

footer .content .about ul li:nth-child(2) {
    flex: 0.8;
}

footer .content .about ul li:last-child {
    margin-right: 0;
    flex: 2;
}

footer .content .about ul li h2 {
    position: relative;
    color: #579243;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
}

footer .content .about ul li h2:hover {
    transition: all .3s;
    color: white;
}

footer .content .about ul li h2::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: -15px;
    border-bottom: 2px solid #0e5807;
    cursor: default;
}

footer .content .about ul li:last-child h2::after {
    width: 100%;
}

footer .content .about ul li ul {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

footer .content .about ul li ul li {
    position: relative;
    text-align: left;
    margin-top: 15px;
    font-size: 1.1rem;
    margin-bottom: 0;
    color: #ccc;
    cursor: pointer;
    transition: all .3s;
}

footer .content .about ul li ul li:hover {
    transition: all .3s;
    color: white;
}

footer .content .social {
    position: relative;
    display: flex;
    flex-direction: column;
}

footer .content .social .social-network {
    position: relative;
    display: flex;
    flex-direction: column;
}

footer .content .social .social-network h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 200;
    color: #FFF;
    margin-bottom: 20px;
}

footer .content .social .social-network ul {
    position: relative;
    width: 100%;
    margin-top: 0px;
    display: flex;
}

footer .content .social .social-network ul li {
    position: relative;
    clip-path: circle(50% at 50% 50%);
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

footer .content .social .social-network ul li img {
    position: absolute;
    width: 38px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
    object-fit: cover;
}

footer .content .social .social-network ul li:nth-child(1) {
    background: #1DA1F2;
}

footer .content .social .social-network ul li:nth-child(2) {
    background: #7289DA;
}

footer .content .social .social-network ul li:nth-child(3) {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

footer .content .social .social-network ul li:nth-child(3) img {
    width: 48px;
    height: 40px;
}

footer .content .social .security {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

footer .content .social .security h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 200;
    color: #FFF;
    margin-bottom: 20px;
}

footer .content .social .security ul {
    position: relative;
    width: 100%;
    margin-top: 0px;
    display: flex;
}

footer .content .social .security ul li {
    position: relative;
    width: 60px;
    margin-right: 10px;
}

footer .content .social .security ul li img {
    position: relative;
    width: 100%;
}


footer .payment-methods {
    position: relative;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    height: 100%;
}

footer .payment-methods h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 200;
    color: #FFF;
    margin-bottom: 20px;
}

footer .payment-methods .methods {
    display: flex;
    margin-top: 10px;
}

footer .payment-methods .methods ul {
    position: relative;
    margin-right: 20px;
}

footer .payment-methods .methods ul h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    white-space: nowrap;
    color: white;
    
    line-height: 1.75rem;
}

footer .payment-methods .methods ul li {
    position: relative;
    margin-right: 0.5rem;
}

footer .payment-methods .methods ul ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer .payment-methods .methods ul li:last-child {
    position: relative;
    margin-right: 0;
}

footer .payment-methods .methods ul li img {
    width: auto;
    height: 40px;
}


footer .copyright {
    width: 100%;
    position: relative;
    max-width: 50%;
    margin-top: 60px;
}

footer .copyright p {
    color: #adadad;
    
    font-size: 0.8rem;
    line-height: 1.4rem;
}

/* Responsive */

@media (max-width: 1000px) {
    .specifications .col-md-8 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .specifications .col-md-4 {
        display: none;
    }

    .person-2 {
        display: none;
    }

    .support .col-md-3 {
        flex: 0 0 auto;
        width: 30%;
    }

    .support .col-md-9 {
        flex: 0 0 auto;
        width: 70%;
    }

    .faq {
        position: relative;
        margin-left: 100px;
    }

    footer .payment-methods .methods {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 850px;
    }
}

@media (max-width: 913px) {
    footer .payment-methods .methods {
        display: block;
        margin-top: 10px;
    }

    .specifications ul li:nth-child(3) {
        margin-bottom: 30px;
    }

    .specifications ul li:nth-child(4) {
        margin-bottom: 30px;
    }

    img.image-highlights {
        width: 500px;
        height: 100%;
        position: relative;
        left: -115px;
    }
}

@media(max-width: 860px) {
    .content {
        position: relative;
        margin: 0 auto;
        width: 700px;
    }
}

@media (max-width: 767px) {
    img.image-highlights {
        width: 500px;
        height: 100%;
        position: relative;
        left: 0;
    }

    .specifications .col-md-8 {
        width: 100%;
    }

    .specifications ul li {
        position: relative;
        margin-bottom: 30px;
        float: left;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .specifications ul li {
        float: none;
    }

    .specifications ul li .message {
        width: 100%;
        float: right;
        margin-top: 20px;
        padding-left: 20px;
    }

    .render-1 {
        display: none;
    }

    td {
        display: inline-block;
    }

    .products ul {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .products ul li {
        position: relative;
        margin-right: 0%;
        flex: none;
        text-align: center;
    }

    .products ul li:last-child {
        margin-top: 30px;
    }

    .content {
        position: relative;
        margin: 0 auto;
        width: auto !important;
        padding: 0;
    }

    .products {
        position: relative;
        top: -40px;
        width: 100%;
        padding: 40px 30px;
        background-color: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .specifications {
        position: relative;
        width: 100%;
        padding: 30px;
        margin: 0;
        background: #ebebeb;
    }

    .support .col-md-3 {
        display: none;
    }

    .support .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    }

    .faq {
        position: relative;
        margin: 0;
    }

    footer {
        position: relative;
        bottom: 0;
        width: 100%;
        background-color: #0a0a0a;
        border-top: 1px solid #053803;
        padding: 80px 10px;
    }

    footer .content {
        width: 100% !important;
        position: relative;
        margin: 0 auto;
        display: inline-block;
        justify-content: auto;
    }

    footer .content .about {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        padding-right: 0;
    }

    footer .content .about ul {
        width: 100%;
        position: relative;
        display: inline-block;
    }

    footer .content .about ul li {
        flex: none !important;
        margin-bottom: 40px;
        margin-right: 0 !important;
    }

    footer .copyright {
        width: 100%;
        position: relative;
        max-width: 100%;
        margin-top: 60px;
    }

    footer .payment-methods .methods ul ul {
        display: grid;
        grid-template-columns: repeat(3, 60px);
    }

    footer .payment-methods .methods ul li {
        position: relative;
        margin-right: 0.5rem;
        flex: 1;
        width: 100%;
        margin-bottom: 10px;
    }

}

.hamburger {
    position: absolute;
    right: 0;
    display: none;
    cursor: pointer;
}

.hamburger i {
    color: white;
    font-size: 2rem;
}

@media(max-width: 1000px) {
    .hamburger {
        display: block;
        z-index: 99;
    }

    header nav ul {
        position: fixed;
        width: 200px;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        top: 0;
        left: -250px;
        background: url(../img/bg-dark.png);
        background-repeat: repeat;
        background-size: 70%;
        background-position: center;
        padding: 200px 10px 10px 10px;
        border-right: 2px solid #363636;
        transition: all.3s;
    }

    header nav ul li {
        position: relative;
        width: 100%;
        text-align: center;
        border-bottom: 2px solid white;
        padding-left: 30px;
    }

    header nav ul.hide {
        transition: all.3s;
        left: -220px !important;
    }

    header nav ul.show {
        transition: all.3s;
        left: 0px !important;
    }

    .logo {
        z-index: 99;
    }
}

@media(max-width: 1037px) {
    fastmine-banner .banner .clouds {
        display: none;
    }
}

.social li {
    cursor: pointer;
}

@media(max-width: 752px) {
    .banner-promotion {
        display: none;
    }
}

.social-network ul li a {
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (max-width: 600px) {
    .products {
        width: 100%;
        padding: 20px 10px;
    }

    .products ul {
        display: block; /* Alinha os itens verticalmente */
    }

    .products ul li {
        width: calc(100% - 20px);
        margin: 10px auto;
        box-sizing: border-box; /* Garante que a margem não afete a largura total */
        padding: 10px; /* Adiciona padding para espaçamento interno */
        border: 1px solid #e0e0e0; /* Adiciona borda para separar visualmente os itens */
        background-color: #fff; /* Define a cor de fundo para destacar os itens */
    }

    .products ul li .product-image {
        width: 100%;
        height: auto; /* Permite que a altura se ajuste automaticamente */
        display: block; /* Garante que a imagem ocupe a largura total */
    }

    .products ul li a {
        width: 100%; /* Ajusta a largura do link para 100% */
        box-sizing: border-box; /* Garante que o padding interno não afete a largura */
    }
}