@import url('https://fonts.googleapis.com/css2?family=Carme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

:root {
    --largura: 100%;
}

* {
    font-family: Carme;
    margin: 0px;
}

div:hover::-webkit-scrollbar-thumb {
    background-color: rgb(200, 200, 200); 
    border-radius: 20px;
    border: 3px solid white;
}

div::-webkit-scrollbar {
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 13px;
}

/* FIREFOX */
body {
    scrollbar-width: thin;
    scrollbar-color: rgb(190, 190, 190) white;
}

.body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-family: Carme;
    color: rgb(110, 110, 110);
    font-size: 14px;
    line-height: 20px;
    padding: 0px 20%;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 12px;
}

#hidden {
    cursor: unset;
    pointer-events: none;
    opacity: 0%;
}

select, input[type="text"], input[type="password"], textarea {
    width: 100%;
    height: 30px;
}

select, input[type="text"], input[type="date"], input[type="password"], textarea, select:focus, input:focus {
    background-color: white;
    border: solid 1px gray;
    border-radius: 8px;
    outline-offset: none;
    outline-width: 0px;
    margin-bottom: 2%;
}

header .quicksearch input {
    margin-bottom: 0%;
}

button, select, input[type="submit"] {
    cursor: pointer;
}

button:focus, input[type="submit"]:focus {
    outline-offset: none;
    outline-width: 0px;
}

.center-buttons {
    display: flex;
    justify-content: center;
}

header {
    position: fixed;
    width: 100%;
    height: 100px;
    background-image: url(../images/header_bar.png);
    background-size: 100% auto;
    z-index: 999;
}

header .header-itens {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 100%;
    padding: 0px 20%;
}

.header-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    height: 90px;
    color: white;
}

.header-img h1 {
    width: 380px;
}

header .header-logo {
    height: 100%;
    border-radius: 10px;
    margin-right: 3%;
}

header .quicksearch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 35px;
    background-color: white;
    padding: 4px;
    padding-left: 8px;
    border-radius: 10px;
}

header .quicksearch-icon {
    width: 15%;
    transition: all 500ms;
    cursor: pointer;
}

header .quicksearch-icon:hover {
    filter: brightness(110%);
}

header .quicksearch-input {
    width: 300px;
    height: 100%;
    font-size: 16px;
    border: none;
}

header .quicksearch-input:focus {
    outline-width: 0px;
    outline-offset: none;
}

header .header-right-itens {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
}

header .header-right-itens-column {
    display: flex;
    flex-direction: column;
}

table#pesquisaall td {
    padding: 10px;
}

.normal-button, input[type="submit"] {
    position: relative;
    width: 150px;
    height: 30px;
    border-radius: 10px;
    background-color: #06210D;
    color: white;
    font-size: 13px;
    margin-left: 10px;
    border: 0px solid;
    transition: all 650ms;
} 

.normal-button:hover {
    background-color: #06210D;
    color: white;
    font-size: 12;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.164);
}

input[type="submit"] {
    margin-top: 2%;
}

.wellcome-text {
    width: 100%;
    height: auto;
    background-color: #06210D;
    text-align: center;
    color: white;
    font-size: 15px;
    margin-top: 100px;
    padding: 1%;
}

.banner {
    width: 100%;
    height: 270px;   
    position: relative;  
    overflow: hidden; 
}

.menu-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 55px;
    background-color: #06210D;
    color: white;
    font-size: 14px;
    margin-top: -6px;
}

.menu-bar#no-index {
    margin-top: 100px;
}

.menu-bar#erro-cel {
    display: none;
}

.menu-bar .menubar-button,
header .menubar-button {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60%;
    background-color: transparent;
    color: white;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    border: 0px;
    border-right: solid 1px white;
    transition: all 700ms;
}

.menu-bar .menubar-button .sic {
    width: 16px;
    margin-left: 2px;
}

header .menubar-button {
    font-size: 12px;
    border: 0px;
}

.menu-bar .menubar-button:hover {
    font-size: 12.8px;
}

header .menubar-button:hover {
    font-size: 12.5px;
}

header .header-right-itens#acessibilidade {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}

