@font-face {
    font-family: BrunoAceSC;
    src: url('BrunoAceSC.ttf');
}
html, body { 
    font-family: Arial, Helvetica, sans-serif; 
    background-color:#FFFFFF;
    padding: 0; 
    margin: 0; 
    border:0;
    width: 100%; 
}
h1{
    text-align: center;
}
h2 {
    font-family: BrunoAceSC, Verdana, Geneva, Tahoma, sans-serif;
    border-bottom: 1px solid cornflowerblue;
    text-shadow: 0px 0px 8px cornflowerblue;
    font-size:2.5em;
}
h3{
    background-color:#0000AA;
    color: white;
    padding: 7px; 
    margin: 0; 
    border:0;    
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}
h5{
    text-align: center;
    font-weight: bold;
    margin: 0;
    border: 0;
    padding: 0;
}
h6{
    text-align: center;
    font-weight: bold;
    margin: 0;
    border: 0;
    padding: 0;
}
a.link{
    text-decoration: none;
    color: #0000AA;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
a.link:hover{
    text-shadow: 0px 0px 8px cornflowerblue;
}
#menu_open{
    display: none;
}
.assoc_name{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.assoc_logo{
    height: 40px;
}
.assoc_row{
    clear: both;
    padding: 5px;
    margin: 7px 0px;
    border: 1px  solid cornflowerblue;
    border-radius: 5px;
}
.assoc_left{
    float: left;
    width: 270px;
    text-align: center;
}
.assoc_right{
    height: 40px;
}
footer {
    /*text-align: center;
    font-size: 0.7em;*/
    color: #FFFFFF;
    padding-top: 8px;
    padding-left: 25px;
    background-color: #0000AA; 
    height: 160px; 
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*clear:both;*/
}
#logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#conteudo{
    width: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
    align-content: center;
    z-index: 90;
}
#img_home{
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    padding: 0;
    animation: fade 10s infinite;
}
#orgsoc{
    width: 600px;
    position: relative;
    top: 0px;
    left: calc(50% - 300px);
    border: 0;
    z-index: 10;
}
#files_conteiner{
    width: -webkit-fill-available;
    margin: 0;
    padding: 10px;
    border: 0px;
    display: table;
    /*align-content: center;    */
}
#files_conteiner::after{
    clear:both;
}
#news_conteiner{
    width: -webkit-fill-available;
    margin: 0;
    padding: 10px;
    border: 0px;
    display: table;
    /*align-content: center;    */
}
#news_conteiner::after{
    clear:both;
}
.conteiner{
    width: -webkit-fill-available;
    margin: 0;
    padding: 0px 20px;
    border: 0px;
    display: table;
    /*align-content: center;    */
}
.conteiner::after{
    clear:both;
}
.file_list{
    border: solid 1.5px;
    margin: 0px;
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
    border-color: #0000AA;
}
.file_row{
    border: solid 0px;
    height: 58px;
    position: relative;
}
.file_row::after{
    clear:both;
}
.file_img{
    padding: 4px;
    height: 50px;
    float:left;
}
.file_row > a{
    text-decoration: none;
}
.file_text {
    font-weight: bold;
    color: dimgray;
    font-size: small;
    margin: 0; 
    position: absolute; 
    left:50px; 
    top: 50%; 
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%);
}
.file_type{
    display: table-cell;
    width: 50%;
    padding: 10px;
}
.news{
    display: table-cell;
    width: 66%;
    padding: 10px;
}
.jornal{
    display: table-cell;
    width: 33%;
    padding: 10px;
}

.v_center{
    position: relative; 
    top: 50%; 
    left: 0px; 
    transform: translate(0, -50%);
}
.os_cell{
    border: 1px solid gray;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
}
.os_title_horiz{
    float: left;
    /*display: inline-block;*/
    width: 150px;
    height: auto;
    padding: 20px 5px 20px 20px;
    background-color: gray;
    color: white;
    font-weight: bold;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.os_body_horiz{
    float: right;
    /*display: inline-block;*/
    width: 390px;
    height: 100%;
    padding: 10px 10px 10px 5px;
    background-color: white;
    color: gray;
    text-align: left;
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    vertical-align: middle;
}
.foto_center {
    display: block;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
@keyframes fade{
    0% {
        opacity: 0.0;
    } 
    30% {
        opacity: 1.0;
    }
    70% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.0;
    } 
}

@media screen and (max-width: 993px) {
    #logo{
        width: 100%;
        height: auto;
    }
}

