/* Minification failed. Returning unminified contents.
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,1): run-time error CSS1019: Unexpected token, found '@import'
(18,9): run-time error CSS1019: Unexpected token, found 'url("https://use.typekit.net/kza2rrs.css")'
(47,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(71,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(75,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(111,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(120,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(128,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(392,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(396,28): run-time error CSS1039: Token not allowed after unary operator: '-tertiary-color'
(422,28): run-time error CSS1039: Token not allowed after unary operator: '-tertiary-color'
(460,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(554,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(636,65): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(644,36): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(699,32): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(704,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(798,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(807,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(808,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1021,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1034,32): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1057,36): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1061,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1067,32): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1095,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1105,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1109,32): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1144,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1170,30): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1246,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1247,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1268,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1274,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1275,39): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1293,35): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1320,35): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1346,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1347,39): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(1380,35): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1389,35): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1391,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1396,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1432,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(1449,33): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
 */
@import url("https://use.typekit.net/kza2rrs.css");

:root {
    --primary-color: #003d7b;
    --secondary-color: #006fb8;
    --tertiary-color: #0059B2;
}


header .bt_cesta {
    background: url(/Content/images/basket-shopping-facpc.png) top left no-repeat;
}


header .bt_search {
    background: url(/Content/images/search-facpc.png) center no-repeat;
}
@import url("https://use.typekit.net/kza2rrs.css");

body {
    margin: 0;
    font-family: century-gothic, sans-serif;
}


header .bt_home {
    display: inline-block;
}

header .bt_cesta {
    position: relative;
    width: 50px;
    height: 25px;
    margin: 0 0.5rem;
    display: inline-block;
    overflow: hidden;
}

    header .bt_cesta span {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        top: 50%;
        right: 0;
        margin-top: -10px;
        border: 2px solid var(--primary-color);
        color: #282828;
        border-radius: 100%;
        text-align: center;
        font-size: 0.6rem;
        line-height: 1rem;
        font-weight: 700;
    }

header .bt_search {
    width: 25px;
    height: 25px;
    margin: 0 0.5rem;
    display: inline-block;
}

header .separator {
    border-right: 2px solid #BCBEC0;
    min-height: 70px;
}

h2, h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary-color);
}

.navbar {
    background-color: var(--primary-color);
}

.btn-cbps, .btn-cpc {
    border: none;
    font-weight: 700;
}

.btn-cbps {
    background-color: #829B29 !important;
}

.btn-cpc {
    background-color: #AB0634 !important;
}

.btn-cbps:hover {
    background-color: #829B29 !important;
    opacity: 0.8;
}

.btn-cpc:hover {
    background-color: #AB0634 !important;
    opacity: 0.8;
}

.navbar-toggler {
    background-color: #FFF;
    padding: 0.5rem;
}

.icon-top {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: var(--primary-color);
}

.icon-center {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    margin: 0.2rem 0;
    background-color: var(--primary-color);
}

.icon-bottom {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: var(--primary-color);
}

/*----------------------- HOME ------------------------*/

.desc_evento {
    display: block;
    color: #000;
    font-weight: 400;
    margin: 0 0 5px 0;
    font-size: 0.9rem;
}

.desc_agenda {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: none;
}

/*----------------------- Calendario ------------------------*/
.ui-widget-header {
    font-family: century-gothic, sans-serif;
}

.ui-widget-content {
    border: none;
}

#datepicker {
    position: relative;
    width: 300px;
    margin: 0 auto;
    border: none;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 300px;
    padding: 0;
    display: none;
    background: #FFF;
    border-radius: 0;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 8px 0;
        background: #000;
        border-radius: 0;
        border: none;
    }

    .ui-datepicker .ui-datepicker-title {
        color: #FFF;
        text-align: center;
        font-size: 12px;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 0px;
        width: 31px;
        height: 100%;
        cursor: pointer;
        border: none;
        border-radius: 0;
    }

