body {
    background-image: url("../_imagens/bg-home.jpg");
    font-family: 'Merriweather', serif;
    font-size: 1.2em;
    color: #F5FFFA;
    margin: 50px 0px 30px 0px;
    line-height: 1.3;
}

/*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;
}

.linkdir {
    text-align: right;
}

/*títulos*/
.titulo-secao {
    max-width: 500px;
    height: 23px;
    background-image: url('../_imagens/fundo-titulo.png');
    background-size: contain;
    display: flex;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
    color: black;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(191, 152, 152);
}

.titmetade-l {
    visibility: hidden;
    max-height: 0;
}

.titmetade-m {
    visibility: visible;
    max-height: none;
}

/*blocos*/
header {
  text-align: center;
}

.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 */
    text-align: center;
    gap: 10px;
    color: #222;
}

.caixa {
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(13, 2, 53);
    padding: 5px;
}

/*textos*/
.txtartigo {
    text-align: justify;
    text-indent: 30px;
}

.txtlat {
    text-align: justify;
    text-indent: 30px;
    font-size: 80%;
}

.rotulo {
    font-size: 70%;
}

.ficha {
    font-size: 70%;
    text-align: justify;
    padding: 0px 5% 2px 5%;
}

/*imagens*/
.logo {
    margin-bottom: 0;
}

.img100 {
    width: 100%;
    height: auto;
}

.img670 {
  width: 100%;
  max-width: 670px;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 auto;
}

.imgcoluna250 {
    width: 78.5%;
    height: auto;
}

.imgquarto280 {
    width: 70%;
    height: auto;
}

/*blocos de imagens*/
#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 chamtopblack {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    color: black;
}

#container comentbottomwhite {
    position: absolute;
    top: 75%;
    left: 5%;
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container comentbottomblack {
    position: absolute;
    top: 75%;
    left: 5%;
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
    color: black;
}

#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;
}