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.2;
    text-align: center;
}

/*menu principal*/
.menu {
    position: fixed;
    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;
    background-color: black;
}

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 {
    margin: 0px 5px 0px 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*/
h1, h2 {
    color: #1a2a44;
    margin-bottom: 0px;
}

.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: 9px;
    justify-content: center;
    color: black;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    /*text-shadow: 1px 1px 1px rgb(191, 152, 152);*/
}

.titmetade-l {
    visibility: visible;
    max-height: none;
}

.titmetade-m {
    visibility: hidden;
    max-height: 0;
}

/*blocos*/
header {
  text-align: center;
}

.moldura {
    background: white;
    max-width: 94%;
    margin: 0px auto;
    padding: 1%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: flex-start; /* Evita espaço no meio */
    color: #222;
    border-radius: 8px; /* Suaviza as bordas */
    box-shadow: 0 0 10px rgb(255, 0, 17);
}

.moldura h2,
.moldura h3,
.moldura h4,
.moldura h5,
.moldura h6 {
  width: 100%;
  text-align: center;
}

.coluna {
    flex: 1 1 24.2%; /* Coluna ocupando um quarto */
    max-width: 24.2%;
    box-sizing: border-box;
    text-align: center;
    padding: 0  1% 0 1%;
}

.coluna.meia {
    flex: 0 0 49.5%; /* Coluna ocupando metade */
    max-width: 49.5%;
    text-align: center;
    padding: 0 1% 0 1%;
    overflow: hidden;
}

.artigo {
    flex: 1 1 54%;
    max-width: 55%;
    text-align: center;
    padding: 0 0.5% 0 0.5%;
}

.artigo.lateral {
    flex: 1 1 20%;
    max-width: 21%;
    text-align: center;
}

.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%;
    text-align: center;
    width: 100%;
}

.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;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 auto;
}

.imgcoluna250 {
    width: 78.5%;
    height: auto;
}

.imgquarto280 {
    width: 90.5%;
    height: auto;
}

/*blocos de imagens*/
#container {
    display: inline-block;
    position: relative;
    margin: 30px auto 0px auto;
    width: 100%;
    overflow: auto;
}

#container chamtopwhite {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container chamtopblack {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: black;
}

#container comentbottomwhite {
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: white;
}

#container comentbottomblack {
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-size: 1.2em;
    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;
}