/*GERAIS*/

.container {
    max-width: 1440px;
}

.section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .3s;
}

    a:hover {
        color: #3e7a1e;
        text-decoration: none;
    }

.content .umb-grid a {
    text-decoration: underline;
    font-weight: 500;
}

    .content .umb-grid a:hover {
        text-decoration: none;
    }

.content a[href$=".pdf"]:before,
.content a[href$=".PDF"]:before,
.content a[href$=".doc"]:before,
.content a[href$=".DOC"]:before,
.content a[href$=".DOCX"]:before,
.content a[href$=".docx"]:before,
.content a[href$=".xls"]:before,
.content a[href$=".XLS"]:before,
.content a[href$=".xlsx"]:before,
.content a[href$=".XLSX"]:before,
.content a[href$=".zip"]:before,
.content a[href$=".ZIP"]:before,
.content a[href$=".rar"]:before,
.content a[href$=".RAR"]:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    margin-right: 5px;
    text-align: right;
    justify-content: right;
    /* float: right; */
}

.content a[href$=".pdf"]:before,
.content a[href$=".PDF"]:before {
    content: "\f1c1";
    color: #e02424;
}

.content a[href$=".DOC"]:before,
.content a[href$=".DOCX"]:before,
.content a[href$=".docx"]:before {
    content: "\f1c2";
    color: #4997f7;
}

.content a[href$=".xls"]:before,
.content a[href$=".XLS"]:before,
.content a[href$=".xlsx"]:before,
.content a[href$=".XLSX"]:before {
    content: "\f1c3";
    color: #7baf2c;
}

.content a[href$=".zip"]:before,
.content a[href$=".ZIP"]:before,
.content a[href$=".rar"]:before,
.content a[href$=".RAR"]:before {
    content: "\f1c6";
    color: #f1bb1b;
}

