body {
    font-family: Montserrat, sans-serif;
	color: #4f4f4f;
}

a{color: #00b1eb;}
a:hover { color: #009bce;}

.navbar-background {
    /*background: rgba(255,255,255,0.95);
    border-bottom: 1px solid #eae9e9;*/
	background: rgba(107,133,136,0.5);
}

    .navbar-background.fixed-top.shrink {
       /* background: rgba(255,255,255,1);*/
	   /*background: rgb(251, 251, 251);*/
	   background: rgba(107,133,136,0.9)
    }

.navbar-expand-lg {
    padding: 0;
}


.navbar-brand {
    position: relative;
    width: 140px;
    height: 80px;
    margin: 10px 0px;
    padding: 0;
    float: left;
    overflow: hidden;
    z-index: 999;
}

    .navbar-brand img {
        width: 100%;
        height: auto;
    }

#logo h1 {
    display: none;
}

.object-fit {
    display: block;
    object-fit: cover;
    object-position:center center;
	height:100%;
	width: 100%;
}
img{ max-width: 100%; height: auto;}
img.embed-responsive-item{width: 100%; height: 100%; object-fit: cover; object-position: center center; background-repeat: no-repeat;}
.detalhe_pub img.embed-responsive-item{ object-position: top center;}

/************************************/
/* NAVIGATION                       */
/************************************/
.navbar-light .navbar-nav .nav-link {
    /*color: rgba(0,0,0,.5);*/
    color: #FFF;
}
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.dropdown-toggle::after {
    content: none;
}

.megamenu-li {
    position: static;
    padding: 32px 20px;
    /*border-right: 1px solid #EAE9E9;*/
    cursor: pointer;
}

    .megamenu-li:hover {
        /*background: #add6b3;*/
    }
	 

    .megamenu-li:first-child {
        /*border-left: 1px solid #EAE9E9;*/
    }

a.nav-link {
    color: #333333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

    .megamenu-li:hover a.nav-link, a.nav-link:hover {
        color: #FFFFFF;
        font-weight: 400;
    }

.dropdown-menu.mega-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: rgba(255,255,255,0.97);
    border: 1px solid #eae9e9;
}

.sub-menu {
    border-right: 1px solid #F1F1F1;
}

.dropdown-menu .sub-menu:last-child {
    border-right: 0px solid #FFFFFF;
}

.sub-menu h6.sub-title {
    padding: 10px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #F1F1F1;
}

.sub-menu h6 a {
    color: #A1CAA7;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
}
.ant_title {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #00b1eb;
}

.sub-menu a.menu-item {
    font-size: 12px;
    line-height: 14px;
    color: #2b2a29;
    text-decoration: none;
}

    .sub-menu a.menu-item:hover {
        color: #add6b3;
    }
/*UPDATE 04/06/2020*/
.navbar-light .navbar-nav .nav-link:hover, .megamenu-li:hover a.nav-link{ color: #DEBA4C;	}
.megamenu-li{ padding: 32px 0;}
.navbar-light .navbar-nav .nav-link {    
    border-bottom: 1px solid #DEBA4C;
    padding: 10px 20px;
}
/************************************/
/* BANNER                           */
/************************************/
#banner_slider {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

    .carousel-item img {
        z-index: 1;
    }

.shadow-banner {
    position: absolute;
    z-index: 1;
    width: calc(100% + 20px);
    height: calc(100% + 220px);
    /*background: rgba(0,0,0,0.1) url(/css/site2019/img/bg_banner.png) no-repeat right bottom;*/
    bottom: -220px;
    right: 0;
}

.slider_arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 55px;
    height: 55px;
    top: 50%;    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .slider_arrow .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-miterlimit: 10;
    }

    .slider_arrow>svg {
        opacity: 0.75;
        -webkit-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

.slider_arrow:hover>svg {
    opacity: 1;
}

.carousel-item .carousel-caption {
    position: absolute;
    right: 0;



    bottom: 0px;
    left: 0;
    z-index: 3;
    padding-top: 180px;
    color: #fff;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.slide-in {
    height: 350px!IMPORTANT;
}
.slide-in .carousel-inner .carousel-item .carousel-caption h2.display-4{ font-size: 50px; line-height: 50px; display: none;}

@media (min-width: 768px) {
    .d-md-block {
        display: flex !important;
    }
}

.carousel-item .carousel-caption h2.display-4 {
    font-size: 70px;
    line-height: 70px;
    max-width: 1024px;
    margin: 0 auto 20px;
    text-shadow: 1px 1px 2px #000000;
}

.carousel-item .carousel-caption .lead {
    font-size: 36px;
    line-height: 38px;
    max-width: 1024px;
    margin: 0 auto 20px;
    text-shadow: 1px 1px 2px #000000;
}

.carousel-item .carousel-caption a {
    border: 1px solid #FFFFFF;
    padding: 15px 25px;
    margin: 0 auto 20px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
}

.carousel-caption a:hover {
    background-color: #FFFFFF;
    color: #333333;
}

/************************************/
/* PESQUISA                         */
/************************************/

#bg_search {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    padding: 100px 0 0px;
    overflow: hidden;
    z-index: 10;
}

.phrase_destaque {
    position: relative;
    width: auto;
    margin: 0px;
    padding: 0px 100px 0px 3px;
    overflow: hidden;
    float: left;
    font: 48px 'Satisfy', cursive;
    color: #FFBC05;
    text-align: center;
}

.search {
    position: relative;
    height: 40px;
    width: 300px;
    margin: 15px 0px 0px;
    padding: 0px;
    overflow: hidden;
    background: url(/css/site/img/bg_black.png) repeat left top;
    float: right;
}

    .search label {
        display: none;
    }

    .search input {
        position: relative;
        margin: 0px 0px 0px 0px;
        width: 260px;
        height: 20px;
        padding: 20px;
        vertical-align: middle;
        color: #FFFFFF;
        float: left;
        border: 0px;
        background: red;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        background: url(/css/site/img/bg_input_search.png) no-repeat right center;
    }

        .search input[type=submit], .search button, .search input[type=button] {
            position: relative;
            margin-top: 0px;
            margin-left: 0px;
            color: #FFFFFF;
            border: 0px solid #FFFFFF;
            height: 40px;
            width: 40px;
            cursor: pointer;
            background: url(/css/site/img/bg_search.png) no-repeat center center;
            float: right;
            text-indent: 99999px;
            display: block;
        }

/************************************/
/* CONTAINERS                       */
/************************************/
.section {
    padding: 3em 0;
	position: relative;
	overflow: hidden;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}
.eventos .titulo_modulo h2{ color: #333; }
.eventos .titulo_modulo h2:before{ color: #333; background: #333;}
.titulo_modulo {
    position: relative;
    width: 100%;
    margin: 2em 0 5em;
    text-transform: uppercase;
    /* font-size: 40px; */
    text-align: center;
}

    .titulo_modulo h2 {
        font-size: 34px;
        font-weight: 400;
        line-height: 38px;
        width: auto;
        color: #00b1eb;
    }

        .titulo_modulo h2:before {
            position: absolute;
            content: '';
            width: 60px;
            height: 2px;
            background: #00b1eb;
            margin: 0 auto;
            bottom: -20px;
            left: 50%;
            /* margin-left: -30px; */
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

/************************************/
/* DESTAQUES HOMEPAGE               */
/************************************/
/*
.destaques .item-destaque,
.destaques .item-destaque .inner-destaque,
.destaques .item-destaque .img-destaque {
    width: 100%;
    margin: 0;
    overflow: hidden;
    float: left;
    position: relative;
    display: block;
}

    .destaques .item-destaque .img-destaque img {
        width: 100%;
    }
*/
.inner-destaque, .noticia {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
	height: 100%;
	background: #fff;
    border-radius: 0;
	transition: all ease-in 0.5s;
    border-bottom: 5px solid #add6b3;
}
.inner-destaque:hover, .noticia:hover {
    /*! background: #03a359; */
    border-bottom: 5px solid #03A359;
}
.img-destaque {
    position: relative;
    overflow: hidden;

}
.item-destaque, .noticia {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.embed-responsive-item.embed-top { object-position: top center; }
.item-destaque .img-destaque img, .noticia .img-destaque img{
        width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top center;
		background-repeat: no-repeat;
		transition: all ease-in 0.5s;
    }
.item-destaque:hover .img-destaque img, .noticia:hover .img-destaque img{
	transform: scale(1.2);
}
.inner-destaque a, .noticia a{ text-decoration: none;}
.item-destaque:hover .img-destaque img::after{ position: absolute; height: 100%; height: 100%; top: 0; left: 0; background: red; content: "";}
.news_detalhe {
    position: relative;
    width: 100%;
    padding: 20px;
    /*! color: #FFF; */
	border-top: 2px solid #f4f4f4;
}
.news_detalhe .news_date {
    font-size: 12px;
    color: #adadad;
}
.news_titulo {
    color: #00B1EB;
    font-size: 14px;
    line-height: 16px;
	text-decoration: none;
    margin: 10px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}
/*EVENTOS*/
.eventos .owl-dots .owl-dot.active span, .eventos .owl-dots .owl-dot:hover span {
    background: #00b1eb;
}
.eventos .owl-dots .owl-dot.active span, .eventos .owl-dots .owl-dot:hover span {
    background: #00b1eb;
}
.destaques .owl-dots .owl-dot span {
    background: #E9E9E9;
}
.row.destaques.owl-carousel.owl-loaded.owl-drag {
    position: relative;
    z-index: 3;
}
.inner-destaque-evento .img-destaque .embed-responsive-16by9::before {
    padding-top: 150%;
}
.content-evento{
	position: absolute;
	height: 100%;
	width: 100%;
	color: #FFF;
	transition: all ease-in 0.5s;
	padding: 15px;
	font-size: 14px;
	top: 0;
}
.content-evento .table-center {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.content-evento .table-center .table-center-c {
    display: table-cell;
    vertical-align: middle;
	opacity: 0;
	transition: all ease-in 0.5s;
	padding: 10px;
	border: 1px solid;
}
.content-evento .titulo {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #00b1eb;
}
.news_detalhe .resumo {
    font-size: 12px;
    line-height: 16px;
    color: #818181;
    margin-top: 15px;
}
	
.item-destaque:hover .content-evento{ top: 0; background: rgba(0,0,0,0.8);}
.item-destaque:hover .content-evento .table-center .table-center-c{ opacity: 1;}
.item-destaque:hover .inner-destaque-evento .img-destaque img{
	transform: scale(1);
	}
/************************************/
/* ITENS MODULO DESTAQUE          	*/
/************************************/
.destaques_home .img-destaque img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background-repeat: no-repeat;
    transition: all ease-in 0.5s;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla, .figure.item-portfolio {
    background: #000;
    color: #FFF;
    text-align: center;
    margin: 0;
}

/*figure.effect-layla img {
	height: 390px;
}*/

    figure.effect-layla figcaption, figure.item-portfolio figcaption {
        padding: 3em;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }
	
	/*figure.item-portfolio figcaption {
		height: calc(100% - 1rem);
	}*/
	.item-portfolio{ margin: 0;}

figure.item-portfolio figcaption {
    background: rgba(0,0,0,0);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

        figure.effect-layla figcaption::before,
        figure.effect-layla figcaption::after {
            position: absolute;
            content: '';
            opacity: 0;
        }

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

    figure.effect-layla h2, figure.item-portfolio h2 {
        padding-top: 26%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        color: #FFF;
		font-size: 22px;
    }

    figure.item-portfolio h2 {
    	padding-top: 0;
    }

figure.item-portfolio h2 {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

    figure.item-portfolio h2 i {
        opacity: 0.5;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    figure.item-portfolio:hover h2 i {
        opacity: 1;        
    }
    figure.effect-layla p {
            padding: 0.5em 2em;
            text-transform: none;
            opacity: 0;
            -webkit-transform: translate3d(0,-10px,0);
            transform: translate3d(0,-10px,0);
            color: #FFF;
			font-size: 14px;
        }

/*figure.effect-layla img,*/
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	font-size: 22px;
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla img{
	opacity: 0.8;
	}
figure.effect-layla:hover img, figure.item-portfolio:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.item-portfolio:hover figcaption {
    background: rgba(0,0,0,0.6);
}

    figure.item-portfolio:hover figcaption h2 {
        opacity: 1;
    }

    figure.effect-layla:hover h2,
    figure.effect-layla:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
	
/************************************/
/* ITENS MODULO FOOTER             	*/
/************************************/
.modulo_fundo{ background: #f9f9f9; padding: 3em 0;}
.item_modulo_fundo{ margin-bottom: 3em;}
.item_modulo_fundo .img {
    height: 200px;
    width: 100%;
	object-fit: cover;
	object-position: center center;
	background-repeat: no-repeat;
	display: none;
}
.detaque-footer .titulo {
padding: 20px;
text-align: center;
text-transform: uppercase;
color: #03A359;
font-weight: 600;
white-space: normal;
}
.detaque-footer {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #FFF;
    border-bottom: 5px solid #cce0ec;
	transition: all ease-in 0.5s;
}
.detaque-footer:hover{border-bottom: 5px solid #00b1eb;}
.detaque-footer a:hover{ text-decoration: none;}


/************************************/
/* FOOTER                         */
/************************************/
.menu_footer{ background: #F9F9F9; padding: 50px 0;}
.menu_footer h5 {
    /*border-bottom: 3px solid #03a359;*/
    padding: 5px;
}

.menu_footer h5 a {
    text-transform: uppercase;
    color: #00b1eb;
	text-decoration: none;
}
.menu_footer ul a {
    color: #7e8b93;
    font-size: 13px;
    line-height: 16px;
	text-decoration: none;
}
.menu_footer ul { list-style: none; margin: 0; padding: 0;}
.menu_footer ul li {
    margin: 5px;
}
.content_footer {
    padding: 50px 0;
    /*background: #CCE0EC;*/
	background: rgba(163,213,224,0.2);
}
#bg_footer {
    background: #edf6f8;
}

.ficha-projeto {
position: fixed;
bottom: 0;width: 20%;
background: #edf6f8;
z-index: 998;
padding: 15px;
color: #4f4f4f;
font-size: 14px;
line-height: 20px;
text-align: center;
right: 0;
}

#footer {
    /*background: #a4d2ed;*/
	background: #DEBA4C;
    font-size: 12px;
    padding: 15px;
	color: #333;
}
#footer a{ color: #333; padding: 5px;}
.content_footer .font_24px {
    font-size: 24px;
    line-height: 26px;
    color: #00b1eb;
}

.netsigma, .acessibilidades {            
    display: inline-block;
}

.netsigma a img, .acessibilidades img {
    float: right;
    margin: 2px 0 0 5px;
	height: 18px;	
}

/**/
/************************************/
/* GENERICS                         */
/************************************/
.esconde {
    display: none !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-dots,
.owl-nav {
 text-align:center;
 -webkit-tap-highlight-color:transparent
}
.owl-nav {
 margin-top:10px;
}
.owl-nav [class*=owl-] {
 color:#FFF;
 font-size:14px;
 margin:5px;
 padding:4px 7px;
 background:#D6D6D6;
 display:inline-block;
 cursor:pointer;
 border-radius:3px
}
.owl-nav [class*=owl-]:hover {
 background:#869791;
 color:#FFF;
 text-decoration:none
}
.owl-nav .disabled {
 opacity:.5;
 cursor:default
}
.owl-nav.disabled+.owl-dots {
 margin-top:30px;
}
.owl-dots .owl-dot {
 display:inline-block;
 zoom:1
}
.owl-dots .owl-dot span {
 width:20px;
 height:5px;
 margin:5px 7px;
 background:#ADD6B3;
 display:block;
 -webkit-backface-visibility:visible;
 transition:opacity .2s ease;
/* border-radius:30px*/
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
 background:#03A359;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
 -webkit-tap-highlight-color:transparent;
 position:relative
}
.owl-carousel {
 display:none;
 width:100%;
 z-index:1
}
.owl-carousel .owl-stage {
 position:relative;
 -ms-touch-action:pan-Y;
 touch-action:manipulation;
 -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
 content:".";
 display:block;
 clear:both;
 visibility:hidden;
 line-height:0;
 height:0
}
.owl-carousel .owl-stage-outer {
 position:relative;
 overflow:hidden;
 -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
 -webkit-backface-visibility:hidden;
 -moz-backface-visibility:hidden;
 -ms-backface-visibility:hidden;
 -webkit-transform:translate3d(0,0,0);
 -moz-transform:translate3d(0,0,0);
 -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item {
 min-height:1px;
 float:left;
 -webkit-backface-visibility:hidden;
 -webkit-touch-callout:none
}
.owl-carousel .owl-item img {
 display:block;
 width:100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
 display:none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
 display:block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
 cursor:pointer;
 -webkit-user-select:none;
 -khtml-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
 background:0 0;
 color:inherit;
 border:none;
 padding:0!important;
 font:inherit
}
.owl-carousel.owl-loading {
 opacity:0;
 display:block
}
.owl-carousel.owl-hidden {
 opacity:0
}
.owl-carousel.owl-refresh .owl-item {
 visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
 -ms-touch-action:pan-y;
 touch-action:pan-y;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.owl-carousel.owl-grab {
 cursor:move;
 cursor:grab
}
.owl-carousel.owl-rtl {
 direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
 float:right
}
.owl-carousel .animated {
 animation-duration:1s;
 animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
 z-index:0
}
.owl-carousel .owl-animated-out {
 z-index:1
}
.owl-carousel .fadeOut {
 animation-name:fadeOut
}
@keyframes fadeOut {
 0% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
.owl-height {
 transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
 opacity:0;
 transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
 max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
 transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
 position:relative;
 height:100%;
 background:#000
}
.owl-carousel .owl-video-play-icon {
 position:absolute;
 height:80px;
 width:80px;
 left:50%;
 top:50%;
 margin-left:-40px;
 margin-top:-40px;
 background:url(owl.video.play.png) no-repeat;
 cursor:pointer;
 z-index:1;
 -webkit-backface-visibility:hidden;
 transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
 -ms-transform:scale(1.3,1.3);
 transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
 display:none
}
.owl-carousel .owl-video-tn {
 opacity:0;
 height:100%;
 background-position:center center;
 background-repeat:no-repeat;
 background-size:contain;
 transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
 position:relative;
 z-index:1;
 height:100%;
 width:100%
}


	.owl-stage {
		display: flex;
	}
	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}	
	item-destaque {
		display: flex;
		flex-direction: column;
		margin: 0 15px;
	}

.parallax-block {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
	background: rgba(0,0,0,0.2);
}

    .parallax-block .texto_sep {
        position: relative;
        display: block;
        text-align: center;
        margin: 0;
        top: 50%;
        /*transform: translateY(-50%);*/
        font-size: 90px;
		/*line-height: 20vw;*/
        color: white;
        font-weight: 400;
		
    }
	
.texto_sep a {
	font-size: 18px;
	border: 1px solid #FFF;
	padding: 10px 30px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.5s;
}

.texto_sep a:hover {
    letter-spacing: 0.125rem;
	background: #FFF;
	color: #333;
}

.img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;
	min-height: 100%;
}

/*BREADCRUMB*/
#breadcrumb {
    /*background: #03a359;*/
	background: rgba(107,133,136,0.8);
    padding: 2rem 0; 
    color: #FFF;
	font-size: 14px;
}
#breadcrumb a {
    color: #add6b3;
}
#breadcrumb .selected {
    display: block;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 10px;
	/**/
	color:  #DEBA4C;
}
#right {
    background: #F9F9F9;
    padding: 3rem 0;
}
.title_green {
    margin-bottom: 1rem;
    text-transform: uppercase; 
    padding-bottom: 1rem;
}
.voltar a, .lermais a {
    background: #00b1eb;
    padding: 12px 15px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    transition: all 0.5s;
    font-size: 14px;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
}
.voltar a:hover, .lermais a:hover {
    /*letter-spacing: 0.125rem;*/
    background: #03A359;    
}
.voltar, .lermais {
    /*! text-align: right; */
    /*! position: relative; */
    /*! padding: 0; */
    /*! margin: 0; */
    /*! display: inline-block; */
    float: right;
    height: auto;
    margin: 0;
	/*! width: 100%; */
    position: relative;
    text-align: right;
    overflow: hidden;
}

.addthis_inline_share_toolbox_759d {
    clear: left !important;
    width: auto;
    position: relative;
    display: inline-block;
}

/**/
.div_titulo_pub {
    padding: 1rem;
    font-size: 18px;
    color: #00b1eb;
    text-transform: uppercase;
    font-weight: 500;
	transition: all ease-in 0.5s;
}
.detalhe_pub {

    height: 100%;
    background: #add6b3;

}
.detalhe_pub img{ transition: all ease-in 0.5s;}
.detalhe_pub:hover img{ transform: scale(1.1);}
.detalhe_pub a{ text-decoration: none;}
.detalhe_pub:hover{ background: #03a359; }
.detalhe_pub:hover .div_titulo_pub{ color: #FFF; }


/*PAGINAÇÃO*/
.paginacao { display: inline-block; width: 100%; text-align: center; margin-top: 30px;}
.paginacao a, .paginacao span { padding: 5px 10px; background: #add6b3; margin: 5px; position: relative; color: #FFF; text-decoration: none;}
.paginacao span, .paginacao a:hover{  background: #03a359;}



/**/

.accordion_conteudos {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}

.accordion_conteudos .accordion {
	list-style-type: none;
	padding: 0px 0px;
	margin: 0px;
	width: 100%;
	overflow:hidden;
	/*background: url(/css/site/img/bg_accordion_menu.png) repeat-y left top;*/
}
.accordion_conteudos ul {
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	width: 100%;
	border: 1px solid rgba(0,0,0,.125);
}

.accordion_conteudos .accordion li {	
	cursor: pointer;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	display: block;
	/*background: url(/css/site/img/bg_menu_li1.jpg) no-repeat center bottom;*/
}

.accordion_conteudos li a.item_accordion {
	text-decoration: none;	
	display: block;
	cursor: pointer;
	font: normal 18px 'Swz Light', sans-serif;	
	padding: 1rem;
	/*! border: 1px solid #f4f4f4; */
	/*! background: #f1f1f1; */
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion_conteudos li.active>a.item_accordion , 
.accordion_conteudos li.current>a.item_accordion,
.accordion_conteudos li >a.item_accordion:hover {
	color: #FFFFFF !IMPORTANT;
	background: #889d9f;
}
.item_accordion::after {
    content: "\f107";
    text-align: right;
    width: 10px;
    height: 10px;
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.accordion_conteudos li.active>a.item_accordion::after , 
.accordion_conteudos li.current>a.item_accordion::after {
	content: "\f106";
}
/*FORM*/
.formee input, .formee textarea, .btn-search {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.btn_submit{
    background: #00b1eb;
color: #FFF;
padding: 10px;
cursor: pointer;
transition: all ease-in 0.5s;
border-radius: 5px;
width: 100%;
border: 0;
margin: 0.5rem 0;
}
.btn_submit:hover {
    background: #009acc;
}
.validators {
    color: red;
}
.errorMessage{ display: none;}

a.linkFile[href$= ".pdf"]::before, a.linkFile[href$= ".PDF"]::before,
a.linkFile[href$= ".doc"]::before, a.linkFile[href$= ".DOC"]::before,
a.linkFile[href$= ".xls"]::before, a.linkFile[href$= ".xlsx"]::before {
    display: inline-block;    
	font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;	
	color: #5D5D5DCC;
}
.table_files {
    padding: 10px;
}

a.linkFile[href$= ".pdf"]::before, a.linkFile[href$= ".PDF"]::before {
    content: "\f1c1";
    font-size: 18px;
    color: #bd0000;
}

a.linkFile[href$= ".doc"]::before, a.linkFile[href$= ".DOC"]::before {
    content: "\f1c2";
	font-size: 18px;
}

a.linkFile[href$= ".xls"]::before, a.linkFile[href$= ".xlsx"]::before {
    content: "\f1c3";
	font-size: 18px;
}
.contact-header {
    background: #03a359;
    color: #FFF;
    border-bottom: 1px solid #FFF;
font-size:}
.contact-header button {
    color: #FFF;
    width: 100%;
    font-size: 18px;
    text-align: left;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.contact-header button:hover {
    text-decoration: none; background: #00b1eb; color: #FFF;
}

.detalhe_empresa .col-md-4 .embed-responsive-item{ object-position: top center; border: 1px solid #ededed; padding: 10px;}
.detalhe_empresa.row {
    border-bottom: 1px solid #f4f4f4;
    padding: 2rem 0;
	color: #8d8d8d;
}
.title_blue_pi {

    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #03a359;

}

.membro .nav li a{
    font-size: 14px;
    
}
.membro .nav li a.active{ background: #fbfbfb; border-bottom: 0px; color: #000; font-size: 14px;}

.membro .nav li a{ border: 1px solid #f4f4f4; padding: 10px 20px; color: #bdbdbd; text-decoration: none; display: block;}

.membro .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.membro .tab-content {

    border: 0;
    background: #fbfbfb;
    padding: 20px;

}

/*LOCALIZAÇÃO*/

.mapa_localizacao {
    background: #00b1eb;
	color: #FFF;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
}
.mapa_localizacao:hover {
    background: #03a359;
	color: #FFF;
    text-decoration: none;
}
.mapa_localizacao i {
    margin-right: 5px;
}

.bg-azul {
    background: #00b1eb;
}
.menu-conteudo .bg-azul {
    background: #A1CAA7;
}
.menu-conteudo:hover .bg-azul {
    /*background: #03a359;*/
	background: #DFF3E0;
}
.menu-conteudo:hover .bg-azul span{
	color: #DEBA4C;
}
.menu-conteudo span {
    padding: 10px;
    display: inline-block;
    color: 
    #FFF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}
/*Menu responsivo*/
#menu_responsive {
    display: none;
}
#menu_responsive { position: relative; margin: -58px 0px 0px; padding: 0px; width: 100%; float: right; z-index: 998; }
/* Flexnav Base Styles */
.flexnav { -webkit-transition: none; -moz-transition: none; -ms-transition: none; transition: none; -webkit-transform-style: preserve-3d; overflow: hidden; margin: 0 auto; width: 100%; max-height: 0; border-top: 1px solid #fff; }
.flexnav.opacity { opacity: 0; }
.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow:auto;
	background: rgba(107,133,136,0.5);
}
.flexnav.one-page {
	position: fixed;
	top: 50px;
    right: 5%;
    max-width: 200px; 	
}
  .flexnav li {
	  border-top: 1px solid #fff;    
    position: relative;
    overflow: hidden; }
  .flexnav li a {
    position: relative;
    display: block;
    padding: 1em 2em;
    z-index: 2;
    overflow: hidden;
    color: #fff;
    background: none;
    font-size: 16px;
}
  .flexnav li ul {
    width: 100%; margin: 6px 0px 0px; padding: 0 3%; background: none; border-top: 1px solid #FFF; 
	list-style: none;
	}	
    .flexnav li ul li {      
      position: relative;
      overflow: hidden; }
	  .flexnav li ul li:first-child {
		border-top: 0px solid #FFF;
		}
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
  	font-size: 14px;
    display: block;
    background: none; }
  .flexnav ul li ul li a {
  	font-size: 13px;
    background: #none; }
  .flexnav ul li ul li ul li a {
	  font-size: 12px;
    background: #none; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: none;    
    text-align: center; }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #fff;
      }

.menu-button {
  position: relative;
  display: block;
  width: 100px;
  padding: 1em;
  background: none;
  color: #fff;
  cursor: pointer;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/ 
  float: right;
  font-size: 16px;
}
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
	content: '';
	position: absolute;
	width: 28%;
	height: 3px;
	background: #fff;
	top: 17px;
	right: 0%;
	box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.menu-button .touch-button .navicon {
	display: none;
}

@media all and (min-width: 991px) {
  body.one-page {
    padding-top: 70px; }

  .flexnav {  	
    overflow: visible; }
    .flexnav.opacity {		
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      background-color: #a6a6a2;
      overflow: visible;
      width: 20%; }
    .flexnav li a {
      border-left: 1px solid #acaca1;
      border-bottom: none; }
    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0; }
      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }
.oldie .flexnav {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .flexnav li {
  width: 19.9%; }
  
  .flexnav-show{
	  display:block!IMPORTANT;
  }
  /**/
  .disabled {
    display: none;
    opacity: 0;
}
  .pagination li.active a, .pagination li a:hover {
    background: 
    #03a359;
}
.pagination li a {
    padding: 5px 10px;
    background: #add6b3;
    margin: 5px;
    position: relative;
    color: #FFF;
    text-decoration: none;
}
.link_mais_destaques:hover {
	background: #03A359;
	color:  #FFF;
    text-decoration: none;
}
.link_mais_destaques {
    font-size: 18px;
    border: 1px solid #03A359;
	padding: 10px 30px;
	color: #03A359;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
	z-index: 9;

}
.link_mais_destaques.btn-azul {
    border: 1px solid #00B1EB;
	color:  #00B1EB;
}
.link_mais_destaques.btn-azul:hover {
	background: #00B1EB;
	color:  #FFF;
    text-decoration: none;
}
/*ALERTAS*/



.lista-avisos .owl-nav button.owl-next,
.lista-avisos .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  padding: 0!important;
  background: none;
  border: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 40px;
}

.lista-avisos .owl-nav button.owl-next {
  right: -30px;
}

.lista-avisos .owl-nav button.owl-prev {
  left: -30px;
}

.lista-avisos .owl-nav button.owl-next:hover,
.lista-avisos .owl-nav button.owl-prev:hover {
  background: none;
}
.bg_avisos {
    background: #e3e3e3;
	color:  #FFF;
    padding: 2rem 0;
	overflow: hidden;
}
.lista-avisos {
    /*! overflow: hidden; */
    margin: 0;
    padding: 0;
    position: relative;
}
.lista-avisos  .owl-stage-outer {
    overflow: hidden;
}
.img-aviso img {
    max-height: 50px;
}
.item-aviso{width: 100%;}
.aviso{ color: #333;}
.aviso:hover{ color: #333; text-decoration: none;}
.aviso .titulo {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.aviso .descricao {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 16px;
}

 @media only screen and (max-width:1199px) {
	.parallax-block .texto_sep {font-size: 70px; line-height: 70px;  }
	.texto_sep a { font-size: 16px;}
 }
 @media only screen and (max-width:991px) {
	#menu_responsive { display: block; }
 }
 @media only screen and (max-width:767px) {
 .content_footer .container > table > tbody > tr > td { display: block; width: 100% !important; text-align: left !important;}
 .content_footer .container > table > tbody > tr > td .texto_direita { text-align: left;}
 .content_footer .container > table > tbody > tr > td  table{ float: none!important;}
 .parallax-block .texto_sep {font-size: 50px; line-height: 50px;  }
.texto_sep a { font-size: 14px;}
#breadcrumb .selected { font-size: 28px; line-height: 30px;}
 
 }
 @media only screen and (max-width:480px) {
	 .tabela_responsiva tr td{display: block; width: 100%!IMPORTANT; }
 }
 @media only screen and (max-width:420px) {
	.parallax-block .texto_sep {font-size: 40px; line-height: 40px;  }
	.texto_sep a { font-size: 12px;}	
	.carousel-item .carousel-caption h2.display-4 { font-size: 50px;  line-height: 50px;}
	.slide-in {   height: 250px!IMPORTANT;}
	#breadcrumb .selected { font-size: 22px; line-height: 24px;}
}
.owl-next:focus, .owl-prev:focus {
    outline: none;
}
.h3-destaque {
    position: absolute;
    bottom: 0;
    color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 12px;
	background:rgba(0,0,0,0.5);
    padding: 20px;
	-webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.h3-destaque h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
	
}
.effect:hover .h3-destaque {
    background: 
    rgba(0,0,0,0.8);
}
.effect {
    margin: 0;
}
.bg-content {
    /*background: url(/css/site/img/bg_conteudo.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;*/
}

/* COOKIES */
.bg-wgt-cookies {
	position: fixed;
    left: 50%;
    top: 50%;
    width: 25%;
    transform: translate(-50%, -50%);
    background: #799093;
    box-shadow: 0 0 0 999px rgb(0 0 0 / 50%);
    z-index: 999;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.bg-wgt-cookies p a {
    color: #fff;
    text-decoration: underline;
}
.bg-wgt-cookies.cookies-hide {
    display: none;
}

a.jq_cookies_close {
    color: #001033;
    font-weight: 400;
    margin: 20px;
    /* display: flex; */
    justify-content: center;
    text-align: center;
    background: #fff;
    display: inline-flex;
    padding: 10px;
    text-transform: uppercase;
}

.wgt-cookies-content {
    color: #ffffff;
}

.msg_cookies p {
    margin-bottom: 0;
}

.opt_cookies .popup_total {
    color: #fff;
}

@media (max-width: 1900px) {
#bg_footer {
	padding: 0 0 70px 0;
}
}

@media (max-width: 1400px) {
	.bg-wgt-cookies {
		position: fixed;
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		transform: none;
	}
}
@media (max-width: 990px) {
.ficha-projeto {
width: 100%;
}
}