.dropdown-div {
    width: 100%;
    height: fit-content;
    padding: 1% 5%;
}

.dropdown-column {
    display: flex;
    flex-direction: column;
}

.dropdown-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.dropdown-row .dropdown {
    display: flex;
    justify-content: center;
    width: 20%;
    padding: 1%;
}

.dropdown button {
    width: 100px;
    height: 100px;
    background-color: #06210D;
    color: white;
    font-size: 10px;
    border-radius: 80px;
    border: none;
    box-shadow: 2px 2px 10px rgb(145, 145, 145);
}

.dropdown button div {
    width: auto;
    white-space: normal;
}

.dropdown-icon {
    width: 50px;
    margin-bottom: 3px;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
}

.seta-down {
    width: 6px;
    margin-left: 5px;
}

.dropdown-menu.show {
    overflow: auto;
    max-height: 290px;
    font-size: 15px;
    border-radius: 15px;
    margin-top: -15px;
    margin-left: 66px;
}

.main-container {
    position: relative;
    width: auto;
    height: auto;
    min-height: 700px;
    padding: 2%;
    background-color: white;
    border-radius: 15px;
    margin-bottom: .7%;
    margin-left: .5%;
    margin-right: .5%;
    margin-top: 1%;
    box-shadow: 0 0 7px rgba(128, 128, 128, 0.8);
    z-index: 2;
}

.main-container#index {
    min-height: unset;
}

.title-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: fit-content;
    background-color: #06210D;
    color: white;
    font-family: Anton!important;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1%;
    margin: -2%;
    margin-bottom: 2%;
    margin-left: -2.1%;
    margin-right: -2.1%;
    margin-top: -2.1%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.24);
}

.noticia-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.noticia-column {
    display: flex;
    flex-direction: column;
    width: 32%;
}

.noticia-banner-p {
    width: 100%;
    height: 200px;   
    position: relative;  
    overflow: hidden; 
    margin-bottom: 2%;
    border-radius: 10px;
}

.noticia-banner-p-img {
    width: 100%;
    margin-right: 2%;
    border-radius: 10px;
}

.noticia-prev-text {
    width: 100%;
    height: 65px;
    overflow: hidden;
    text-align: justify;
    margin-right: 2%;
}

.noticia-prev-title {
    width: 100%;
    margin-right: 2%;
}

.noticias-link {
    width:100%;
    color: #06210D;
    font-weight: bold;
    text-align:right;
    cursor: pointer;
}

.noticia-prev-title h2:hover {
    color: #a3a3a3;
}

.footer {
    width: auto;
    height: fit-content;
    background-color: #06210D;
    color: white;
    font-size: 12px;
    margin-top: 1%;
    padding: .5% 20%;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 5px 0px;
}

.footer-column#right {
    width: 30%;
    text-align: right;
    align-items: flex-end;
}

.footer-contact-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.footer .btn-primary {
    width: fit-content;
    padding: 2px 5px;
}

.footer .btn-primary img {
    width: 7px;
}

.footer-icon {
    width: 20px;
    margin-right: 2%;
}

.collapse#collapsecontent {
    width: 90%;
    padding: 1%;
}

.collapse.show,
.collapsing {
    transition: all 250ms;
}

button[data-toggle="collapse"] img {
    width: 10px;
    margin-right: 5px;
}

table#pesquisaall {
    width: 100%;
}

table#pesquisaall td {
    text-align: center;
}

/*CIDADE*/
iframe#cidade {
    width: 98%;
    min-height: 800px;
}

.cidade-img {
    border-radius: 10px;
}

.pag-buttons {
    flex-direction: row;
    padding: 2% 0%;
}