img {
    max-width: 100%;
    height: auto;
}

    img.embed-responsive-item {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

.title-color-blue { color: #168ACF !important; }
.title-color-green { color: #1D9C5B !important; }
.title-color-yellow { color: #F37C22 !important; }
.title-color-purple { color: #1B277C !important; }

.ratio img {
    object-fit: cover;
}

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
    z-index: 99;
    cursor: grab;
}

.main_slider_home .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.main_slider_home .owl-dot span {
    width: 10px;
    height: 10px;
}

.owl-atalhos .owl-nav, .owl-eventos .owl-nav {
    text-align: center;
    margin: 25px 0;
}

    .owl-atalhos .owl-nav button i,
    .owl-eventos .owl-nav button i {
        font-size: 30px;
        color: #3e7a1e;
    }

    .owl-atalhos .owl-nav button + button,
    .owl-eventos .owl-nav button + button {
        margin-left: 10px;
    }

.owl-nav button {
    transition: all .5s;
}

.owl-nav .owl-prev:hover i:before {
    content: "\f0a8";
    font-weight: 600;
}

.owl-nav .owl-next:hover i:before {
    content: "\f0a9";
    font-weight: 600;
}

.accessibilityElement {
    position: absolute;
    left: -5000px;
}

:focus:focus-visible {
    outline: 0;
}
/* HEADER MENU */
.navbar {
    background: #fff;
}

.navbar-brand.logo img {
    max-width: 250px;
}

.navbar-menu .nav-item {
    margin-right: 20px;
}

.navbar-top .nav-item:hover .nav-link {
    color: #7dbb55;
}

.navbar-menu .nav-item:last-child {
    margin-right: 0;
}

.navbar-top .nav-item .nav-link {
    color: #3e7a1e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all .3s;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-top .nav-item:last-of-type .nav-link:after {
    content: "";
    border-right: none;
}
/*
.navbar-menu .dropdown:hover .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
}
*/

.navbar .form-control {
    color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 10px;
    height: 30px;
    width: 100px;
    padding-right: 0;
    transition: all .3s;
}

.navbar-menu .nav-item .nav-link {
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
}

.navbar-menu .nav-item.active .nav-link,
.navbar-menu .nav-link:hover {
    color: #3e7a1e;
    border-bottom: 5px solid #3e7a1e;
}

.navbar .search .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #3e7a1e;
    outline: 0;
    box-shadow: none;
    width: 150px;
}

    .navbar .search .form-control:focus + button {
        border: 1px solid #3e7a1e;
        border-left: 0;
    }

.navbar .search .btn {
    color: #3e7a1e;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-left: 0;
    width: 35px;
    font-size: 15px;
    box-shadow: none;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.navbar-nav .btn:hover {
    color: #3e7a1e;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-left: 0;
}

.navbar-nav .btn-check:focus + .btn-outline-success, .navbar-nav .btn-outline-success:focus {
    border: none;
    box-shadow: none;
}

.dropdown-toggle::after {
    content: none;
}


.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    background-color: #000;
}

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* MEGA MENU */
.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.dropdown-menu.megamenu:hover {
    display: block;
}

.dropdown-menu.megamenu {
    padding: 20px 20px;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-radius: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.megamenu ul {
    list-style: none;
    padding-left: 0;
}

.megamenu .list-header ul {
    margin-top: 5px;
}

.megamenu .list-header {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}

    .megamenu .list-header a:hover,
    .megamenu .list-header.active a {
        color: #3e7a1e;
    }

    .megamenu .list-header ul li {
        font-size: 12px;
        padding: 2px 0 2px 4px;
    }

        .megamenu .list-header ul li a {
            color: #5d5d5d;
            font-weight: 500;
            text-transform: none;
        }

        .megamenu .list-header ul li:not(.active) a {
            color: #5d5d5d;
        }

        .megamenu .list-header ul li a:hover,
        .megamenu .list-header ul li.active a {
            color: #7dbb55;
        }

/* END MEGA MENU */
/* END HEADER MENU */

/* RESULTADOS PESQUISA */
.search-results-box {
    list-style: none;
}

.results-box {
    padding: 15px;
}

.results-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

    .results-title a {
        color: #3c3c3b;
    }

        .results-title a:hover {
            color: #3e7a1e;
            text-decoration: underline;
        }

.search-path {
    list-style: none;
}

    .search-path a {
        color: #919191;
        font-weight: 500;
    }

        .search-path a:hover {
            color: #616161;
        }

    .search-path .separador i {
        color: #d8d8d8;
        margin: 0 5px;
    }
/* RESULTADOS PESQUISA */

/* BANNER */
.main_slider_home .main_slide {
    min-height: 75vh;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_slider_in .main_slide {
    min-height: 30vh;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_slider_in .bg-banner-overlay {
    position: absolute;
    background: rgb(0 0 0 / 30%);
    height: 100%;
    width: 100%;
    top: 0;
}

.main_slide img {
    object-fit: cover;
    position: absolute;
    object-position: center center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main_slide .titulo-banner {
    color: #fff;
    padding: 0 15px;
    /*text-shadow: 0 0 5px rgb(0 0 0 / 40%);*/
}

    .main_slide .titulo-banner p:last-child {
        margin-bottom: 0;
    }

    .main_slide .titulo-banner span.title-40 {
        font-size: 56px;
        line-height: 60px;
        font-weight: 900;
    }

.main_slider_in .owl-dots {
    display: none;
}
/* END BANNER */

/* BREADCRUMB */
.bg-breadcrumb {
    color: #404040;
    font-size: 14px;
    background: #fff;
    z-index: 99;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

    .bg-breadcrumb .item-breadcrumb a {
        color: #404040;
        font-weight: 400;
    }

        .bg-breadcrumb .item-breadcrumb a:hover {
            color: #3e7a1e;
        }

    .bg-breadcrumb .item-breadcrumb.active {
        color: #000;
        font-weight: 500;
    }

    .bg-breadcrumb .item-breadcrumb i {
        color: #404040;
    }
/* END BREADCRUMB */

/* ALERTAS */
.bg-alertas {
    background: #ffd55a;
    padding: 10px 0;
}

.alerta {
    text-transform: uppercase;
    font-weight: 600;
}

    .alerta img {
        max-width: 35px;
        margin-right: 10px;
    }

    .alerta .titulo-alerta {
        font-size: 18px;
        line-height: 22px;
    }

    .alerta .resumo-alerta {
        font-size: 10px;
        line-height: 14px;
    }

.bg-alertas .owl-nav {
    position: absolute;
    top: -5px;
    display: grid;
    height: 100%;
    z-index: 99;
    background: #ffd55a;
}

    .bg-alertas .owl-nav button.owl-next,
    .bg-alertas .owl-nav button.owl-prev {
        height: 22px;
    }

.fechar-alerta {
    position: absolute;
    top: -5px;
    right: 0;
    height: 100%;
    z-index: 99;
    background: #ffd55a;
    cursor: pointer;
}

    .fechar-alerta:hover i:before {
        content: "\f057";
        font-weight: 600;
    }
/* END ALERTAS */

/* NOTICIAS E EVENTOS */
.titulo-lista-noticias hr {
    color: #ffd55a;
}

.titulo-lista-eventos hr {
    color: #3e7a1e;
}

.titulo-lista-eventos hr,
.titulo-pagina hr {
    color: #3e7a1e;
}

.noticia-home {
    transition: all .5s;
}

    .noticia-home:hover {
        box-shadow: 0 0 8px 0 #8e8e8e;
    }

    .noticia-home .detalhe-noticia {
        padding: 15px;
        background: #f5f5f5;
        color: #000;
    }
.evento > a,
.ponto-interesse > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.noticia .overlay,
.evento-home .overlay,
.evento .overlay,
.ponto-interesse .overlay,
.adufe .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgb(62 122 30 / 50%);
}

.noticia:hover .overlay,
.evento-home:hover .overlay,
.evento:hover .overlay,
.ponto-interesse:hover .overlay,
.adufe:hover .overlay {
    opacity: 1;
}

.noticia-home .detalhe-noticia .titulo-noticia {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.noticia-home .detalhe-noticia .resumo {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.noticia-home .detalhe-noticia .data {
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    font-style: italic;
    text-align: right;
    padding-top: 10px;
}

.evento-home .detalhe-evento {
    /*position: absolute;
    bottom: -1px;*/
    clip-path: polygon(0% -60%, 100% 10%, 100% 100%, 0% 100%, 0% 75%);
    padding: 40px 15px 25px 15px;
    background: #f5f5f5;
    color: #000;
    width: 100%;
}

.img-data-evento {
    position: relative;
}

.evento-home .detalhe-data-evento .data {
    font-size: 50px;
    line-height: 54px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.evento-home .detalhe-evento .titulo-evento {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.evento-home .detalhe-evento .local, .evento-home .detalhe-evento .hora, .evento-home .detalhe-evento .data, .detalhe-ponto .local {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}
    .evento-home .detalhe-evento .data i,
    .evento-home .detalhe-evento .local i,
    .evento-home .detalhe-evento .hora i,
    .evento .detalhe-evento .local i,
    .ponto-interesse .detalhe-evento .local i,
    .evento .detalhe-evento .data i,
    .ponto-interesse .detalhe-evento .data i,
    .evento .detalhe-evento .hora i,
    .ponto-interesse .detalhe-evento .hora i,
    .ponto-interesse .detalhe-ponto .local i{
        color: #7d7d7d;
    }

.owl-eventos .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .owl-eventos .owl-stage .owl-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto !important;
    }

.owl-eventos .evento-home img {
    object-position: top left;
}

.evento-home {
    background: #f5f5f5;
    width: 100%;
    height: 100%;
}


.evento .conteudo-evento .titulo-evento, .ponto-interesse .conteudo-ponto .titulo-ponto {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.evento .conteudo-evento .resumo, .ponto-interesse .conteudo-ponto .resumo {
    color: #000;
    font-size: 13px;
    line-height: 17px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.evento .detalhe-evento, .ponto-interesse .detalhe-evento {
    color: #000;
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}

.evento .data-polyg-bg, .ponto-interesse .data-polyg-bg {
    background-color: #f5f5f5;
    height: 100%;
    clip-path: polygon(0% 100%, 0px 50%, 50% 100%);
}

    .evento .data-polyg-bg .data, .ponto-interesse .data-polyg-bg .data {
        color: #000;
        font-weight: 900;
        position: relative;
        top: 75%;
        left: 10px;
        line-height: 20px;
        font-size: 22px;
    }

#calendarioEventos .currentMonth {
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
    color: #3c3c3b;
}

#calendarioEventos .prevDate,
#calendarioEventos .nextDate {
    cursor: pointer;
    font-size: 18px;
    transform: scale(1);
    transition: .1s;
}

    #calendarioEventos .prevDate:hover,
    #calendarioEventos .nextDate:hover {
        color: #7d7d7d;
        transform: scale(1.3);
    }

#calendarioEventos table thead tr th {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#calendarioEventos table .tdContent {
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    padding: 15px 0;
    border: 1px solid transparent;
    position: relative;
    z-index: 0;
}

    #calendarioEventos table .tdContent:hover {
        border: none;
        cursor: pointer;
    }

    #calendarioEventos table .tdContent:empty:hover {
        border: 1px solid transparent;
        cursor: default;
    }

    #calendarioEventos table .tdContent .itemDay {
        font-weight: 400;
        font-size: 14px;
        color: #000;
    }
    
    #calendarioEventos .itemDay .selected {
    background: #3e7a1e;
}

#calendarioEventos .itemDay .has-events {
    background: #a5a5a5;
}

        #calendarioEventos table .tdContent .itemDay:after {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin: 0 auto;
            background: transparent;
            z-index: -1;
            transition: .3s;
        }
        
    #calendarioEventos table .tdContent:hover .itemDay {
        color: #fff;
    }

        #calendarioEventos table .tdContent:hover .itemDay:after {
            background: #c1272d;
        }

