section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.espaco-25{
    width: auto;
    height: 25px;
}

.box-noticia{
    width: 800px;
    height: px;
}

.titulo-principal{
    width: 796px;
    height: auto;
    color: #541a8b;
    margin-top: 50px;
    margin-bottom: 50px;
}

.texto{
    text-align: justify;
}

.texto h2{
    font-size: 14pt;
    margin: 25px 0px 25px 5px;
}

.box-img{
    width: 500px;
    margin: auto;
    margin-bottom: 10px;
}

.box-img img{
    width: 100%;
}   

.container-box-peq{
    width: auto;
    margin-top: 25px;
}

.box-img-peq{
    width: 200px;
    display: flex;
}

.box-img-peq img{
    width: 100%;
}

.tabela table{
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

table{
    text-align: center;
    background: #cd50da;    
    border: 1px solid black;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
tbody{
    background: #e5bde9;
}

td{
    border: 1px solid black;
    margin: 0px;
    padding: 2px;
}

.autor{
    font-size: 10pt;
    text-align: right;
}

.lista{
    display: block;
    margin: 25px 50px;
    height: auto;
}

.lista ul{
    display: block;
    font-size: 13pt;
}

.lista li{
    width: 550px;
    position: relative;
    display: block;
    top: -21px;
    left: 110px;
    font-size: 11pt;
    padding-left: 5%;
    padding-bottom: 10px;
    list-style: none;
}

.lista ul#sem-borda{
    margin-bottom: -30px;    
}

img.grande{
    width: 700px;
    margin: 0px 50px 25px 50px;
}

.lbox{
    visibility: hidden;
    opacity: 0;
    height: 0px;
}

.box-img{
    width: 100%;
    height: 100%;
}

.lbox img{
    width: 65vw;
    position: fixed;
    top: 15%;
    right: 17%;
}

.miniatura{
    width: 200px;
}

.lbox:target{
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    position: fixed;
    background: rgba(10, 10, 10, .7);
}

.box-img img{
    opacity: 0;
}

.lbox:target .box-img img{
    opacity: 1;
    transition: .5s linear;
}

.btn{
    color: white;
    background-color: #696969bf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 39px;
    text-decoration: none;
    position: absolute;
    text-align: center;    
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    border-color: #dadadabb;
}

.btn:hover{
    background-color: #8a8989bf;
}

#prev{
    left: 5%;
    top: 45%;
}

#next{
    right: 5%;
    top: 45%;
}

#close{
    right: 2%;
    top: 2%;
    font-size: 45px;
}

ul#lbox{
    width: 800px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

figure.ft-legenda figcaption{
    position: relative;
    top: 75px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: white;
    opacity: 0;
    text-align: center;
}

.lbox:target figcaption{
    opacity: 1;
    transition: .5s linear;
}

.frame-video{
    margin: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}