* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* 
:root {
    --gradiante: linear-gradient(180deg, #140E1B 0%, #5D1C51 36.06%, #2F0E29 89.9%, #181319 100%);
} variavel
*/

body {
    background: linear-gradient(180deg, #140E1B 0%, #5D1C51 36.06%, #2F0E29 89.9%, #181319 100%);
}

header {
    height: 137px;
    /*
    background-color: var(--gradiante);
    background-color: rgb(39, 73, 73);*/
}


#topo {
    width: 1160px;
    height: 125px;

    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-right: 77px;
    padding-left: 77px;

    background-image: url(imgs/header-roxo.png);
    background-size: auto;

}

#logo {
    width: 100%;
    max-width: 199px;
    height: 90%;
    max-height: 65px;

    margin-top: 10px;
}

nav {
    width: 100%;
    max-width: 543px;

    display: flex;

    margin-bottom: 8px;
}

#menu_hamborguer {
    display: none;
}

.botoes_header {
    width: 100%;
    max-width: 153px;
    height: 43.54px;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 1px 5px 5px 5px;

    background-image: url(imgs/botões_header.png);
    background-size: contain;
}

#subir {
    display: block;
    position: fixed;
    width: 100px;
    height: 100px;
    background-image: url(imgs/records_records.png);
    background-size: contain;
    bottom: 35px;
    right: 35px;
    z-index: 100000;
}

#container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

    /*  background-color: rgba(109, 181, 190, 0.507); */
}

/* <video src="video/video_1.mp4" controls>
            </video> isso é html
                        <iframe src="https://youtu.be/embed/IwcSYmoXExZBHPAM" frameborder="0" width="1004" height="480"></iframe>
        </div>*/

#apresentar {
    width: 100%;
    max-width: 1151px;
    height: 414px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(imgs/lost_records_apresentar.png);
    background-size: contain;
    background-repeat: no-repeat;

    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

#apresentartxt {
    margin-bottom: 20px;
}

#instalar {
    margin: 29px auto 0;

    display: flex;
    justify-content: center;

    gap: 60px;

    padding: 19px 25px 5px 25px;
    border-radius: 40px;
    width: fit-content;

    background-image: url(imgs/onde_intalar.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#instalar_2 {
    margin: 29px auto 0;

    display: none;
    justify-content: center;

    gap: 60px;

    padding: 19px 25px 25px 25px;
    border-radius: 40px;

    background-image: url(imgs/onde_intalar.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.separador {
    /* texto */
    width: 1151px;
    height: 168px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(imgs/separador_barra.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    margin-top: 80px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 85px;
}

#Lancamento {
    margin-top: 150px;
}

.img_inicio {
    display: block;
}

.img_inicio_2 {

    display: none;
}

@font-face {
    font-family: Langar;
    src: url(text/Langar-Regular.ttf) format("truetype");

}

img {
    margin-bottom: 28px;
}

.separadortxt {
    font-family: langar;

    width: 100%;
    max-width: 660px;
    text-align: center;
    color: #fff;
}

h1 {
    /*separadores*/
    font-family: Langar;
    font-weight: 900;
    font-size: 48px;
    width: 660px;
    text-align: center;
    color: #fff;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
}

p {
    /*ceno dos textos çá*/
    width: 466px;

    color: #FFF;

    /* nermal */
    font-family: Audiowide;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 170% */
    letter-spacing: 0.8px;
}

h2 {
    color: #FFF;

    /* Sub titulo */

    font-family: Langar;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-left: 27px;
}

#lancamento_text1 {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 30px;

    margin: 85px 27px;
    flex-direction: row-reverse;
}

#lancamento_text2 {

    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 50px;

    margin: 85px 27px;
    flex-direction: row;
}

#jogabilidade {

    width: 1118px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: baseline;

    gap: 92px;

    margin: 54px 27px 20px;
}

#videoo {
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    border-radius: 25px;
    border: 5px solid rgba(58, 42, 150, 0.61);

    box-sizing: border-box;
    */
}

#videoo_2 {
    display: none;
}

/*inicio personagens*/

#Personagens {
    display: flex;
    flex-direction: row;

    gap: 38px;

    margin: 20px 100px;
    /*
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 30px;

    margin: 85px 27px;
    flex-direction: row-reverse; 
    */
}

h3 {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Langar;
    font-size: 40px;
    line-height: 50px;
    color: #fff;

    margin-bottom: 30px;
}

h4 {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Langar;
    font-size: 32px;
    line-height: 40px;
    color: #fff;

    margin-bottom: 30px;
}

#text3 {
    text-align: right;
}

#text4 {
    text-align: left;
}

.Nora {
    display: flex;
    flex-direction: row;

    gap: 38px;
}

#text_Nora {
    width: 239px;
    height: 465px;

    background-image: url(imgs/Nora_text.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;

    padding: 20px 20px;
}

#text_Swamn {
    width: 239px;
    height: 465px;

    background-image: url(imgs/Swanm_text.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;

    padding: 20px 20px;
}

