.paragrafo-section-um {
    font-size: 20px;
    padding: 7rem 14rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.paragrafo-mobile {
    display: none;
}

#section-dois {
    display: block;
}

#section-dois-mobile {
    display: none;
}

#section-dois {
    width: 100%;
    /* background-image: url("../assets/Section2.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titles-section-dois {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.titles-section-dois h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}

.titles-section-dois p {
    font-size: 1.2rem;
    font-weight: 200;
}

.spaced {
    margin-right: 10px;
    color: black;
    /* Adiciona um espaço à direita do sinal ">" */
}

#section-tres {
    width: 100%;
    height: auto;
    /* background-image: url("../assets/Section3.jpg"); */
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container2 {
    padding: 60px 80px;
    background: #000;
}

.specs {
    display: flex;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.spec1 {
    flex: 1;
    background: #161616;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.spec1 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.spec-content {
    padding: 28px 32px 36px;
}

.spec-content h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 16px;
    letter-spacing: 0.3px;
}

.spec-content h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
}

.spec-content .tam-p {
    color: #a8a8a8;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 900px) {
    .specs {
        flex-direction: column;
    }

    .container2 {
        padding: 40px 24px;
    }
}

.container-desc-tres {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8rem;
    gap: 2.2rem;
}

.container-desc-tres h1 {
    font-size: 2rem;
}

.container-desc-tres h2 {
    font-size: 1.5rem;
}

.container-desc-tres p {
    font-size: 1.2rem;
    padding: 0 10rem 0 10rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    max-width: 75%;
}

.container-desc-tres h6 {
    color: #838383;
}

.container-desc-tres img {
    max-width: 100%;
}

/* SECTION 4 */

#section-quatro {
    width: 100%;
    height: auto;
    /* background-image: url("../assets/Section4.jpg"); */
    background-color: #111111;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container-desc-quatro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8rem;
}

.titles-section-quatro {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    max-width: 100%;
    gap: 1.5rem;
}

.titles-section-quatro h1 {
    color: rgb(0, 0, 0);
}

.titles-section-quatro h3 {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.titles-section-quatro p {
    text-align: start;
    color: rgb(0, 0, 0);
}

.titles-section-quatro h5 {
    color: black;
}

.title-h3-rest {
    font-size: 2rem;
}

.imgs-section-quatro {
    display: flex;
    align-items: end;
    justify-content: end;
    max-width: 70%;
}

.imgs-section-quatro img {
    max-width: 90%;
}

/* SECTION 5 */

#section-cinco {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 2rem;
}

.titulo-section-cinco {
    font-size: 2rem;
}

.container-links-section-cinco {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.links-section-cinco {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
    gap: 1rem;
}

.links-section-cinco a {
    text-decoration: none;
    color: rgb(255, 252, 252);
}

.solid-footer {
    border: 0;
    height: 1px;
    background: #ccc;
    width: 60%;
    margin: 100px auto;
}

.container-links {
    display: block;
}

.container-links-mobile {
    display: none;
}

.container-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.logo-games-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.logo-games-footer-pichau {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.paragrafo-footer {
    color: #838383;
    margin: 4rem 8rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 70%;
    gap: 10px;
}

@media screen and (max-width: 1100px) {

    #nav-hotsite {
        height: 35vh;
    }

    .paragrafo-section-um {
        font-size: 15px;
        padding: 2rem 4rem;
        font-weight: 500;
        color: #d8d8d8;
    }

    #section-dois {
        height: 68.5vh;
    }

    .titles-section-dois {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
    }

    .titles-section-dois h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .titles-section-dois p {
        font-size: 1rem;
        font-weight: 200;
    }

    .container-desc-tres {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
        gap: 2.2rem;
    }

    .container-desc-tres h1 {
        font-size: 1.5rem;
        max-width: fit-content;
    }

    .container-desc-tres h2 {
        font-size: 1rem;
    }

    .container-desc-tres p {
        font-size: 12px;
        padding: 0 10rem;
        font-weight: 400;
        color: #d8d8d8;
        text-align: center;
        max-width: fit-content;
    }

    .container-desc-tres video {
        width: 50%;
    }

    .container-desc-tres img {
        max-width: 100%;
    }

    .title-h3-rest {
        font-size: 1rem;
    }

    .container-links-section-cinco {
        gap: 0;
    }

    #section-quatro {
        height: auto;
    }

    .container-desc-quatro {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8rem;
        gap: 2.2rem;
    }

    .imgs-section-quatro {
        max-width: 100%;
    }

    .imgs-section-quatro img {
        max-width: 100%;
    }
}

