@import "variaveis.css";
@import "menu.css";
@import "acessorapido.css";
@import "buttons.css";
@import "carousel.css";
@import "noticias.css";
@import "parlamentares.css";
@import "rodape.css";
@import "galeria.css";
@import "intranet.css";
@import "sic.css";
@import "escolalegislativa.css";
@import "presidentes.css";
@import "bdi.css";
@import "tables.css";
@import "pesqsatisf.css";
@import "pesquisasite.css";
@import "promulher.css";

* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    background-color: var(--body-background-color);
    line-height: 1.5em;
    color: var(--body-font-color);
}

body.hide-scrolling {
    overflow-y: hidden;
}

iframe {
    width: 100%;
    height: 1000px;
    border: none;
    overflow: auto;
}

a {
    text-decoration: underline;
    color: var(--link-font-color1);
}

.title h1 {
    font-size: 22px;
    border-bottom: #ccc 1px solid;
    padding-bottom: 1rem;
    font-weight: 500;
    margin: 10px 0px 10px 0px;
}

.title h2 {
    font-size: 20px;
    padding-bottom: 1rem;
    font-weight: 500;
}


.titulo-barra {
    background-color: var(--titulo-background-color);
    color: var(--titulo-font-color);
    padding: 7px 7px 7px 7px;
    text-align: left;
    font-weight: 200;
    border-radius: 8px;
    box-shadow: #999 1px 1px 8px;
    margin-bottom: 7px;
}

.container {
    max-width: 1130px;
    margin: auto;
    width: 100%;
    padding: 5px;
}


header {
    /*
    background-image: url(../img/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    */
    position: relative;
    padding: 0;
    margin: 0;
}

header .topofull {
    height: 220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

header .topo-inf {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    /*background-image: linear-gradient(to bottom, var(--menu-principal-background-color), var(--body-background-color));*/
}

header .topo-sup {
    width: 1130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header .menu-top {
    z-index: 200;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--menu-top-background-color);
    height: 50px;
}

header .cabecalho {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

header .redessociais {
    width: 66%;
    text-align: right;
}

header .redessociais a {
    color: var(--menu-principal-redessociais-color-a);
}

header #brasao {
    text-align: center;
}

header #brasao img {
    width: 90px;
}

header #titulo {
    text-align: center;
    color: var(--titulo-site-font-color);
    font-size: 2em;
    font-weight: bold;
    text-shadow: black 1px 1px 1px;
    line-height: 1em;
    margin-left: 10px;
}

header #pesq {
    display: flex;
    flex: 1;
    align-self: center;
    font-size: 13px;
    color: white;
    font-weight: bold;
}

header #icones {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-self: center;
    justify-content: flex-end;
    font-weight: bold;
    text-shadow: black 1px 1px 4px;
}

header .icon a {
    text-decoration: none;
    color: var(--menu-top-background-color-icones-a);
}

header .icon a:hover {
    color: var(--menu-top-background-color-icones-a-hover);
}

header .icon {
    font-size: 15px;
    padding: 5px;
}

header .myiconfont a {
    font-size: 23px;
    padding: 0px 5px 0px 5px;
    margin: 0;
}

#caminhoPagina {
    font-size: 14px;
    font-weight: 400;
    color: var(--caminho-font-color-a);
    margin-top: 10px;
}

#caminhoPagina a {
    text-decoration: none;
    color: var(--caminho-font-color-a);
}

#caminhoPagina span {
    color: var(--caminho-span-color);
}

.inicial {
    text-align: left;
}

.txt-box {
    width: 100%;
    text-align: center;
}

.txt-box  a {
    text-decoration: none;
}

.txt-box p {
    text-align: justify;
}

#conteudoFrame {
    margin: auto;
    width: 100%;
    padding: 0px;
}

#conteudoFramebdi {
    margin: auto;
    width: 100%;
    padding: 0px;
}

.paginacao {
    width: 100%;
    text-align: center;
}

.paginacao a {
    text-decoration: none !important;
}

#irparapagina {
    font-size: 15px;
    padding: 5px;
}

.input-paginacao {
    background-color: white;
    text-align: center;
    border: none;
    border-radius: 8px;
    height: 28px;
    width: 70px !important;
    outline: none;
    padding: 5px;
    margin-left: 5px;
    box-shadow: #999 1px 1px 6px;
}

.back-to-top {
    width: 35px;
    height: 34px;
    text-align: center;
    background-color: var(--acessorapido-icon-color);
    color: white;
    position: fixed;
    z-index: 1500;
    bottom: 1rem;
    left: 1rem;
    display: none;
    font-size: 1.1em;
    border-radius: 50%;
    padding: 5px;
}

/*.back-to-top:active,
.back-to-top:focus,
.back-to-top:hover {
    text-decoration: none;
    color: #afb3b0;
}
*/







@media(max-width:993px) {

    header {
        padding: 0px;
    }

    header .topofull {
        min-height: 300px;
    }

    header .menu-top {
        height: 85px;
        position: relative;
    }

    header #titulo {
        font-size: 2em;
    }

    .search_box {
        margin: 5px;

    }

    .search_box input {
        width: 100%;
    }

    .container {
        padding: 10px;
    }

    header .topo-sup {
        width: 100%;
        border-bottom: none;
        margin-top: 5px;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    header .topo-inf {
        border-bottom: none;
        padding-top: 10px;
        margin-top: 0px;
    }

    header .cabecalho {
        flex-direction: column;
    }

    header #brasao img {
        width: 80px;
    }

    header #titulo {
        text-align: center;
        padding-bottom: 5px;
    }

    header .redessociais {
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

    header .redessociais a {
        color: var(--menu-principal-redessociais-color-mobile-a);
    }

    header #icones {
        width: 100%;
        align-self: center;
        text-align: center;
        justify-content: center;
    }

    header .header-border {
        justify-content: space-between;
    }

}