@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

#container-index-home {
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}

#box-botao-ip-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

#botao-ip-home {
    vertical-align: middle;
    font-family: Minecraft;
    color: white;
    background-color: #32aa30;
    transition: transform .2s cubic-bezier(.22, .61, .36, 1);
}

#botao-ip-home:hover {
    transform: translateY(-2px);
    cursor: pointer;
}

#botao-ip-texto-home {
    text-align: center;
    font-family: NotoSans_Bold;
    color: white;
    text-shadow: #282828 2px 1px;
}

#canvas {
    position: absolute;
    z-index: 0;
}

#container-novidades-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}

#titulo-novidades-home {
    text-align: center;
    font-family: NotoSans_Bold;
}

#texto-novidades-home {
    text-align: center;
    color: #282828;
    font-family: NotoSans;
}

#container-sobre-home {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282828;
}

#box-informacoes-sobre-home {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: white;
}

#titulo-sobre-home {
    font-family: NotoSans_Bold;
    color: #224be3;
}

#box-texto-sobre-home {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#container-modos-jogo-home {
    background-color: #e7b640;
}

#titulo-modos-jogo-home {
    text-align: center;
    font-family: NotoSans_Bold;
}

#texto-modos-jogo-home {
    text-align: center;
    font-family: NotoSans;
}

#container-cards-modos-jogo-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#container-discord-home {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5964f3;
}

#box-informacoes-discord-home {
    color: white;
    display: flex;
    flex-direction: column;
}

#titulo-discord-home {
    color: black;
    font-family: NotoSans_Bold;
}

#descricao-discord-cima-home {
    font-family: NotoSans;
}

#box-descricao-discord-meio-baixo-home {
    display: flex;
    flex-direction: column;
}

#descricao-discord-meio-home {
    font-family: NotoSans_Bold;
}

#descricao-discord-baixo-home {
    font-family: NotoSans;
}

#botao-discord-home {
    text-align: center;
    color: #1a1a1a;
    background-color: #dddddc;
    font-family: NotoSans_Bold;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

#botao-discord-home:hover {
    transform: translateY(-2px);
    cursor: pointer;
}

#container-footer {
    background-color: #282828;
}

#box-ajuda {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282828;
}

#informacoes-ajuda {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#titulo-ajuda {
    color: #e73d59;
    font-family: NotoSans_Bold;
}

#descricao-ajuda {
    font-family: NotoSans;
    color: white;
}

#botao-ajuda {
    background-color: #db1837;
    font-family: NotoSans_Bold;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
    color: white;
}

#botao-ajuda:hover {
    transform: translateY(-2px);
    cursor: pointer;
}

.tooltip-botao-ip-home {
    position: relative;
    display: inline-block;
}

.tooltip-botao-ip-home .tooltip-botao-ip-texto-home {
    width: 200px;
    font-size: 80%;
    bottom: 120%;
    left: 42.5%;
    margin-left: -60px;
    border-radius: 6px;
    padding: 10px 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.74);
    font-family: NotoSans_Bold;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.tooltip-botao-ip-home .tooltip-botao-ip-texto-home::after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    content: "";
    position: absolute;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.74) transparent transparent transparent;
}

.tooltip-botao-ip-home:hover .tooltip-botao-ip-texto-home {
    visibility: visible;
}