.ui-widget-header .ui-icon {
    background: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    background: url(/Content/images/bt_prev_calendar.png) center no-repeat;
}

.ui-datepicker .ui-datepicker-next {
    right: -2px;
    background: url(/Content/images/bt_next_calendar.png) center no-repeat;
}

.ui-datepicker .ui-datepicker-calendar {
    color: #0F98D5;
    border-bottom: 2px solid #BCBEC0;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 10px;
    border-collapse: collapse;
    margin: 0;
}

.ui-datepicker th:first-child {
    border-bottom: none;
}

.ui-datepicker td:first-child {
    border-bottom: none;
}

.ui-datepicker th {
    border-left: none;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 8px 0;
    width: 20px;
}

.ui-datepicker td {
    border-left: none;
    border-bottom: none;
    height: 28px;
}

    .ui-datepicker td span, .ui-datepicker td .ui-state-default {
        background: none;
        display: block;
        padding: 5px 0;
        margin: 0;
        border: none;
        text-align: center;
        text-decoration: none;
        color: #6d6e71;
        font-size: 10px;
    }

    .ui-datepicker td span, .ui-datepicker td .ui-state-active {
        background-color: #000;
        color: #FFF;
        padding: 5px 0;
    }

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: 0;
        cursor: pointer;
        padding: 0;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }

.schedule h3 {
    border-bottom: 0;
}
/*---------------------------- Search ----------------------------*/
.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 9999;
    display: none;
}

    .search .align_search {
        position: relative;
    }

    .search .container {
        position: relative;
        max-width: 900px;
    }

    .search h3 {
        padding: 0.5rem 0;
        border-bottom: 4px solid #BADAF3;
        color: #FFF;
        font-weight: 600;
    }

    .search .form-control {
        color: #FFF;
        border: 2px solid #FFF;
        background-color: transparent;
        border-radius: 0;
    }

        .search .form-control::placeholder {
            color: #FFF;
        }

    .search .bt_busca {
        background-color: #FFF;
        color: #232F84;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
    }

    .search .close {
        position: absolute;
        font-family: Arial;
        right: 15px;
        top: 15px;
        margin-top: 0;
        color: #FFF !important;
        cursor: pointer;
        font-size: 2rem;
        display: inline-block;
        text-decoration: none;
    }

@media (min-width: 992px) {
    .search .close {
        top: 50%;
        margin-top: -55px;
    }
}

/*---------------------------- Content ----------------------------*/
.titulo {
    margin: 1.5rem 0;
}

    .titulo h2 {
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
    }

    .titulo .bottom {
        width: 100%;
        height: 4px;
        background-color: var(--primary-color);
    }

.navbar-nav .nav-link {
    background-color: var(--tertiary-color);
    color: #FFF;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0.5rem 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        background-color: transparent;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.nav-link:hover {
    color: #EFEFEF;
}

.dropdown-menu {
    min-width: 250px;
    background-color: var(--tertiary-color);
    border: none;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .dropdown-menu {
        border-radius: 0;
    }
}

.dropdown-menu .nav-link {
    font-size: 0.8rem;
}

    .dropdown-menu .nav-link:hover {
        color: #EFEFEF;
    }

.dropdown-menu[data-bs-popper] {
    margin-top: 0.5rem;
}

/*---------------------------- Botoes ----------------------------*/
.parceiros {
    background-position: 0 -40px;
}

.educacao {
    background-position: 0 -60px;
}

.apoiadores {
    background-position: 0 -80px;
}

/*---------------------------- Footer ----------------------------*/
footer {
    background-color: var(--primary-color);
    color: #FFF;
}

    footer hr {
        height: 2px !important;
        opacity: 1;
    }

    footer h2 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
    }

    footer .form-control {
        background-color: transparent;
        color: #FFF;
        border-radius: 0;
        border: 2px solid #EDEBE8;
    }

        footer .form-control::placeholder {
            color: #FFF;
        }

        footer .form-control:focus {
            background-color: transparent;
            color: #FFF;
            box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
        }

    footer .lk-dev {
        color: #FFF;
        opacity: 0.7;
    }

    footer .credits {
        font-size: 0.8rem;
    }

        footer .credits hr {
            height: 2px !important;
            opacity: 0.7;
        }

    footer .btn-logo {
        display: inline-block;
        text-align: center;
        background-color: #FFF;
        border-radius: 5px;
        padding: 0.2rem 0.5rem;
    }