#text_Autumn {
    width: 239px;
    height: 465px;

    background-image: url(imgs/Autumn_text.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

    padding: 20px 20px;
}

#text_Kat {
    width: 239px;
    height: 465px;

    background-image: url(imgs/kat_text.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;

    padding: 20px 20px;
}

/*personagens mobile*/

#Personagens_2 {
    display: none;
}

/*fim personagens*/

.galeira_img {
    object-fit: cover;
    margin-bottom: 0px;

    border-radius: 25px;
    border: 5px solid rgba(58, 42, 150, 0.61);

    box-sizing: border-box;

}

#descobra_text {
    margin-left: 97px;
}

#galeria {
    margin: auto 97px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#galeria_2 {
    display: none;
}

#galeira>img {
    margin: 2px 0px -28px 0px;

}

/*
#teste_1 {
    border-radius: 25px;
    border: 1px solid var(--Cormoldura, rgba(58, 42, 150, 0.61));
}
*/

.Artigos {
    width: 1152px;
    height: auto;

    padding-left: 73px;

    display: flex;
    flex-direction: row;

    gap: 15px;

    margin-bottom: 74px;
}

.Artigos_2 {
    display: none;
}

ul {
    width: 466px;

    color: #FFF;

    font-family: Audiowide;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;

    letter-spacing: 0.8px;

    padding-left: 30px;
}

#Saber_mais {
    font-style: normal;
    font-family: Audiowide;
    font-size: 25px;

    text-decoration: underline;

    color: #fff;


    font-weight: 900;
    line-height: 34px;

    letter-spacing: 0.8px;
}

a {
    font-family: Langar;
    font-size: 16px;
    font-weight: 800;
    color: #F8F8F8;
    text-decoration: none;
}


footer {
    width: 1160px;
    height: 173px;

    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;

    flex-direction: column calc(3);

    display: flex;
    justify-content: first baseline;

    padding: 19px 77px;

    background-image: url(imgs/fouter.png);
    background-size: auto;
}

#fouter_logo {
    width: 184.013px;
    height: 65.295px;
    justify-content: start;

    margin-top: 5px;
}

#ligacoes {
    display: flex;
    justify-content: space-around;

    padding-left: 40px;
    padding-right: 109px;
}

.fouter_titulos {
    font-size: 24px;
    margin: auto 10px;
}

.fouter_ligacoes {
    font-family: sans-serif;

    font-size: 13px;

    font-weight: 550;
    margin: auto 14px;
}

#social_2 {
    display: none;
}


#social {
    height: 112px;
    margin: 19px auto 19px auto;

    flex-direction: column;
    justify-content: space-between;
}

h5 {
    font-family: Georgia;
    color: #FFF;
    font-size: 13px;

    padding: 22 74 22 auto;

    text-align: right;

    font-weight: 100;
}

#creditos {
    display: none;
}

#redes_sociais {
    gap: 8px;

    display: flex;
    justify-content: flex-end;
}

#redes_sociais>a>img {
    margin: 3px 0px 3px 0px;
}

