/* constants */

html, body {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-family: "Sora", sans-serif;
}
.color-secondary {color: #fffe00 !important;}
.bg-secondary {background: #fffe00 !important;}
.bg-primary {background: #00429d !important;}
.color-primary {color: #223A84 !important;}
.btn-orange {
    background-color: #E99446;
    color: #fff;
    border: 1px solid #E99446;
}
.btn-orange:hover {
    background-color: #cb7d33;
    color: #fff;
    border: 1px solid #cb7d33;
}
.text-orange {
    color: #E99446;
}
.text-justify {text-align: justify;}
.line-height-1 {line-height: 1;}
.text-sm {
    font-size: 14px !important;
}
/* header */
#main-nav-container {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 999;
}
#main-nav {
    /* transition: all 0.3s ease-in-out; */
    height: auto;
    height: 171px;
}
#main-nav .dropdown-menu {
    background: #223A84;
    border: 1px solid #223A84;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#main-nav .dropdown-menu a {
    color: #fff;
    font-size: 14px;
    text-align: right;
}
#main-nav .dropdown-menu a:hover {
    background: rgba(0,0,0,0.1);
    color: #FFAA30;
}
#main-nav.sticky-top {
    width: 100%;
    left: 0;
    height: 80px;
    padding: 10px 0 10px 0 !important;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    position: fixed;
    transition: all 0.1s ease-in-out;
}
#main-nav .navbar-brand img {height: 114px;transition: all 0.1s ease-in-out;}

/* gray navbar-toggle */
.navbar-toggler {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    background: #fff;
    color: #000;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#main-nav.sticky-top .navbar-brand img {
    height: 60px !important;
    transition: all 0.1s ease-in-out;
}
#main-nav .nav-link {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: bold;
}

#banner-principal-container {
    background: url(/assets/site/bg_slider-45916335891f38dade777145e2e7e1bd87789c9c05e544d4a1622313020ddf30.png) no-repeat center bottom;
    background-size: cover;
    height: 100vh;
    min-height: 818px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    margin-top: 0;
    transition: all 0.1s ease-in-out;
}
#banner-principal-container .slick-dots {bottom: 70px;}
#banner-principal-container .slick-dots li {
    width: auto !important;
    height: 10px;
    margin: 0 5px;
}
#banner-principal-container .slick-dots button::before{display: none !important;}
#banner-principal-container .slick-prev.slick-arrow{display: none !important;}
#banner-principal-container .slick-dots li button {
    width: 200px;
    height: 10px;
    border-radius: 5px;
    background: #B3B3B3;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#banner-principal-container .slick-dots .slick-active button {background: #FFAA30;}
#banner-principal-container .slick-prev.slick-arrow {display: none;}
#banner-principal-container .slick-next.slick-arrow::before {
    font-size: 50px;
    color: #9BDA5D !important;
    opacity: 1;
}
#banner-principal.slick-dotted.slick-slider {margin-bottom: 0 !important;}
#banner-principal .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
#banner-principal {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#banner-principal img {
    max-height: 350px;
}
#acesso_rapido {
    background: #F9F9F9;
    padding: 100px 0;
    position: relative;
}
#acesso_rapido .arrow-detail{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
    bottom: -60px;
}
#acesso_rapido .arrow-detail img{height: 100%;}

/**/
#como_participar {
    background: #223a84 url(/assets/site/bg-sessao-azul-ef0a02b0730c47cf7990f1fb14f9f3b40d6fca3eca6e5ef2e32daf4a8afb26b5.png) no-repeat center bottom;
    padding: 100px 0 60px 0;
}

/**/
#quer-saber-mais {background: #F9F9F9;padding: 100px 0;}

/**/
#footer {background: #255AD9;}
#footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

