/****************************** HTML TYPES ******************************/


html {
    scroll-behavior: smooth;
    font-family: 'Open Sans Light', arial;

}

body {
    margin: 0;
    font-weight: 300;
    counter-reset: section;
    font-family: 'Open Sans Light', arial;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Light', arial;
}


/****************************** HTML Classes ******************************/


/********** Imagem e Controlo de Fluxo **********/


.pageContent {
    width: 70%;
    margin-left: 15%;
}

.imagemCapitulo {
    text-align: center;
    display: block;
    margin-bottom: 5%;
}

.capituloImagemTamanho {
    height: auto;
    width: 450px;
}

.topButton {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    font-size: 2vw;
    border: none;
    outline: none;
    background-color: white;
    color: #3d5567;
    cursor: pointer;
    padding: 1% 1% 1% 1%;
    width: auto;
}

.topButton:hover {
    background-color: #edf4f5;
}


.linhaSeparadora {
    display: block;
    margin: 2vh auto 2vh auto;
    border-style: solid;
    border-color: #3d5567;
    color: #3d5567;
}


/********** Menu **********/

.grid-container {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr 4fr 4fr;
    justify-content: space-evenly;
    padding-top: 5vh;
    background-color: white;
}

.grid-container > a {
    text-align: center;
    border-right: 0.07vw solid #3d5567;
}

.grid-container > a:last-child {
    border-right: none;
}

.botaoNavMenu {
    background-color: #ffffff;
    color: #3d5567;
    border: none;
    outline: none;
    text-align: center;
    font-family: 'Open Sans', arial;
    font-size: 1vw;
    padding: 0;
    margin: 0;
    width: 100%;
}

.botaoNavMenu:hover {
    background-color: #edf4f5;;
}

#botaoMeio{
    font-family: 'Open Sans Bold', arial;
}

/********** Texto Errata **********/

.tituloTextoErrata {
    font-size: 1.2vw;
    color: #3d5567;
    font-family: 'Open Sans Bold', arial;
    margin-top: 4vh;
    display: block;
    text-align: center;
}

.textoErrata {
    font-size: 1.3vw;
    color: #3d5567;
    font-family: 'Open Sans Light', arial;
    width: 43vw;
    margin-left: 13vw;
    text-align: justify;
}


.botaoErrata {
    background-color: #ffffff;
    color: #3d5567;
    border: none;
    outline: none;
    text-align: center;
    font-family: 'Open Sans Bold', arial;
    font-size: 1vw;
    padding: 0;
    margin: 0;
    width: 100%;
}

.botaoErrata:hover {
    background-color: #edf4f5;
}


/********** Outras Obras **********/

.tituloOutrasObras {
    font-family: 'Open Sans Bold', arial;
    color: #3d5567;
    display: block;
    text-align: center;
}

.zonaOutrasObras {
    width: 100%;
}

.zonaImagemOutrasObras {
    content: "";
    display: table;
    clear: both;
    text-align: center;
    width: 60%;
    height: auto;
    margin-left: 25%;
}

.textoOutrasObras {
    width: 43vw;
    margin-left: 13vw;
    text-align: justify;
    font-size: 1vw;
    color: #3d5567;
    font-family: 'Open Sans Light', arial;
}

.imagemOutrasObrasEsquerda {
    float: left;
    width: 50%;
    height: 5%;
    margin-left: -4.2vw;
}

.imagemOutrasObrasDireita {
    float: left;
    width: 49.2%;
    height: 5%;
    margin-left: 1vw;
}


/********** Rodape **********/


.criador {
    color: #3d5567;
    background-color: #e4eced;
    padding: 1vh 0 1vh 0;
    text-align: center;
    display: block;
}


/******************************  Media Querys 700 ******************************/


@media only screen and (max-width: 700px) {

    .pageContent {
        width: 90%;
        margin-left: 5%;
    }

    .imagemCapitulo {
        text-align: center;
        display: block;
        margin-bottom: 5%;
    }

    .capituloImagemTamanho {
        height: auto;
        width: 300px;
    }

    .topButton {
        display: none;
        visibility: hidden;
    }

    .topButton:hover {
        display: none;
        visibility: hidden;
    }


    .linhaSeparadora {
        display: block;
        margin: 2vh auto 2vh auto;
        border: 0.1vh solid #3d5567;
        color: #3d5567;
    }



    /********** Menu **********/
    .grid-container {
        grid-template-columns: 2fr 1fr 1fr 2fr;
        grid-row-gap: 33%;
        margin-bottom: 5vh;
    }

    .grid-container > a {
        text-align: center;
        border-right: 0.4vw solid #3d5567;
    }


    .grid-container > a:nth-child(3) {
        border-right: none;
    }


    .grid-container > a:last-child {
        border-right: none;
    }

    .botaoCimaDireita {
        width: 80%;
    }

    .botaoCentro {
        grid-column: 2/4;
    }

    .botaoBaixo1 {
        grid-column: 1/3;

    }

    .botaoBaixo2 {
        grid-column: 3/5;
    }

    .botaoNavMenu {
        font-size: 3.5vw;

    }

    /********** Texto Errata **********/
    .tituloTextoErrata {
        font-size: 5vw;

    }

    .textoErrata {
        width: 70vw;
        margin-left: 10vw;
        text-align: justify;
        font-size: 3.5vw;
    }

    .botaoErrata {
        font-size: 3.5vw;

    }

    /********** Outras Obras **********/

    .tituloOutrasObras {
        font-size: 5vw;
    }

    .zonaOutrasObras {
        width: 100%;
    }

    .zonaImagemOutrasObras {
        content: "";
        display: table;
        clear: both;
        text-align: center;
    }

    .textoOutrasObras {
        width: 70vw;
        margin-left: 10vw;
        text-align: justify;
        font-size: 3.5vw;
    }

    .imagemOutrasObrasEsquerda {
        height: auto;
        margin-left: -12vw;
        margin-bottom: 3vh;
        width: 70vw;
        text-align: center;
    }

    .imagemOutrasObrasDireita {
        height: auto;
        margin-left: -12vw;
        margin-bottom: 3vh;
        width: 70vw;
        text-align: center;
    }



}

/******************************  Media Querys 500 ******************************/


@media (max-width: 500px) {


}