.lista-categorias-eventos .btn {
    margin: 0 5px 8px 0;
    border-radius: 0;
    font-weight: 600;
}
/* END NOTICIAS E EVENTOS */
/* CONTEUDO */
.titulo {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #3c3c3b;
    font-weight: 800;
    text-transform: uppercase;
}

    .titulo hr {
        border-top: 4px solid;
        opacity: 1;
        max-width: 200px;
        margin: 10px 0;
    }

.ver-tudo {
    text-align: center;
}

    .ver-tudo a {
        color: #3e7a1e;
        font-weight: 600;
        text-transform: uppercase;
        border: 2px solid #3e7a1e;
        padding: 5px 30px;
        display: inline-block;
    }

        .ver-tudo a:hover {
            background: #3e7a1e;
            color: #fff;
        }

.pagination li a {
    margin: 6px;
    background: #f5f5f5;
    color: #000;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
    font-weight: 600;
    font-size: 14px;
}

    .pagination li a:hover, .pagination li.active a {
        background: #d0d0d0;
    }

.item-submenu {
    background: #7dbb55;
    text-align: center;
    padding: 20px;
    height: 100%;
    width: 100%;
    box-shadow: 0 5px 7px 0px rgb(62 122 30 / 10%);
    transition: all .3s;
}

    .item-submenu:hover {
        background: #3e7a1e;
        box-shadow: 0 5px 7px 0px rgb(158 158 158 / 58%);
    }

    .item-submenu img {
        height: 115px;
        width: 150px;
        margin-bottom: 15px;
    }

    .item-submenu:hover img {
        opacity: 1;
        transform: translateY(-5px);
    }

    .item-submenu .titulo-item-submenu {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase
    }

    .item-submenu:hover .titulo-item-submenu {
        color: #fff;
        letter-spacing: 0;
    }