.carrossel-novidades-home {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.botao-carrossel-novidades-home {
    color: #fff;
    position: absolute;
    border: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    background-color: #1f1f1f;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.botao-carrossel-novidades-home:hover {
    cursor: pointer;
    background-color: #ec0052;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.texto-carrossel-novidades-home {
    padding-top: 2%;
    text-align: center;
    font-family: NotoSans_Bold;
}

.navegacao-botoes-carrossel-novidades-home {
    width: 100%;
    margin-bottom: 45px;
    font-size: 15px;
    left: 50%;
    transform: translate(-50%,0%);
    position: absolute;
    bottom: 0;
    text-align: center;
}

.navegacao-botao-carrossel-novidades-home {
    padding: 0px 5px 0px 5px;
    border-bottom: 3px solid #0d0d0d;
    border-left: 3px solid #0d0d0d;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    transform: scaleY(30%);
    color: transparent;
    display: inline-block;
    text-align: center;
    background-color: #1f1f1f;
    user-select:none;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.navegacao-botao-carrossel-novidades-home:hover {
    transform: scaleY(80%);
    border-bottom: 3px solid #006ebd;
    border-left: 3px solid #006ebd;
    border-top: 3px solid #3badff;
    border-right: 3px solid #3badff;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    cursor: pointer;
    background-color: #018df0;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.ativo {
    border-bottom: 3px solid #b80040;
    border-left: 3px solid #b80040;
    border-top: 3px solid #ff3b7f;
    border-right: 3px solid #ff3b7f;
    background-color: #ec0052;
}

.texto-sobre-home {
    font-family: NotoSans;
}

.card-modos-jogo-home {
    background-color: white;
    transition: all .4s cubic-bezier(.22, .61, .36, 1);
}

.card-modos-jogo-home:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.box-descricao-modos-jogo-home {
    display: flex;
    flex-direction: column;
    align-items: initial;
}

.titulo-modos-jogo-home {
    color: black;
    font-family: NotoSans_Bold;
    text-transform: uppercase;
}

.descricao-modos-jogo-home {
    color: black;
    font-family: NotoSans;
}

.box-botao-modos-jogo-home {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #157914;
}

.botao-modos-jogo-home {
    color: #856829;
    background-color: #e7b640;
    font-family: NotoSans_Bold;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.botao-modos-jogo-home:hover {
    transform: translateY(-2px);
    cursor: pointer;
}

@media screen and (max-width:640px) {
    #container-index-home {
        width: 100vw;
        height: 100vh;
        background-position-x: center;
    }

    #box-botao-ip-home {
        gap: 1rem;
        margin-bottom: 10vh;
    }

    #botao-ip-home {
        width: 40rem;
        max-width: 80vw;
        height: 4rem;
        padding: 1rem;
        font-size: 25px;
        line-height: 25px;
        border-bottom: 4px solid #157914;
        border-left: 4px solid #157914;
        border-top: 4px solid #5def56;
        border-right: 4px solid #5def56;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        letter-spacing: 1px;
    }

    #container-novidades-home {
        width: 100vw;
        height: 50vh;
        gap: 20px;
    }

    #titulo-novidades-home {
        width: 100%;
        font-size: 150%;
        letter-spacing: 3px;
    }

    #texto-novidades-home {
        width: 100%;
        font-size: 80%;
    }

    #container-sobre-home {
        width: 100%;
        height: 90vh;
        gap: 5%;
        flex-direction: column;
    }

    #box-informacoes-sobre-home {
        width: 80%;
        height: 315px;
        gap: 30px;
    }

    #titulo-sobre-home {
        font-size: 150%;
        letter-spacing: 2px;
    }
    
    #box-texto-sobre-home{
        height: 250px;
    }

    #imagem-sobre-home {
        width: 277.2px;
        height: 207.75px;
        border-radius: 2px;
    }

    #container-modos-jogo-home {
        width: 100%;
        height: 150vh;
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #titulo-modos-jogo-home {
        width: 100%;
        font-size: 150%;
        letter-spacing: 1.5px;
    }

    #texto-modos-jogo-home {
        width:  100%;
        font-size: 80%;
    }

    #container-cards-modos-jogo-home {
        width: 100%;
        gap: 70px;
    }

    #container-discord-home {
        width: 100vw;
        height: 80vh;
        gap: 10vw;
        flex-direction: column;
    }

    #imagem-discord-home {
        width: 300px;
        height: 225px;
        border-radius: 2px;
    }

    #box-informacoes-discord-home {
        width: 100%;
        gap: 1vw;
        text-align: center;
    }

    #titulo-discord-home {
        font-size: 150%;
        letter-spacing: 2px;
    }

    #descricao-discord-cima-home {
        font-size: 80%;
    }
    
    #descricao-discord-meio-home {
        font-size: 80%;
    }

    #descricao-discord-baixo-home {
        font-size: 60%;
    }

    #botao-discord-home {
        width: 250px;
        padding: 7.5px;
        font-size: 110%;
        letter-spacing: 1px;
        margin-top: 20px;
        border-bottom: 4px solid #c8c8c7;
        border-left: 4px solid #c8c8c7;
        border-top: 4px solid #f9f9fc;
        border-right: 4px solid #f9f9fc;
    }

    #container-footer {
        width: 100vw;
        height: 100vh;
    }

    #box-ajuda {
        width: 100%;
        height: 70vh;
        flex-direction: column;
        gap: 5%;
    }

    #informacoes-ajuda {
        width: 100%;
        height: 225px;
        gap: 15px;
        align-items: center;
    }

    #titulo-ajuda {
        font-size: 150%;
        padding-top: 2%;
        letter-spacing: 2px;
    }

    #descricao-ajuda {
        width: 100%;
        font-size: 80%;
        text-align: center;
    }

    #botao-ajuda {
        width: 300px;
        font-size: 120%;
        padding: 15px;
        letter-spacing: 2px;
        border-bottom: 4px solid #c31508;
        border-left: 4px solid #c31508;
        border-top: 4px solid #fa4c6b;
        border-right: 4px solid #fa4c6b;
    }

    #imagem-ajuda {
        width: 210px;
        height: 157.5px;
    }

    .imagem-carrossel-novidades-home {
        width: 273px;
        height: 153.56px;
        border-radius: 0.2rem;
    }

    .botao-carrossel-novidades-home {
        font-size: 100%;
        top: 48%;
        padding: 10px 10px;
        border-bottom: 4px solid #0d0d0d;
        border-left: 4px solid #0d0d0d;
        border-top: 4px solid #333333;
        border-right: 4px solid #333333;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
        transform: translate(0%,-50%);
    }

    .botao-carrossel-novidades-home:hover {
        border-bottom: 4px solid #b80040;
        border-left: 4px solid #b80040;
        border-top: 4px solid #ff3b7f;
        border-right: 4px solid #ff3b7f;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    }

    .botao-direito-carrossel-novidades-home {
        right: -5%;
    }
    
    .botao-esquerdo-carrossel-novidades-home {
        left: -5%;
    }

    .navegacao-botao-carrossel-novidades-home {
        padding: 1px 5px 1px 5px;
    }

    .texto-sobre-home {
        width: 100%;
        font-size: 80%;
    }

    .card-modos-jogo-home {
        width: 245px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }

    .imagem-card-modos-jogo-home {
        width: 100%;
        height: 183.75px;
    }

    .box-descricao-modos-jogo-home {
        width: 215px;
        padding: 5px 15px 5px 15px;
        height: 80px;
        gap: 10px;
    }

    .titulo-modos-jogo-home {
        font-size: 100%;
    }

    .descricao-modos-jogo-home {
        font-size: 65%;
    }

    .box-botao-modos-jogo-home {
        height: 90px;
        border-top: 5px solid #d6d7d6;
    }

    .botao-modos-jogo-home {
        width: 50%;
        height: 50px;
        border-bottom: 4px solid #e0891b;
        border-left: 4px solid #e0891b;
        border-top: 4px solid #faec68;
        border-right: 4px solid #faec68;
        letter-spacing: 0.5px;
    }
}

