@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
}
::selection {
    color: #fff;
    background-color: black;
}
::-webkit-scrollbar-track {
      background-color: #2D2D2D;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #FF5A56;
}

header {
    background-image: url("./assets/header/background-header-section1.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

header section{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 900px;
}


.kylo-ren {
    width: 63vw;
    height: 97vh;
    position: relative;
    right:30px;
    top: 190px;
}

.star{
    position: absolute;
    left: 460px;
    bottom: 400px;
}

.wars{
    position: absolute;
    left: 1350px;
    bottom: 400px;
}

.legiao-header {
    height: 210px;
    width: 250px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    bottom: 10px;
    right: 200px;
}

.criacao-texto-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    height: 12.5vh;
    width: 9.3vw;
    flex-direction: column;
}

.crie {
    width: 7.03vw;
    font-size: 30px;
}

.sua-legiao {
    width: 9.3vw;
    font-size: 30px;
}

.linha {
    border-top:solid 4px;
    width: 180px;
    color: black;
}

.numero-da-pagina {
    height: 40px;
    width: 140px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.numero-principal {
    font-size: 35px;
    width: 34px;
}

.numero-secundario {
    font-size: 20px;
}

.numero-da-pagina figure img {
    cursor: pointer;
}

.comece-a-jogar{
    background-image: url("./assets/main/sobre-o-jogo/banner-play.png");
    background-repeat: no-repeat;
    background-size: 398px 584px;
    width: 398px;
    height: 584px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    bottom: 60px;
    left: 10px;
}

.sobre-e-estrutura {
    background-image: url("./assets/main/banner-background-main.png");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comece-a-jogar h2 {
    color: white;
    height: 130px;
    width: 180px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}

.comece-a-jogar .descrição-como-jogar{
    color: white;
    text-align:start;
    width: 310px;
    font-size: 19px;
    font-weight: 200;
}

.comece-a-jogar button {
    background: transparent;
    color: white;
    height: 50px;
    width: 200px;
    border: 1px solid white;
    border-radius: 9px;
    cursor: pointer;
    background: linear-gradient(to left, transparent 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: 0.8s ease-in-out;
    
}
.comece-a-jogar button:hover {
    background-color: black;
    background-position: left; 
    font-size: 20px;
}

.comece-a-jogar-sobre-o-jogo {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.date {
    text-align: end;
    color: white;
    font-size: 10px;
    width: 90%;
}

.sobre-o-jogo {
    width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.linha-main {
    border-top:solid 4px;
    width: 180px;
    color: black;
}

.descricao {
    width: 58%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    text-align: end;
    height: 22vh;
}

.descricao h2 {
    font-size: 30px;
    text-align: end;
    width: 100%;
}

.descricao p {
    width: 17vw;
    font-size: 15px;
    text-align: end;
}

.descricao figure {
    display: flex;
}

.linha-sections {
    border-top:solid 4px;
    width: 1400px;
    color: black;
    display: flex;
    margin-left: 1px;

}

.estrutura-de-jogo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
}

.estrutura-de-jogo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 67vh;
}

.estrutura-de-jogo-section ul {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 80%;
    width: 28vw;
}
.estrutura-de-jogo-section ul li {
    text-align: end;
    font-size: 40px;
    cursor: pointer;
}

.estrutura-de-jogo-section ul li:hover {
    background-color: red;
    color: white;
}

.estrutura-de-jogo-section h2 {
    font-size: 70px;
    text-align: end;
    width: 23vw;
}

.rey-main {
    position: relative;
    top: 80px;
}

.lord-main {
    position: relative;
    top: 80px;
    left: 300px;
}

.atributos {
    background-color: #2D2D2D;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 76vh;
}

.atributos-alinhamento {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 115vh;
}
.atributos h2 {
    color: white;
}

.imagens {
    display: flex;
    width: 93vw;
    justify-content: center;
    align-items: center;
}

.hover-img-grande {
    width: 852px;
    height: 530px;
    background-color: red;
    transition: 1s;
    position: absolute;
    right: 49.5%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-img-grande:hover {
    opacity: 0.7;
}

.hover-primeira-img-pequena {
    width: 430px;
    height: 271px;
    background-color: purple;
    transition: 1s;
    position: absolute;
    right: 30.5%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-primeira-img-pequena:hover {
    opacity: 0.7;
}

.hover-segunda-img-pequena {
    width: 430px;
    height: 271px;
    background-color: orange;
    transition: 1s;
    position: absolute;
    right: 10.8%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-segunda-img-pequena:hover {
    opacity: 0.7;
}
.hover-terceira-img-pequena {
    width: 430px;
    height: 271px;
    background-color: blue;
    transition: 1s;
    position: absolute;
    right: 30.2%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-terceira-img-pequena:hover {
    opacity: 0.7;
}

.hover-quarta-img-pequena {
    width: 430px;
    height: 271px;
    background-color: green;
    transition: 1s;
    position: absolute;
    right: 10.8%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-quarta-img-pequena:hover {
    opacity: 0.7;
}

.borda-top-pequeno {
    position: absolute;
    top: 0%;
    right: 80%;
    border-top:5px solid white;
    border-left:5px solid white;
    margin:1vh 0 0 1vw;
    width: 3vw;
    height: 5vh;
}
.borda-bottom-pequeno {
    position: absolute;
    bottom: 2%;
    left: 75%;
    border-bottom:5px solid white;
    border-right:5px solid white;
    margin:1vh 0 0 1vw;
    width: 3vw;
    height: 5vh;
}

.conteudo-pequeno {
    height: 300px;
    width: 350px;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: space-evenly;
}

.conteudo-pequeno h4 {
    font-size: 18px;
}

.conteudo-pequeno p {
    font-size: 14px;
}

.conteudo-grande {
    height: 400px;
    width: 600px;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: space-evenly;
}

.conteudo-grande h4 {
    font-size: 24px;
}

.conteudo-grande p {
    font-size: 20px;
}

.conteudo-grande button, .conteudo-pequeno button {
    cursor: pointer;
}

.leia-mais {
    height: 50px;
    width: 150px;
    background-color: transparent;
    border: solid 5px white;
    color: white;
    font-size: 15px;
}

.borda-top-grande {
    position: absolute;
    top: 0%;
    right: 90%;
    border-top:5px solid white;
    border-left:5px solid white;
    margin:1vh 0 0 1vw;
    width: 3vw;
    height: 5vh;
}
.borda-bottom-grande {
    position: absolute;
    bottom: 2%;
    left: 85%;
    border-bottom:5px solid white;
    border-right:5px solid white;
    margin:1vh 0 0 1vw;
    width: 3vw;
    height: 5vh;
}

.imagens-secundarias {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 827px;
    height: 510px;
}

.imagens-secundarias figure {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.imagens-secundarias figure img {
    width: 410px;
    height: 251px;
}


.titulo h2 {
    width: 1500px;
    text-align: start;
    text-transform: uppercase;
    font-size: 50px;
}
.hierarquia {
    background-color: #2D2D2D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 1000px;
}

.hierarquia figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
}

.hierarquia img {
    height: 100%;
    width: 78%;
}

.paragrafo {
    width: 78%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hierarquia p {
    text-align: end;
    color: white;
    width: 750px;
}

.como-jogar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 800px;
}

.imagem-texto {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.parte-de-cima {
    display: flex;
    background-color: #2D2D2D;
    height: 500px;
    justify-content: center;
    align-items: center;
}

.parte-de-cima figure {
    position: absolute;
    left: 100px;
    top: 4050px;
}

.como-jogar-section{
    display: flex;
}


.como-jogar-section h3{
    color: white;
    font-size: 50px;
}
.passo-a-passo {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    width: 80%;
}

.textos {
    display: flex;
    height: 100%;
}

.caixa-inferior {
    width: 20%;

}

.etapa-um, .etapa-dois, .etapa-tres {
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: space-evenly;
    align-items: center;
}

.etapa-um p, .etapa-dois p, .etapa-tres p{
    position: relative;
    top: 50px;
}


h4 {
    font-size: 40px;
    font-weight: 500;
}


.etapa-um button, .etapa-dois button, .etapa-tres button {
    background: linear-gradient(to left, #000 50%, #D74430 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: 0.8s ease-in-out;
    color: white;
    height: 50px;
    width: 200px;
    font-size: 20px;
    cursor: pointer;
    border: solid;
    position: absolute;
}

.etapa-um button:hover, .etapa-dois button:hover, .etapa-tres button:hover {
    background-position: left;
}

.etapa-um button:hover ~ .linha-passo-a-passo-black {
    transition: 0.8s ease-in-out;
    color: red;
    background-position: right bottom;
}

.etapa-dois button:hover ~ .linha-passo-a-passo-black {
    transition: 0.8s ease-in-out;
    color: red;
    background-position: right bottom;
}

.etapa-tres button:hover ~ .linha-passo-a-passo-black {
    transition: 0.8s ease-in-out;
    color: red;
    background-position: right bottom;
}

.etapa-um button:hover ~ .prioridade{
    font-weight: 700;
    transform: scale(125%);
    transition: 0.8s ease-in-out;
}

.etapa-dois button:hover ~ .prioridade{
    font-weight: 700;
    transform: scale(125%);
    transition: 0.8s ease-in-out;
}

.etapa-tres button:hover ~ .prioridade{
    font-weight: 700;
    transform: scale(125%);
    transition: 0.8s ease-in-out;
}


.etapa-um p {
    width: 150px;   
    text-align: center;

}

.etapa-dois p {
    width: 110px;
    text-align: center;
}

.etapa-tres p {
    width: 90px;
    text-align: center;
}


.linha-passo-a-passo-black {
    border-top:solid 4px;
    width: 90px;
    color: black;
    display: flex;
}

footer {
    display: flex;
    height: 900px;
}

footer .aplicativos-star-wars {
    background-color: #FF5A56;
    color: white;
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}

.aplicativo {
    width: 31%;
    height: 40%;
}

.aplicativo h3 {
    width: 100%;
    font-size: 40px;
}

.aplicativo section {
    display: flex;
    width: 100%;
}


.mobile-ios figure{
    display: flex;
    flex-direction: row;
    width: 50%;
    height: 100%;
    justify-content: center;
}

.aplicativo section figure img {
    width: 90%;
    display: flex;
}

.mobile-ios {
    display: flex;
    flex-direction: row;
}

.linha-footer {
    border-top:solid 4px;
    width: 450px;
    color: #D74430;
    display: flex;
}

.star-wars{
    height: 40%;
    width: 31%;
}

.star-wars figure {
    height: 40%;
    width: 100%;
}
.star-wars figure  img{
    width: 258px;
    height: 126px;
}

footer section .aplicativo, .star-wars {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

footer .darth-vader {
    width: 30%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .darth-vader .darth {
    width: 756px;
    height: 966px;
    position: relative;
    right: 140px;
    top: 80px;
}
footer .darth-vader p {
    width: 72%;
}

@media (max-width:768px) {
    header {
        width: 425px;
    }
    .wars {
        left: 266px;
        top: 68px;
    }
}

@media (max-width:425px) {
    .hover-img-grande {
        height: 250px;
        width: 380px;
        right: 5%;
        top: 1248px;
    }
    .hover-segunda-img-pequena {
        height: 250px;
        width: 400px;
        right: 3%;
    }
    .hover-terceira-img-pequena {
        height: 250px;
        width: 400px;
        right: 3%;
    }
    .hover-quarta-img-pequena {
        right: 3%;
        height: 250px;
        width: 400px;
    }
    .hover-primeira-img-pequena {
        height: 250px;
        width: 400px;
        right: 3%;
    }
    .borda-top-pequeno {
        position: absolute;
        top: 0%;
        right: 90%;
        border-top: 5px solid white;
        border-left:5px solid white;
        margin:1vh 0 0 1vw;
        width: 8vw;
        height: 5vh;
    }
    .borda-top-grande {
        position: absolute;
        top: 0%;
        right: 90%;
        border-top:5px solid white;
        border-left:5px solid white;
        margin:1vh 0 0 1vw;
        width: 8vw;
        height: 5vh;
    }
    .borda-bottom-pequeno {
        position: absolute;
        bottom: 2%;
        left: 90%;
        border-bottom:5px solid white;
        border-right:5px solid white;
        margin:1vh 0 0 1vw;
        width: 8vw;
        height: 5vh;
    }
    .borda-bottom-grande {
        position: absolute;
        bottom: 2%;
        left: 90%;
        border-bottom:5px solid white;
        border-right:5px solid white;
        margin:1vh 0 0 1vw;
        width: 8vw;
        height: 5vh;
    }
    
    .conteudo-grande {
        height: 300px;
        width: 350px;
        display: flex;
        flex-direction: column;
        color: white;
        justify-content: space-evenly;
    }

    .conteudo-grande h4 {
        font-size: 14px;
        width: 200px;
    }

    .conteudo-grande p {
        font-size: 12px;
        width: 300px;
    }
}
@media (max-width:425px) {
    header {
        background-image: url("assets/header/background-header-section1.png");
        background-size: 425px;
        background-repeat: no-repeat;
        width: 425px;
    }
    .header-one {
        height: 140px;
        width: 420px;
    }
    .star {
        position: absolute;
        left: 83px;
        top: 68px;
        height: 26px;
        width: 103px;
        
    }
    .wars {
        height: 26px;
        width: 103px;
        left: -266px;
        top: -68px;
    }
    .kylo-ren {
        width: 262px;
        height: 198px;
        left: 10px;
        top: 45px;
        
    }
    .legiao-header {
        height: 75px;
        width: 85px;
        bottom:-30px;
        right: 20px;
        
    }
    .crie {
        width: 16vw;
        font-size: 10px;
        
    }
    .sua-legiao {
        width: 25vw;
        font-size: 10px;
        
    }
    .linha {
        border-top:solid 4px;
        width: 80px;
        color: black;
        
    }
    .numero-da-pagina {
        width: 80px;
        height: 21px;
        
    }
    .numero-principal {
        font-size: 12px;
        width: 10px;
    }
    .numero-secundario {
        font-size: 10px;
    }
    .numero-da-pagina figure img {
        height: 12px;
    }
    .sobre-e-estrutura {
        background-image: url("/assets/main/banner-background-main.png");
        background-repeat: no-repeat;
        background-size: 450px 700px;
        background-position-x: -70px;
        background-position-y: -50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 425px;
        height: 650px;
    }

    .comece-a-jogar{
        background-image: url("assets/main/sobre-o-jogo/banner-play.png");
        background-repeat: no-repeat;
        background-size: 281px 413px;
        width: 281px;
        height: 413px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        bottom: 250px;
        left: 100px;
    }

    .comece-a-jogar-sobre-o-jogo {
        width: 425px;
        height: 1000px;
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
    }
    .comece-a-jogar h2 {
        color: white;
        height: 90px;
        width: 180px;
        font-size: 40px;
        text-align: center;
        font-weight: 500;
    }
    .comece-a-jogar button {
        background: transparent;
        color: white;
        height: 40px;
        width: 140px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
    }

    .comece-a-jogar .descrição-como-jogar{
        color: white;
        text-align:start;
        width: 190px;
        font-size: 15px;
        font-weight: 200;
    }

    .date {
        text-align: center;
        color: white;
        font-size: 10px;
        width: 90%;
        height: 40px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .sobre-o-jogo {
        width: 350px;
        flex-direction: column-reverse;
        height: 1000px;
        justify-content: space-around;
        align-items: flex-end;
    }
    .descricao {
        width: 100%;
        height: 140px;
        position: absolute;
        bottom: -100px;
    }

    .descricao h2 {
        font-size: 15px;
        text-align: end;
        width: 100%;
    }
    .descricao p {
        width: 83%;
        font-size: 12px;
        text-align: end;

    }

    .sobre-o-jogo figure{
        display: flex;
    }
    .sobre-o-jogo figure img{
        display: flex;
        width: 281px;
        height: 169px;
        position: absolute;
        right: 44px;
        bottom: 50px;
    }
    .linha-sections {
        border-top:solid 4px;
        width: 350px;
        color: black;
        display: flex;
        margin-left: 1px;
        position: absolute;
        bottom: -105px;
    }
    .lord-main {
        position: absolute;
        width: 200px;
        height: 199px;
        top: 35px;
        left: 0px;
    }
    .rey-main {
        width: 104px;
        height: 199px;
        position: relative;
        top: 35px;
    }
    .estrutura-de-jogo-section {
        height: 200px;
        width: 150px;
    }
    .estrutura-de-jogo-section ul {
        height: 80px;
        width: 50px;
    }
    .estrutura-de-jogo-section h2 {
        font-size: 15px;
        width: 23vw;
    }
    .estrutura-de-jogo-section ul {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        height: 150px;
        width: 200px;
    }
    .estrutura-de-jogo-section ul li {
        text-align: end;
        font-size: 12px;
        cursor: pointer;
    }
    .estrutura-de-jogo {
        width: 100%;
        align-items: flex-end;
        justify-content: end;
        position: relative;
        top: 100px;
    }
    .principal {
        height: 100px;
        width: 100px;
    }
    .atributos {
        margin-top: 380px;
        height: 1300px;
    }
    .atributos-alinhamento {
        display: flex;
        flex-direction: column;
        justify-content:  space-evenly;
        align-items: center;
        height: 1300px;
    }
    .titulo {
        width: 355px;
        justify-content: center;
    }

    .titulo h2 {
        width: 350px;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
    }

    .imagens {
        display: flex;
        width: 95%;
        height: 1200px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .imagem-maior img{
        height: 250px;
        width: 380px;
    }

    .imagens-secundarias {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: 940px;
    }
    .imagens-secundarias figure img {
        height: 230px;
        width: 380px;
    }
    .hierarquia {
        height: 300px;
    }
    
    .hierarquia figure {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .hierarquia img {
        height: 100%;
        width: 100%;
    }

    .paragrafo {
        width: 80%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 10px;
    }

    .hierarquia p {
        text-align: end;
        color: white;
        width: 750px;
    }

    .como-jogar {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        height: 800px;
    }
    .passo-a-passo {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-end;
        background-color: white;
        width: 95%;
        height: 600px;
    }
    .etapa-um p, .etapa-dois p, .etapa-tres p{
        position: relative;
        top: 20px;
    }
    .como-jogar-section {
        width: 100%;
    }
    .como-jogar-section h3{
        color: white;
        font-size: 20px;
        width: 90%;
        text-align: end;
    }
    .parte-de-cima figure {
        position: absolute;
        left: -245px;
        top: 2770px;
    }
    .imagem-texto {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 700px;
    }
    .caixa-inferior {
        display: none;
    }

    footer .aplicativos-star-wars {
        background-color: #FF5A56;
        color: white;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 1000px;
        justify-content: space-evenly;
        align-items: center;
        padding-bottom: 180px;
    }
    
    .aplicativo {
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
    .aplicativo p {
        width: 85%;
    }

    .aplicativo h3 {
        width: 100%;
        font-size: 60px;
        text-align: center;
    }

    .aplicativo section {
        display: flex;
        width: 100%;
    }
    .mobile-ios figure a {
        display: flex;
        justify-content: center;
    }

    .mobile-ios figure{
        display: flex;
        flex-direction: row;
        width: 178px;
        height: 70%;
        justify-content: center;
        align-items: center;
    }
    .mobile-ios figure a img {
        display: flex;
        justify-content: center;
    }

    .aplicativo section figure img {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .mobile-ios {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .linha-footer {
        border-top:solid 4px;
        width: 350px;
        color: #D74430;
        display: flex;
    }

    .star-wars{
        height: 70%;
        width: 100%;
    }

    .star-wars figure {
        height: 40%;
        width: 50%;
    }
    .star-wars figure  img{
        width: 200px;
        height: 98px;
    }
    footer {
        display: flex;
        flex-direction: column;
        height: 1200px;
    }

    footer section .aplicativo, .star-wars {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    footer .darth-vader {
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
    }

    footer .darth-vader .darth {
        width: 356px;
        height: 455px;
        position: absolute;
        right: 20px;
        top: 4250px;
    }
    footer .darth-vader p {
        width: 90%;
        font-size: 12px;
    }
    .star-wars p {
        font-size: 15px;
        width: 80%;
    }
    .etapa-um {
        margin-right: 5px;
    }
    .etapa-dois {
        margin-right: 25px;
    }
    .etapa-tres {
        margin-right: 35px;
    }


}
@media (max-width:375px) {
    .sobre-o-jogo figure img {
        right: -12px;
    }
    .atributos,.hierarquia,.como-jogar,.aplicativos-star-wars, footer {
        width: 425px;
    }
}
@media (max-width:320px)  {
    .sobre-o-jogo figure img{
        display: flex;
        width: 281px;
        height: 169px;
        position: absolute;
        left: 100px;
        bottom: 50px;
    }
    header {
        width: 425px;
    }
    main {
        width: 100%;
    }
    .sobre-o-jogo p {
        width: 360px;
    }
    .atributos,.hierarquia,.como-jogar,.aplicativos-star-wars, footer {
        width: 425px;
    }

    footer .darth-vader .darth {
        width: 356px;
        height: 455px;
        position: absolute;
        right: -70px;
        top: 4250px;
    }
}