@media screen and (max-width: 839px) {

    #nav-hotsite {
        height: auto;
    }

    .paragrafo-section-um {
        font-size: 12px;
        padding: 1.5rem 2rem;
        font-weight: 500;
        color: #d8d8d8;
    }

    #section-dois {
        height: 56vh;
    }

    .titles-section-dois {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .titles-section-dois h1 {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .titles-section-dois p {
        font-size: 12px;
        font-weight: 200;
    }

    .container-desc-tres {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
        gap: 2.2rem;
    }

    .container-desc-tres h1 {
        font-size: 1.5rem;
    }

    .container-desc-tres h2 {
        font-size: 1rem;
    }

    .container-desc-tres p {
        font-size: 12px;
        padding: 0 10rem;
        font-weight: 400;
        color: #d8d8d8;
        text-align: center;
    }

    .container-desc-tres video {
        width: 50%;
    }

    .title-h3-rest {
        font-size: 1rem;
    }

    .container-links-section-cinco {
        gap: 0;

    }

    .links-section-cinco img {
        width: 15rem;
    }

    .links-section-cinco {
        max-width: 100%;
    }

    .links-section-cinco img {
        width: 10rem;
    }

    .logo-games-test {
        width: 70%;
    }

    .paragrafo-footer {
        font-size: 12px;
    }

    #section-dois-mobile {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .titles-section-dois img {
        display: flex;
        max-width: 80%;
    }

    .titles-section-dois {
        max-width: 80%;
    }
}

@media screen and (max-width: 760px) {

    #nav-hotsite {
        height: auto;
    }

    .paragrafo-section-um {
        font-size: 12px;
        padding: 1rem 2rem;
        font-weight: 500;
        color: #d8d8d8;
    }

    #section-dois {
        height: 50.8vh;
    }

    .titles-section-dois {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .titles-section-dois h1 {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .titles-section-dois p {
        font-size: 12px;
        font-weight: 200;
    }

    .container-desc-tres {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
        gap: 2.2rem;
    }

    .container-desc-tres h1 {
        font-size: 1.5rem;
    }

    .container-desc-tres h2 {
        font-size: 1rem;
    }

    .container-desc-tres p {
        font-size: 12px;
        padding: 0 10rem;
        font-weight: 400;
        color: #d8d8d8;
        text-align: center;
    }

    .container-desc-tres video {
        width: 50%;
    }

    .title-h3-rest {
        font-size: 1rem;
    }

    .container-links-section-cinco {
        gap: 0;

    }

    .links-section-cinco img {
        width: 15rem;
    }

    .logo-games-test {
        width: 70%;
    }

    .paragrafo-footer {
        font-size: 12px;
    }

    .links-section-cinco img {
        width: 10rem;
    }

    .links-section-cinco {
        max-width: 100%;
    }
}


@media screen and (max-width: 720px) {

    #section-dois-mobile {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .kv-atualizado-mobile {
        width: 100%;
    }

    .titles-section-dois {
        text-align: left;
        padding: 2rem;
    }

    .container-desc-tres h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .container-desc-tres p {
        text-align: left;
    }

    .container-links-section-cinco {
        display: flex;
        flex-direction: column;
    }

    .links-section-cinco img {
        width: 15rem;
    }

    .links-section-cinco {
        max-width: 90%;
    }

    .titulo-section-cinco {
        font-size: 1.5rem;
    }

    #section-quatro {
        height: auto;
    }

    .titles-section-quatro {
        font-size: 12px;
    }

    .titles-section-quatro h1 {
        font-size: 1.5rem;
    }

    .container-desc-quatro {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
        gap: 2.2rem;
    }

    .imgs-section-quatro {
        max-width: 100%;
    }

    .imgs-section-quatro img {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .container-desc-tres {
        padding: 2rem;
    }

    .container-desc-tres p {
        padding: 0;
    }

    .container-desc-tres video {
        width: 300px;
    }

    .container-links {
        display: none;
    }

    .container-links-mobile {
        display: block;
    }

    .logo-pichau-nav {
        width: 10rem;
    }

    .logo-nvidia-nav {
        width: 8rem;
    }

    .titles-section-dois img {
        max-width: 100%;
    }

    .paragrafo-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: white;
    }

}