/**pages**/
.page-title {
    color: #00429d;
    padding: 10px 0;
    text-align: center;
    font-weight: 800;
    font-size: 55px;
}
#nossa-cidade, #como-participar, #glossario, #agenda, #mapa_colaborativo, #map_background{
    background: url(/assets/site/bg-pages-aafb87d3e489425e5d778b38cdc0c95c4c79258ab96ab4da181a8b1b0ab8cc8e.jpg) no-repeat center top;
    background-size: cover;
}
#como-sera ul li {padding-right: 150px;}
#como-sera ul li > div {margin-left: -100px;}
#atualizar-o-plano-msg {
    border: 4px solid #223A84 !important;
    border-radius: 10px;
    margin-left: 10%;
    margin-right: 150px;
}
#atualizar-o-plano-msg h4 {color: #223A84;margin-bottom: 0;}
#leis-normativas {
    background: #EB780E url(/assets/site/bg-sessao-como-sera-elaborada-2-6b56f16c44f2a29d7fd8c43566483a74909bd274aba8be476498916b055bb1de.png) no-repeat left bottom;
    background-size: cover;
}
#documentos-list-container {background-color: #3C498F;}
#documentos-list-container ul li a {font-size: 15px;}
#documentos-list-content .accordion .accordion-button{
    background-color: #223A84;
    border: 0 none;
    border-radius: 0 !important;
    color: #fff;
    padding: 15px;
    justify-content: center;
}
#documentos-list-content .accordion-button::after {
    margin-left: 0 !important;
    display: none;
    background-image: none !important;
}
#documentos-list-content .accordion .accordion-item {
    margin-bottom: 15px;
    background: transparent !important;
}
#documentos-list-content .accordion-body{
    background-color: #fff;
    color: #000;
    padding: 15px;
}
#documentos-list-container .nav-docs .active{
    background-color: #1c306c;
    color: #fff !important;
}
#documentos-list-container .nav-link.active {
    background-color: #1c306c !important;
    color: #fff !important;
}
#documentos-list-container .nav-link.active img {
    filter: invert(1);
}

#passos-como-participar {
    background-color: rgba(0, 10, 65, 0.7);
}
#passos-como-participar .icon-passos {
    margin-top: -140px;
    margin-bottom: 30px;
}
.card-blue {
    background: #223A84;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    min-height: 150px;
}
.card-blue .letter {
    width: 20%;
    min-width: 120px;
}
.card-blue .letter:nth-child(odd) {
    /* padding: 0 0 0 70px; */
}
.card-blue .letter:nth-child(even) {
    /* padding: 0 70px 0 0; */
}
.card-blue .letter h2{
    font-size: 60px;
    font-weight: 800;
    text-shadow: 7px 0px 0px #64B414;
}
.letter-list a {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
}
.letter-list a:hover {
    color: #64B414 !important;
    transition: all 0.2s ease-in-out;
}
.letter-list {
    flex-grow: 1;
}

/* fullcalendar */
#calendar {
    font-size: 12px;
    text-decoration: none;
    color: #333;
}
#calendar .fc-daygrid-day-top a, #calendar .fc-scrollgrid-sync-inner a{
    text-decoration: none;
    color: #333;
}
#calendar .fc-event-title {
    color: #fff;
}
.fc-daygrid-event-harness {
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
}
#calendar .fc-multimonth-month {
    /* width: 33.3% !important; */
}
ul#legenda li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 14px;
}
ul#legenda li .bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
}
ul#legenda li span {
    width: calc(100% - 25px);
}
#mapa_colaboracao_2 {
    margin-top: -150px;
    margin-left: 100px;
}
.posts-container p{
    font-size: 18px;
    line-height: 1.5;
}

.posts-container .post{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
#search-sidebar input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#search-sidebar input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#search-sidebar button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.post-content img{
    max-width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}
