﻿body {
    font-family: 'Neue Helvetica',Arial,sans-serif;
    color: #0d2b3c;
    background: #fff;
    overflow-x: hidden;
}

a, a:hover, a:focus {
    outline: none
}

.topbar {
    background: #f3f6f4 !important;
    border-bottom: 1px solid #e3eae6 !important;
    padding: 10px 0 !important;
}

    .topbar .topbar-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

    .topbar a {
        color: #1f6b54;
        font-size: 13px !important;
        font-weight: 700 !important;
        text-decoration: none;
        white-space: nowrap;
    }

        .topbar a:hover {
            color: #0d2b3c
        }

.pauta {
    padding: 9px 0 !important;
    background: #165a45 !important;
}

    .pauta a {
        color: #fff !important;
        font-weight: 800 !important;
        text-decoration: none !important;
    }

    .pauta .row {
        margin: 0 !important
    }

.brand-header {
    background: #fff;
    padding: 20px 0 14px 0 !important;
}

    .brand-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 22px;
        flex-wrap: nowrap;
    }

.brand-box {
    display: flex;
    align-items: center;
    gap: 16px !important;
    min-width: 320px;
}

.brand-crest {
    width: 86px !important;
    height: auto;
    display: block;
}

.brand-title {
    line-height: 1.05
}

    .brand-title .kicker {
        font-size: 13px !important;
        letter-spacing: .9px;
        color: #6b7a74;
        text-transform: uppercase;
        margin: 0;
    }

    .brand-title .city {
        font-size: 34px !important;
        font-weight: 900;
        letter-spacing: .8px;
        color: #1f6b54;
        margin: 4px 0 0 0;
    }

.brand-search {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex: 1;
    min-width: 360px;
}

    .brand-search .input-group {
        width: 100%;
        max-width: 560px;
    }

    .brand-search .form-control {
        height: 46px !important;
        font-size: 14px !important;
        padding: 10px 14px !important;
        border-radius: 3px 0 0 3px !important;
        border: 1px solid #dfe6e2;
        box-shadow: none;
    }

    .brand-search .input-group-addon,
    .brand-search .btn,
    .brand-search button {
        height: 46px !important;
        min-width: 70px;
        padding: 0 18px !important;
        background: #165a45 !important;
        border: 1px solid #165a45 !important;
        color: #fff !important;
        font-size: 16px !important;
        border-radius: 0 3px 3px 0 !important;
    }

#acessibilidade {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}

    #acessibilidade a {
        font-weight: 800 !important;
        text-decoration: none !important;
    }

.navbar-green {
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background: #1f6b54;
    border-bottom: 3px solid #d6b24c;
    box-shadow: 0 2px 0 rgba(0,0,0,.06);
    min-height: 48px;
}

    .navbar-green .container,
    .navbar-green .navbar-collapse {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-green .navbar-nav {
        margin: 0 !important
    }

        .navbar-green .navbar-nav > li:before,
        .navbar-green .navbar-nav > li:after,
        .navbar-green .navbar-nav > li > a:before,
        .navbar-green .navbar-nav > li > a:after {
            content: none !important;
            display: none !important;
        }

        .navbar-green .navbar-nav > li > a {
            height: 48px !important;
            line-height: 48px !important;
            padding: 0 14px !important;
            color: #fff !important;
            text-transform: uppercase;
            font-weight: 800;
            font-size: 11px;
            letter-spacing: .5px;
            background: transparent !important;
            white-space: nowrap !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 8px;
        }

            .navbar-green .navbar-nav > li > a .caret {
                margin-left: 6px;
                border-top-color: #fff !important;
                border-bottom-color: #fff !important;
            }

            .navbar-green .navbar-nav > li > a:hover,
            .navbar-green .navbar-nav > li.open > a,
            .navbar-green .navbar-nav > li.active > a {
                background: #154c3b !important;
                color: #d6b24c !important;
            }

    .navbar-green .navbar-toggle {
        margin-top: 8px !important;
        margin-right: 10px !important;
        border: 1px solid rgba(255,255,255,.40);
        border-radius: 3px;
    }

        .navbar-green .navbar-toggle .icon-bar {
            background: #fff
        }

    .navbar-green .dropdown-menu {
        border-radius: 0;
        border: 1px solid #e2eae6;
        box-shadow: 0 10px 24px rgba(0,0,0,.08);
    }

        .navbar-green .dropdown-menu > li > a {
            padding: 10px 14px;
            font-size: 12px;
        }

            .navbar-green .dropdown-menu > li > a:hover {
                background: #f3f6f4;
                color: #1f6b54;
            }

.hero-home {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 24px !important;
}

.home-section {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.section-title {
    text-align: center;
    color: #1f6b54;
    font-weight: 900;
    margin: 30px 0 6px;
}

.propositos-sub {
    text-align: center;
    color: #6b7a74;
    margin-bottom: 18px;
}

.propositos-text p {
    margin: 0 0 14px 0;
    font-size: 14px;
    line-height: 1.75;
    color: #2f3b36;
    text-align: left;
}

.propositos-text b,
.propositos-text strong {
    color: #0d2b3c;
    font-weight: 900;
    letter-spacing: .2px;
}

.feature-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e2eae6;
    background: #fff;
    margin-bottom: 14px !important;
}

    .feature-card img {
        width: 100%;
        height: auto;
        display: block
    }

.feature-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px !important;
    background: linear-gradient(0deg,rgba(13,43,60,.78),rgba(13,43,60,0));
    color: #fff;
}

    .feature-overlay .title {
        font-size: 16px;
        font-weight: 900;
        margin-bottom: 6px !important;
        line-height: 1.25 !important;
    }

    .feature-overlay .date {
        font-size: 12px;
        opacity: .95;
        margin-top: 4px !important;
    }