.logos_footer {
    position: relative;
    margin: 15px 0 20px 0;
    height: 45px;
    clear: both;
}

    .logos_footer > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
    }

    .logos_footer > span {
        float: left;
        width: 140px;
        padding: 10px 0 10px 0;
        color: #6d6e71;
        margin: 10px 20px 0 0;
        border-right: 1px solid #232f84;
    }

    .logos_footer > ul > li {
        height: 40px;
        margin: 8px 8px 0 10px;
        display: inline-block;
    }

/* ------------------ Tabela -------------------------*/
.tabela {
    border-collapse: collapse;
    border-top: none;
    margin: 0.5rem 0 1.5rem 0;
    font-size: 0.9rem;
    border: 1px solid #efefef;
}

    .tabela th {
        background: var(--primary-color);
        padding: 10px 5px 10px 5px;
        color: #FFF;
        font-weight: bold;
        border-bottom: 2px solid #efefef;
        border-left: 1px solid #efefef;
    }

    .tabela td {
        position: relative;
        padding: 8px 5px 8px 5px;
        border-bottom: 2px solid #efefef;
        border-top: 2px solid #FFF;
        border-left: 1px solid #efefef;
    }

        .tabela th:first-child, .tabela td:first-child {
            border-left: none;
        }

        .tabela th:first-child, .tabela td:first-child {
            border-radius: 0;
        }

        .tabela th:last-child, .tabela td:last-child {
            border-radius: 0;
        }

.zebrar {
    background: #edf2f7;
}

.tabela tr:hover {
    background: #edf2f7;
}

.tabela a {
    text-decoration: none;
    color: #282828;
    font-weight: bold;
    display: block;
}

.tabela .txt {
    background: none;
    padding: 0 0 0 0;
    display: block;
}

