body {
    background-image: url("../_imagens/background.jpg");
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: #F5FFFA;
    margin: 50px 0px 30px 0px;
}

/*menu principal*/
.menu {
    position: fixed;
    background: black;
    width: 100%;
    top: 0px;
    z-index: 99;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: none;
    font-style: italic;
}

nav#principal > ul {
    list-style: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 70%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

nav#principal > ul > li {
    display: inline-block;
    padding: 5px 6px 5px 6px;
    background-color: #000000;
    box-shadow: none;
}

nav#principal li:hover {
    background-color: #606060;
}

nav#principal li:hover > .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    margin: 5px 5px 0px 0px;
    padding: 5px;
    text-align: left;
    background-color: #000000;
    box-shadow: 1px 1px 1px white;
}

.sub-menu li {
    padding: 0px 0px 5px 5px;
}

nav#principal a:link, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
    color: white;
}

/*links*/
a.artlink:link, a.artlink:visited, a.artlink:focus {
    text-decoration: none;
    outline: 0;
    color: #050d43;
    font-style: italic;
}

a.wlink {
    text-decoration: none;
    outline: 0;
    color: white;
    font-style: italic;
}

/*blocos*/
.moldura {
    background: white;
    max-width: 90%;
    margin: 0px auto; /* Centraliza */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(255, 0, 17);
    display: flex;
    flex-direction: column; /* Empilha os elementos */
    gap: 10px;
    color: black;
}

.ficha {
    font-size: 70%;
    text-align: justify;
    padding: 0px 5% 2px 5%;
}

.caixa {
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(13, 2, 53);
    padding: 5px;
}

.adendo {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

/*listas*/
li {
    margin-bottom: 5px;
    text-indent: 0;
}

.listalat {
    text-align: left;
    font-size: 70%;
}

/*containers*/
#container {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    overflow: auto;
    width: 100%;
}

#container chamtopwhite {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container chambottomwhite {
    position: absolute;
    bottom: 5%;
    left: 15%;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container comentbottomwhite {
    position: absolute;
    top: 75%;
    left: 5%;
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container creditoswhite {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 60%;
    color: white;
}

#container creditostopwhite {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 60%;
    color: white;
}

#container chamtopblack {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    color: black;
}

#container comentbottomblack {
    position: absolute;
    top: 75%;
    left: 5%;
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
    color: black;
}

/*títulos e subtítulos*/
h1 {
    color: #050d43;
    font-style: italic;
}

h2 {
    color: #050d43;
    font-style: italic;
}

h3 {
    font-style: italic;
}

.dataart {
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    font-size: 90%;
    font-weight: bold;
}

.titulo-fake {
    width: 98%;
    max-width: 500px;
    height: 23px;
    background-image: url('../_imagens/fundo-titulo-1.png');
    background-size: contain;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
    color: black;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(191, 152, 152);
}

.titmetade-l {
    visibility: hidden;
    max-height: 0;
}

.titmetade-m {
    visibility: visible;
    max-height: none;
}

/*textos*/
.txtartigo {
    text-align: justify;
    text-indent: 25px;
    margin-left: 1%;
    margin-right: 1%;
}

.txtlat {
    font-size: 70%;
    text-indent: 20px;
    text-align: justify;
    margin: auto 5px auto 5px;
}

.txtlat85 {
    font-size: 85%;
    text-indent: 20px;
    text-align: justify;
}

.pagina {
    font-style: italic;
    font-weight: bold;
}

.potencia {
    font-size: 0.6em;
}

.tabela-eventos {
    margin: auto;
}

.tabela-eventos td {
    padding: 10px;
    border-bottom: 1px solid #2b0202;
}

/*rotulos*/
.rotulo {
    font-size: 70%;
}

.rotuloint {
    font-size: 70%;
}

.rotmanchete {
    text-align: justify;
    text-indent: 20px;
}

.creditosart {
    font-size: 70%;
    text-align: left;
}

.citacao-oculta {
    display: none;
}

/*imagens*/
.rede {
    width: 6%;
    height: auto;
}

.quadro {
    width: 100%;
    height: auto;
}

.imginteira670 {
    width: 80%;
    height: auto;
}

.imgmeia670 {
    width: 100%;
    height: auto;
}

.imgquarto250 {
    width: 62%;
    height: auto;
}

.imgquarto280 {
    width: 70%;
    height: auto;
}

.imgquarto300 {
    width: 74.2%;
    height: auto;
}

.imgartigo300 {
    width: 74.4%;
    height: auto;
}

.imgartigo400 {
    width: 98.7%;
    height: auto;
}

.imgartigo500 {
    width: 95%;
    height: auto;
}

.imgartigo670 {
    width: 95%;
    height: auto;
}

.imgartigo800 {
    width: 98%;
    height: auto;
}

.imglat200 {
    width: 49.5%;
    height: auto;
}

.imglat280 {
    width: 69.3%;
    height: auto;
}

.livrolat {
    width: 40%;
    height: auto;
}

.escotilha {
    display: none;
}