.agenda-box {
    border: 1px solid #e2eae6;
    background: #fff;
    padding: 18px !important;
    border-top: 4px solid #d6b24c;
}

.agenda-title {
    font-weight: 900;
    color: #0d2b3c;
    margin-bottom: 10px;
}

.agenda-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.agenda-date {
    width: 62px;
    border: 1px solid #e2eae6;
    background: #f7faf8;
    text-align: center;
    padding: 8px 6px;
}

    .agenda-date .m {
        font-size: 11px;
        font-weight: 900;
        color: #1f6b54;
    }

    .agenda-date .d {
        font-size: 18px;
        font-weight: 900;
        color: #0d2b3c;
        line-height: 1.1;
    }

.agenda-meta {
    font-size: 12px;
    color: #6b7a74;
    margin-bottom: 6px;
}

.agenda-name {
    font-size: 13px;
    font-weight: 900;
    margin: 0;
    color: #0d2b3c;
}

.agenda-link {
    color: #1f6b54;
    font-weight: 800;
    text-decoration: none;
    display: inline-block !important;
    margin-top: 10px !important;
}

    .agenda-link:hover {
        color: #d6b24c
    }

.service-grid a,
.service-grid a:hover,
.service-grid a:focus,
.service-grid a:visited {
    color: inherit !important;
    text-decoration: none !important;
}

