    /* Comentario */

    /* 
nome de uma tag{...}
#nome de uma tag com id{...}
.nome de uma tag com uma classe{...}
 */

    * {
        margin: 0px;
        padding: 0px;

    }

    img {
        display: block;
    }



    /* Tipografia */
    .titulo {
        font-family: "Open Sans", sans-serif;
        font-weight: 600px;
        font-style: normal;
        font-size: 35px;
        color: #010101;
    }

    .titulo-destaque {
        font-family: "Merriweather",
            serif;
        font-weight: 600px;
        font-style: italic;
        font-size: 22px;
        color: rgb(11, 11, 11);
        text-align: center;
        width: 100%;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        background-color: #7c867f;
    }

    .titulo-personagens {
        font-family: "Merriweather",
            serif;
        font-weight: 600px;
        font-style: italic;
        font-size: 22px;
        color: rgb(11, 11, 11);
        text-align: center;
        width: 100%;
        max-width: 900px;
        margin-left: 20px;
        margin-right: auto;
        margin-bottom: 30px;
        background-color: #7c867f;
    }

    .titulo-destaque-pequeno {
        font-family: "Merriweather",
            serif;
        font-weight: 600<;
        font-style: italic;
        font-size: 18px;
        color: rgb(11, 11, 11);
        text-align: center;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }

    .titulo-destaque-ultimo {
        font-family: "Merriweather",
            serif;
        font-weight: 600<;
        font-style: italic;
        font-size: 18px;
        color: rgb(11, 11, 11);
        text-align: center;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .sub-titulo-destaque {
        font-family: "Merriweather", serif;
        font-weight: 600px;
        font-style: normal;
        font-size: 17 px;
        color: rgb(11, 11, 11);
        text-align: center;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }

    .texto-menu {
        font-family: "Merriweather", serif;
        font-weight: 700px;
        font-style: normal;
        font-size: 13 px;
        color: rgb(255, 255, 255);
        width: 100%;
        max-width: 500px;

    }

    .texto-botoes {
        font-family: "Merriweather", serif;
        font-weight: 700px;
        font-style: normal;
        font-size: 13 px;
        color: rgb(255, 255, 255);


    }


    .texto {
        font-family: "Open Sans", sans-serif;
        font-weight: 600px;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;
        color: #2c2c2c;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;

    }

    .texto-destaque {
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-style: italic;
        font-size: 25px;
        color: rgb(11, 11, 11);
        text-align: center;

    }

    footer p {
        font-family: "Open Sans", sans-serif;
        font-weight: 600px;
        font-style: normal;
        font-size: 12px;
        color: rgb(255, 255, 255);
        text-align: center;
    }


    /* Cores */
    .bc-escuro {
        background-color: #7c867f;
    }


    .bc-claro {
        background-color: #929c95;


    }



    /* margens e padings */


    .pad-t-b-menu {
        padding-top: 90px;
        padding-bottom: 80px;
    }


    .pad-t-b-grande {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pad-t-b-medio {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pad-t-b-pequeno {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Divs*/
    .header-container {
        width: 100%;
        height: 80px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;


    }



    header {
        width: 100%;
        height: 60px;
        background-color: #dad2bc;
        position: fixed;
        border-bottom: 4px solid #b6af9e;

    }

    section {
        width: 100%;
    }

    footer {
        width: 100%;
        background-color: #485750;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: #929c95 solid;
    }

    .container-col {
        width: 100%;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }

    nav ul {
        display: flex;
        width: 150px;
        justify-content: space-between;
    }

    nav li {
        list-style-type: none;
    }



    .container-img-01 {
        width: 100%;
        height: 400px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(imagens/imagem_topo.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .texto-altura {
        width: 300px;
        height: 250px;
    }

    .texto-altura-2 {
        width: 300px;
        height: 220px;
        margin-top: 30px;
    }

    .cor-img {
        width: 279px;
        height: 279px;
        border: 10px solid #59615c;


    }





    /* Colunas */

    .col-1-2 {
        width: 48%;
    }

    .col-1-3 {
        width: 28%;

    }

    .col-1-3 img {
        width: 100%;
        align-items: ;
    }

    .col-1-4 {
        width: 23%;
    }

    /* links */

    nav a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        padding-left: 30px;
        padding-right: 30px;
    }


    nav a:hover {
        color: rgb(255, 255, 255);
        text-decoration: none 3px;

    }


    /* imagens */


    .col-1-3 img {
        width: 100%;
        margin-bottom: 30px;

    }

    .img-barra-1 {
        width: 100%;
        height: 310px;
        max-width: 1930px;
        border-bottom: 6px solid rgb(219, 216, 137);
        padding-top: 20px;

    }

    .img-barra-2 {
        width: 100%;
        max-width: 1430px;
        margin-bottom: 30px;
        border: 6px solid rgb(219, 216, 137);
        margin-left: auto;
        margin-right: auto;

    }

    .img-01 {
        width: 250px;
        height: 250px;
        border-radius: 100%;
        margin-bottom: 30px;
    }

    .img-final {
        width: 100%;
        max-width: 520px;
        margin-bottom: 30px;
        border: 8px solid rgb(219, 216, 137);


    }

    .img-final-ellie {
        width: 350px;
        max-width: ;

    }

    .img-coluna-1-3 {
        width: 400px;
    }

    .border {
        border: 4px solid rgb(219, 216, 137);
    }

    .img-jogo {
        margin-top: 90px;
        margin-right: 60px;
    }