*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{ scroll-behavior: smooth; }
body{
    font-family:'Times New Roman', Times, serif;
    background-color: #141414;
    background-image: url('https://3.bp.blogspot.com/-nKt6uUxbyg4/UofSJpSDBlI/AAAAAAAACFM/8zqKB8oDrBs/s0/wallpaper-20131028-164459.jpg');
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
}
a:link {
    text-decoration: none;
    color: #007f00;
}
a:hover {
    text-decoration: underline;
    color: #cc0000;
}
a:visited {
    text-decoration: none;
    color: #00ff00;
}
#infoDialog{
    border-radius: 5px;
    margin: 5px auto;
    padding: 15px;
    color: rgba(0, 0, 0, 0.500);
}
#blogInfo{
    margin-right: 0 auto;
    margin-left: 0 auto; 
}
nav{
    background-color: rgba(0, 0, 0, 0.342);
    border-bottom: 1.2px solid #000000;
    display: flex;
    padding: 5px;
    height: 30px;
    /*vertical-align: inherit;
    justify-content: space-between;
    opacity: 0.4; */
}
nav img{
    display: block;
    background-color: #666666;
    margin-right: 8px;
    margin-left: 8px;
    filter: grayscale(100%);
    border-radius: 4px;
}
nav p{
    color: #ddd;;
    margin-left: 5px;
}
/*nav p a{ display: block; margin-top: -2px; }
nav p a:hover{
    text-decoration: underline;
    color: #ddd;;
}*/
.infoMore{color: #ddd;}
.infoMore::after{
    content: " ▼";
    font-size: 10px;
    margin: 0px 2px;
}
.menuContent{
    display: inline-block;
    white-space: nowrap;
    width: 206px;
    height: 122px;
    position: absolute;
    top: 27px;
    left: 268px;
    transform: scaleY(0);
    /*transition: 0.3s;
    transform-origin: top;*/
}
.menuContent .menuList{
    background: #FFF;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 6px;
    white-space: nowrap;
    transition: opacity 3.218s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.menuContent .menuList, .listItem{
    font-family: "Arial", "Helvetica", sans-serif;
    list-style: none;
    padding: 6px;
    position: relative;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    cursor: default;
    margin: 0;
    background-color: #ffffff;
}
.menuContent .menuList, .listItem:hover{
    color: #000000;
    background-color: #e2e2e2;
}
.menuContent .menuList, .listItem a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.newlist{
    transform: scaleY(1);
}
.nav-group-right{
    display: flex;
    /* width: 484px; */
    justify-content: space-between;
    position: absolute;
    right: 10px;
    top: 5px;
}
.nav-group-right a{
    width: 60px;
    justify-content: right;
    display: flex;
}
.nav-group-right a:link, a:visited{
    color: #ddd;
}
header{
    width: 1028px;
    height: auto;
    cursor: pointer;
    margin: auto;
}
main{
    width: 1028px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
section{
    width: 717px;
    /*border: 1px solid rgb(30, 151, 0);
    display: flex;
    flex-wrap: wrap;*/
}
article{
    /* padding: 15px; */
    border: 1px solid #cccccc;
    margin-bottom: 25px;
    background-color: #141414;
}
.header-date{
    padding: 6px;
    border-bottom: 1.2px solid #000000;
}
.info-date{ color: #cccccc; }
.post-title{
    padding: 6px;
    border-top: 1.2px solid #444444;
}
/*.post-title h3{
    color: #f3f3f3 !important;
    text-decoration: underline;
}*/
.post-title a:link {
    color: #f3f3f3;
}
.post-title a:hover {
    text-decoration: underline;
    color: #cc0000;
}
.post-image{
    margin: auto;
}
.post-image img{
    display: block;
    margin: auto;
    padding: 8px;
    background: #222222;
    border: 1px solid transparent;
}
.post-image legend{
    text-align: center;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 20px;
}
.post-image legend a:link {
    text-decoration: none;
    color: #007f00;
}
.post-image legend a:hover {
    text-decoration: underline;
    color: #cc0000;
}
.post-image legend a:visited {
    text-decoration: none;
    color: #00ff00;
}
.post-content{
    margin: 15px;
}
.post-content p{
    overflow-wrap: break-word;
    margin: auto;
    width: 95%;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
}
.post-content p a:link {
    text-decoration: none;
    color: #007f00;
}
.post-content p a:hover {
    text-decoration: underline;
    color: #cc0000;
}
.post-content p a:visited {
    text-decoration: none;
    color: #00ff00;
}
.post-font p{
    text-align: center;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
}
.post-share{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    border-radius: 2px;
}
.post-share a{
    display: table-cell;
}
.post-share img{
    margin-top: 1.5px;
    border: 0.50px solid #ccc;
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    filter: grayscale(100%);
}
.post-share img:hover{
    border: 0.50px solid #2e2e2e;
    background-color: #ffffff;
    filter: grayscale(0%);
}
.footer-info{
    margin-top: 19px;
    display: flex;
    margin-bottom: 20px;
}
.footer-info p{
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    margin-left: 13px;
    margin-right: 20px;
}
.footer-info a:link{
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    color: #007f00;
}
.footer-info a:hover {
    text-decoration: underline;
    color: #cc0000;
}
.footer-info a:visited {
    text-decoration: none;
    color: #00ff00;
}
aside{
    /*background-color: #191919;
    border: 1px solid #444444;*/
    width: 277px;
}
.widget-info{
    display: block;
    background-color: #191919;
    border: 1.5px solid #444444;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    border-radius: 0;
    padding-bottom: 15px;
    margin: 0px 0px 20px 0px;
}
.widget-info h3{
    margin: 0;
    padding: .4em 15px .5em;
    border-bottom: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
}
.widget-detail{
    border-top: 1.5px solid #444444;
    margin: 0;
    padding: 7px 15px 0;
    /*text-align: center;*/
}
.widget-detail input[type='text'], #search-btn{
    padding: 2px;
    font-size: 12px;
}
.widget-detail a img{
    width: auto;
    height: auto;
}
.widget-detail .wContainer{
    margin: -8px -15px 0;
    padding: 0;
    list-style: none;
}
.widget-detail .wContainer .listInfo{
    list-style: none;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #000000;
    border-top-color: #444444;
    border-right-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 1px;
}
.widget-detail .wContainer .listInfo:last-child{
    border-bottom-color: transparent;
}
.infoTitle{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    width: 170px;
    height: 85px;
    position: relative;
    left: 100px;
    top: -82px;
    color: #cccccc;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.infoAviso{
    color: #cccccc;
    font-style: italic;
}
.infoPhoto{
    margin: 0.4em 15px 0.5em;
    width: 72px;
    height: 72px;
    object-fit: cover;
}
.websiteInfo{
    margin: 0 auto;
    background-color: #292929;
    height: 40px;
    width: 90px;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 25px;
    /* margin-top: 10px; */
    border: 1px solid #3e3e3e;
    text-align: center;
    line-height: 37px;
}
.arqList{
    font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
    width: 246px;
    background-color: #191919;
    color: #b7b7b7;
}
.arqList .alist{
    list-style: none;
}
.arqList .alist::before {
    font-size: smaller;
    content: "► ";
}
.arqList .ulist{
    list-style: none;
    display: none;
    margin: 2px;
    padding-left: 15px;
}
.arqList .ulist .alist::before {
    font-size: smaller;
    content: "► ";
}
.arqList .ulist p{
    margin: 2px;
    padding-left: 10px;
}
.arqList .ulist p:hover{
    color: #fff;
    transition: all 1s linear;
}
.pager-posters{
    display: flex;
    background-color: #141414;
    border: 1px solid #444444;
    width: 100%;
    height: 55px;   
}
.pager-posters a{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 219px;
    margin-top: 14px;
}
.pager-posters a:visited {
    text-decoration: none;
    color: #00ff00;
}
.pager-posters a:link {
    text-decoration: none;
    color: #007f00;
}
.pager-posters a:hover {
    text-decoration: underline;
    color: #cc0000;
}
.assina-page{
    font-family: Arial;
    font-size: 13px;
}
.assina-page a{
    text-decoration: none;
    color: #00ffff;
}
.assina-page a:hover {
    text-decoration: underline;
    color: #ff9900;
}
footer{
    margin-top: 30px;
    background-color: #141414;
    border-top: 1px solid #444444;
    width: 100%;
    height: 110px;
}
footer p{
    position: relative;
    bottom: -60px;
    /*margin: 50px auto;*/
    color: #666666;
    text-align-last: center;
    font-size: 12px;
    font-family: Arial;
}
.mobileWeb{display: none;}
