@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100;200;300;400;500;600;700;800&family=Antic+Slab&family=Average&family=Handlee&family=Montserrat+Alternates:wght@100;200;300&family=News+Cycle&family=Rajdhani:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');

body {
    margin: 0;
    background: #000;
    color: #eee;
    font-size: 1em;
    /*font-family: 'Anek Latin', sans-serif;*/
    /*font-family: 'Antic Slab', serif;*/
    /*font-family: 'Average', serif;*/
    /*font-family: 'Handlee', cursive;*/
    /*font-family: 'Montserrat Alternates', sans-serif;*/
    /*font-family: 'News Cycle', sans-serif;*/
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Rajdhani', sans-serif;
}

#global {
    position: relative;
}

#lineTopMobile {
    display: none;
}

#lineTop {
    background: #000;
    color: #FFF;
    font-size: 1em;
    font-weight: 700;
    padding: .6em;
}

#lineTopContent {
    margin: 0 auto;
    max-width: 1300px;
}

#lineTopContent span {
    margin-right: 2em;
}

#lineTopContent i {
    color: #9ACD32;
}

#logoMenu {
    margin: 0 auto;
    /*background: #030329;*/
    background: #111;
}

#logoMenuContent {
    margin: 0 auto;
    max-width: 1200px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

#logo {
    height: 90px;
    margin-right: 15px;
    cursor: pointer;
}

#logoNome {
    height: 50px;
    margin-right: 20px;
    cursor: pointer;
}

#divMenu {
    font-size: 1em;
    font-weight: 400;
    font-family: 'News Cycle', sans-serif;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50px;
    left: 350px;
    z-index: 100;
}

#divMenuMobile {
    display: none;
}

#divShow {
    background-image: url("../images/layout/fundo.jpg");
    background-size: cover;
    width: 100%;
    height: 500px;
}

footer {
    background: #111;
    min-height: 200px;
    padding: 20px 0;
    border-top: 10px solid #000;
    position: relative;
}

#footerContent {
    margin: 0 auto;
    max-width: 1300px;
}

#logoFooter {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFF;
    max-width: 255px;
    padding-bottom: 10px;
}

#logoFooter img {
    margin-right: 10px;
}

#footerSlogan {
    max-width: 255px;
    color: #FFF;
    text-align: center;
    /*font-family: 'Antic Slab', serif;*/
    /*font-family: 'Average', serif;*/
    /*font-family: 'Handlee', cursive;*/
    /*font-family: 'Montserrat Alternates', sans-serif;*/
    font-family: 'News Cycle', sans-serif;
}

#develop {
    max-width: 1300px;
    margin: 70px auto 0 auto;
    color: turquoise;
    text-align: right;
}

.ulMainMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ulMainMenu a {
    text-decoration: none;
    color: #FFFFFF;
}

.ulMainMenu li {
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 15px 15px 15px;
    position: relative;
}

.ulMainMenu li:hover {
    background: #111;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.ulMainMenu li:hover ul {
    display: block;
}

.ulMainMenu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    background: #222;
    width: 260px;
}

.ulMainMenu li ul {
    padding-bottom: 2px;
}

.ulMainMenu li ul li {
    margin: 0;
    color: #fff;
    padding: 8px 0 8px 20px;
}

.ulMainMenu li ul li:hover {
    background: #333;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ulMainMenu li ul li i {
    color: #FFFFFF;
}

.ulMainMenu a {
    display: block;
}

.ulMainMenu li ul li .subItemMenu a {
    color: #FFFFFF;
    padding: 5px 15px 11px 15px;
}

.ulMainMenu li ul li .subItemMenu a:hover {
    background-color: #444;
}

.ulMainMenu li ul li:hover .subItemMenu {
    display: block;
}

.subItemMenu {
    width: 260px;
    margin-left: 92%;
    position: absolute;
    background-color: #333;
    top: 0;
    display: none;
}

main {
    background: #000;
    margin: auto;
    font-size: 1.2em;
    font-family: 'News Cycle', sans-serif;
    overflow: hidden;
}

#mainTitle {
    padding: 5px;
    text-align: center;
    background: #111;
    font-size: 1.7em;
    font-weight: bold;
    color: #eee;
}

#mainContent {
    width: 1300px;
    margin: auto;
    position: relative;
}

#mainContentFull {
    margin: 0;
    padding: 0;
}

.secNome {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

.secFun {
    margin-top: -10px;
    display: block;
}

.secFoto {
    height: 300px;
    margin-right: 20px;
    float: left;
}

#divMenuMobile {
    z-index: 100;
}

#divMenuMobile a {
    text-decoration: none;
    color: #EEE;
}

#menuMobile {
    padding: 0;
    font-family: 'News Cycle', sans-serif;
    font-size: 1em;
    z-index: 100;
    display: none;
}