@media only screen and (max-width:360px) {

    #subir {
        display: block;
        position: fixed;
        width: 55px;
        height: 55px;
        background-image: url(imgs/records_records.png);
        background-size: contain;
        bottom: 15px;
        right: 15px;
        z-index: 100000;
    }

    header {
        height: 80px;
    }


    #topo {
        width: 316px;
        height: 76px;

        padding: 20px 26px 8px 26px;
        background-image: url(imgs/roxo_header.png);
        background-size: cover;

    }

    #logo {
        width: 100%;
        max-width: 128px;
        height: 100%;
        max-height: 41px;

    }

    nav {
        width: 100%;
        max-width: 41px;
        height: 31px;
        ;

        margin-bottom: 13px;
    }

    .botoes_header {
        display: none;
    }

    #menu_hamborguer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*header --- container */

    #container {
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    #apresentar {
        width: 100%;
        max-width: 316px;
        height: 463px;

        background-image: url(imgs/lost_records_apresentar_2.png);
    }


    #apresentartxt {
        width: 100%;
        max-width: 281px;

        margin-bottom: 30px;

    }

    #instalar {
        margin: 29px auto 0;

        display: none;
        justify-content: center;

        gap: 60px;

        padding: 19px 25px 25px 25px;
        border-radius: 40px;
        width: fit-content;

        background-image: url(imgs/onde_intalar.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    #instalar_2 {
        margin: 29px auto 0;

        display: flex;
        justify-content: center;

        gap: 60px;

        padding: 12px 25px 25px 25px;
        border-radius: 20px;
        width: 316px;

        background-image: url(imgs/onde_intalar_2.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    /* separador */

    .separador {
        /* texto */
        width: 316px;
        height: 150px;

        background-image: url(imgs/barra_separador.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;

        margin: 80px auto 45px;
    }

    .separadortxt {
        width: 100%;
        max-width: 316px;
    }

    h1 {
        font-size: 35px;
        width: 316px;
        margin-top: 56px;
        margin-right: auto;
        margin-bottom: 60px;
        margin-left: auto;
    }

    /*Conteudo*/

    #Lancamento {
        margin-top: 70px;

    }

    h2 {
        font-size: 36px;
        margin-left: 22px;
    }


    p {
        width: 316px;
        font-size: 20px;
    }

    #lancamento_text1 {
        gap: 30px;

        margin: 56px 22px 30px 22px;
        flex-direction: column-reverse;
    }


    #lancamento_text2 {
        gap: 30px;

        margin: 35px 22px 60px 22px;
        flex-direction: column-reverse;
    }

    .img_inicio_2 {
        width: 100%;
        display: block;
    }


    .img_inicio {
        display: none;
    }

    #jogabilidade {

        width: 316px;
        height: 900px;
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 50px;

        margin: 36px 27px 20px;
    }

    #text3 {
        text-align: left;
    }

    #text4 {
        text-align: left;
    }

    #videoo {
        display: none;
    }

    #videoo_2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Personagens {
        display: none;
    }

    #Personagens_2 {
        display: flex;
        flex-direction: row;

        gap: 19px;

        margin: 20px 22px;
    }

    h3 {
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: Langar;
        font-size: 25px;
        line-height: 40px;
        color: #fff;

        margin-bottom: 20px;
    }

    h4 {
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: Langar;
        font-size: 22px;
        line-height: 25px;
        color: #fff;

        margin-bottom: 30px;
    }

    #text4 {
        text-align: left;
    }

    .Nora {
        display: flex;
        flex-direction: row;

        gap: 19px;
    }

    #text_Nora {
        width: 159px;
        height: 306px;

        background-image: url(imgs/Nora_text_2.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-size: contain;

        padding: 20px 20px;
    }

    #text_Swamn {
        width: 159px;
        height: 306px;

        background-image: url(imgs/Swamn_text_2.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-size: contain;

        padding: 20px 20px;
    }

    #text_Autumn {
        width: 159px;
        height: 306px;

        background-image: url(imgs/Autumn_text.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;

        padding: 20px 20px;
    }

    #text_Kat {
        width: 159px;
        height: 306px;

        background-image: url(imgs/Kat_text_2.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-size: contain;

        padding: 20px 20px;
    }


    .galeira_img {
        object-fit: cover;
        margin-bottom: 0px;

        border-radius: 25px;
        border: 5px solid rgba(58, 42, 150, 0.61);

        box-sizing: border-box;

    }

    #descobra_text {
        margin-left: 22px;
    }

    #galeria {
        display: none;
    }

    #galeria_2 {
        margin: auto 22px;

        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    #galeira>img {
        margin: 2px 0px -28px 0px;

    }

    .Artigos {
        display: none;
    }

    .Artigos_2 {
        display: block;
        width: 360px;
        height: auto;

        padding-left: 20px;

        display: flex;
        flex-direction: column;

        gap: 25px;

        margin-bottom: 74px;
    }


    ul {
        width: 316px;

        color: #FFF;

        font-family: Audiowide;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;

        letter-spacing: 0.8px;

        padding-left: 30px;
    }

    #Saber_mais {
        font-style: normal;
        font-family: Audiowide;
        font-size: 20px;

        text-decoration: underline;

        color: #fff;


        font-weight: 900;
        line-height: 34px;

        letter-spacing: 0.8px;
    }

    /**/

    footer {
        width: 319px;
        height: 485px;

        margin: auto;
        margin-bottom: 20px;
        align-items: center;

        flex-direction: column;

        display: flex;
        justify-content: flex-start;

        padding: 21px;

        background-image: url(imgs/pastinha/footer_3.png    );
        background-size: contain;
    }

    #redes_sociais {
        gap: 8px;

        display: flex;
        justify-content: center;
    }

    #fouter_logo {
        width: 130px;
        height: 46px;
        margin: 10px auto;
        flex-direction: row;
        justify-content: center;


        margin-bottom: 10px;
        align-items: center;
    }

    h5 {
        font-family: Georgia;
        color: #FFF;
        font-size: 13px;

        padding: 0px;

        text-align: center;

        font-weight: 100;
    }

    #ligacoes {
        display: flex;
        justify-content: space-around;

        margin-bottom: 50px;

        padding-left: 0px;
        padding-right: 0px;
    }

    .fouter_titulos {
        font-size: 20px;
        margin: auto 10px;
    }

    .fouter_ligacoes {
        font-family: sans-serif;

        font-size: 11px;

        font-weight: 550;
        margin: auto 14px;
    }

    #social {
        display: none;
        height: 112px;
        margin: 19px auto 19px auto;

        flex-direction: column;
        justify-content: space-between;
    }


    #social_2 {
        display: flex;
        height: 46px;
        margin: 20px auto 40px auto;

        flex-direction: column;
        justify-content: space-around;
    }

    h5 {
        font-family: Georgia;
        color: #FFF;
        font-size: 13px;

        padding: 22 20 22 auto;

        text-align: center;

        font-weight: 100;
    }

    
    #creditos {
        display: flex;
        flex-direction: column;

        gap: 10px;
    }
    

}