/*
verde - #0A6D76
azul - #134857
*/
body {
    font-family: 'Lato', sans-serif;
}

.section {
    padding: 0;
    background: #FFFFFF;
}

#section-content {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
    margin: 0;
}

.text-padding {
    padding: 5%;
}

.conteudo {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    /* float: left; */
    overflow: hidden;
}

.img-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

a {
    color: #b7d900;
}

    a:hover {
        color: #b7d900;
    }

.section-title {
    margin: 0 0 20px 0;
    color: #b7d900;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    font-weight: 400;
}

    .section-title .titulo {
        font-size: 25px;
        text-transform: uppercase;
        text-align: left;
        line-height: 29px;
        color: #b7d900;
        margin: 0;
        font-family: lato, sans-serif;
    }

    .section-title .lines {
        width: 100%;
        border-top: 1px solid rgba(94, 92, 93,0.4);
        margin: 8px 0 18px;
    }
/*NAVBAR*/
img.img-fulid {
    max-width: 100%;
    float: left;
    max-height: 66px;
    margin: 10px 0 0;
}

.navbar {
    background: rgba(255,255,255,0.95);
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 2px -2px #e4e4e4;
    padding: 0;
}

.navbar-brand {
    position: relative;
    padding: 0px;
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    padding: 10px 0;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
}

    .top-nav-collapse .navbar-brand {
        top: 0px;
    }

    .top-nav-collapse .navbar-nav .nav-link {
        color: #333 !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

        .top-nav-collapse .navbar-nav .nav-link:hover {
            color: #0F6634 !important;
        }

        .top-nav-collapse .navbar-nav .nav-link.active {
            color: #0F6634 !important;
        }

.navbar-expand-lg .navbar-nav .nav-link {
    color: #5e5c5d;
    padding: 20px 10px 10px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    line-height: 40px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
    color: #B7D900;
}

.navbar .nav-link.active {
    color: #B7D900;
    border-bottom: 2px solid #b7d900;
    /*
verde - #0A6D76
azul - #134857
*/
}

.dropdown-toggle::after {
    display: none;
}

/*.nav-item ul {
    display: none;
}*/
.nav-item ul {
    background: rgba(251,251,251, 0.9);
    margin: 0px;
    padding: 10px 0px;
    width: 240px;
    list-style: none;
    position: absolute;
    top: 90px;
    font-size: 14px;
    display: none;
    height: 0;
    padding: 0;
    /*overflow: hidden;*/
}

    .nav-item ul li > ul {
        /*background: rgba(251,251,251, 0.9);*/
        background: rgba(242, 242, 242, 0.9);
        left: 240px;
        top: 0;
    }

    .nav-item:hover > ul, .nav-item ul li:hover > ul {
        display: block;
        padding: 0;
        height: auto;
        transition: background 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        z-index: 9000;
    }


    .nav-item ul li {
        position: relative;
        margin: 0%;
        padding: 0;
        float: left;
        width: 100%;
        background: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #cecece;
    }

        .nav-item ul li a {
            padding: 10px;
            color: #5E5C5D;
            width: 100%;
            margin: 0;
            position: relative;
            overflow: hidden;
            display: block;
            transition: background 0.5s ease-out;
            -moz-transition: background 0.5s ease-out;
            -webkit-transition: background 0.5s ease-out;
            -o-transition: background 0.5s ease-out;
        }

            .nav-item ul li a:hover {
                color: #FFF !IMPORTANT;
                background: #B7D900;
                text-decoration: none;
            }

        .nav-item ul li ul li a:hover {
            background: #B7D900;
        }
/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 1200px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        position: absolute;
        padding: 15px;
        top: 0;
    }

        .navbar-brand img {
            width: 40%;
        }

    #mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .slicknav_nav .active a {
        background: #0F6634;
        color: #fff;
    }

    .slicknav_nav a:hover, .slicknav_nav .active {
        color: #0F6634;
        background: #f8f9fa;
    }

    .slicknav_nav .dropdown li a.active {
        background: #f8f9fa;
        color: #0F6634;
    }
}