/*---------------------------- List-Download ----------------------------*/
.lista_arquivos, .correlacoes {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .lista_arquivos li {
        position: relative;
        border-bottom: 2px solid #EBEBEB;
        padding: 0.8rem 1rem;
        color: #282828;
        display: block;
    }

    .lista_arquivos > li > span {
        font-weight: bold;
        color: #232f84;
        display: inline-block;
    }

    .lista_arquivos > li > a > span {
        font-weight: bold;
        color: #232f84;
    }

    .lista_arquivos li a {
        color: #6d6e71;
        text-decoration: none;
    }

    .correlacoes li a {
        margin: 0.5rem 0;
        background: url(/Content/images/bt_correlacao.png) var(--secondary-color) 8px 12px no-repeat;
        display: block;
        padding: 0.5rem 2.5rem;
        text-decoration: none;
        color: #FFF;
    }

        .correlacoes li a:hover {
            background-color: var(--primary-color);
        }

    .lista_arquivos li a .date {
        font-weight: bold;
        color: #232f84;
        padding: 0 10px 0 0;
    }

    .lista_arquivos li:hover {
        background-color: #efefef;
    }

.chzn-container {
    font-size: 1rem !important;
}

.chzn-container-single .chzn-single span {
    margin-top: 5px;
}

.chzn-container-single .chzn-single div {
    top: 6px !important;
}

.chzn-container-single .chzn-single {
    background-color: #ffffff;
    background-image: none !important;
    border-radius: 0 !important;
    background-clip: padding-box;
    border: 2px solid #BDBBBC !important;
    box-shadow: none !important;
    height: 36px !important;
    line-height: 24px;
    padding: 0 0 0 8px;
    color: #666;
    text-decoration: none;
}

.chzn-container.chzn-with-drop .chzn-drop {
    left: 0 !important;
}
/*---------------------------- List-Download ----------------------------*/
.bt_content_tools {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #c4b095;
    margin: 10px 0 0 0;
    background-repeat: no-repeat;
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    color: #FFF;
}

    .bt_content_tools:hover {
        background-color: var(--secondary-color);
        color: #FFF;
    }

.bt_zip {
    background-color: var(--primary-color);
}

.bt_remover {
    position: absolute;
    width: 48px;
    height: 32px;
    right: 0;
    margin: -5px 1rem 0 0;
    background-image: url(/Content/images/bt_cesta.png);
    background-position: 0 -99px;
}

    .bt_remover:hover {
        background-position: 0 -66px;
    }

.bt_add {
    position: absolute;
    width: 48px;
    height: 32px;
    right: 1rem;
    top: 50%;
    margin-top: -16px;
    background-image: url(/Content/images/bt_cesta.png);
    background-position: 0 0;
}

.tabela .bt_add {
    position: absolute;
    width: 48px;
    height: 32px;
    right: 1rem;
    top: 50%;
    margin-top: -16px;
    display: inline-block;
    background-image: url(/Content/images/bt_cesta.png);
    background-position: 0 0;
}

.bt_add:hover {
    background-position: 0 -33px;
}

.disabled, .tabela .disabled {
    background-position: 0 -132px;
    cursor: default;
}

    .disabled:hover {
        background-position: 0 -132px;
    }

.download {
    background: url(/Content/images/icon_download.png) #f4ede6 8px 8px no-repeat;
}

.previous_link, .next_link {
    margin: 0 3px 0 3px;
}

.last_link {
    margin: 0 20px 0 0;
}

/* ------------ Config QTip --------------- */
.qtip, .qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
}