/* END CONTEUDO */

/*ACORDDEON*/
.accordion-body {
    background: #f4f4f4;
}

.accordion-item {
    margin-top: 10px;
    border: none;
}

.accordion-item:hover {
    margin-top: 10px;
}

.accordion-button.collapsed {
    color: #ffffff;
    background-color: #3e7a1e;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #3e7a1e;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
}

.accordion-button h1 {
    font-size: 20px;
    margin: 0;
}

.accordion-button:focus {
    border: none;
    box-shadow: none
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
}

.accordion .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
}

.accordion-item .umb-grid a {
    text-decoration: none;
    font-weight: 500;
}

.accordion-item:last-of-type {
    border: none;
}

.badge {

    padding: 10px 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: -1;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    text-decoration: none;
    float: right;
    margin-right: 51px;
}

.badge:hover {
    color: #3e7a1e;
}

.list-group-item {
    text-decoration: none!important;
    border-bottom: 1px solid #cccccc!important;
    font-size: 13px!important;
    background: #f4f4f4;
    border-top:  none!important;
    border-left: none!important;
    border-right: none!important;
    vertical-align: middle;
}

.list-group-item:hover  {
    text-decoration: none!important;
    border-top:  none!important;
    border-left: none!important;
    border-right: none!important;
    color: #3e7a1e!important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.0rem - 0px);
    border-top-right-radius: calc(.0rem - 0px);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0rem - 0px); 
    border-bottom-left-radius: calc(0rem - 0px); 
}