.ulMainMenuMobile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.ulMainMenuMobile li {
    padding: 5px 10px;
}

.menuMobileMenu {
    background: #000;
    color: #fff;
}

.menuMobileMenu span {
    background: #111;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}

.menuMobileMenu ul {
    display: none;
}

#separator5 {
    display: block;
    height: 5px;
}

#separator10 {
    display: block;
    height: 10px;
}

#separator20 {
    display: block;
    height: 20px;
}

#separator30 {
    display: block;
    height: 30px;
}

#separator40 {
    display: block;
    height: 40px;
}

#mainContentFullWide {
    display: block;
    background: #0095d7;
    text-align: center;
    margin-top: 2px;
}

#mainContentFullQuad {
    display: none;
    background: #0095d7;
    text-align: center;
    margin-top: 2px;
}

.pnAcs {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

.btSetPanelOn {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid steelblue;
    border-left: 1px solid steelblue;
    border-right: 1px solid steelblue;
    border-bottom: 1px solid white;
    padding: 6px 6px;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    width: auto;
    float: left;
    position: absolute;
    top: 0;
}

.btSetPanelOn span {
    color: white;
    background-color: steelblue;
    border-radius: 2px;
    border-bottom: 1px;
    padding: 0 8px;
    z-index: 1;
}

.btSetPanelOn i {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

.btSetPanelOff {
    border-radius: 5px;
    border: 1px solid silver;
    padding: 1px 2px;
    margin-right: 5px;
    font-size: .9m;
    text-align: center;
    cursor: pointer;
    width: auto;
    float: left;
    position: absolute;
    top: 0;
}

.btSetPanelOff span {
    color: #999;
    padding: 5px 10px;
    border-radius: 5px;
    border-bottom: -1px;
}

.btSetPanelOff i {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.btSetPanelDiv {
    border: 1px solid white;
    padding: 1px 2px;
    margin-right: 5px;
    font-size: 1em;
    color: white;
    width: auto;
    float: right;
}

.pnAcsOn {
    display: block;
    position: absolute;
    top: 42px;
    width: 100%;
}

.pnAcsOff {
    display: none;
}

.pnAcsOnContent {
    display: flex;
    border-radius: 5px;
    flex-wrap: wrap;
    background-color: black;
    overflow: hidden;
    justify-content: space-around;
    border: 1px solid steelblue;
    padding: 17px;
}

.btPn {
    width: 80px;
    height: 100px;
    max-height: 95px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #444;
    text-align: center;
    overflow: hidden;
    font-size: .8em;
    padding: 5px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 250ms linear;
}

.btPn:hover {
    width: 80px;
    height: 100px;
    max-height: 95px;
    border-radius: 5px;
    background-color: #222;
    border: 1px solid silver;
    text-align: center;
    overflow: hidden;
    font-size: .8em;
    padding: 5px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 250ms linear;
}

.btPn img {
    max-width: 55px;
    max-height: 55px;
    margin-bottom: 7px;
}

.btPn span {
    font-size: .7em;
}

.btPn a {
    color: unset;
    text-decoration: none;
    display: block;
}

.mmBts {
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    gap: 5px;
    color: skyblue;
}

#userInfo {
    background-color: #164568;
    color: white;
    margin: 1px auto;
    font-size: .7em;
    padding: 7px 0;
    font-family: 'Ubuntu', sans-serif;
}

.userInfoContent {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.userOptions {
    display: flex;
}

.userOptions span {
    color: white;
    margin: 0 15px;
}

.userOptions span:hover {
    color: Khaki;
}

.userOptions span a {
    color: unset;
    text-decoration: none;
}

.path {
    width: 1300px;
    font-size: .85em;
    color: #DDD;
    margin: 5px auto 30px auto;
}

.path a {
    color: #DDD;
    text-decoration: none;
}

.path a:hover {
    color: #888;
    text-decoration: none;
}

.prop-psant {
    display: flex;
    background: linear-gradient(to top, LightSteelBlue, #CCC);
    justify-content: center;
    align-items: center;
}

.prop-psant span {
    font-size: 2.2em;
    color: steelblue;
    font-weight: bold;
    font-family: "anek latin", sans-serif;
    margin-right: .5em;
}

.prop-psant div {
    font-size: .9em;
    line-height: 1.2em;
}

.acessibilidade {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 35px;
    padding: 8px;
    background-color: #000;
    color: white;
}

.acessibilidade-title {
    display: inherit;
}


/* ////////////////////////////////////////////////////////// */
/* ///////////////////////// 400 //////////////////////////// */
@media (max-width: 400px) {
    #logo {
        width: 100%;
    }

    #logoNome {
        width: 75%;
    }

    #mainContent {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .secFoto {
        float: none;
        margin-top: 20px;
    }

    #mainContentFullWide {
        display: none;
    }

    #mainContentFullQuad {
        display: block;
        background: #000;
        text-align: center;
        margin-top: 2px;
    }

    #mainTitle {
        padding: 5px 10px 10px 10px;
        line-height: 32px;
    }

    #mainContent {
        position: relative;
    }

    #mainContent #news {
        background-color: #333;
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 280px;
        max-height: 280px;
        overflow: hidden;
    }

    #mainContent #news #legendContent {
        font-size: .9em;
        line-height: 1.2;
        text-align: left;
    }

    #iFrameContent {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }

    #psLogin {
        max-width: 100%;
    }

    #psLoginContent {
        max-width: 350px;
    }

    .mmBts {
        display: none;
    }

    .acessibilidade {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        padding: 5px;
        background-color: #000;
        color: white;
        font-size: 13px;
        font-weight: bold;
    }

    .acessibilidade-title {
        display: none;
    }
}