.post-content small{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.blue-bg {
    background-color: rgba(0, 10, 65, 0.7);
}
.list-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
#map-controls ul {
    position: absolute;
    z-index: 998;
    top: 10px;
    right: 10px;
}
#map-controls ul li {
    display: inline-block;
    margin-right: 5px;
}
#map-controls ul li a {
    background: #223A84;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #223A84;
    font-size: 14px;
    text-transform: uppercase;
}
#map-sidebar {
    position: absolute;
    z-index: 998;
    top: 40%;
    transform: translateY(-50%);
    width: 400px;
}
#map-sidebar .accordion-button {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    font-size: 16px !important;
    border-radius: 0;
}
#map-sidebar .accordion-body {
    background: #fff;
    color: #333;
    font-size: 14px !important;
    padding: 15px;
}
#map-sidebar .accordion-item {
    margin-bottom: 5px !important;
}
#map-sidebar #listagem .btn-group > a{
    position: relative;
}
#map-sidebar #listagem .btn-group > a::after {
    content: '\F285';
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    clear: both;
}
#map-sidebar #listagem .header-dropdown a {
    
}
#map-sidebar #listagem .header-dropdown a::before {
    content: '\F285';
    font-family: 'bootstrap-icons';
    display: inline-block;
    margin: 0 10px 0 0;
}
#meus-comentarios input.form-control, #meus-comentarios textarea.form-control {
    font-size: 0.7rem !important;
}

/* mobile version */
@media screen and (max-width: 576px){
    
}
/* @media screen and (max-width: 767px){ */
@media screen and (max-width: 992px){
    .titulo-site {
        font-size: 15px;
    }
    .navbar-toggler{
        width: 40px;
        height: 40px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler-icon{
        height: 20px;
        width: 20px;
    }
    .slick-next {
        display: none !important;
    }
    #banner-principal-container {
        height: auto;
        min-height: 300px;
    }
    #banner-principal-container .slick-dots {
        bottom: -25px;
    }
    #banner-principal-container .slick-dots li button {
        width: 30px;
        height: 10px;
    }
    #banner-principal-container img {
        max-height: 140px;
    }      
    }
    #main-nav .navbar-brand img {
        max-height: 50px;        
    }
  
    #acesso_rapido .arrow-detail {
        height: 120px;
        bottom: -40px;
    }

    #como_participar img {
        max-height: 125px;
    }

    #nossa-cidade .page-title {
        margin-bottom: 0 !important;
    }

    #como-sera ul {
        padding: 0 !important;
    }
    #como-sera ul li {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 !important;
    }
    #como-sera ul li > div {
        margin-left: 0;
        margin-bottom: 20px;
    }
    #como-sera ul li > div img {
        max-height: 90px;
    }
    #como-sera ul li h4 {
        font-size: .75em !important;
    }
    #atualizar-o-plano-msg {
        margin: 0 !important;
    }
    .page-title {
        font-size: 30px;
    }
    #passos-como-participar .icon-passos {
        margin-top: 0;
        margin-bottom: 30px;
    }
    #mapa_colaboracao_2 {
        margin: 0 !important;
    }

    .navbar-collapse.collapse.show {
        background-color: #fff;
    }
    #main-nav ul li a {
        color: #223A84;
        font-size: 16px !important;
        padding: 5px 20px;
        border-radius: 10px;
    }
}

.leaflet-top {
    z-index: 900;
}
.sticky-top {
    transition: all 0.1s ease-in-out;
}
.sticky-top a.titulo-site img {
    max-height: 55px;
    transition: all 0.1s ease-in-out;
}

/* periodo eleitoral */

/*#footer img, .navbar-brand img, #nossa-cidade .row.mb-5 .col-md-12 > .img-fluid, #mapa_colaborativo .container:nth-child(2) .row .col-md-12 > .img-fluid {
    display: none !important;
}

#mapa_colaborativo .container:nth-child(2) .row .col-md-12 > a {
    display: block !important;
}

#mapa_colaboracao_2 {
    margin-top: 0 !important;
    margin-left: 0 !important;
}*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .


*/