/*END ACORDDEON*/

/* IMAGEM SEPARADOR */
.bg-imagem-separador {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 180px;
    background-attachment: fixed;
    overflow: hidden;
}

    .bg-imagem-separador .bg-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / 50%);
        transition: background .5s ease-out;
        z-index: 0;
    }

    .bg-imagem-separador:hover .bg-overlay::before {
        opacity: 1;
    }

    .bg-imagem-separador .bg-overlay::before {
        background: rgb(125 187 85 / 40%);
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: opacity 0.5s linear;
        opacity: 0;
    }

    .bg-imagem-separador .titulo-separador {
        font-size: 50px;
        line-height: 74px;
        text-transform: uppercase;
        font-weight: 900;
        color: #fff;
        text-align: center;
        position: relative;
        padding: 53px 0;
        transition: padding 1s;
    }
    /* IMAGEM SEPARADOR VERS�O 2 */

    .bg-imagem-separador.sep-v2 .bg-overlay {
        background: #fff;
    }

    .bg-imagem-separador.sep-v2 .titulo-separador {
        color: #292929;
    }

    .bg-imagem-separador.sep-v2:hover .bg-overlay {
        background: rgb(99 99 99 / 85%);
    }

/* END IMAGEM SEPARADOR */
/* ATALHOS SLIDER */
/*ALTURA IGUAL*/
.owl-atalhos .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .owl-atalhos .owl-stage .owl-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto !important;
    }

.owl-atalhos .atalho {
    background: #7dbb55;
    text-align: center;
    padding: 20px;
    transition: all .3s;
    height: 100%;
    width: 100%;
}

    .owl-atalhos .atalho:hover {
        background: #3e7a1e;
    }


    .owl-atalhos .atalho img {
        height: 115px;
        width: 150px;
        margin-bottom: 15px;
    }

    .owl-atalhos .atalho .titulo-atalho {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }
/* END ATALHOS SLIDER */

/* LISTA ATALHOS */
.atalho-destaque {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .atalho-destaque .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / 40%);
        transition: background .5s ease-out;
        z-index: 1;
    }

    .atalho-destaque:hover .overlay {
        background: rgb(62 122 30 / 35%);
    }

.detalhe-destaque {
    color: #fff;
    position: absolute;
    bottom: 40%;
    width: 100%;
}

.atalho-destaque:hover h2 {
    transform: translateX(10%);
}

.detalhe-destaque h2 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 40px;
    margin-bottom: 0;
    padding: 0px 20%;
    transition: all 1s;
    transform: translateX(0%);
    font-size: 20px;
    line-height: 24px;
}

.atalho-destaque:hover h2 {
    transform: translateX(10%);
}

.conteudo-destaque {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    margin-bottom: 4px;
}

.conteudo-destaque-box {
    display: inline-block;
    width: 100%;
    position: relative;
}

.atalho-destaque .separador-efeito {
    display: inline-block;
    width: 20%;
    height: 4px;
    background: #fff;
    margin-bottom: 4px;
    transition: all 1s;
}

.atalho-destaque:hover .separador-efeito {
    width: 40%;
}

.atalho-destaque .conteudo-destaque-box i {
    display: inline-block;
    margin-left: 10px;
    color: #b00068;
}

.atalhos-v2 .atalho-destaque img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.atalhos-v2 .destaque-vertical img {
    height: 750px;
}

.atalhos-v2 .destaque-horizontal img {
    height: 363px;
}
/* END LISTA ATALHOS */