/*COOKIES*/
.wgt-cookies {
    position: fixed;
    width: 35%;
    margin: 0;
    padding: 22px 30px;
    z-index: 9999;
    background: rgba(183,217,0, 0.9);
    opacity: 1;
    color: #FFFFFF;
    float: left;
    text-align: center;
    bottom: 10px;
    left: 10px;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

    .wgt-cookies .content {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
    }

.msg_cookies, .opt_cookies {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: justify;
}

.opt_cookies {
    position: absolute;
    bottom: 7%;
    left: 0;
}

.msg_cookies {
    margin: 0;
    font-size: 12px;
    line-height: 12px;
}

.opt_cookies a:first-child {
    margin: 0;
    padding: 0px;
    font-size: 14px;
    color: white;
    display: inline-block;
    position: absolute;
    left: 0;
}

.opt_cookies a:last-child {
    position: absolute;
    padding: 3px 10px;
    width: 64px;
    color: white;
    background: #5C5A5B;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    right: 0;
    bottom: -23px;
    transition: 0.5s all;
}

    .opt_cookies a:last-child:hover {
        color: #FFFFFF;
        text-decoration: none;
        background: #1D1C1C;
    }

.msg_cookies p {
    font-size: 14px;
    padding: 0;
}

.wgt-cookies_hide {
    opacity: 0;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.banner_shadow {
    width: 100%;
    height: 100%;
    background: rgba(000,000,000,0.2);
    position: absolute;
    top: 0;
}

.banner_descricao {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    color: #FFFFFF;
    z-index: 3;
    overflow: hidden;
    text-shadow: 2px 2px #333333;
}

.banner_table {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    top: 0;
    color: #FFFFFF;
    z-index: 3;
}

.banner_cell {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 12% 0 8%;
    display: table-cell;
}

.banner_content {
    position: relative;
    width: 96%;
    max-width: 1240px;
    margin: auto;
    padding: 0;
}

.banner_content_middle {
    vertical-align: middle;
}

.banner_content_top {
    vertical-align: top;
}

.banner_content_bottom {
    vertical-align: bottom;
}

figure.effect-goliath {
    background: #b7d900;
    /* margin: 0; */
    margin: 0;
}

    figure.effect-goliath .img-destaque,
    figure.effect-goliath h2 {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

    figure.effect-goliath .img-destaque {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.effect-goliath h2,
    figure.effect-goliath p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 30px;
    }

    figure.effect-goliath h2 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0;
        color: #b7d900;
        text-shadow: 2px 2px #333333;
    }

    figure.effect-goliath p {
        text-transform: none;
        /* font-size: 90%; */
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
        color: #ffffff;
        padding: 20px 30px;
        overflow: hidden;
        line-height: 16px;
        font-size: 14px;
        margin: 0;
    }

    figure.effect-goliath:hover .img-destaque {
        -webkit-transform: translate3d(0,-80px,0);
        transform: translate3d(0,-80px,0);
    }

    figure.effect-goliath:hover h2 {
        -webkit-transform: translate3d(0,-70px,0);
        transform: translate3d(0,-70px,0);
    }

    figure.effect-goliath:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

/*LOADER*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: rgba(255,255,255,1);
}

#loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #b7d900; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*DESTQUES*/
.item-destaque, .item-destaque-2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
	height: 100%;
}

    .item-destaque .img-destaque {
        /*height: 175px !IMPORTANT;*/
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
        border: 1px solid #F1F1F1;
    }

    .item-destaque-2 .img-destaque {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 0;
    }

    .item-destaque-2 .desc-destaque {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        float: right;
        border-bottom: 1px solid #F1F1F1;
    }


    .item-destaque .img-destaque div {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .item-destaque:hover .img-destaque div {
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari */
        transform: scale(1.2); /* Standard syntax */
    }

    .item-destaque p, .item-destaque-2 p {
        color: #8e8c8d;
        font-size: 14px;
        line-height: 16px;
    }


    .item-destaque a, .item-destaque-2 a {
        text-decoration: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .item-destaque h2, .item-destaque-2 h2 {
        margin: 10px 0;
        color: #5e5c5d;
        font-size: 18px;
        line-height: 24px;
    }

    .item-destaque-2 h2 {
        margin: 0 0 5px;
        font-size: 18px;
        line-height: 20px;
    }

    .item-destaque:hover h2, .item-destaque-2:hover h2 {
        color: #b7d900;
    }

    .item-destaque-2 p {
        font-size: 13px;
        line-height: 15px;
    }

.middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


/**/
.separador_conteudos {
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(11, 11, 11, 1);
}

.parallax-window .container_content {
    padding: 100px 0;
    background: rgba(0,0,0, 0.5);
}

.separador_conteudos .parallax-window h1 {
    text-align: center;
}

/**/

.button-saber {
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    width: 60%;
    cursor: pointer;
    text-decoration: none;
}

.button-saber {
    color: rgba(0,102,51,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

a.button-saber {
    color: rgba(51,51,51,1);
    text-decoration: none;
    display: block;
}

.button-saber::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid rgba(0,102,51,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button-saber:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.button-saber::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(31,167,224,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}

.button-saber:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

/**/

.contact-block #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-block #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}


.contact-block .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.contact-block input, .contact-block textarea {
    padding: 10px 14px;
    /*border-radius: 0;*/
    box-shadow: none;
    font-size: 15px;
}

.contact-block #submit {
    background: #546300;
    border: 0;
    padding: 10px 30px;
    color: #FFF;
    transition: 0.4s;
    cursor: pointer;
}

    .contact-block #submit:hover {
        background: #869e03;
    }

.form-control:focus {
    color: #5e5c5d;
    background-color: #fff;
    border-color: #b7d900;
    outline: 0;
    box-shadow: none;
}


/*FOOTER*/
.conteudo_footer {
    background: #869e03;
    display: block;
    overflow: hidden;
    color: #FFF;
    padding: 0;
    border-top: 1px solid #9bae32;
}

    .conteudo_footer .grid-section {
        padding: 0 0 25Px;
    }

        .conteudo_footer .grid-section > div {
            padding: 25px 0 25px;
        }

            .conteudo_footer .grid-section > div.bg_fundo_branco {
                background: #FFFFFF;
                color: #333333;
            }

    .conteudo_footer p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

footer {
    background: #869e03;
    color: #FFF;
    font-size: 12px;
    display: block;
    border-top: 1px solid rgba(241, 241, 241, 0.2);
}

    footer a {
        color: #FFF;
    }

.menu-footer {
    float: left;
    margin: 1rem 0;
}

    .menu-footer .barra {
        margin: 0 5px;
    }

footer a:hover {
    color: #ccc;
    text-decoration: none;
}

.copyright {
    text-align: left;
}

footer p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.netsigma, .acessibilidades {
    padding: 0;
    float: right;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0 0 0 10px;
}

.netsigma {
    margin: 1rem 0;
}

    .netsigma a img, .acessibilidades img {
        float: right;
        margin: 2px 0 0 5px;
    }

    .netsigma a {
        text-decoration: none;
        color: #FFFFFF;
        line-height: 22px;
        text-decoration: none;
    }

        .netsigma a:hover {
            color: #ffffff;
        }

/*BREADCRUMB*/

.bg-breadcrumb {
    background: #F4F4F4;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #464645;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 2em 0;
    background: #F4F4F4;
}

    .breadcrumb li a {
        color: #999;
        font-weight: 400;
    }

    .breadcrumb > li:first-child:before {
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        content: "\f015";
        margin-left: 0;
        margin-right: 5px;
    }

    .breadcrumb > li + li:before {
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        content: "\f0da";
        margin-left: 5px;
        margin-right: 5px;
        color: #676767;
    }
/*GALLERY*/
.photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .photo .background-hover {
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0,0.5);
        opacity: 0;
        -webkit-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
    }

    .photo:hover .background-hover {
        opacity: 1;
    }

    .photo .background-hover i {
        font-size: 55px;
        line-height: 55px;
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
        text-align: center;
        color: #FFF;
    }
/*PARCEIROS*/


.parceiro, .oportunidade {
    height: 100%;
    background: #0a6d76;
    text-align: center;
    color: #FFF;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .parceiro:hover, .oportunidade:hover {
        background: #134857;
    }

    .parceiro a, .oportunidade a {
        width: 100%;
        height: 100%;
        color: #FFF;
        text-decoration: none;
    }

    .parceiro .nome-parceiro {
        padding: 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .oportunidade .nome-oportunidade {
        padding: 20px;
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .parceiro .imgparceiro, .oportunidade .img-oportunidade {
        border: 1px solid #f4f4f4;
        border-bottom: 0;
        background: #FFF;
    }

    .oportunidade .hover-oportunidade {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #134857;
        padding: 50px;
    }

    .oportunidade:hover .hover-oportunidade {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.hover-oportunidade .nome-oportunidade {
    font-size: 26px;
    line-height: 28px;
    padding: 0;
}

.hover-oportunidade .resumo {
    padding: 10px 0;
}

.hover-oportunidade i {
    font-size: 40px;
    line-height: 42px;
}


/**/

.slicknav_parent ul, .slicknav_parent ul li ul {
    position: relative;
    width: 100%;
    left: 0;
}

.conteudo ul {
    list-style: none;
    padding: 0 0 0 15px;
}

    .conteudo ul li {
        padding-left: 1.3em;
    }

        .conteudo ul li:before {
            font-family: "Font Awesome 5 Free";
            content: "\f0da";
            display: inline-block;
            margin-left: -1em;
            width: 1em;
            font-weight: 600;
        }


@media (max-width: 768px) {
    .wgt-cookies {
        width: 90%;
        left: 5%;
    }

    .conteudo_footer .container table td {
        width: 100% !important;
        display: block;
    }

    .section {
        margin: 50px auto;
    }
}

@media (max-width: 575px) {
    .copyright {
        text-align: center;
        border-top: 1px solid rgba(351,351,351,0.5);
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .col-xs-6 .photo .background-hover i {
            font-size: 30px;
        }
}

@media (max-width: 450px) {
    .oportunidade .hover-oportunidade {
        padding: 25px;
    }

    .hover-oportunidade .nome-oportunidade {
        font-size: 20px;
        line-height: 22px;
    }

    .hover-oportunidade .resumo {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 1200px) {
    img.img-fulid {
        max-height: 100%;
    }
}
/*IMPORTANT GOOGLE MAPS*/
.scrolloff {
    pointer-events: none;
}

#Portlet_Newsletter .column {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#Portlet_Newsletter .titlesNews {
    margin-top: 1rem;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
}

#Portlet_Newsletter .btn_submit {
    background: #546300;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFF;
    margin-top: 10px;
    cursor: pointer;
    transition: ease-in 0.4s;
}

    #Portlet_Newsletter .btn_submit:hover {
        background: #343e00;
    }

.Portlet_Newsletter_Label_Nome, .Portlet_Newsletter_Label_Email, #Portlet_Newsletter .btn_moreinfo {
    display: none;
    opacity: 0;
}

.Portlet_Newsletter_TXT_Nome, .Portlet_Newsletter_TXT_Email {
    padding: 10px 10px;
    margin: 5px 0px;
    width: 100%;
    border-radius: 5px;
    border: none;
}

.google-map {
    width: 100%;
    height: 330px;
    padding: 0 15px;
    overflow: hidden;
    margin: 15px 0;
}

    .google-map iframe {
        border: 0;
        width: 100%;
        height: 330px;
        margin-top: -50px;
    }

.redes_sociais {
    position: fixed;
    left: 0;
    top: 110px;
    z-index: 999;
}

    .redes_sociais ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .redes_sociais ul li {
            position: relative;
            width: 48px;
            height: 48px;
            overflow: hidden;
            padding: 0px;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

            .redes_sociais ul li a {
                position: absolute;
                display: block;
                padding: 10px;
                width: 48px;
                height: 48px;
                top: 0;
                right: 0;
            }

                .redes_sociais ul li a img {
                    filter: brightness(0) invert(1);
                    max-width: 100%;
                    max-height: 100%;
                }

            .redes_sociais ul li:hover {
                width: 58px;
            }

                .redes_sociais ul li:hover a {
                    width: 58px;
                    padding-left: 20px;
                }

.item-destaque i, .item-destaque-2 i {
    padding: 5px;
    margin-right: 5px;
}

/*PAGINAÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½O*/
.paginations {
    width: 96%;
    padding: 20px 2% 10px;
    margin: 0 auto 0;
    float: left;
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
}

.pagination {
    position: relative;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .pagination li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .pagination li a {
            width: auto;
            min-width: 34px;
            padding: 8px;
            margin-right: 5px;
            font-size: 16px;
            line-height: 16px;
            color: #464645;
            text-decoration: none;
            text-align: center;
            display: inline-block;
            background: #f4f4f4;
            border: 1px solid #e0dfdf;
            float: left;
            text-align: center;
            border-radius: 5px;
        }

            .pagination li a:hover, .pagination li.active a {
                background: #e0dfdf;
                display: inline-block;
                float: left;
            }

.brown_color .pagination li a:hover, .brown_color .pagination li.active a {
    background: #C49A6C;
}

.pagination li.disabled {
    display: none;
}

.item-destaque.projeto {
    background: #706f6f;
}

    .item-destaque.projeto .img-destaque {
        border: 1px solid #F4F4F4;
    }

    .item-destaque.projeto h2 {
        padding: 0 10px;
        color: #FFF;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    float: none;
    margin: 0 auto;
}

/*ACCORDION*/
#accordion {
    margin: 40px 0;
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    #accordion .atividade-titulo button {
        width: 100%;
        background: #f4f4f4;
        padding: 15px;
        margin: 1px 0;
        border: 1px solid #e9e9e9;
        color: #212529;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
    }

.atividade-titulo .btn.btn-link span.icon {
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-size: 18px;
    color: #d0d735;
}

.atividade-titulo .btn.btn-link.collapsed span.icon:before {
    content: "\f067";
}

.atividade-titulo .btn.btn-link span.icon:before {
    content: "\f068";
}

.detalhe-atividade {
    width: 100%;
    padding: 0;
    margin: 20px 0 10px;
    overflow: hidden;
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top.hidden {
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 999;
    display: block;
    color: #d4e08f;
    background-color: #869e03;
    border: 1px solid #9bae32;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}


    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        text-align: center;
        border-radius: 4px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .back-to-top:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

#search {
    width: 70%;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid #bbbaba;
    padding: 10px;
    float: left;
	border-radius: 5px 0 0 5px;
}

#submit_search {
    width: 30%;
    height: 40px;
    padding: 0;
    margin: 0 0 0 -1px;
    border: 0;
    cursor: pointer;
    border: 1px solid #bbbaba;
    /* border-left: 0px solid #FFFFFF; */
    float: left;
	border-radius: 0 5px 5px 0;
}

.lista_publicacoes .pub-container {
    background: #F4F4F4;
    padding: 20px;
}

.lista_publicacoes .row .pub-container {
    background: #FFFFFF;
}

.lista_publicacoes .row:nth-child(even) .pub-container:last-child {
    background: #F4F4F4;
}

.lista_publicacoes .row:nth-child(odd) .pub-container:first-child {
    background: #F4F4F4;
}

.lista_publicacoes .row .pub-container p:last-of-type {
    margin: 0;
    padding: 0;
}

.lista_publicacoes .row .pub-container ul {
    position: relative;
    margin: 0;
    padding: 20px 0 10px;
    list-style: none;
    display: flex;
    justify-content: center;
}

    .lista_publicacoes .row .pub-container ul li a {
        font-size: 20px;
        background: #e4e3e3;
        padding: 10px 20px;
        color: #708406;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
		border-radius: 5px;
		margin: 0 5px;
    }

        .lista_publicacoes .row .pub-container ul li a:hover {
            background: #d0d735;
            color: #708406;
        }
.data {
    font-size: 18px;
}
.data i{
	margin: 0 0 0 5px;
}
.row-no-margin{ margin: 0;}

/*RESPONSIVE*/
@media (max-width: 1200px) {
img.img-fulid { height: 39px; margin: 0; width: auto;}
.navbar { background: rgba(255,255,255,1);}
}
@media (max-width: 767px) {
.lista_publicacoes .row .pub-container {  background: #FFFFFF;}
.lista_publicacoes .row .pub-container:last-child { background: #F4F4F4;}
.lista_publicacoes .row:nth-child(2n+1) .pub-container:first-child { background: #FFFFFF;}
.lista_publicacoes .row:nth-child(2n) .pub-container:last-child { background: #F4F4F4;}
}
@media (max-width: 490px) {
.slider__caption{ display: none; opacity: 0;}
#section-content{ padding: 40px 0;}
.section-title { font-size: 25px;  line-height: 28px;}
.redes_sociais ul li{ width: 32px; height:32px;}
.redes_sociais ul li a { width: 32px; height:32px; padding: 8px;}
.redes_sociais ul li a img{ vertical-align: top;}
.redes_sociais ul li:hover { width: 50px;}
.redes_sociais ul li:hover a { width: 50px; padding-left: 20px;}
}