@media screen and (min-width: 641px) and (max-width:1007px) {
    #container-index-home {
        width: 100vw;
        height: 100vh;
        background-position-x: center;
    }

    #box-botao-ip-home {
        gap: 1rem;
        margin-bottom: 10vh;
    }

    #botao-ip-home {
        width: 40rem;
        max-width: 80vw;
        height: 4rem;
        padding: 1rem;
        font-size: 25px;
        line-height: 25px;
        border-bottom: 4px solid #157914;
        border-left: 4px solid #157914;
        border-top: 4px solid #5def56;
        border-right: 4px solid #5def56;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        letter-spacing: 1px;
    }

    #container-novidades-home {
        width: 100vw;
        height: 70vh;
        gap: 20px;
    }

    #titulo-novidades-home {
        width: 100%;
        font-size: 230%;
        letter-spacing: 3px;
    }

    #texto-novidades-home {
        width: 100%;
        font-size: 120%;
    }

    #container-sobre-home {
        width: 100%;
        height: 70vh;
        gap: 5%;
        flex-direction: column;
    }

    #box-informacoes-sobre-home {
        width: 45%;
        height: 315px;
        gap: 30px;
        text-align: center;
    }

    #titulo-sobre-home {
        font-size: 230%;
        letter-spacing: 2px;
    }
    
    #box-texto-sobre-home{
        height: 250px;
    }

    #imagem-sobre-home {
        width: 420px;
        height: 315px;
        border-radius: 2px;
    }

    #container-modos-jogo-home {
        width: 100%;
        height: 120vh;
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #titulo-modos-jogo-home {
        width: 100%;
        font-size: 180%;
        letter-spacing: 1.5px;
    }

    #texto-modos-jogo-home {
        width:  100%;
        font-size: 90%;
    }

    #container-cards-modos-jogo-home {
        width: 100%;
        gap: 70px;
    }

    #container-discord-home {
        width: 100vw;
        height: 80vh;
        gap: 10vw;
        flex-direction: column;
    }

    #imagem-discord-home {
        width: 600px;
        height: 450px;
        border-radius: 2px;
    }

    #box-informacoes-discord-home {
        width: 100%;
        gap: 1vw;
        text-align: center;
    }

    #titulo-discord-home {
        font-size: 250%;
        letter-spacing: 2px;
    }

    #descricao-discord-cima-home {
        font-size: 90%;
    }
    
    #descricao-discord-meio-home {
        font-size: 90%;
    }

    #descricao-discord-baixo-home {
        font-size: 70%;
    }

    #botao-discord-home {
        width: 400px;
        padding: 15px;
        font-size: 120%;
        letter-spacing: 1px;
        margin-top: 20px;
        border-bottom: 4px solid #c8c8c7;
        border-left: 4px solid #c8c8c7;
        border-top: 4px solid #f9f9fc;
        border-right: 4px solid #f9f9fc;
    }

    #container-footer {
        width: 100vw;
        height: 100vh;
    }

    #box-ajuda {
        width: 100%;
        height: 65vh;
        flex-direction: column;
        gap: 5%;
    }

    #informacoes-ajuda {
        width: 100%;
        height: 225px;
        gap: 15px;
        align-items: center;
    }

    #titulo-ajuda {
        font-size: 220%;
        padding-top: 2%;
        letter-spacing: 2px;
    }

    #descricao-ajuda {
        width: 100%;
        font-size: 90%;
        text-align: center;
    }

    #botao-ajuda {
        width: 300px;
        font-size: 120%;
        padding: 15px;
        letter-spacing: 2px;
        border-bottom: 4px solid #c31508;
        border-left: 4px solid #c31508;
        border-top: 4px solid #fa4c6b;
        border-right: 4px solid #fa4c6b;
    }

    #imagem-ajuda {
        width: 420px;
        height: 315px;
    }

    .imagem-carrossel-novidades-home {
        width: 546px;
        height: 307.13px;
        border-radius: 0.2rem;
    }

    .botao-carrossel-novidades-home {
        font-size: 150%;
        top: 48%;
        padding: 15px 15px;
        border-bottom: 4px solid #0d0d0d;
        border-left: 4px solid #0d0d0d;
        border-top: 4px solid #333333;
        border-right: 4px solid #333333;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
        transform: translate(0%,-50%);
    }

    .botao-carrossel-novidades-home:hover {
        border-bottom: 4px solid #b80040;
        border-left: 4px solid #b80040;
        border-top: 4px solid #ff3b7f;
        border-right: 4px solid #ff3b7f;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    }

    .botao-direito-carrossel-novidades-home {
        right: -10%;
    }
    
    .botao-esquerdo-carrossel-novidades-home {
        left: -10%;
    }

    .navegacao-botao-carrossel-novidades-home {
        padding: 5px 10px 5px 10px;
    }

    .texto-sobre-home {
        width: 100%;
        font-size: 100%;
    }

    .card-modos-jogo-home {
        width: 350px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }

    .imagem-card-modos-jogo-home {
        width: 100%;
        height: 262.5px;
    }

    .box-descricao-modos-jogo-home {
        width: 320px;
        padding: 5px 15px 5px 15px;
        height: 110px;
        gap: 10px;
    }

    .titulo-modos-jogo-home {
        font-size: 110%;
    }

    .descricao-modos-jogo-home {
        font-size: 75%;
    }

    .box-botao-modos-jogo-home {
        height: 90px;
        border-top: 5px solid #d6d7d6;
    }

    .botao-modos-jogo-home {
        width: 30%;
        height: 50px;
        border-bottom: 4px solid #e0891b;
        border-left: 4px solid #e0891b;
        border-top: 4px solid #faec68;
        border-right: 4px solid #faec68;
        letter-spacing: 0.5px;
    }
}