/* LISTA REVISTA ADUFE */
.lista-adufe a:before {
    content: none !important;
}

.adufe {
    transition: all .5s;
}

    .adufe:hover {
        box-shadow: 0 0 8px 0 #8e8e8e;
    }
    .adufe .ratio img {
        object-position: top;
    }
    .adufe .detalhe-adufe {
        padding: 15px;
        background: #f5f5f5;
        color: #000;
    }

        .adufe .detalhe-adufe .titulo-adufe {
            font-weight: 900;
            font-size: 22px;
            line-height: 26px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .adufe .detalhe-adufe .descricao {
            font-size: 14px;
            line-height: 18px;
            font-weight: 500;
        }

/* END LISTA REVISTA ADUFE */

/* CONTACTOS */
#formularioDiv .form-control {
    background: #f5f5f5;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}

    #formularioDiv .form-control:focus {
        border-radius: 5px;
        box-shadow: 0 0 0px 2px rgb(62 122 30 / 50%);
    }

    #formularioDiv .form-control + label {
        font-size: 14px;
        font-weight: 500;
        color: #777;
    }

#formularioDiv .text-form {
    font-size: 14px;
    line-height: 16px;
}

#formularioDiv .text-form {
    font-size: 12px;
    line-height: 18px;
}

    #formularioDiv .text-form .campos-obrigatorios,
    #formularioDiv .text-form .form-check-label {
        font-weight: 600;
    }

.titulo-contactos {
    font-weight: 800;
}

.conteudo-contactos table thead tr th {
    background-color: #7dbb55 !important;
    color: #fff;
    letter-spacing: 0.5px;
}

.conteudo-contactos {
    margin-top: -50px;
}

.conteudo-contactos table tbody th:first-child {
    font-weight: 600;
}

.conteudo-contactos table tbody a {
    font-weight: 500;
}

/* CONTACTOS */
/* FOOTER */

/*footer {
    color: #fff;
    background-image: linear-gradient(90deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 70%) 35%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 70%) 65%, rgb(0 0 0 / 80%) 100%), url(/media/wknna3cz/imagem-footer.png);
    background-size: cover;
}

    footer .conteudo-footer {
        padding: 80px 0;
    }

        footer .conteudo-footer a {
            color: #fff;
        }

            footer .conteudo-footer a:hover {
                text-decoration: underline;
            }

    footer img {
        filter: brightness(0) invert(1);
    }

    footer .social-media img {
        max-height: 20px;
    }
    

    footer .copyright {
        background: rgb(0 0 0 / 70%);
        font-size: 12px;
        line-height: 16px;
    }

        footer .copyright .info a {
            color: #fff;
        }

            footer .copyright .info a:hover {
                color: #3e7a1e;
            }

        footer .copyright .design-powered a {
            color: #3e7a1e;
        }

            footer .copyright .design-powered a:hover {
                color: #7dbb55;
                text-decoration: underline;
            }
/* FOOTER */

/*NEW FOOTER*/

footer {
    color: #fff;
    /*background-image: linear-gradient(90deg, rgba(0,0,0,0.6376925770308124) 0%, rgba(0,0,0,0.34637605042016806) 50%, rgba(0,0,0,0.5844712885154062) 100%), url(/media/pezj0saq/imagem_footer.png);
    background-size: cover;
    background-position: center;*/
    background: #7dbb55;
}

footer .conteudo-footer {
    padding: 80px 0;
}

footer .conteudo-footer a {
    color: #ffffff;
}

footer .conteudo-footer a:hover {
     text-decoration: underline;
}

footer img {
    filter: brightness(1);
    fill: #000000
}

footer .social-media img {
    max-height: 20px;
    filter: invert(0);
}

footer .social-media img:hover {
    filter: invert(1);
}

    footer .copyright {
        /*background: rgb(0 0 0 / 50%);*/
        background: #1D1D1D;
        font-size: 12px;
        line-height: 16px;
        color: #fff;
    }

footer .copyright .info a {
    color: #ffffff;
}

footer .copyright .info a:hover {
    color: #3e7a1e;
}

footer .copyright .design-powered a {
    color: #3e7a1e;
    text-decoration: none;
}