.service-grid > .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}

    .service-grid > .row > .propositos-botoes {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

        .service-grid > .row > .propositos-botoes > .col-sm-4,
        .service-grid > .row > .propositos-botoes > .col-xs-6 {
            width: 100% !important;
            float: none !important;
            padding: 0 !important;
        }

        .service-grid > .row > .propositos-botoes a {
            display: block;
            width: 100%;
        }

.service-card {
    width: 100%;
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #e2eae6;
    background: #fff;
    padding: 14px 10px;
    transition: all .15s ease;
}

    .service-card img {
        width: 28px !important;
        height: 28px !important;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .service-card .t {
        color: #1f6b54 !important;
        font-weight: 900;
        font-size: 10px;
        line-height: 1.15;
        text-transform: uppercase;
        min-height: 26px;
        text-align: center;
    }

    .service-card:hover {
        border-color: #1f6b54;
        box-shadow: 0 6px 18px rgba(0,0,0,.06);
        background: #f7faf8;
    }

.tiles-3 a,
.tiles-3 a:hover,
.tiles-3 a:focus,
.tiles-3 a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.tile {
    height: 92px;
    border: 1px solid #e2eae6 !important;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
}

    .tile:before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(13,43,60,.45);
    }

    .tile span {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        color: #fff !important;
        font-weight: 900;
        letter-spacing: 1px;
        padding: 0 10px;
    }

.fundo-rodape {
    background: #1f6b54 !important;
}

    .fundo-rodape .center {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 28px !important;
        padding: 12px 0 !important;
    }

    .fundo-rodape .icon-redes {
        color: #fff !important;
        font-size: 22px !important;
        line-height: 1 !important;
    }

        .fundo-rodape .icon-redes:hover {
            color: #d6b24c !important
        }

footer.footer {
    background: #0f3b2d !important;
    color: #fff !important;
    padding: 34px 0 18px !important;
}

    footer.footer .logo-footer {
        width: 88px !important;
        margin: 8px auto 10px auto !important;
        display: block !important;
    }

    footer.footer .hr-rodape {
        max-width: 520px !important;
        margin: 14px auto 14px auto !important;
        border-top: 1px solid rgba(255,255,255,.22) !important;
    }

    footer.footer .icon-text {
        color: #fff !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin: 0 14px !important;
        font-weight: 700 !important;
    }

        footer.footer .icon-text:hover {
            color: #d6b24c !important
        }

        footer.footer .icon-text i {
            font-size: 16px !important
        }

    footer.footer .col-sm-12.center {
        line-height: 1.6 !important;
        font-size: 13px !important;
    }

        footer.footer .col-sm-12.center br {
            display: none !important
        }

        footer.footer .col-sm-12.center:first-of-type {
            margin-bottom: 10px !important
        }

.copyright {
    margin: 0 !important;
    padding: 10px 0 !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    text-align: center;
}

    .copyright a {
        color: #d6b24c !important;
        text-decoration: none !important;
    }

        .copyright a:hover {
            text-decoration: underline !important
        }

@media (min-width:992px) {
    .agenda-box {
        margin-top: 0 !important;
        margin-left: 14px !important
    }
}

@media (max-width:991px) {
    .agenda-box {
        margin-top: 16px !important
    }

    .service-grid > .row > .propositos-botoes {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
}

@media (max-width:767px) {
    .topbar .topbar-wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }

    .brand-header {
        padding: 14px 0 10px 0 !important
    }

        .brand-header .container {
            flex-direction: column;
            align-items: stretch;
            gap: 10px;
            flex-wrap: nowrap;
        }

    .brand-box {
        justify-content: center;
        min-width: 0;
        flex-direction: column;
        gap: 8px !important;
        text-align: center;
    }

    .brand-crest {
        width: 64px !important
    }

    .brand-title .kicker {
        text-align: center
    }

    .brand-title .city {
        font-size: 28px !important
    }

    .brand-search {
        align-items: stretch;
        min-width: 0;
    }

        .brand-search .input-group {
            max-width: 100%
        }

    #acessibilidade {
        text-align: center;
        white-space: normal
    }

    .navbar-green .container,
    .navbar-green .navbar-collapse {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar-green .navbar-collapse {
        background: #1f6b54 !important;
        border-top: 1px solid rgba(255,255,255,.18) !important;
        box-shadow: none !important;
    }

    .navbar-green .navbar-nav {
        margin: 0 !important;
        float: none !important;
    }

        .navbar-green .navbar-nav > li {
            float: none !important
        }

            .navbar-green .navbar-nav > li > a {
                display: block !important;
                height: auto !important;
                line-height: 1.25 !important;
                padding: 12px 14px !important;
                white-space: normal !important;
                border-bottom: 1px solid rgba(255,255,255,.14) !important;
            }

    .navbar-green .dropdown-menu {
        background: #154c3b !important;
        border: 0 !important;
        box-shadow: none !important;
        float: none !important;
        position: static !important;
    }

        .navbar-green .dropdown-menu > li > a {
            color: #fff !important;
            padding: 10px 16px !important;
            border-bottom: 1px solid rgba(255,255,255,.10) !important;
        }

            .navbar-green .dropdown-menu > li > a:hover {
                background: rgba(255,255,255,.08) !important;
                color: #d6b24c !important;
            }

    .hero-home {
        height: 190px
    }

    .service-grid > .row > .propositos-botoes {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:420px) {
    .service-grid > .row > .propositos-botoes {
        flex: 0 0 100%;
        max-width: 100%
    }
}
.service-grid .row.propositos-grid {
    display: block !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.service-grid .row.propositos-grid:before,
.service-grid .row.propositos-grid:after {
    content: " " !important;
    display: table !important;
}

.service-grid .row.propositos-grid:after {
    clear: both !important;
}

.service-grid .row.propositos-grid > .col-20 {
    float: left !important;
    width: 20% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-bottom: 12px !important;
}

.service-grid .row.propositos-grid > .col-20 > a {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
}

@media (max-width:991px) {
    .service-grid .row.propositos-grid > .col-20 {
        width: 33.3333% !important;
    }
}

@media (max-width:767px) {
    .service-grid .row.propositos-grid > .col-20 {
        width: 50% !important;
    }
}

@media (max-width:420px) {
    .service-grid .row.propositos-grid > .col-20 {
        width: 100% !important;
    }
}