/* ///////////////////////// 640 //////////////////////////// */
@media (max-width: 640px) {
    #lineTop {
        display: none;
    }

    #mainContent {
        position: relative;
    }

    .secFoto {
        float: none;
        margin-top: 20px;
    }

    #psLogin {
        max-width: 100%;
    }

    #psLoginContent {
        max-width: 600px;
    }

    .mmBts {
        display: none;
    }
}

/* ///////////////////////// 870 //////////////////////////// */
@media (max-width: 870px) {
    #divShow {
        height: 250px;
    }

    #divMenu {
        display: none;
    }

    #divMenuMobile {
        display: initial;
        position: absolute;
        top: 14px;
        right: 12px;
        color: aqua;
        text-align: right;
    }

    #divMenuMobile i {
        font-size: 1em;
        border: 1px solid;
        padding: 3px 4px 0 4px;
        border-radius: 4px;
    }

    #webmLineTop {
        display: none;
    }

    #mainContent {
        width: auto;
    }

    #psLogin {
        max-width: 100%;
    }

    #psLoginContent {
        max-width: 820px;
    }

    .mmBts {
        display: none;
    }
}

/* ////////////////////////////////////////////////////////// */


/* ////////////////// NOTICIAS ////////////////////////////////  */
#news {
    position: relative;
    width: 700px;
    max-width: 700px;
    height: 400px;
    max-height: 400px;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}

#legend {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #3f7976;
    opacity: .85;
}

#legendContent {
    position: absolute;
    width: 92.5%;
    height: 90px;
    bottom: 5px;
    left: 20px;
    padding-right: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

#changeNews {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 10px;
    max-width: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btChgNewsOn {
    color: #e6df11;
    cursor: pointer;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
}

.btChgNewsOff {
    color: #999999;
    cursor: pointer;
}

.newsFtOn {
    width: 100%;
    display: block;
}

.newsFtOff {
    display: none;
}

.newsLegOn {
    display: block;
}

.newsLegOff {
    display: none;
}

.lkNews {
    text-decoration: none;
    color: unset;
}

#newsGlobal {
    font-family: 'Anek Latin', sans-serif;
}

.newsShare {
    /*border-top: 1px solid #CCC;*/
    border-bottom: 2px solid #DDD;
    padding: 10px;
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: .8em;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.newsTitle {
    font-size: 2.3em;
    font-weight: 700;
    color: #333;
    display: block;
}

.newsInfo {
    color: #888;
}

.btShare {
    width: 35px;
    margin: 0 6px;
}

#newsContent {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 1.2em !important;
    padding: 20px;
}

.newsPhotoP {
    width: 750px;
    height: 500px;
    overflow: hidden;
    position: relative;
    display: block;
}

.newsPhotoP img {
    width: 100%;
    height: 100%;
}

.newsPhotoPLeg {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #444;
    background-color: #006494;
}

/* //////////////// FIM NOTICIAS ////////////////////////////////  */

/* /////// PORTAL DO SERVIDOR ///////////////////////////////*/
#psLogin {
    width: 1200px;
    min-height: 450px;
    background: linear-gradient(to top, #DDD, #fff);
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

#psLoginContent {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logField {
    border-radius: 5px;
    border: 1px solid steelblue;
    padding: 10px 15px;
    color: #666;
    font-size: 1em;
    min-width: 200px;
    margin: 15px;
}

.logField:focus {
    outline: 0;
}

.logButton {
    background-color: steelblue;
    color: white;
    border: 0;
    border-radius: 5px;
    padding: 8px 15px;
    margin: 20px;
}

#psGlobal {
    margin-top: 50px;
    text-align: center;
}

#psWarning {
    font-size: 2em;
    color: steelblue;
}

[style*="--aspect-ratio"]> :first-child {
    width: 100%;
}

[style*="--aspect-ratio"]>img {
    height: auto;
}

@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }

    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }

    [style*="--aspect-ratio"]> :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}