footer .copyright .design-powered a:hover {
    color: #3e7a1e;
    text-decoration: none;
}



/*END NEW FOOTER*/


/* COOKIES */
.bg-wgt-cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fdfdfd;
    z-index: 9999;
    padding: 15px;
    color: #000;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    box-shadow: 0 -4px 6px 0px rgb(0 0 0 / 20%);
}

.msg_cookies p:last-child {
    margin-bottom: 0;
}

.msg_cookies a {
    font-weight: 500;
}

.bg-wgt-cookies .popup_total {
    font-weight: 600;
    color: #3e7a1e;
    text-decoration: underline;
}

    .bg-wgt-cookies .popup_total:hover {
        text-decoration: none;
    }

.jq_cookies_close {
    background: #3e7a1e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #3e7a1e;
    padding: 7px 20px;
    display: inline-block;
}

    .jq_cookies_close:hover {
        color: #3e7a1e;
        background: #fff;
        border: 2px solid #3e7a1e;
    }

.bg-wgt-cookies.cookies-hide {
    display: none;
}
/* END COOKIES */

/* ERRO 404 */
.bg-error-404 {
    background-size: cover;
    background-position: top;
    height: 100vh;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.texto-404 {
    font-size: 200px;
    line-height: 200px;
}

.input-group.has-search {
    padding: 7px;
    background: #fff;
    border-radius: 5px;
    box-shadow: -1px 3px 5px 2px rgb(170 170 170 / 40%);
}

.has-search .form-control {
    padding-left: 50px;
    box-shadow: none;
    border: none;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 13;
    display: block;
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
    color: #3e7a1e;
}

.has-search .btn-verde {
    background: #3e7a1e;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 9px 17px;
}

    .has-search .btn-verde:hover {
        background: #7dbb55;
    }

.nav-404 .nav-item {
    margin: 5px;
}

    .nav-404 .nav-item .nav-link {
        color: #909090;
        font-weight: 700;
        font-size: 15px;
        line-height: 15px;
        padding: 10px 20px;
        background: #ececec;
    }

        .nav-404 .nav-item .nav-link:hover {
            color: #545454;
            background: #e2e2e2;
        }
/* END ERRO 404 */

@media only screen and (max-width: 1199px) {
    .navbar-top .nav-item .nav-link {
        font-size: 12px;
    }

    .navbar-menu .nav-item {
        margin-right: 0;
    }

        .navbar-menu .nav-item .nav-link {
            font-size: 16px;
        }
}

@media only screen and (min-width: 1200px) {
    .owl-eventos .owl-stage-outer {
        box-shadow: 0 0 8px 4px #8e8e8e;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        margin-top: 20px;
        width: 100%
    }

    .nav-top {
        width: 100%;
        margin-bottom: 20px;
    }

    .navbar-top {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .navbar-collapse {
        display: flex;
    }

    .navbar-top .nav-item .nav-link {
        color: #000;
    }

    .navbar .nav-item .nav-link {
        font-weight: 600;
        padding-bottom: 2px;
    }

    .navbar-top .nav-item .nav-link {
        padding-left: 0;
        padding-top: 2px;
    }

    .navbar .form-control {
        font-size: 14px;
        height: 40px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .navbar .search .btn {
        width: 40px;
        height: 40px;
    }

    .navbar-menu .nav-link:focus, .navbar-menu .nav-item.active .nav-link, .navbar-menu .nav-link:hover {
        font-weight: 800;
        color: #3e7a1e;
        border-bottom: 5px solid transparent;
    }

    .navbar-menu .nav-item.dropdown {
        border-bottom: 1px solid #f4f4f4;
    }

    .dropdown-toggle::after {
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 600;
        border: 0;
        float: right;
        transition: .3s;
    }

    .dropdown-toggle.show::after {
        content: "\f078";
        transform: rotate( 180deg );
    }

    .col-menu {
        margin-bottom: 7px;
    }

    .dropdown-menu.megamenu.show {
        position: relative;
        display: inherit;
        padding: 10px 0 10px 0;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        height: auto;
        max-height: 500px;
        margin: 0;
        border-left: none;
        border-right: none;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .megamenu .list-header {
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #f4f4f4;
    }

    .megamenu li.list-header:last-child {
        margin-bottom: 0;
    }

    .megamenu .col-menu:last-child .list-header:last-child {
        border-bottom: 0;
    }

    .bg-alertas .owl-nav {
        top: 0;
    }

        .bg-alertas .owl-nav button.owl-next, .bg-alertas .owl-nav button.owl-prev {
            height: 40px;
        }

    .atalhos-v2 .destaque-vertical img {
        height: 363px;
    }

    .bg-imagem-separador {
        height: auto;
    }

        .bg-imagem-separador.sep-v2:hover .titulo-separador {
            color: #fff;
        }

        .bg-imagem-separador .titulo-separador {
            font-size: 50px;
            line-height: 54px;
            padding: 30px;
        }

        .bg-imagem-separador .separador-efeito {
            display: none;
        }
}

@media only screen and (min-width: 991px) {
    .navbar-menu .nav-item:hover .nav-link {
        border-bottom: 5px solid #3e7a1e;
        transition: all 0.3s;
    }

    .navbar-top .nav-item .nav-link:after {
        content: "";
        position: absolute;
        margin: 6px 13px;
        height: 14px;
        border-right: 2px solid #3e7a1e;
    }

    .bg-alertas .owl-nav,
    .bg-alertas .fechar-alerta {
        height: 124%;
    }

    .bg-imagem-separador:hover a .titulo-separador {
        padding-top: 5px;
    }

    .bg-imagem-separador.sep-v2:hover a .titulo-separador {
        color: #fff;
    }

    .bg-imagem-separador .separador-efeito {
        transform: rotate( 270deg );
        position: absolute;
        left: 47.6%;
        bottom: -28%;
        opacity: 0;
        transition: all 1s ease-in-out;
    }

    .bg-imagem-separador:hover .separador-efeito {
        bottom: 24%;
        opacity: 1;
    }

    .bg-imagem-separador .separador-link {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    .bg-imagem-separador .separador-efeito:after {
        content: "";
        width: 4px;
        height: 85px;
        position: absolute;
        left: -120%;
        top: -130%;
        background-color: #ffffff;
        transition: all 1.5s;
        transform: rotate( 90deg );
    }

    .bg-imagem-separador:hover .separador-efeito:after {
        left: 35%;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand.logo img {
        max-width: 200px;
    }

    .main_slide .titulo-banner span.title-40 {
        font-size: 40px;
        line-height: 46px;
        font-weight: 900;
    }
}

@media only screen and (max-width: 576px) {
    /*
    .navbar-brand.logo img {
        max-width: 150px;
    }
    */
    .bg-alertas .owl-nav button.owl-next,
    .bg-alertas .owl-nav button.owl-prev {
        height: 40px;
    }

    .alerta {
        padding: 0 15px;
    }

        .alerta .titulo-alerta {
            font-size: 14px;
            line-height: 18px;
        }

    .titulo {
        font-size: 30px;
        line-height: 34px;
    }

    .noticia-home .detalhe-noticia .titulo-noticia {
        font-size: 18px;
        line-height: 22px;
    }

    .evento-home .detalhe-data-evento .data {
        font-size: 30px;
        line-height: 34px;
    }

    .evento-home .detalhe-evento .titulo-evento {
        font-size: 20px;
        line-height: 24px;
    }

    .evento-home .detalhe-evento .local, .evento-home .detalhe-evento .hora {
        font-size: 12px;
        line-height: 16px;
    }

    .bg-imagem-separador .titulo-separador {
        font-size: 40px;
        line-height: 44px;
    }

    .ver-tudo a {
        color: #3e7a1e;
        font-size: 14px;
        font-weight: 600;
        padding: 3px 20px;
    }

    .bg-error-404 .texto-404 {
        font-size: 100px;
        line-height: 100px;
    }
}
.border-bottom-green{
    border-bottom: 1px solid #cce4cc;
    margin-bottom: 10px;
}
.content-contacts {
    margin-bottom: -4.5rem;
}
.content-mapa .ratio.ratio-21x9:before {
    padding-top: 30%
}