@media screen and (min-width:1008px) {
    #container-index-home {
        width: 100vw;
        height: 100vh;
        background-size: 100%;
    }

    #box-botao-ip-home {
        gap: 1rem;
        margin-bottom: 10vh;
    }

    #botao-ip-home {
        width: 40rem;
        max-width: 80vw;
        height: 4rem;
        padding: 1rem;
        font-size: 25px;
        line-height: 25px;
        border-bottom: 4px solid #157914;
        border-left: 4px solid #157914;
        border-top: 4px solid #5def56;
        border-right: 4px solid #5def56;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        letter-spacing: 1px;
    }

    #container-novidades-home {
        width: 100vw;
        height: 100vh;
        gap: 20px;
    }

    #titulo-novidades-home {
        width: 100%;
        font-size: 230%;
        letter-spacing: 3px;
    }

    #texto-novidades-home {
        width: 100%;
        font-size: 120%;
    }

    #container-sobre-home {
        width: 100%;
        height: 100%;
        gap: 5%;
    }

    #box-informacoes-sobre-home {
        width: 45%;
        height: 450px;
        gap: 30px;
    }

    #titulo-sobre-home {
        font-size: 230%;
        letter-spacing: 2px;
    }
    
    #box-texto-sobre-home{
        height: 250px;
    }

    #imagem-sobre-home {
        width: 420px;
        height: 315px;
        border-radius: 2px;
    }

    #container-modos-jogo-home {
        width: 100%;
        height: 100%;
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #titulo-modos-jogo-home {
        width: 100%;
        font-size: 180%;
        letter-spacing: 1.5px;
    }

    #texto-modos-jogo-home {
        width:  100%;
        font-size: 90%;
    }

    #container-cards-modos-jogo-home {
        width: 100%;
        gap: 70px;
    }

    #container-discord-home {
        width: 100vw;
        height: 100vh;
        gap: 10vw;
    }

    #imagem-discord-home {
        width: 500px;
        height: 375px;
        border-radius: 2px;
    }

    #box-informacoes-discord-home {
        width: 35vw;
        gap: 1vw;
        text-align: right;
    }

    #titulo-discord-home {
        font-size: 250%;
        letter-spacing: 2px;
    }

    #descricao-discord-cima-home {
        font-size: 90%;
    }
    
    #descricao-discord-meio-home {
        font-size: 90%;
    }

    #descricao-discord-baixo-home {
        font-size: 70%;
    }

    #botao-discord-home {
        width: 20vw;
        padding: 15px;
        font-size: 120%;
        letter-spacing: 1px;
        margin-top: 20px;
        border-bottom: 4px solid #c8c8c7;
        border-left: 4px solid #c8c8c7;
        border-top: 4px solid #f9f9fc;
        border-right: 4px solid #f9f9fc;
    }

    #container-footer {
        width: 100vw;
        height: 100vh;
    }

    #box-ajuda {
        width: 100%;
        height: 65vh;
        gap: 5%;
    }

    #informacoes-ajuda {
        width: 45%;
        height: 225px;
        gap: 15px;
    }

    #titulo-ajuda {
        font-size: 220%;
        padding-top: 2%;
        letter-spacing: 2px;
    }

    #descricao-ajuda {
        width: 100%;
        font-size: 90%;
        text-align: justify;
    }

    #botao-ajuda {
        width: 300px;
        font-size: 120%;
        padding: 15px;
        letter-spacing: 2px;
        border-bottom: 4px solid #c31508;
        border-left: 4px solid #c31508;
        border-top: 4px solid #fa4c6b;
        border-right: 4px solid #fa4c6b;
    }

    #imagem-ajuda {
        width: 420px;
        height: 315px;
    }

    .imagem-carrossel-novidades-home {
        width: 780px;
        height: 438.75px;
        border-radius: 0.2rem;
    }

    .botao-carrossel-novidades-home {
        font-size: 150%;
        top: 48%;
        padding: 15px 15px;
        border-bottom: 4px solid #0d0d0d;
        border-left: 4px solid #0d0d0d;
        border-top: 4px solid #333333;
        border-right: 4px solid #333333;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
        transform: translate(0%,-50%);
    }

    .botao-carrossel-novidades-home:hover {
        border-bottom: 4px solid #b80040;
        border-left: 4px solid #b80040;
        border-top: 4px solid #ff3b7f;
        border-right: 4px solid #ff3b7f;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    }

    .botao-direito-carrossel-novidades-home {
        right: -10%;
    }
    
    .botao-esquerdo-carrossel-novidades-home {
        left: -10%;
    }

    .navegacao-botao-carrossel-novidades-home {
        padding: 0px 5px 0px 5px;
    }

    .texto-sobre-home {
        width: 100%;
        font-size: 100%;
    }

    .card-modos-jogo-home {
        width: 350px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }

    .imagem-card-modos-jogo-home {
        width: 100%;
        height: 262.5px;
    }

    .box-descricao-modos-jogo-home {
        width: 320px;
        padding: 5px 15px 5px 15px;
        height: 110px;
        gap: 10px;
    }

    .titulo-modos-jogo-home {
        font-size: 110%;
    }

    .descricao-modos-jogo-home {
        font-size: 75%;
    }

    .box-botao-modos-jogo-home {
        height: 90px;
        border-top: 5px solid #d6d7d6;
    }

    .botao-modos-jogo-home {
        width: 30%;
        height: 50px;
        border-bottom: 4px solid #e0891b;
        border-left: 4px solid #e0891b;
        border-top: 4px solid #faec68;
        border-right: 4px solid #faec68;
        letter-spacing: 0.5px;
    }
}