/* Main */

* {
    margin: 0 auto;
    box-sizing: border-box;
}

:root {
    --class-l: url(../../../assets/cassificacao/clas-l.jpg)
}

@font-face {
    font-family: "denton";
    src: url(../../assets/fonts/denton.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "mobicb";
    src: url(../../assets/fonts/Mobicb_.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: underline;
    font-style: italic;
    text-align: center;
    max-height: 100px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: black;
}

.voltar-pagina {
    width: 200px;
    margin: 20px;
}


a {
    color: aliceblue;
    text-decoration: none;
}

header h3 {
    background-color: gray;
    padding: 12px;
    border-radius: 5px;
    transition: 0.2s;
}

header h3:hover {
    background-color: rgb(160, 160, 160);
    border-radius: 30px;
}

body {
    line-height: 1.5;
    color: aliceblue;
    background: linear-gradient(45deg, rgb(26, 26, 26, 0.96), rgb(26, 26, 26, 0.96)), url(../../../assets/nodebg.png);
    -background-color: rgb(60, 112, 50);
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

.main-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 1100px;
    width: 1300px;
    -border: 1px solid rgb(255, 251, 0);
    margin-bottom: 300px;
}

.parte-esquerda {
    width: 600px;
    height: 1000px;
    background-color: aliceblue;
    color: black;
    display: flex;
    flex-direction: column;
    ;
    -align-items: center;
    padding: 20px;
    -border: 1px solid red;
    border-radius: 12px;
    box-shadow: 0px 0px 30px 5px rgba(211, 211, 211, 0.425);
}

.titulo {
    text-align: center;
}

.parte-esquerda h3 {
    font-size: 14px;
    font-style: italic;
    color: rgb(138, 138, 138);
}

.texto-corpo {
    margin: 20px;
    padding-right: 10px;
    text-align: justify;
    text-indent: 60px;
    overflow: hidden;
    overflow-y: scroll;
}

.texto-corpo::-webkit-scrollbar {
    width: 4px;
    
}

.texto-corpo::-webkit-scrollbar-track {
    background: rgba(73, 73, 73, 0.1);
}

.texto-corpo::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.96);
    border-radius: 5px;
    opacity: 90%;
}

.texto-corpo p {
    padding: 10px 0;
}

.parte-direita {
    width: 600px;
    height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -border: 1px solid red;

}

.parte-direita-artes {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 100%;
    background-color: #6e6e6e;
    border-radius: 12px;
    -border: 1px solid red;
    -gap: 20px;
    box-shadow: 0px 0px 30px 5px rgba(211, 211, 211, 0.425);
}

.parte-direita p {
    margin: 5px auto;
}

.box-art {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 10px;
    -border: 1px solid red;
}

.box-art img {
    -height: 300px;
}

.screenshots-div {
    display: flex;
    flex-direction: column;
}

.screenshots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 10px;
}

.screenshots img {
    width: 140px;
    transition: 0.2s;
}

.screenshots img:hover {
    scale: 110%;
    cursor: pointer;
}


.infos {
    background-color: #6e6e6e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px;
    padding: 10px 0;
    border-radius: 12px;
    box-shadow: 0px 0px 30px 5px rgba(211, 211, 211, 0.425);
    -border: 1px solid red;
}

.infos li {
    font-size: 14px;
}

.rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rating img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
}

.pros-contras {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px auto;
    border-radius: 12px;
    -overflow: hidden;
    box-shadow: 0px 0px 30px 5px rgba(211, 211, 211, 0.425);
    -border: 1px solid red;
}

.pros {
    background-color: #2980b9;
    height: 150px;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 255, 0.425);
}

.pros li {
    font-size: 14px;
}

.contras {
    background-color: #c0392b;
    height: 150px;
    width: 100%;
    padding: 10px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 0 30px 5px rgba(255, 0, 0, 0.425);
}

.contras li {
    font-size: 14px;
}

.score {
    background-color: #16a085;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 100%;
    margin: 10px 0;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 30px 5px rgba(15, 218, 15, 0.425);
}

.score-point {
    font-size: 50px;
}