body {
    margin: 0;
    padding: 0;
    font-family: Charter, Georgia, serif;
    font-size: 19px;
    color: #262626;
    line-height: 1.7;
}

#body {
    max-width: 830px;
    margin: 0 auto;
    padding: 5px 10px;
}

.nowrap {
    white-space: nowrap;
}


.motto {
    margin: 40px auto 20px auto;
    font-size: 0.9em;
    display: table;
    max-width: 600px;
    min-width: 250px;
    border-left: 2px solid #ccc;
    padding: 10px 0 10px 20px;
}

.motto b,
.motto strong {
    font-size: 1.2em;
}

.grey {
    font-size: 0.8em;
    color: dimgray;
    font-family: "Avenir Next", sans-serif;
}



.data {
    font-size: 0.7em;
    color: dimgray;
    font-family: "Avenir Next", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
}

.subgrey {
    font-size: 1.5em;
    font-weight: 300;
    color: dimgray;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.separador {
    font-size: 1.9em;
    color: dimgray;
    margin-bottom: 30px;
    display: none;
    text-align: center;
}


.separador ~ .separador {
    margin-top: 30px;
}

a {
    text-decoration-line: none;
    color: firebrick;
}

h1 {
    font-weight: 400;
    text-align: center;
    margin: auto;
    max-width: 800px;
}

h1 sup {
    font-size: .5em;
}

h2 {
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
}

h3 {
    font-size: 1.4em;
    font-weight: 400;
    color: #6A6D6D;
    text-align: center;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
    color: #6A6D6D;
}

h5 {
    font-size: 1em;
    font-weight: 400;
    color: dimgray;
}

h6 {
    color: dimgray;
    font-weight: 400;
    font-size: .9em;
}

h2,
h3 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


#search form {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#search form input {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 4px;
}

#search form input {
    -webkit-appearance: none !important;
}

sup,
sub {
    font-size: .8em;
}

.caixa {
    border: 1px solid #ccc;
    padding: 10px 20px 20px 20px;
    margin: 20px 0;
    font-size: 0.9em;
}

table {
    margin: 30px auto;
    border-collapse: collapse;
    font-size: .9em;
}

table td {
    border: 1px solid #444;
    padding: 20px;
    vertical-align: middle;
}

table th {
    padding: 20px;
    font-size: 1.1em;
}

.normtbl {
    margin: 2em;
}

.normtbl td {
    border: 0;
    padding: 0 20px;
}


.center,
.center p {
    text-align: center;
    margin: 20px auto;
}

b,
strong {
    font-weight: 600;
}

blockquote,
li {
    font-size: .9em;
}

blockquote blockquote,
li li,
li blockquote {
    font-size: 1em;
}


#mainIndex h1 {
    font-size: 2em;
    max-width: 700px;
}

#mainIndex .signature {
    font-size: 1em;
}

#mainIndex .data {
    margin-top: 30px;
}

#mainIndex .data ~ .data {

    margin-left: auto;
    margin-right: auto;

    max-width: 700px;
}


#mainIndex .signature ~ .signature {
    text-align: center;
}

#mainIndex .grey {
    text-align: center;
}

#mainIndex .subgrey {
    font-size: 1.6em;
}

#index h1 {
    font-size: 2em;
    max-width: 700px;
}

#index .signature {
    font-size: 1em;
}

#index .data {
    margin-top: 30px;
    display: none;
}

#index h1 {
    margin-top: 30px;
}


#index .data ~ .data {

    margin-left: auto;
    margin-right: auto;

    max-width: 700px;
}


#index .signature ~ .signature {
    text-align: center;
}

#index .grey {
    text-align: center;
}

#index .subgrey {
    font-size: 1.6em;
}

/* Dicionário Escolar de Filosofia */

h1.title {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 0;
    text-align: left;
}

.dic.subgrey a {
    font-size: .6em;
}


.post {
    margin-bottom: 1em;
}

.post h1.title,
.post .entry,
.entry p {}

cite {
    font-style: normal;
    border-bottom: 1px solid firebrick;
}

/* Justify and hyphenate */

@media only screen and (min-width: 600px) {

    p,
    li {
        text-align: justify;
        -webkit-hyphens: auto;
        hyphens: auto;
        -ms-hyphens: auto;
    }

    p {
        margin: 0;
    }

    p + p {
        text-indent: 1em;
    }

    .biblio li {
        text-indent: -2em;
        list-style: none;
    }

    h1 {
        font-size: 2.9em;
    }
}

.signature {
    font-size: 1.2em;
}

h1 {
    font-size: 2.5em;
}


.subgrey {
    font-size: 2.2em;
}

.signature {
    margin: 30px 0;
    text-align: center;
}

.signature ~ .signature {
    margin: 30px 0;
    text-align: left;
    font-size: 1em;
}

.signature .grey {
    font-family: inherit;
}

/*Menu modal*/
.menu {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    margin: auto;
}

.menu-content {
    background-color: white;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 5px;
}

.closeMenu {
    color: dimgray;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
    display: block;
    text-align: right;
}

.closeMenu:hover,
.closeMenu:focus {
    cursor: pointer;
}

.closeNews:hover {
    cursor: pointer;
}