.qtip-content {
    position: relative;
    padding: 5px 9px 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml {
    position: absolute;
    background: transparent;
    border: 0 dashed transparent;
}

/* ------------ Estilos QTip --------------- */
.eventos {
    background: var(--primary-color);
    color: #FFF;
}

.ui-datepicker .eventos span, .ui-datepicker .eventos .ui-state-default {
    color: #FFF;
}

.qtip-eventos, .qtip-reunioes {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #FFF;
    font-size: 12px;
    padding: 2px;
    box-shadow: none;
}

.tool_arquivos {
    background: #222e84;
    border: 1px solid #222e84;
    color: #FFF;
    font-size: 12px;
    padding: 2px;
}

/*---------------------------- BreadCrumb ----------------------------*/
.breadcrumb {
    display: block;
}

    .breadcrumb a {
        color: #6D6E71;
        text-decoration: none;
        font-size: 0.8rem;
        font-weight: 600;
    }

        .breadcrumb a::after {
            display: inline-block;
            margin-left: 0.255em;
            vertical-align: 0.255em;
            content: "";
            border-top: 0.3em solid;
            border-right: 0.3em solid transparent;
            border-bottom: 0;
            border-left: 0.3em solid transparent;
            transform: rotate(-90deg);
        }

    .breadcrumb .last::after {
        display: none;
    }

    .breadcrumb a:hover {
        color: #a48e71;
        text-decoration: underline;
    }

a {
    text-decoration: underline;
    color: #222e84;
}

/*---------------------------- Busca ----------------------------*/
.busca {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .busca li a b {
        color: #ab0635;
        font-size: 14px;
    }

    .busca li a {
        padding: 10px;
        margin: 0 0 5px 0;
        background: #f8f8f8;
        display: block;
        color: #666;
        font-size: 11px;
        text-decoration: none;
    }

        .busca li a:hover {
            background: #f0f0f0;
        }

/*---------------------------- Form ----------------------------*/
.form-label {
    text-transform: uppercase;
    font-weight: 600;
}

.txt_form, textarea {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #FFFFFF;
    outline: 0 none;
    transition: all 0.2s ease-in 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #8C9399 #B6BFC4 #B6BFC4;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #68727B;
    font-family: Arial,sans-serif;
    font-size: 13px;
    margin: 0 7px 0 0;
    padding: 5px;
}

    .txt_form:hover, textarea:hover {
        background-color: #FFF;
        border-color: #919EA4;
    }

.chzn-container-multi .chzn-choices {
    border-radius: 0;
    border: 2px solid #BDBBBC;
    padding: 0.3rem 0.75rem !important;
}

.form-select {
    border-radius: 0;
    border: 2px solid #BDBBBC;
}

.chzn-container-multi .chzn-choices .search-field input {
    height: 22px;
}

/*---------------------------- Paginacao ----------------------------*/
#pagination {
    height: 25px;
    margin: 20px auto 20px auto;
    padding: 0;
    text-align: center;
    list-style: none;
}

.bt_paginacao {
    width: 24px;
    height: 32px;
    padding: 5px 1px 0 0;
    margin: 1px 2px 0 2px;
    display: block;
    float: left;
    color: #FFF;
    text-decoration: none;
    background: #222e84;
    border-radius: 0;
}

.bt_paginacao:hover {
color: #CCC;
background: #224084;
}


.bt_paginacao_ativo {
    cursor: default;
    background-color: gray;
}



.bt_paginacao_ativo:hover {
background-color: gray;
color: #FFF;
}


.setas_anterior {
    margin: 0 5px 0 0;
    background: url(/Content/images/bt_paginacao_setas.png) no-repeat 0 0;
}

.setas_proxima {
    margin: 0 0 0 5px;
    background: url(/Content/images/bt_paginacao_setas.png) no-repeat -25px 0;
}

.page_navigation a {
    width: 24px;
    height: 20px;
    padding: 5px 1px 0 0;
    margin: 1px 2px 0 2px;
    display: block;
    float: left;
    color: #FFF;
    text-decoration: none;
    background: #CCC;
    color: #222e84;
    border-radius: 0;
    text-align: center;
}

    .page_navigation a:hover {
        background: #222e84 !important;
        color: #CCC !important;
    }

.active_page {
    background: #222e84 !important;
    color: #CCC !important;
}

.ellipse {
    height: 20px;
    padding: 5px 1px 0 0;
    margin: 1px 2px 0 2px;
    float: left;
    color: #222e84;
    font-weight: bold;
}

.link_publicacoes {
    display: inline-block;
    font-size: 0.8rem;
}

.bt_pd, .link_publicacoes {
    background-color: var(--primary-color);
    text-decoration: none;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-weight: bold;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

    .bt_pd:hover, .link_publicacoes:hover {
        color: #FFF;
        background-color: var(--secondary-color);
    }

/*---------------------------- Conteudo ----------------------------*/

.list, .list ul {
    list-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .list li, .list ul li {
        position: relative;
        padding: 0.2rem 0;
    }

        .list li:before, .list ul li:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            top: 10px;
            left: -20px;
            background-color: var(--secondary-color);
        }

.btn-primary {
    background-color: var(--primary-color);
    border-radius: 0;
    border: none;
}

    .btn-primary:hover {
        background-color: var(--secondary-color);
    }

.form-control {
    border-radius: 0;
    border: 2px solid #BDBBBC;
    padding: .3rem .75rem !important;
}
    .form-control.input-validation-error {
        border-color: #AB0634;
    }
        .form-control.input-validation-error:focus {
            box-shadow: 0 0 0 0.25rem rgba(255, 183, 183,.25);
        }

.validation-summary-errors {
    background-color: #ffb7b7;
}

    .validation-summary-errors ul {
        padding: 1rem;
        margin: 0 1.5rem 1rem 1.5rem;
    }

.bt_cadastrar {
    background-color: #FFF;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}

.play-icon {
    max-height: 32px !important;
}

    .play-icon:hover .st0 {
        fill: var(--primary-color);
    }

    .respostanews {
        background-color: var(--secondary-color);
        display: block;
        padding: 10px;
        color: #FFF;
    }
    .respostanews.error {
        background-color: #dc3545 !important;
    }

    .txt_form_home::-webkit-input-placeholder {
        color: #222e84;
        font-family: 'Muli', sans-serif;
    }

.txt_form_home::-moz-placeholder {
    color: #222e84;
    font-family: 'Muli', sans-serif;
}
/* firefox 19+ */
.txt_form_home:-ms-input-placeholder {
    color: #222e84;
    font-family: 'Muli', sans-serif;
}
/* ie */
.txt_form_home:-moz-placeholder {
    color: #222e84;
    font-family: 'Muli', sans-serif;
}

.content {
    margin-top: 2rem;
}

    .content h3 {
        font-weight: 700;
        color: var(--primary-color);
        margin: 1rem 0 0.5rem 0;
    }


.lds-roller {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0.5rem auto;
    text-align: center;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--secondary-color);
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-agenda {
    padding: 0.8rem;
    background-color: #EBEBEB;
    border: 0.5rem solid #FFF;
    text-decoration: none;
    color: #282828;
    font-size: 1rem;
}

    .btn-agenda h4 {
        font-size: 16px;
        font-weight: bold;
        color: var(--primary-color);
    }

    .btn-agenda h5 {
        font-size: 14px;
        font-weight: bold;
        color: var(--primary-color);
        border-bottom: 2px solid var(--secondary-color);
        padding: 0.5rem 0;
    }

    .btn-agenda .bt-mais {
        background-color: #282828;
        border-radius: 3px;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        border: none;
        text-decoration: none;
        padding: 8px 15px;
    }


.coordenadoria {
    border-bottom: 3px solid var(--primary-color);
}

    .coordenadoria a {
        text-decoration: none;
        color: #212529;
    }

.coordenadores .membro {
    border-radius: 7px;
}

.coordenadores .nome {
    color: #829b29;
    margin-bottom: 0.2rem !important;
}

.coordenadores .nomecpc {
    color: #ab0634;
    margin-bottom: 0.2rem !important;
}

.coordenadores .cargo {
    font-size: 0.65rem;
}

.membros {
    border-bottom: 4px solid var(--primary-color);
}

    .membros h3 {
        color: #212529;
    }

.separator-membro {
    width: 100%;
    height: 3px;
    background: #EFEFEF;
}


.homenagem {
    padding: 0.8rem;
    background-color: #EBEBEB;
    border: 0.5rem solid #FFF;
    text-decoration: none;
    color: #282828;
    font-size: 1rem;
}

    .homenagem h4 {
        font-size: 16px;
        font-weight: bold;
        color: var(--primary-color);
        border-bottom: 2px solid var(--secondary-color);
        padding-bottom: 0.5rem;
    }





    .video-responsive {
        max-width: 100%;
        margin: auto;
        height: 250px;
    }



@media (min-width: 992px) {
    .video-responsive {
        max-width: 700px;
        margin: auto;
        height: 394px;
    }
}


.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item { 
    border:none;
    margin: 1rem 0;
    border-bottom: 2px solid var(--primary-color);
}

.accordion-item:focus, button:focus:not(:focus-visible) {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #efefef;
    border-bottom: 2px solid var(--primary-color);
    box-shadow: none !important;
    color: var(--primary-color);
}
.accordion-button { font-size:1.1rem; font-weight:bold; }

.accordion-button::after {
    background-color: var(--primary-color);
    flex-shrink: 0;
    border-radius: 25px;
    padding: 1rem;
    width: 1.25rem;
    background-position: center;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-collapse { background-color:#efefef; }

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group { flex-direction:row; }

.list-group-items .list-group-item {
    padding: 0;
}

.list-group-item {
    display: flex;
    background:none;
    border:none;
}

.list-group .list-group-item a {
    padding: 0.2rem 1rem;
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.list-group .list-group-item a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--primary-color);
} 