/*@media not screen and (max-width: 750px), (max-device-width: 750px) and (orientation: portrait){*/
@media only screen and (min-device-width: 768px){   
    nav {
        display: block !important;
    }
    nav ul  {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #0000AA;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    nav > ul > li
    {
        cursor: pointer;
        pointer-events: auto;
        display: inline-block;
        border-right: 1px solid #FFF;
        width: calc(100% / 6 - 5px);
    }
    
    nav a
    {
        display: block;
        white-space: nowrap;
        padding: 8px 10px 8px 10px;
        text-decoration: none;
        font-size: small;
        color: #FFF;
    }
    nav > ul > li > a {
        text-align: center;
    }
    nav li.lastitem
    {
        border-right: 0px;
    }
    nav > ul ul {
        display: none;
    }
    nav li {
        position: relative;
    }
    nav li:hover {
        font-weight: bold;
    }
    nav > ul li:hover > ul {
        display: block;
        position: absolute;
        font-weight: normal;
        top: 0;
        left: 100%;
        background-color: rgb(87, 72, 175);
        z-index: 99;
        border-radius: 10px;
    }
    nav > ul > li:hover > ul {
        top: calc(1em + 10px);
        left: 0;
        width: 100%;
    }
}

/*@media screen and (max-width: 750px), (max-device-width: 750px) and (orientation: portrait){*/
@media only screen and (max-device-width: 768px){    
    /*nav > ul li:hover > ul {
        display: initial;
        position: initial;
        font-weight: initial;
        top: initial;
        left: initial;
        background-color: initial;
        z-index: initial;
    }
    nav > ul > li:hover > ul {
        top: initial;
        left: initial;
        width: initial;
    }*/
    #menu_open{
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        background-color: #0000AA;
        color: #FFFFFF;
        font-size: large;
        z-index: 99;
        border: 0;
        padding: 0;
    }
    nav {
        height: 100%;
        width: 250px;
        display: none;
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        overflow: hidden;
        padding-top: 50px;
        transition: 0.5s;
    }
    nav ul  {
        list-style-type: none;
        margin: 0;
        padding: 0px 0px 0px 15px;
        background-color: #0000AA;
        border-radius: 0px;
    }
    nav > ul {
        padding-left: 0px;
    }
    nav a
    {
        display: block;
        white-space: nowrap;
        padding: 8px 10px 8px 10px;
        text-decoration: none;
        font-size: small;
        color: #FFF;
    }
    nav a:hover{
        font-weight: bold;
    }
    /*nav > ul > li
    {
        /*cursor: pointer;
        pointer-events: auto;*/
       /* display: block;
        border-right: 0px;
        width: 100%;
    }*/
    
    /*nav > ul > li > a {
        text-align: left;
    }*/
    /*nav li.lastitem
    {
        border-right: 0px;
    }*/
    /*nav > ul ul {
        display: block;
    }*/
    /*nav li {
        position: relative;
    }
    nav li:hover {
        font-weight: bold;
    }*/
    
    


    /*nav {
        top: 0px;
        right: 5px;
        z-index: 0;
    }*/
    /*nav::before {
        content: "\2630"; *//* ou "\2261" */
      /*  font-size: 2.5em;
        position: absolute;
        top: 0px;
        left: 3px;
        z-index: 998;
    }    
    nav > ul > li
    {
        display: block;
        width: 100%;
        border: 0;*/
        /*border-right: 1px solid #FFF;
        width: calc(100% / 6 - 5px);*/
    /*}
    nav a
    {
        display: block;
        white-space: nowrap;
        padding: 8px 10px 8px 10px;
        text-decoration: none;
        color: #FFF;
    }
    nav > ul > li > a {
        text-align: left;
    }
    nav li.lastitem
    {
        border-right: 0px;
    }
    nav > ul ul {
        display: none;
    }
    nav li {
        position: relative;
    }
    nav li:hover {
        font-weight: bold;
    }
    nav > ul li:hover > ul {
        display: block;
        position: absolute;
        font-weight: normal;
        top: 0;
        left: 100%;
        background-color: rgb(87, 72, 175);
    }
    nav > ul > li:hover > ul {
        top: 0;
        left: calc(100% - 10px);
        width: 100%;
    }
    
    #menu {
        position: absolute;
        top: 20px;
        left: 15px;
        z-index: 999;
        width: 30%;
        display: none;*/
        /*background-color: rgb(47, 63, 134);*/
    /*}
    
    nav:hover #menu {
        display: inline-block;
    }*/
    
    #files_conteiner{
        display: block;
    }
    
    .file_type{
        display: block;
        width: -webkit-fill-available;
    }
    .news{
        display: block;
        width: -webkit-fill-available;
    }
    .jornal{
        display: block;
        width: -webkit-fill-available;
    }
    /*nav:target #menu{
        display: none;
    }*/

    /*#menu a {
        position: static;
        height: auto;
        box-sizing: border-box;
        padding: 5px;
        width: 100%;
        line-height: inherit;
        background-image: none;
        font-size: 0.8em;
    }*/
}