.pag-buttons .pag-button {
    width: fit-content;
    max-width: 50px;
    color: rgb(94, 94, 94);
    font-size: 12px;
    background-color: rgb(250, 250, 250);
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 3px gray;
    padding: 5px;
    margin: 0px 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

/*MODAL*/
img.modal-img {
    width: 100%;
}

@media screen and (max-width: 1080px) and (orientation: portrait) {
    .body {
        font-size: 11px!important;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    header {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 125px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    header .header-itens {
        flex-direction: column;
        width: 98%;
        padding: 0px 5%;
    }

    header .header-logo {
        height: 55px;
    }

    header .quicksearch {
        width: fit-content;
        height: 24px;
    }

    header .quicksearch img {
        width: 12%;
    }

    .header-img {
        justify-content: space-between;
        width: 100%;
        text-align: right;
    }

    .header-img h1 {
        font-size: 20px;
    }

    header .quicksearch input {
        width: 100%;
    }

    header .header-right-itens {
        width: 100%;
    }

    header .header-right-itens .normal-button {
        width: 35%;
        font-size: 12px;
    }

    header .header-right-itens#acessibilidade {
        margin-bottom: 1%;
    }

    header .header-right-itens#acessibilidade .menubar-button {
        font-size: 10px;
    }

    .wellcome-text {
        font-size: 12px;
    }

    .banner {
        width: 100%;
        height: 125px;
    }

    .menu-bar {
        display: inline-table;
        flex-direction: column;
        justify-content: unset;
        width: 100%;
        padding: unset;
        margin-top: 0px;
    }

    .menu-bar#no-index {
        margin-top: 125px;
    }

    .menu-bar .menubar-button {
        width: 50%;
        height: fit-content;
        border: solid 1px rgba(255, 255, 255, 0.747);
    }

    .menu-bar#erro-cel .menubar-button {
        width: auto!important;
        margin-right: 20px;
    }

    .dropdown-div {
        padding: 1% 11%;
    }

    .dropdown-row .dropdown button {
        width: 40px;
        height: 40px;
        word-break: break-all;
        font-size: 6px;
        padding: 0px;
    }

    .dropdown-item {
        width: 110px!important;
        white-space: normal;
        line-height: 15px;
        padding: 5px 7px;
        padding-left: 15px;
        border-bottom: solid 1px rgb(235, 235, 235);
    }

    .dropdown button div {
        font-size: 6px;
        padding: 0px 3px;
        margin-bottom: -5px;
    }

    .dropdown button img.dropdown-icon {
        width: 15px;
        margin-bottom: 1px;
        margin-top: -5px;;
    }

    .dropdown-item img {
        width: 13px!important;
    }

    .dropdown-icon {
        width: 10px;
        margin-bottom: 0px;
    }

    .dropdown-menu {
        min-width: 0px;
    }
    
    .dropdown-menu.show {
        width: 120px;
        margin-left: -31px;
        margin-top: 10px;
        font-size: 11px;
    }

    .seta-down {
        width: 2px;
        margin-left: 1px;
    }

    .main-container {
        width: 98%;
        margin-left: 1%;
    }

    .title-text {
        font-size: 16px;
    }

    .noticia-prev-title {
        text-align: center;
    }

    .noticia-prev-title h2 {
        font-size: 12px;
    }

    .noticia-prev-text {
        text-align: justify;
        font-size: 11px;
        padding: 0px 5px;
    }

    .noticia-column a {
        font-size: 9px;
    }

    .noticia-banner-p {
        height: 80px;
    }

    .noticias-link a {
        font-size: 9px;
    }

    .footer {
        width: 100%;
        margin: 0px;
        padding: .5% 5%;
    }

    .footer-contact-row {
        width: 45%;
        font-size: 8px;
    }

    .footer-contact-row  img{
        width: 15px;
    }

    .footer-column#right {
        font-size: 8px;
    }

    iframe#cidade {
        width: 98%;
        min-height: 800px;
    }

    table#pesquisaall td {
        font-size: 10px;
    }

    h1#pesquisaall-title {
        font-size: 18px;
        margin-left: 5px;
    }

    .main-container#interno button {
        font-size: 12px;
    }
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
    .noticia-banner-p {
        height: 165px;
    }
}

@media screen and (max-width: 1366px) and (orientation: landscape) {
    .body, header .header-itens {
        padding: 0px 10%;
        font-size: 13px;
    }
    
    .noticia-banner-p {
        height: 190px!important;
    }

    .dropdown button {
        width: 80px;
        height: 80px;
    }

    .dropdown button div{
        font-size: 9px;
    }

    .dropdown button .dropdown-icon {
        width: 35px;
    }

    .dropdown-menu.show {
        margin-left: 35px;
    }
}