/* Albatroz Digital - Custom CSS */
/* todas as classes adicionada por nunoleite */
/*
Cores:
verde: #008030
amarelo: #FBCB07

--- old
verde escuro: #00503D
verde médio: #339567
verde claro: #A1D028

---old
laranja: #FF8247  - old: #008AD1
verde: #46CB74
amarelo: #FBD297
cinzento: #8D909C

antigas:
1 azul: #0057AD - antiga-verde: #50b748 antiga-#68b92e
2 vermelho: #8A0416 - antiga-azul: #009EC2 antiga-#00aabc
3 amarelo: #FFCC00 - antiga-verde-azul: #23A98C
antiga-3 azul escuro: #105762
4 cinzento: #939598 - antiga-#9d9d9c
cinzento menu: #808285
*/
/* todas as classes adicionadas por nunoleite/albatroz, deve estar em /images/template */
/* este ficheiro é para ser adicionado ao header do template ou a um plugin que chame este css para personalizar o site e assim todas as classes aqui irão subrepor/substituir as originais */
/* definição de variáveis de cores - forma de chamar var(--cor1) */
/* copiar os ficheiros que estão na pasta images-template (defaults) */
/*
cores do site:

*/
:root {
  --cor1: xxxxx;
  --cor2: xxxxx;
  --cor3: xxxxx;
  --corpreto: xxxxx;
  --corcinza: xxxxx;
}
/* inicio de css genéricas------------------------------------------------------------- */
:active {
	/*box-shadow: none !important;*/
	/*border-color: none !important;*/
}
:focus {
	box-shadow: inherit !important;
	border-color: inherit !important;
}
/* ----- inicio de phocagallery ----- */
/* ----- tirar copyright phocagallery ----- */
#phocagallery div[style*="text-align:right;color:#"], #phocagallery div[style*="color:#ccc;text-align:right"], #phocagallery div[style*="display:block;color:#"] {
	display: none !important;
}
/* limpezas no phocagallery */
#phocagallery .pg-csv-name {
	background: none;
	padding-left: 0px;
}
#phocagallery .pg-cvcsv-name {
	padding-left: 45px;
	background: url(icon_pasta_default.png) no-repeat 6px 6px;
	margin-bottom: 10px;
}
#phocagallery .pg-csv-box {
	box-shadow: none;
	background: transparent;
}
#phocagallery .pg-cv-box {
	box-shadow: none;
}
#phocagallery .pg-cv-folder {
	background: none;
	padding-left: 0px;
}
.pg-cvcsv {
	border-top: none;
	border-bottom: none;
}
#phocagallery .counter {
	display: none;
}
#phocagallery .pg-csv-count {
	display: none;
}
#phocagallery .pg-cvcsv-count {
	display: none;
}
#pg-msnr-container {
	display: inline-block;
}
/* ----- fim de phocagallery ----- */
/* ----- inicio de phocadownload ----- */
/* ----- tirar copyright phocadownload ----- */
.pd-category-view + div[style*="text-align:right"], .pd-category-view + div + div[style*="text-align:right"], .pd-category-view + div + div + div[style*="text-align:right"] {
	display: none !important;
}
.pd-categories-view + div[style*="text-align:right"], .pd-categories-view + div + div[style*="text-align:right"], .pd-categories-view + div + div + div[style*="text-align:right"] {
	display: none !important;
}
.pd-category small {
	display: none;
}
/* ----- fim de tirar copyright phocadownload ----- */
/* ----- limpezas no phocadownload ----- */
.pg-cv-box:hover {
	background: none;
}
.pg-cvcsv-name {
	background: none;
}
.pd-button-download a:focus {
	color: #fff;
}
#phoca-dl-categories-box .pd-subcategory a + small, #phoca-dl-category-box .pd-subcategory a + small {
	display: none;
}
.pd-document16 {
	background: transparent url('icon_download_default.png') 5px center no-repeat !important;
	line-height: 40px !important;
	height: 40px !important;
	padding-left: 40px !important;
}
.phocadownloadfile16 {
	border: none;
	background-color: transparent;
	padding-left: 40px;
	background: transparent url('icon_download_default.png') 5px center no-repeat;
}
.phocadownloadfile32, .phocadownloadfilelist32 {
	border: none;
	background-color: transparent;
	padding-left: 40px;
	background: transparent url('icon_download_default.png') 5px center no-repeat;
}
.phocadownloadfilelist {
	border: none;
	background: transparent;
}
form .pgcenter .pginline {
	display: none;
}
.pd-fdesc p {
	margin-left: 50px;
}
#phoca-dl-category-box .pd-subcategory {
	padding-left: 45px;
	background: url('icon_pasta_default.png') no-repeat 8px center;
}
/* ----- fim de limpezas no phocadownload ----- */
/* ----- inicio pagina eleitos ----- */
.blog._pageleitos .item {
  	display: flex;
}
.blog._pageleitos .intro-image {
	width: 25%;
	margin-right: 40px;
	margin-bottom: 40px;
}
.blog._pageleitos .content-wrap {
	width: 75%;
	float: left;
	margin-top: 0px;
  	padding-left: 0px;
}
.blog._pageleitos .content-wrap h2 {
	margin-top: 0px !important;
}
/* ----- fim pagina eleitos ----- */
/* ----- inicio pagina assembleiaeleitos ----- */
._pagassembleiaeleitos .articles-leading > .article {
	width: 27%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}
._pagassembleiaeleitos .articles-leading > .article-intro-image {
	padding: 40px;
}
._pagassembleiaeleitos .articles-leading > .article .article-body {
	padding: 0px;
}
._pagassembleiaeleitos a {
	word-wrap: break-word;
}
@media (max-width: 767px) {
._pagassembleiaeleitos .article-list + .article-list .col-md-2, ._pagassembleiaeleitos .article-list + .article-list .col-md-6 {
	width: 25%;
}
._pagassembleiaeleitos .article-list + .article-list .article {
	width: 100%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}
._pagassembleiaeleitos .article-list + .article-list .article {
	margin-bottom: 60px;
	padding: 20px;
	border: none;
	border-radius: 0px;
	background-color: #fff;
	transition: 0.3s;
}
._pagassembleiaeleitos .article-list .article {
	border: none;
	border-radius: 0px;
}
._pagassembleiaeleitos .article-introtext p {
	font-size: 11px;
	margin-left: -10px;
	margin-right: -10px;
}
}
/* ----- fim pagina assembleiaeleitos ----- */
/* ----- inicio pagina patrimonio ----- */
.blog._pagpatrimonio .introtext {
	display: none;
}
/* ----- fim pagina patrimonio ----- */
/* ----- inicio pagina redeescolar ----- */
.blog._pagredeescolar .item {
  	display: flex;
}
.blog._pagredeescolar .intro-image {
	width: 30%;
	margin-right: 40px;
	margin-bottom: 40px;
}
.blog._pagredeescolar .content-wrap {
	width: 70%;
	float: left;
	margin-top: 0px;
  	padding-left: 0px;
}
.blog._pagredeescolar .content-wrap h2 {
	margin-top: 0px !important;
}
@media (max-width: 480px) {
.blog._pagredeescolar .item {
  	display: inline-block;
}
.blog._pagredeescolar .intro-image {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
.blog._pagredeescolar .content-wrap {
	width: 100%;
}
}
/* ----- fim pagina redeescolar ----- */
/* ----- inicio pagina associativismo ----- */
.blog._pagassociativismo .item {
  	display: flex;
}
.blog._pagassociativismo .intro-image {
	width: 30%;
	margin-right: 40px;
	margin-bottom: 40px;
}
.blog._pagassociativismo .content-wrap {
	width: 70%;
	float: left;
	margin-top: 0px;
  	padding-left: 0px;
}
.blog._pagassociativismo .content-wrap h2 {
	margin-top: 0px !important;
}
@media (max-width: 480px) {
.blog._pagassociativismo .item {
  	display: inline-block;
}
.blog._pagassociativismo .intro-image {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
.blog._pagassociativismo .content-wrap {
	width: 100%;
}
}
/* ----- fim pagina associativismo ----- */
/* ----- inicio pagina contactosuteis ----- */
/*.blog._pagcontactosuteis .introtext {
	display: none;
}*/
.blog._pagcontactosuteis .item {
  	display: flex;
}
.blog._pagcontactosuteis .intro-image {
	width: 30%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.blog._pagcontactosuteis .content-wrap {
	width: 70%;
	float: left;
	margin-top: 0px;
  	padding-left: 0px;
}
.blog._pagcontactosuteis .content-wrap h2 {
	margin-top: 0px !important;
}
@media (max-width: 480px) {
.blog._pagcontactosuteis .item {
  	display: inline-block;
}
.blog._pagcontactosuteis .intro-image {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
.blog._pagcontactosuteis .content-wrap {
	width: 100%;
}
}
/* ----- fim pagina contactosuteis ----- */
/* ----- inicio de pagina do boletim ----- */
div._pagboletim .pd-buttons {
	float: none !important;
	text-align: center;
}
div._pagboletim .pd-filebox {
	width: 285px;
	float: left;
	height: 470px;
}
div._pagboletim .pd-float img {
	max-height: 380px;
}
div._pagboletim .pd-document16 {
	padding-left: 0px !important;
	background: none !important;
}
/* ----- fim de pagina do boletim ----- */
/* ----- inicio pagina mapa ----- */
._pagmapa .adminlist {
	display: none;
}
._pagmapa #gmapMulti {
	width: 100% !important;
}
.jevlocations-filter-text.span3 {
	display: none !important;
}
.jevlocations-filter-text {
	display: none !important;
}
.jevlocations-filter-buttons.span2 {
	display: none !important;
}
#filter_loccat {
	padding: 0px 20px;
}
.jevlocations-filter-category.span3 {
	margin-left: 0px !important;
	font-size: 0px !important;
}
/* ----- fim pagina mapa ----- */
/* ----- inicio de uniformar os iframes dos vídeos ----- */
.item-page iframe {
	border: none !important;
	float: none !important;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
  	/* width: 500px !important; */
	/* height: 282px !important; */
	max-width: 90% !important;
	display: block;
}
/* ----- fim de uniformar os iframes dos vídeos ----- */
/* ----- inicio da agenda jevents ----- */
#jevents .nav-items {
	width: 100%;
}
#jevents .jev_evdt_title {
	color: #252525;
}
#jevents .jev_evdt_desc {
	color: #252525;
}
#jevents_body .nav-items > div:first-child {
	border-left: 1px solid #000000;
}
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
	border-left: 1px solid #000000;
}
#jevents_body .nav-items > div {
	border: 1px solid #000000;
	padding: 6px 0px 5px 0px;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
	background-color: #000000;
}
#jevents_body .nav-items > div:last-child {
	border-right: 1px solid #000000;
}
#jevents_body .nav-items > div a {
	padding: 7px 12px 5px 12px;
}
#jevents_body .nav-items > div a:hover {
	background-color: #959595;
	border-left: 1px solid #000000;
}
#jevents_body .nav-items > div a:hover {
	padding: 7px 12px 5px 12px;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
	background-color: #000000;
	border: 1px solid #000000;
}
.jev_toprow div.currentmonth {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-bottom: 1px;
}
.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
	height: 25px !important;
}
.jev_evdt_desc img {
	margin-left: auto;
	margin-right: auto;
}
#jevents .contentpaneopen.jev_evdt {
	margin-left: 75px;
	margin-right: 75px;
}
#jevents .jev_evdt_desc p {
	line-height: 28px;
	margin-bottom: 16px;
}
#jevents .jev_evdt_desc img {
	margin-top: 30px;
}
#jevents_body ul.ev_ul li.ev_td_li {
	margin-bottom: 30px;
	margin-top: 20px;
	padding-left: 10px;
	margin-left: 20px;
}
#jevents_body .cal_today a.cal_daylink {
	background-color: #000000;
}
#jevents_body .cal_today a.cal_daylink:hover {
	border: 1px solid #000000;
	color: #000000;
}
#jevents_body .ev_nextrepeat, #jevents_body .ev_prevrepeat, #jevents_body .ev_repeatexception {
	display: none !important;
}
#jev_maincal a {
	font-size: 20px;
	line-height: 30px;
}
div.jev_pagination .limit {
	display: none;
}
#jevents_body .jev_toprow div.previousmonth a {
	padding-left: 0px;
	background: none !important;
}
#jevents_body .jev_toprow div.nextmonth a {
	padding-right: 0px;
	background: none !important;
}
/* ----- inicio de nova agenda ----- */
/* para que isto funcione é preciso tb implementar o novo layout de lista (List Row Detail) */
/*
<p>{{Start Date:STARTDATE;%B}}</p>
<p>{{Start Date:STARTDATE;%A %d}}</p>
<p>{{Category:CATEGORY}}</p>
<p>{{Title Link:TITLE_LINK}}</p>
<p>{{Truncated Desc:TRUNCATED_DESC:30}}</p>
*/
#jevents #jevents_body .nav-items > div:first-child {
	/*border: none;*/
}
#jevents #jevents_body .nav-items > div:last-child {
	/*border: none;*/
}
#jevents #jevents_body .nav-items > div {
	border-radius: 5px;
	margin: 0px 10px;
	padding: 5px 0px;
	line-height: 25px;
	border-color: #fff;
}
#jevents #jevents_body .nav-items > div a:hover {
	color: #000;
	background-color: #ffffff;
	border-radius: 5px;
	border-left: none;
	margin-left: 0px;
	line-height: 25px;
	padding: 8px 12px 9px 12px;
}
#jevents #jevents_body .nav-items div.active a {
	padding: 8px 12px 9px 12px;
	border-radius: 5px;
}
#jevents #jevents_body .nav-items div.active a:hover {
	padding: 8px 12px 9px 12px;
}
#jevents #jevents_body {
	border: none;
	background: none;
}
#jevents .contentpaneopen.jev_evdt {
	margin-left: 0px;
	margin-right: 0px;
}
#jevents #jevents_body #jev_maincal {
	border-color: transparent;
	background-color: transparent;
}
#jevents #jevents_body #jev_maincal a {
	color: #000000;
	font-weight: 700;
}
#jevents #jevents_body #jev_maincal a:hover {
	color: #008030;
}
#jevents #jevents_body #jev_maincal .jev_daysnames {
	background: #008030;
	color: #ffffff;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding-left: 0px;
}
#jevents #jevents_body div.new-navigation {
	margin-bottom: 70px;
}
#jevents #jevents_body .jev_toprow {
	margin-bottom: 70px;
}
#jevents #jevents_body .jev_toprow div {
	font-size: 34px;
	color: #008030 !important;
	border: none;
	background: transparent;
}
#jevents #jevents_body .jev_toprow div.previousmonth a {
	font-size: 0px;
}
#jevents #jevents_body .jev_toprow div.nextmonth a {
	font-size: 0px;
}
#jevents #jevents_body .jev_toprow div.previousmonth a::after {
	content: "\f053";
	font-size: 50px;
	color: #008030;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
#jevents #jevents_body .jev_toprow div.nextmonth a:after {
	content: "\f054";
	font-size: 50px;
	color: #008030;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
#jevents #jevents_body #jev_maincal li p br {
	display: none;
}
#jevents #jevents_body #jev_maincal .ev_ul {
	margin: 0px;
}
#jevents #jevents_body #jev_maincal .ev_td_li {
	margin: 0px;
	border: 1px solid #fff !important;
	padding: 0px 40px 40px 0px;
}
#jevents_body #jev_maincal .jev_daysnames {
	display: none;
}
#jevents #jevents_body #jev_maincal .ev_ul .ev_td_li p:first-child {
	display: table-cell;
	text-align: center;
	height: 40px;
	vertical-align: middle;	
	width: 120px;
	background: #008030;
	color: #fff;
	text-transform: uppercase;
}
#jevents #jevents_body #jev_maincal .ev_ul .ev_td_li p:nth-child(2) {
	display: table-cell;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	width: 170px;
	background: #DADADA;
	text-transform: uppercase;
}
#jevents #jevents_body #jev_maincal .ev_ul .ev_td_li p:nth-child(3) {
	display: table-cell;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	width: 170px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
#jevents #jevents_body #jev_maincal .ev_ul .ev_td_li p:nth-child(4) {
	margin-top: 40px;
	margin-left: 40px;
	text-transform: uppercase;
}
#jevents #jevents_body #jev_maincal .ev_ul .ev_td_li p:nth-child(5), #jevents #jevents_body #jev_maincal .ev_ul .ev_td_li div {
	margin-left: 40px;
}
/* ----- fim de nova agenda ----- */
/* ----- fim da agenda jevents ----- */
/* ----- mod privacy ----- */
#sp-footer ._modprivacidade {
	display: none;
}
/* ----- fim do mod privacy ----- */
/*fim de css genéricas-------------------------------------------------------------*/





/* inicio de css genéricas------------------------------------------------------------- */
/* ----- inicio de phocagallery ----- */
/* tirar copyright phocagallery */
#phocagallery div[style*="text-align:right;color:#"] {
	display: none !important;
}
/* limpezas no phocagallery */
#phocagallery .pg-csv-name {
	background: none;
	padding-left: 0px;
}
#phocagallery .pg-csv-box {
	box-shadow: none;
	background: transparent;
}
#phocagallery .pg-cv-box {
	box-shadow: none;
}
#phocagallery .pg-cv-folder {
	background: none;
	padding-left: 0px;
}
.pg-cvcsv {
	border-top: none;
	border-bottom: none;
}
#phocagallery .counter {
	display: none;
}
#pg-msnr-container {
	display: block;
}
/* fim de phocagallery */
/* inicio de phocadownload */
/* tirar copyright phocadownload */
.pd-category-view + div + div[style*="text-align:right;"] {
	display: none !important;
}
.pd-category-view + div[style*="text-align:right;"] {
	display: none !important;
}
.pd-category small {
	display: none;
}
/* fim de tirar copyright phocadownload */
/* limpezas no phocadownload */
.pg-cv-box:hover {
	background: none;
}
.pg-cvcsv-name {
	background: none;
}
.pd-button-download a:focus {
	color: #fff;
}
#phoca-dl-categories-box .pd-subcategory a + small, #phoca-dl-category-box .pd-subcategory a + small {
	display: none;
}
/* fim de limpezas no phocadownload */
/* inicio pagina eleitos */
.blog._pageleitos .item {
  	display: flex;
}
.blog._pageleitos .intro-image {
	width: 25%;
	margin-right: 40px;
	margin-bottom: 40px;
}
.blog._pageleitos .content-wrap {
	width: 75%;
	float: left;
	margin-top: 0px;
  	padding-left: 0px;
}
.blog._pageleitos .content-wrap h2 {
	margin-top: 0px !important;
}
/* fim pagina eleitos */
/* inicio pagina assembleiaeleitos */
._pagassembleiaeleitos .articles-leading > .article {
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-right: 3%;
	min-height: auto;
}
._pagassembleiaeleitos .articles-leading > .article-intro-image {
	padding: 40px;
}
._pagassembleiaeleitos .articles-leading > .article .article-body {
	padding: 0px;
	background: transparent !important;
}
._pagassembleiaeleitos a {
	word-wrap: break-word;
}
/* fim pagina assembleiaeleitos */


/* inicio css------------------------------------------------------------- */
._pagmapa table.adminlist {
	display: none;
}
._pagmapa #gmapMulti {
	width: 100% !important;
}
.article-full-image.float-left {
	width: 100%;
}
.sppb-addon-articles .sppb-addon-article {
	border: none;
}
#sppb-addon-1548222197131 {
	border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
}
.article-list.articles-leading .article .readmore {
	top: -50px;
}
.article-list .article {
	border: none;
}
.article-list .article .article-body {
	width: 100%;
}
._modredessociais ul {
	list-style: none;
	padding: 0;
	margin: -6px -10px;
	display: inline-block;
}
._modredessociais img {
	display: none;
}
._modredessociais ul li {
	display: inline-block;
	margin: 13px 7px;
}
._modredessociais ul li a {
	font-size: 14px;
	color: #1d252d66 !important;
}

/* inicio mod galeria 1 página */
/*._modgaleria .sppb-addon-title {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 40px;
	border-bottom: 1px #fecd2e solid;
	padding-bottom: 20px;
	color: #003460 !important;
}
._modgaleria .sppb-addon-title {
	border-bottom: 1px #d1d1d1 solid;
}
._modgaleria #phocagallery-module-ri .mosaic {
	width: 50% !important;
}*/
#phocagallery-module-ri .mosaic img {
	border: none !important;
	box-shadow: none !important;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#phocagallery-module-ri .mosaic {
	width: 190px !important;
	height: 142px !important;
	/*overflow: hidden;*/
}
@media (min-width: 1200px) {
#phocagallery-module-ri .mosaic:first-of-type {
	width: 540px !important;
	height: 426px !important;
}
#phocagallery-module-ri .mosaic:first-of-type img {
	width: 100% !important;
}
}
#column-wrap-id-1550082441267 h4 {
	color: rgba(19, 19, 19, .6);
}
#column-wrap-id-1550082441267 {
	padding-left: 0px;
	padding-right: 0px;
}
/* fim mod galeria 1 página */

#sp-footer .sp-copyright, #sp-footer a, #sp-footer ul.menu li a {
	/* font-weight: 400; */
	font-size: 14px;
	text-align: left;
	line-height: 32px;
	opacity: 1;
}
#sp-footer .sp-copyright p {
	margin-bottom: 0px;
}
#sp-footer .container-inner {
	padding: 0px !important;
}
#sp-bottom-top1 .sp-module ul > li > a {
	color: #ffffff;
}

/* inicio de pagina do boletim*/
div._pagboletim .pd-buttons {
	float: none !important;
	text-align: center;
}
div._pagboletim .pd-filebox {
	width: 275px;
	float: left;
	height: 450px;
}
div._pagboletim .pd-float img {
	max-height: 350px;
}
div._pagboletim .pd-document16 {
	padding-left: 0px !important;
	background: none !important;
}
div._pagboletim .pd-float {
	width: 100%;
}
div._pagboletim .pd-float img {
	width: 100%;
}
/* fim de pagina do boletim*/

table.acymailing_form {
  	width: 100%;
	margin-top: 10px;
}
.acysubbuttons .button {
	width: 100%;
	line-height: 36px;
}

#sp-bottom-top .row {
	padding-bottom: 20px;
	border-bottom: 1px solid #555;
}
#sp-bottom-top {
	background-color: #1d252d;
	padding: 30px 0 0 0;
}
#sp-bottom-top ul.menu {
	padding-left: 0px;
	font-weight: 700;
	display: flex;
}
#sp-bottom-top1 .menu li {
	float: left;
	margin-right: 40px;
	list-style: none;
}
#sp-bottom {
	padding-top: 40px;
}
#sp-bottom #sp-bottom4 a {
	border: none;
	padding: 0px;
	text-transform: none;
	font-weight: 400;
}
#sp-bottom-top2 .menu a {
	color: #fff !important;
}
#sp-bottom-top2 .menu li a {
	font-size: 25px;
}
#sp-bottom-top2 ul.menu {
	float: right;
}
#sp-bottom-top2 ul.menu li {
	float: left;
	margin-right: 20px;
	list-style: none;
	margin-top: 5px;
}
#sp-bottom .sp-module {
	margin-bottom: 0px;
}

#sp-footer a, #sp-bottom a {
	opacity: 1;
}

#sp-logo-wrap {
	padding: 0;
	border-bottom: none;
}

.hero-section .hero-elements-column._slidetopo {
	width: 100% !important;
	max-width: 100% !important;
}

#sp-header {
	background: #fff;
}

/*daqui para baixo copiar para setubal*/
#sp-top2 ._menuredessociais li a {
	color: transparent !important;
}
#sp-top2 ._menuredessociais li {
	width: 15px;
  	margin-left: 25px;
}
#sp-top2 ._menuredessociais li a::before {
	color: #ffffff80;
}
#sp-top2 ._menuredessociais ul li {
	float: left;
	list-style: none;
}
#sp-top2 ._menuredessociais ul {
	margin: 0px;
}

#sp-bottom .sp-module .sp-module-title {
	font-size: 20px;
}

#sp-bottom4 ._menuredessociais li {
	width: 40px;
	margin-left: 0px;
}
#sp-bottom4 ._menuredessociais ul li {
	float: left;
	list-style: none;
}
#sp-bottom4 ._menuredessociais ul {
	margin: 0px;
}
#sp-bottom4 ._menuredessociais li a {
	color: transparent !important;
}
#sp-bottom4 ._menuredessociais li + li {
	margin-left: -9px;
}
#sp-bottom4 ._menuredessociais li + li + li {
	margin-left: 3px;
}

/* inicio mod galeria 1 página */
#phocagallery-module-ri .mosaic img {
	border: none !important;
	box-shadow: none !important;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#phocagallery-module-ri .mosaic {
	width: 180px !important;
	height: 142px !important;
	/*overflow: hidden;*/
}
@media (min-width: 1200px) {
#phocagallery-module-ri .mosaic:first-of-type {
	width: 570px !important;
	height: 426px !important;
}
#phocagallery-module-ri .mosaic:first-of-type img {
	width: 100% !important;
}
}
#column-wrap-id-1550082441267 h4 {
	color: rgba(19, 19, 19, .6);
}
#column-wrap-id-1550082441267 {
	padding-left: 0px;
	padding-right: 0px;
}
/* fim mod galeria 1 página */


/* inicio mod newsletter 1ª página */
table.acymailing_form {
	margin: 0px;
	border: 0px !important;
	width: 100%;
	margin-top: 20px;
}
table.acymailing_form .button {
	/*background-color: #0b0c1e !important;
	border-color: #0b0c1e !important;
	color: #003cff !important;*/
}
table.acymailing_form .inputbox {
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* fim mod newsletter 1ª página */

._modagenda1pagina .mod_events_latest_table tr {
	width: 33.33%;
	display: block;
	float: left;
	border: none;
}
._modagenda1pagina .mod_events_latest_table tr td {
	width: 95%;
	display: block;
}
._modproximoevento p img {
	width: 100px;
	display: block;
	float: left;
	margin-right: 20px;
	height: 100px;
	object-fit: cover;
}
._modproximoevento p {
	font-size: 0;
}

.com-content.view-category .article-list .article .article-intro-image img {
	height: auto;
}
.finatic-blog .blog .article-list .article .article-body .article-info span.createdby, .finatic-blog .blog .article-list .article .article-body .article-info span.category-name {
	display: block;
}
.blog.finatic-blog .article-intro-image.float-left {
	/*margin-bottom: 25px;*/
	float: left;
}
}
.finatic-blog .article-full-image {
	width: 100%;
}
.finatic-blog .article-full-image img {
	width: 100%;
}
.phocadownloadfile32 {
	background: transparent url(icon_documentos_download.png) 5px center no-repeat;
	border: none;
}
.finatic-blog .article-info .hits {
	display: block !important;
	float: right;
}
.finatic-blog .article-info .category-name {
	display: inline !important;
}

.tagspopular.tagscloud .tag {
	margin-right: 15px;
	display: inline-block;
}
.tagspopular.tagscloud .tag-name {
	padding-right: 5px;
	padding-left: 5px;
}
.tagspopular.tagscloud .tag-name:hover {
	color: #ffffff;
}

.list-group-item.list-group-item-action {
	/*width: 50%;*/
	float: left;
	border: none;
	background-color: transparent;
}
.category.list-group {
	display: block;
}
.list-group-item h3 {
	font-size: 24px;
}

#sp-top-bar {
	/*background-image: linear-gradient(to right,#50B748,#009EC2);*/
	/*background: #00953F;*/
}
#sp-top-bar a {
	color: #ffffff80;
}
#sp-top-bar a:hover, #sp-top-bar a:focus {
	color: #ffffff80;
}
#sp-menu > div .sp-megamenu-wrapper {
	/* order: 2; */
	margin-top: 12px;
	margin-left: auto;
}
#sp-logo-wrap {
	display: none;
}
.sp-module._modlogo {
	margin-top: 0px;
  	order: 1 !important;
}
.sp-module._modlogo img {
	height: 70px;
}
.sp-megamenu-parent > li:not(:last-child) {
	/*margin-right: 20px;*/
}
#sp-header {
	height: 90px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color:#959698;
	font-weight: 700;
  	font-size: 14px;
  	text-transform: capitalize;
  	letter-spacing: 1px;
}
.sp-megamenu-parent > li:hover > a {
	/*color: #1d1d1b;*/
}
._modagenda1pagina .mod_events_latest_table tr .eventoimagem {
	background: url(icon_evento.png) no-repeat;
	width: 70px;
	height: 145px;
	float: left;
	margin-right: 15px;
	margin-top: -15px;
}
._modagenda1pagina .mod_events_latest_table tr + tr .eventoimagem {
	background: url(icon_evento.png) no-repeat;
}
._modagenda1pagina .mod_events_latest_table tr + tr + tr .eventoimagem {
	background: url(icon_evento.png) no-repeat;
}
._modagenda1pagina .mod_events_latest_table tr + tr + tr + tr .eventoimagem {
	background: url(icon_evento.png) no-repeat;
}
._modagenda1pagina .mod_events_latest_table tr .categoria {
	color: #008030;
}
._modagenda1pagina .mod_events_latest_table tr + tr .categoria {
	color: #008030;
}
._modagenda1pagina .mod_events_latest_table tr + tr + tr .categoria {
	color: #008030;
}
._modagenda1pagina .mod_events_latest_table tr + tr + tr + tr .categoria {
	color: #8D909C;
}
h3 {
	margin-bottom: 30px;
}
._modproximoevento a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
  	line-height: 20px;
}
._modproximoevento .titulos {
	margin-bottom: 10px;
}
._modproximoevento .categoria {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
._slidetopo .sppb-sp-slider-title {
	margin-top: 10px !important;
  	margin-bottom: 10px !important;
}
._slidetopo .sppb-sp-slider-text {
  	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
._slidetopo .sppb-container {
	margin-top: 150px;
}
.hero-section::before {
  	background-image: none;
	background: #ffffff;
}

#sppb-addon-1593190102256 .sppb-articles-carousel-meta-date {
	font-weight: 400;
	color: #9d9d9c;
}
.sppb-articles-carousel-meta-category a {
	font-weight: 400;
	color: #48b454;
	text-transform: uppercase;
	font-size: 13px;
}
.jevbootstrap .mod_events_latest_date, .jevbootstrap .mod_events_latest_content {
	font-weight: 400;
	color: #9d9d9c;
  	font-size: 14px;
}
.sppb-articles-carousel-link {
	font-size: 24px;
	color: #252525;
	font-weight: 500;
	line-height: 34px;
}

#section-id-1566299103183 a[href*="historia"]::after {
	content: "História";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="visitar"]::after {
	content: "Visitar";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="ocorrencias"]::after {
	content: "Sugestões";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="sugestoes"]::after {
	content: "Sugestões";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="rede-escolar"]::after {
	content: "Rede Escolar";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="associativismo"]::after {
	content: "Associativismo";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="balcao-virtual"]::after {
	content: "Balcão Virtual";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="gestao"]::after {
	content: "Gestão";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="assembleia"]::after {
	content: "Assembleia";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 a[href*="visitar"]::after {
	content: "Visitar";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 .sppb-col-sm-2:nth-child(1) a::after {
	content: "Escola de Mobilidade";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 .sppb-col-sm-2:nth-child(2) a::after {
	content: "Ação Social";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 .sppb-col-sm-2:nth-child(3) a::after {
	content: "Educação";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 .sppb-col-sm-2:nth-child(4) a::after {
	content: "Espaço Cidadão";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 .sppb-col-sm-2:nth-child(5) a::after {
	content: "Gestão";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#section-id-1566299103183 .sppb-col-sm-2:nth-child(6) a::after {
	content: "Urbanismo";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #878787;
}
#sppb-addon-1566302860473 .sppb-row > div img {
	margin-left: auto;
	margin-right: auto;
}

/*._modboletim ._download{
	font-size: 19px;
	background: url(icon_download_NUVEM.png) no-repeat;
	padding-left: 70px;
	line-height: 40px;
}*/
._modboletim {
	background: url(icon_boletim1.png) 0px 7px no-repeat;
	padding-left: 48px;
}
._appmovel {
	background: url(icon_APP_smartphone.png) no-repeat;
	padding-left: 48px;
  	line-height: 48px;
}
#sppb-addon-wrapper-1566817386551 .sppb-addon-title {
	line-height: 46px;
}
#sppb-addon-wrapper-1566817386695 {
	line-height: 80px;
	margin-bottom: 15px;
}
#sppb-addon-wrapper-1593196774287 {
	line-height: 80px;
}
div.bx-wrapper .bx-controls-direction a:hover {
	color: #009EC2;
}

div.phocadownloadfilelist div.phocadownloadfilelist16 {
	/* background: transparent url("/images/template/icon_pdf.png") no-repeat scroll 5px center; */
	background: transparent url('bt_default_download_PDF.png') 5px center no-repeat;
	padding: 6px 10px 10px 40px;
	/* display: inline-block; */
	line-height: 42px;
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.phocadownloadfilelist div.phocadownloadfilelist16:hover {
	background: transparent url('bt_hover_download_PDF.png') 5px center no-repeat;
}
div.phocadownloadfilelist div.phocadownloadfilelist32 {
	/* background: transparent url("/images/template/icon_pdf.png") no-repeat scroll 5px center; */
	background: transparent url('bt_default_download_PDF.png') 5px center no-repeat;
	padding: 6px 10px 10px 40px;
	/* display: inline-block; */
	line-height: 20px;
	overflow: hidden;
	/* height: 70px; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	margin-bottom: 30px;
}
div.phocadownloadfilelist div.phocadownloadfilelist32:hover {
	background: transparent url('bt_hover_download_PDF.png') 5px center no-repeat;
}
._modvitrine .phocadownloadfilelist {
	background: none;
	border: none;
	column-count: 3;
}
._modvitrine a {
	color: #9d9d9d;
	font-size: 14px;
	font-weight: 500;
}
#btn-1603268850626:hover {
	color: #000000;
}
._modvitrine .phocadownloadfilelist32 {
	padding-top: 20px;
	padding-bottom: 20px;
}
._modvitrine .phocadownloadfilelist32 {
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent url('bt_default_download_PDF.png') 5px center no-repeat;
	padding-left: 50px;
}
.phocadownloadfile32 {
	border: none;
	background: transparent url('bt_default_download_PDF.png') 5px center no-repeat;
}
.pd-document16 {
	background: transparent url('bt_default_download_PDF.png') 5px center no-repeat !important;
	line-height: 40px !important;
	height: 40px !important;
	padding-left: 40px !important;
}
.pd-document16:hover {
	background: transparent url('bt_hover_download_PDF.png') 5px center no-repeat !important;
}

#section-id-1603279411883 p {
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}
.sppb-addon-image-content .sppb-image-holder {
	background-repeat: no-repeat;
	background-size: auto;
}

.sp-page-builder .page-content #section-id-1594391730452 {
	/* background-image: linear-gradient(to right,#50B748,#009EC2); */
	/*border-top: 10px solid #F7B400;*/
}
.sp-page-builder .page-content #section-id-1594391730452 a {
	color: #ffffff;
}
.sp-page-builder .page-content #section-id-1594391730452 .button {
	background: transparent;
	border: solid 2px #fff5;
	text-transform: uppercase;
	line-height: 23px;
	width: 80%;
	border-radius: 0px;
	font-size: 14px;
	letter-spacing: 2px;
}
.sp-page-builder .page-content #section-id-1594391730452 .acymailing_introtext {
	font-weight: 500;
}
.sp-page-builder .page-content #section-id-1594391730452 input {
	border-radius: 5px !important;
}
.sp-page-builder .page-content #section-id-1594391730452 .inputbox {
	color: #000000;
}
#sp-bottom, #sp-footer {
	font-weight: 500;
}
#sp-bottom {
	border-top: 1px solid;
	/*background: #ededed;*/
}
#sp-bottom h3.sppb-addon-title {
	font-size: 20px;
	color: #000;
	font-weight: 700;
}
#sp-bottom #sppb-addon-1603366026358 {
	opacity: 0;
}

#sp-bottom .sp-module ul > li:nth-child(1) {
	/* font-size: 21px; */
	font-weight: bold;
	/* color: #000; */
	/* background: none; */
	padding-left: 0px;
	/* margin-bottom: 30px; */
}
#sp-bottom ._modcontactos li {
	/*background: url('bola_cinzento.png') no-repeat 0px center;*/
	/*padding-left: 25px;*/
	font-size: 14px;
	margin-bottom: 20px;
}
#sp-bottom ._modcontactos li + li {
	/* background: url('bola_azul.png') no-repeat 0px 7px; */
	margin-bottom: 0px;
}
#sp-bottom ._modcontactos li + li {
	/*width: 50%;*/
	/*float: left;*/
}
#sp-bottom ._modcontactos li + li + li {
	/*background: url('bola_vermelho.png') no-repeat 0px center;*/
}
#sp-bottom ._modcontactos li + li + li + li {
	/*background: url('bola_amarelo.png') no-repeat 0px center;*/
}
#sp-bottom3 .sp-module ul li {
	/*text-align: right;*/
}
#sp-bottom3 ._modcontactos li {
	/*background: url('bola_cinzento.png') no-repeat right center;*/
	/*padding-right: 25px;*/
}
#sp-bottom3 ._modcontactos li + li {
	/*background: url('bola_azul.png') no-repeat right 7px;*/
}
#sp-bottom3 ._modcontactos li + li + li {
	/*background: url('bola_vermelho.png') no-repeat right center;*/
}
#sp-bottom3 ._modcontactos li + li + li + li {
	/*background: url('bola_amarelo.png') no-repeat right center;*/
}



.sp-scroll-up {
	background: none;
}
.fa-chevron-up::before {
	content: "\f077";
	background: url('bt_go_up_website.png') no-repeat center center;
	color: transparent;
	line-height: 31px;
	width: 36px;
	display: block;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
	background: none;
}

._hidehits .article-info .hits {
	display: none !important;
}

#sp-header.header-sticky ._modlogo img {
	height: 60px;
}
#sp-header.header-sticky .sp-module._modlogo {
	margin-top: 6px;
}
#sp-header.header-sticky {
	height: 90px;
}
#sp-header.header-sticky #sp-menu > div .sp-megamenu-wrapper {
	/*margin-top: 15px;*/
}
.com-sppagebuilder #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0px;
	margin-top: -32px;
}

.sppb-articles-carousel-content {
	padding: 20px 60px 25px 20px;
}
h2.sppb-addon-title {
	color: #B0B6BC;
	display: inline-block;
	border-bottom: 3px solid #B0B6BC;
	padding-bottom: 5px !important;
}
#sp-footer {
	/*border-top: 1px solid #e3e3e3;*/
	padding-top: 15px;
	background: #ededed;
}
._modnewsletter h2 {
	color: #ffffff;
	padding-bottom: 0px !important;
	border-bottom: none;
}
._modnewsletter .sppb-addon-header {
	padding-right: 40px;
	float: left;
}

.sppb-addon-articles-carousel .bx-pager.bx-default-pager {
	display: none;
}
.sppb-addon-articles-carousel .bx-controls.bx-has-pager {
	position: relative;
	max-width: 1140px;
	top: -515px;
	margin-right: auto;
	margin-left: auto;
}
.sppb-addon-articles-carousel .bx-controls.bx-has-pager .bx-controls-direction a {
	font-size: 40px !important;
	/*width: 1140px;*/
	margin-right: 50px;
	text-align: right;
  	right: 50px;
	left: auto;
  	top: -65px;
}
.sppb-addon-articles-carousel .bx-controls.bx-has-pager .bx-controls-direction a + a {
	/*width: 1140px;*/
	margin-right: 20px;
	text-align: right;
  	right: 0px;
	left: auto;
}
.sppb-btn.sppb-btn-primary.sppb-btn-outline {
	border: 2px solid #B0B6BC;
	color: #B0B6BC;
	border-radius: 5px;
}
.sppb-btn.sppb-btn-primary.sppb-btn-outline:hover, .sppb-btn.sppb-btn-primary.sppb-btn-outline:focus {
	background-color: transparent;
	color: #000;
}
.sppb-btn {
	padding: 14px 45px;
	border-radius: 0px;
	font-size: 13px;
}
#sp-top2 ._menuredessociais img {
	display: none;
}
#sp-bottom4 ._menuredessociais li a::before {
	color: #009aca;
	font-size: 30px;
	display: none;
}
#sp-bottom .sp-module ul > li > a {
	display: inline;
}
#sppb-addon-1592927570482 .sp-slider .sp-nav-control .nav-control {
	border-radius: 50px;
	border-width: 2px;
	border-color: #9d9d9c;
	/* color: #9d9d9c; */
}
.dot-controller-dot.sp-slider .sp-dots ul li::after {
	background: #000000;
	width: 10px;
	height: 10px;
}
#sppb-addon-1592927570482 .sp-slider .sp-dots ul li {
	border-width: 0px;
	height: 22px;
	width: 22px;

}
._slidetopo .sp-slider .sppb-row {
	max-width: 87%;
}
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text {
	color: #231F20;
	font-size: 20px;
	padding: 15px 35px 20px 35px;
	/* font-family: 'Lato', sans-serif; */
	font-weight: 400;
	margin: 0px !important;
	/* background-image: linear-gradient(to right,#50B748,#009EC2); */
	background: #FBCB07;
	opacity: 0.8 !important;
	border-radius: 5px;
}
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text h2 {
	color: #231F20;
	font-size: 62px;
	margin: 0px 0px -10px -5px;
	/* font-family: 'Frank Ruhl Libre', sans-serif; */
	font-weight: 900;
	padding-left: 2px;
	padding-bottom: 15px;
}
.sppb-sp-slider-button .sp-slider-btn-text {
	border: none;
	background: #000000;
	border-radius: 0px;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	opacity: 0.8;
	padding: 10px 35px;
}
.sppb-sp-slider-button .sp-slider-btn-text:hover {
	color: #f4f4f4;
	border: none;
}

#sppb-addon-1592927570482 .dot-controller-position-bottom_left.sp-slider .sp-dots {
	width: 1140px;
	left: 10px !important;
	bottom: 70px !important;
	position: relative;
}
#sp-footer2 a {
	margin-right: 20px;
}
#sp-main-body {
	padding-top: 0px;
	padding-bottom: 50px;
}
.nav-placeholder {
	height: auto !important;
}
.phocagallery-box-file, .pg-csv-box {
	padding: 5px;
}
#sp-main-body ._pageleitos img {
	margin: 30px;
	max-width: 150px;
}
._pageleitos .article-introtext {
	padding: 0px 30px 35px 0px !important;
	display: grid;
}
._pagboletim .pd-ctitle {
	display: none;
}
div._pagboletim .pd-filebox {
	padding: 20px;
}
div._pagboletim .pd-filename .pd-float:nth-child(1) {
	line-height: 20px;
	height: 45px;
}
.view-article .finatic-blog-details .tags-wrapper .finatic-tags ul.tags li a {
	text-shadow: none;
}
.phocadownloadfile16 {
  	background: transparent url('bt_default_download_PDF.png') 5px center no-repeat;
	border: none;
	background-color: transparent;
	padding-left: 40px;
}
form .pgcenter .pginline {
	display: none;
}
.pd-fdesc p {
	margin-left: 50px;
}
#phoca-dl-category-box .pd-subcategory {
	padding-left: 45px;
	background: url(icon_pasta_default.png) no-repeat 5px center;
	font-weight: 700;
	margin-bottom: 10px;
}
#phoca-dl-category-box .pd-subcategory:hover {
	background: url(icon_pasta_hover.png) no-repeat 5px center;
}
/*#phoca-dl-category-box .pd-subcategory a {
	color: #000000;
}*/
#phocagallery .pg-csv-count {
	display: none;
}
#phocagallery .pg-cvcsv-count {
	display: none;
}
#phocagallery .pg-cvcsv-name {
	padding-left: 45px;
	background: url(icon_pasta_default.png) no-repeat 5px center;
	font-weight: 700;
	margin-bottom: 10px;
}
#phocagallery .pg-cvcsv-name:hover {
	background: url(icon_pasta_hover.png) no-repeat 5px center;
}
/*#phocagallery .pg-cvcsv-name a {
	color: #000000;
}*/
/* inicio da agenda jevents */
#jevents .nav-items {
	width: 100%;
}
#jevents .jev_evdt_title {
	color: #252525;
}
#jevents .jev_evdt_desc {
	color: #252525;
}
#jevents_body .nav-items > div:first-child {
	border-left: 1px solid #008030;
}
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
	border-left: 1px solid #008030;
}
#jevents_body .nav-items > div {
	border: 1px solid #008030;
	padding: 6px 0px 5px 0px;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
	background-color: #008030;
}
#jevents_body .nav-items > div:last-child {
	border-right: 1px solid #008030;
}
#jevents_body .nav-items > div a:hover {
	background-color: #959595;
	border-left: 1px solid #008030;
}
#jevents_body .nav-items > div a:hover {
	/*padding: 8px 12px 7px 12px;*/
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
	background-color: #008030;
	border: 1px solid #008030;
}
.jev_toprow div.currentmonth {
	border-top: 1px solid #008030;
	border-bottom: 1px solid #008030;
	padding-bottom: 1px;
}
.jev_evdt_desc img {
	margin-left: auto;
	margin-right: auto;
}
#jevents_body ul.ev_ul li.ev_td_li {
	margin-bottom: 30px;
	margin-top: 20px;
	padding-left: 10px;
	margin-left: 20px;
}
#jevents_body .cal_today a.cal_daylink {
	background-color: #008030;
}
#jevents_body .cal_today a.cal_daylink:hover {
	border: 1px solid #008030;
	color: #008030;
}
#jevents_body .ev_nextrepeat, #jevents_body .ev_prevrepeat {
	display: none !important;
}
#jev_maincal a {
	font-size: 20px;
	line-height: 30px;
}
#jevents_body .ev_repeatexception {
	display: none;
}
div.jev_pagination .limit {
	display: none;
}
#jevents_body .jev_toprow div.previousmonth a {
	padding-left: 0px;
	background: none !important;
}
#jevents_body .jev_toprow div.nextmonth a {
	padding-right: 0px;
	background: none !important;
}
/* fim da agenda jevents */
.article-body span[class*="fa-"] {
	/*width: 35px;*/
	/*color: #009EC2;*/
}
.article-details span[class*="fa-"] {
	/*width: 35px;*/
	/*color: #009EC2;*/
}
.article-details .page-header {
	display: none;
}
.page-header h1 {
	font-size: 41px;
	font-family: 'Frank Ruhl Libre', sans-serif;
	font-weight: 700;
	margin-top: 70px;
	margin-bottom: 35px;
}
.jevbootstrap h1, #jevents_header h1, .category-list h1, #acymodifyform h1, .contact h1, .search h1 {
  	margin-top: 70px;
	margin-bottom: 35px;
	font-size: 41px;
	font-weight: 700;
	line-height: 40px;
  	font-family: 'Frank Ruhl Libre', sans-serif;
}
.view-article .finatic-blog-details div[itemprop="articleBody"] {
	padding: 0px 75px;
}
.view-article .finatic-blog .article-header {
	background-color: #fff;
	padding: 50px;
	/* position: absolute; */
	width: 95%;
	/* left: 0; */
	/* right: 0; */
	margin: auto;
	/* bottom: -55px; */
	margin-top: -90px;
	position: relative;
  	margin-bottom: -50px;
}
/*.finatic-blog .blog .article-list .article .article-body .article-header h2 {
	font-size: 41px;
	font-weight: 700;
	line-height: 40px;
	font-family: 'Frank Ruhl Libre', sans-serif;
}*/
.view-article .finatic-blog-details .article-img-wrpaaer .article-header h1 {
	font-size: 41px;
	font-weight: 700;
	line-height: 40px;
  	font-family: 'Frank Ruhl Libre', sans-serif;
}
/*.finatic-blog-details h1, .finatic-blog-details h2 {
	font-size: 41px;
	font-weight: 700;
	line-height: 40px;
  	/*font-family: 'Frank Ruhl Libre', sans-serif;*/
/*	margin-top: 80px;
	margin-bottom: 35px;*/
/*}*/
.article-details h1, .article-details h2 {
	font-size: 41px;
	font-weight: 700;
	line-height: 40px;
  	font-family: 'Frank Ruhl Libre', sans-serif;
/*	margin-top: 80px;
	margin-bottom: 35px;*/
}
/*.finatic-blog-details h1::after, .finatic-blog-details h2::after {
	content: "";
	display: block;
	/* margin: 0 10x; */
/*	width: 30px;
	padding-top: 15px;
	border-bottom: 3px solid #50b748;
}*/
.page-header h1::after, .page-header h2::after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 10px;
	border-bottom: 3px solid #008030;
}
.jevbootstrap h1:after, #jevents_header h1:after, .category-list h1:after, #acymodifyform h1:after, .contact h1:after, .search h1:after, .tag-category h2:after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 10px;
	border-bottom: 3px solid #008030;
}
.article-details h1::after, .article-details h2::after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 15px;
	border-bottom: 3px solid #008030;
}
.view-article .finatic-blog-details .article-img-wrpaaer .article-header .article-info {
	font-size: 12px;
	text-transform: uppercase;
	color: #9d9d9c;
	margin-bottom: 5px;
}
.view-article .finatic-blog-details .article-img-wrpaaer .article-header {
	padding-top: 30px;
	padding-bottom: 30px;
}
.view-article .finatic-blog-details .article-img-wrpaaer .article-header h2 {
	font-size: 41px;
	font-weight: 700;
	line-height: 46px;
	font-family: 'Frank Ruhl Libre', sans-serif;
}
.view-article .finatic-blog-details .article-img-wrpaaer .article-header h2::after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 15px;
	border-bottom: 3px solid #008030;
}
.phoca-dl-category-box h1 {
  	margin-top: 80px;
	margin-bottom: 35px;
}
._pagassociativismo div[itemprop="articleBody"] {
	display: inline-block;
}
.contact h3, .contact .jicons-icons {
	display: none;
}
.contact .info-block.icon2 {
	margin-bottom: 30px;
}
#phoca-dl-category-box .pd-category h3.pd-ctitle, #phoca-dl-file-box .pd-file h3.pd-ctitle, #phoca-dl-download-box .pd-file h3.pd-ctitle, .pd-category-view h1, .tag-category h2 {
	font-size: 41px;
	font-weight: 700;
	line-height: 40px;
	font-family: 'Frank Ruhl Libre', sans-serif;
	background: none;
	margin-top: 80px;
	margin-bottom: 35px;
	border: none;
}
.pd-category h3.pd-ctitle::after, .pd-category-view h1::after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 15px;
	border-bottom: 3px solid #008030;
}
ul.pagination .page-item.active .page-link, ul.pagination .page-item .page-link {
	margin: 0 10px;
}
#pg-pagination {
	width: 100%;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	top: -15px;
}
#sp-right {
	margin-top: 80px;
}
._pagbrasoes .article-introtext img {
	margin: 30px;
}
.blog._pagassociativismo .article-introtext p {
	display: none;
}
.blog._pagredeescolar .article-introtext p {
	display: none;
}
.blog._pagpatrimonio .article-introtext p {
	display: none;
}
.sp-megamenu-parent > li.active > a {
	font-weight: 700 !important;
  	/*background: url(menu_bola_h.png) no-repeat center left;*/
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	font-weight: 700 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	margin-bottom: 15px;
}

                                      
._modgaleriaright #phocagallery-module-ri div.mosaic {
	width: 85px !important;
	height: auto !important;
}
._modgaleriaright #phocagallery-module-ri .mosaic img {
	width: 85px !important;
	height: auto !important;
}
#sp-right .sp-module h3.sp-module-title:after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 15px;
	border-bottom: 3px solid #008030;
}
.page-header {
	padding-bottom: 0px;
}
.finatic-blog .blog .article-list .article .article-body .article-header h2 {
	font-weight: 700;
}
.finatic-blog #sp-right .sp-module, .finatic-blog #sp-left .sp-module {
	margin-bottom: 50px;
}
.finatic-blog .blog .article-list .article .article-body .article-info {
	text-transform: uppercase;
	font-size: 12px;
	color: #9d9d9c;
}
._modproximoseventos .jevbootstrap .mod_events_latest_date {
	font-size: 12px;
	text-transform: uppercase;
}
._modproximoseventos .jevbootstrap .mod_events_latest_content {
	font-size: 14px;
}
.finatic-blog #sp-right .latestnews > div .article-list-img, .finatic-blog #sp-left .latestnews > div .article-list-img {
	max-width: 100px;
	height: 64px;
	margin-top: 5px;
}
.finatic-blog #sp-right .latestnews > div .latest-post-content-wrap .latest-post-info span.category-date, .finatic-blog #sp-left .latestnews > div .latest-post-content-wrap .latest-post-info span.category-date {
	color: #9d9d9c;
	font-size: 12px;
	text-transform: uppercase;
}
/*.finatic-blog #sp-right .latestnews > div .latest-post-content-wrap .latest-post-title a, .finatic-blog #sp-left .latestnews > div .latest-post-content-wrap .latest-post-title a {
	font-size: 14px;
}*/
._modtemas ul {
	list-style-type: none;
	padding-left: 0px;
	columns: 2;
	font-size: 14px;
}
._modtemas ul a:hover {
	color: #50b748 !important;
}
._pagassembleiaeleitos .article-list + .article-list .article .article-body .article-introtext {
	padding: 0 20px 35px;
	font-size: 14px;
}
div#YoutubeGallerySecondaryContainer1 object {
	box-shadow: none;
}
div#YoutubeGalleryMainContainer1 table {
	width: 80% !important;
}
div#YoutubeGalleryMainContainer1 table td {
	padding-left: 20px;
	padding-right: 20px;
}
div#YoutubeGalleryMainContainer1 table img {
	margin-left: auto;
	margin-right: auto;
}

/* menu em várias colunas */
.sp-megamenu-parent .item-header > a {
	font-size: 14px !important;
	pointer-events: auto;
	color: #959698 !important;
	border-bottom: none;
	letter-spacing: 1px;
}

/* menu top2 */
#sp-top2 ul.menu li a {
	/* color: transparent !important; */
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #afafaf;
	/*background: url(menu_bola.png) no-repeat center left;/*
	padding-left: 25px;
	background-size: 12px;
	font-size: 11px;
	line-height: 28px;
	letter-spacing: 1px;
}
#sp-top2 ul.menu li {
	/*width: 15px;*/
  	margin-left: 40px;
}
#sp-top2 ul.menu li a::before {
	color: #afafaf;
	font-weight: 900;
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
}
#sp-top2 ul.menu li {
	float: left;
	list-style: none;
}
#sp-top2 ul.menu {
	margin: 0px;
}
#sp-top-bar {
	padding-top: 0px;
	padding-bottom: 0px;
}
#sp-top-bar a {
	font-size: 12px;
	line-height: 28px;
}

/* form ocorrencias */
#ocorrencias .btn {
	background-color: #008030;
}

/* pesquisar */
.fas.fa-search::before {
	font-family: "Font Awesome 5 Free";
}
.fas.fa-search::after {
	display: none;
}
.fas.fa-search img {
	display: none;
}
.sp-module .search input.form-control {
	border: 1px solid #ededed;
}

.article-details a {
	color: #008030;
}

._pagimprensa .article-header {
	/* background: transparent !important; */
	/* margin-top: 90px !important; */
	/* bottom: 0px !important; */
	position: relative !important;
}
._pagimprensa p img {
	margin-right: auto;
	margin-left: auto;
}
._pagimprensa .article-details .page-header {
	display: block;
}

.pagination {
	width: 100%;
}

.btn-primary, .sppb-btn-primary {
	border-color: #008030;
	background-color: #008030;
}

.contentpaneopen.jev_evdt {
	margin-left: 75px;
	margin-right: 75px;
}
#jevents .jev_evdt_desc p {
	line-height: 28px;
	margin-bottom: 16px;
}
#jevents .jev_evdt_desc img {
	margin-top: 30px;
}

#sp-footer ._modprivacidade {
	display: none;
}

#YoutubeGalleryMainContainer1 h3 {
	margin-top: 30px;
}
#YoutubeGalleryMainContainer1 h3:after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 15px;
	border-bottom: 3px solid #50b748;
}
#YoutubeGalleryMainContainer1 h4 {
	font-size: 16px;
}
#YoutubeGalleryMainContainer1 hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
}

.jevlocations-filter-text.span3 {
	display: none !important;
}
.jevlocations-filter-buttons.span2 {
	display: none !important;
}
#filter_loccat {
	padding: 0px 20px;
}
.jevlocations-filter-category.span3 {
	margin-left: 0px !important;
	font-size: 0px !important;
}

#lnee_139 ul.latestnews-items li.latestnews-item {
	width:29.5% !important;
}
#lnee_139 .latestnews-item {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
#lnee_139 .latestnews-item:nth-child(1), #lnee_139 .latestnews-item:nth-child(4) {
	margin-left: 0px !important;
}
#lnee_139 .latestnews-item:nth-child(3), #lnee_139 .latestnews-item:nth-child(6) {
	margin-right: 0px !important;
}
#lnee_139 .latestnews-item:nth-child(2n+1) .picture {
	/*display: none;*/
}
#lnee_139 .latestnews-item:nth-child(2n+1) .newsinfo {
	background: #008030;
	height: 175px;
	padding: 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#lnee_139 .latestnews-item:nth-child(2n+3) .newsinfo {
	background: #008030;
}
#lnee_139 .latestnews-item:nth-child(2n+5) .newsinfo {
	background: #008030;
}
#lnee_139 .latestnews-item:nth-child(2n) .newsinfo {
	height: 175px;
	padding: 25px;
  	background: #ffffff;
	border-radius: 0px 0px 10px 10px;
}
#lnee_139 .latestnews-item:nth-child(4), #lnee_139 .latestnews-item:nth-child(5) , #lnee_139 .latestnews-item:nth-child(6) {
	margin-top: 40px !important;
	position: relative;
}
#lnee_139 .latestnews-item .catlink a {
	text-transform: uppercase;
	color: #9d9d9c;
}
#lnee_139 .latestnews-item .newstitle {
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#lnee_139 .latestnews-item:nth-child(2n+1) .catlink a {
	color: #ffffff;
	font-size: 12px;
}
#lnee_139 .latestnews-item:nth-child(2n+1) .detail_data {
	color: #ffffff;
	font-size: 12px;
}
#lnee_139 .latestnews-item:nth-child(2n+1) .newstitle a span {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}
#lnee_139 .latestnews-item:nth-child(2n) .newsinfo a {
	font-size: 12px;
}
#lnee_139 .latestnews-item:nth-child(2n) .detail_data {
	color: #9d9d9c;
	font-size: 12px;
}
#lnee_139 .latestnews-item:nth-child(2n) .newstitle a span {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
}
#lnee_139 .newshead .picture img {
	/* width: 100%; */
	/*height: 290px;*/
	object-fit: cover;
	object-position: center;
}

.sp-megamenu-parent img {
	max-width: 20px;
	display: inline;
	margin-right: 8px;
	margin-top: -4px;
}

#sp-logo-right .sp-column {
	/*margin-top: 20px;*/
}

.sp-megamenu-parent > li > a {
	/*background: url(menu_bola.png) no-repeat center left;*/
	padding-left: 10px;
}
.sp-megamenu-parent > li > a:hover {
	/*background: url(menu_bola_h.png) no-repeat center left;*/
}
.sp-megamenu-parent > li:hover > a {
	/*background: url(menu_bola_h.png) no-repeat center left;*/
}
                                      
.logo-image {
	height: 60px;
}
#sp-logo .logo {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	/*border-left: 2px solid #f6f6f6;*/
}
#sp-logo-right .sp-contact-info {
	padding-top: 34px;
	padding-left: 15px;
	padding-bottom: 34px;
	/*border-left: 2px solid #f6f6f6;*/
}
#sp-logo-wrap .container-inner {
	/*border-bottom: 2px solid #f6f6f6;*/
}
.sp-megamenu-wrapper {
	/*border-left: 2px solid #f6f6f6;*/
	padding-left: 30px;
}
.sp-contact-info .fn-email {
	display: none;
}
#sp-logo-right ._modpesquisar .sp-module-content {
	background: url(search_lupa.png) no-repeat center left;
	padding-left: 30px;
}
#sp-logo-right ._modpesquisar {
	padding-left: 20px;
	/*border-left: 2px solid #f6f6f6;*/
	padding-top: 27px;
	padding-bottom: 26px;
	padding-right: 20px;
	/*border-right: 2px solid #f6f6f6;*/
	width: 240px;
}
#sp-header ._menuredessociais li {
	float: left;
	display: block;
	margin-right: 32px;
}
#sp-header ._menuredessociais {
	width: 240px;
	padding-top: 1px;
	padding-bottom: 13px;
	/*border-right: 2px solid #f6f6f6;*/
	/*border-left: 2px solid #f6f6f6;*/
}
#sp-header ._menuredessociais .menu {
	margin-left: -6px;
}
#sp-header ._menuredessociais img {
	opacity: 0;
}
#sp-header ._menuredessociais img:hover {
	opacity: 1;
}
#sp-header ._menuredessociais ._facebook {
	background: url(topo_facebook.png) !important;
	width: 20px;
	display: block;
	height: 20px;
}
#sp-header ._menuredessociais ._instagram {
	background: url(topo_instagram.png) !important;
	width: 20px;
	display: block;
	height: 20px;
}
#sp-header ._menuredessociais ._twitter {
	background: url(topo_twitter.png) !important;
	width: 20px;
	display: block;
	height: 20px;
}
#sp-header ._menuredessociais ._telegram {
	background: url(topo_telegram.png) !important;
	width: 20px;
	display: block;
	height: 20px;
}
#sp-header ._menuredessociais ._youtube {
	background: url(topo_youtube.png) !important;
	width: 20px;
	display: block;
	height: 20px;
}
#sp-header ._menuredessociais ._rss {
	background: url(topo_rss.png) !important;
	width: 20px;
	display: block;
	height: 20px;
}
#sp-logo-right .search input {
	border: solid 1px #f6f6f6;
	border-radius: 5px;
}
.sp-contact-info li a {
	color: #939598 !important;
}

#sppb-addon-1566815431369 h2.sppb-addon-title {
	border-bottom: none;
}
#sppb-addon-1603268850624 h2.sppb-addon-title {
	border-bottom: none;
}
#section-id-1566815332077 .sppb-container-inner {
	border-bottom: 1px solid #d3d5d6;
}

#sp-bottom .sp-module._menuredessociais ul > li > a {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 11px;
	margin-bottom: 11px;
}
#sppb-addon-1603366313093 {
	border-top: 2px solid #f0f0f0;
	padding-bottom: 0px;
	margin-top: 10px;
}
#sp-bottom .sp-module._menuredessociais img {
	display: none;
}
#sp-bottom ._menuredessociais a._facebook {
	background: url(facebook.png) no-repeat;
}
#sp-bottom ._menuredessociais a._facebook:hover {
	background: url(facebook_h.png) no-repeat;
}
#sp-bottom ._menuredessociais a._instagram {
	background: url(instagram.png) no-repeat;
}
#sp-bottom ._menuredessociais a._instagram:hover {
	background: url(instagram_h.png) no-repeat;
}
#sp-bottom ._menuredessociais a._twitter {
	background: url(twitter.png) no-repeat;
}
#sp-bottom ._menuredessociais a._twitter:hover {
	background: url(twitter_h.png) no-repeat;
}
#sp-bottom ._menuredessociais a._telegram {
	background: url(telegram.png) no-repeat;
}
#sp-bottom ._menuredessociais a._telegram:hover {
	background: url(telegram_h.png) no-repeat;
}
#sp-bottom ._menuredessociais a._youtube {
	background: url(youtube.png) no-repeat;
}
#sp-bottom ._menuredessociais a._youtube:hover {
	background: url(youtube_h.png) no-repeat;
}
#sp-bottom ._menuredessociais a._rss {
	background: url(rss.png) no-repeat;
}
#sp-bottom ._menuredessociais a._rss:hover {
	background: url(rss_h.png) no-repeat;
}

._modvitrine div.phocadownloadfilelist div.phocadownloadfilelist32 {
	padding: 6px 10px 25px 40px;
}

.sp-megamenu-parent .item-header > a:hover {
	color: #008030 !important;
}

.badge {
	color: #000;
}
.list-title a {
	font-weight: 700;
}

.pd-buttons .btn-success {
	background-color: #00953F;
	border-color: #00953F;
}
.pd-buttons .btn-success:hover {
	background-color: #008030;
	border-color: #008030;
}

._pagvisitar .category-desc .menu li {
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
  	padding-right: 10px;
  	padding-left: 10px;
}
._pagvisitar .category-desc .menu li a {
	background: #ffffff;
	display: block;
	line-height: 50px;
}
._pagvisitar .category-desc .menu {
	padding-left: 0px;
}

._pagbrasoes .blog .article-list.articles-leading .article {
	margin-left: 0px;
	margin-right: 0px;
}
._pagbrasoes .article-list .article .article-body {
	padding-bottom: 50px;
	display: block !important;
}
._pagbrasoes .article img {
	margin: 30px;
	max-width: 200px;
	float: left;
}

span[class*="fa fa-"] {
	width: 35px;
	color: #F7B400;
}

._pagassembleiaeleitos .list-title a {
	pointer-events: none;
	color: #252525;
}
._pagassembleiaeleitos table.category thead > tr, table.category tbody > tr {
	border: none;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}

.badge {
	color: #ffffff;
	background-color: #008030 !important;
}

.list-date.small {
	font-size: 15px;
}

._pageleitos .article-introtext p strong img {
	margin: -6px 0px 0px 15px !important;
	display: inline;
}

._pagbrasoes .article-introtext {
	display: flow-root;
}

._pagludoteca .pg-image.img.img-responsive {
	margin-right: 30px;
}
._pagludoteca .small {
	display: none;
}
._pagludoteca tr {
	margin-bottom: 0px;
}

#section-id-1566815332077 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#section-id-1603268850622 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#sppb-addon-wrapper-1594391730458 {
	border-radius: 10px;
	overflow: hidden;
}

.jevlocations-filter-text.span6 {
	display: none !important;
}
.jevlocations-filter-category.span4 {
	margin-left: 0px !important;
	font-size: 0px !important;
}
#filterloccat {
	padding: 0px 20px;
}

#cookiesck_interface {
	top: auto;
	right: auto;
}
#cookiesck_readmore {
	float: right;
	color: #666;
	border: 2px solid #ddd;
	transition: all 0.2s ease;
	padding: 10px 20px;
	margin: 2px 5px;
}
.cookiesck-main-close {
	float: right;
}
@media (max-width: 1024px) {
#cookiesck_options {
	bottom: 25px;
	left: 0;
}
}

.view-article #sp-component.col-lg-8 {
	width: 100%;
}
.view-article #sp-right {
	display: none;
}
.featured-article-badge {
	display: none;
}

.finatic-blog .blog .article-list .article .article-body .article-introtext {
	padding: 0px;
}
.finatic-blog .blog .article-list .article .article-body .article-introtext p {
	padding: 0px 30px;
}
.finatic-blog .blog .article-list .article .article-body .article-introtext .readmore {
	margin: 30px 0px 0px 0px;
}
.blog._pageleitos .article-list .article .article-body .article-introtext p {
	padding: 0px;
}
.blog._pageleitos .article .article-body {
	display: block !important;
}
.blog._pageleitos .article-list .article .article-body .article-introtext p strong {
	float: left;
}
.blog._pageleitos .article-list .article .article-body .article-introtext p img {
	margin: -5px 0px 0px 8px !important;
	display: inline-block;
}
#phocagallery .pg-category-box-info .ph-si-category {
	display: none;
}
#phocagallery .pg-category-box-count {
	display: none;
}
#phocagallery .pg-category-box {
	width: 25%;
	border: none;
	float: left;
	padding: 20px;
	min-height: 330px;
}
#phocagallery .pg-category-box-image img, #phocagallery .pg-category-box-image svg {
	box-shadow: none;
	width: 100%;
}
.pg-category-box-image svg, .pg-detail-item-image-box img, .pg-item-box-image img, .pg-item-box-image svg, .pg-category-box-image img {
	width: 100%;
}
#phocagallery .pg-item-box {
	float: left;
	width: 20%;
	padding: 10px;
	min-height: 290px;
}
#phocagallery .ph-si-image {
	display: none;
}
#phocagallery .ph-si-category-top-category {
	display: none;
}
#phocagallery .ph-si-category {
	/*display: none;*/
}
#phocagallery .pg-category-categories-top-box-title {
	padding-left: 40px;
	background: url(icon_pasta_default.png) no-repeat 5px center;
	font-weight: 700;
	margin-bottom: 10px;
	width: 85%;
}
#phocagallery .pg-category-categories-top-box-title:hover {
	background: url(icon_pasta_hover.png) no-repeat 5px center;
}
#phocagallery .pg-item-box-title {
	font-size: small;
	min-height: 50px;
}
.article-details .pg-msnr-container {
	display: inline-block;
}
.article-details .pg-item-box {
	width: 100px;
	float: left;
	padding: 10px;
}
.article-details .pg-item-box-title.image {
	display: none;
}
.pd-category form .pagination {
	display: none;
}
.pd-category form .pagination .counter {
	display: none;
}
.com_phocadownload .pagination {
	align-items: center;
	justify-content: center;
}
ul.pagination .page-item:first-child, ul.pagination .page-item:last-child {
	position: relative;
}
#sp-header.header-sticky {
	z-index: 99;
}
._pagboletim .pd-category form .pagination {
	display: inline-flex;
	margin-top: 10px;
}
div._pagboletim .pd-float img {
	width: auto;
	margin: auto;
}
.pagination li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.badge.bg-primary {
	background-color: #008030 !important;
}

#sp-menu {
	margin-top: 10px;
}
.sp-megamenu-parent > .sp-menu-item.active {
	border-bottom: 10px solid #008030;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 40px;
}

.contact-miscinfo .me-2 {
	display: none;
}

._pageleitos .article .article-body {
	min-height: 220px;
}

._pagbrasoes .article-list.articles-leading .article-body {
	min-height: 270px;
}

#section-id-1578573637826 div div div + div {
	margin-top: 25px;
}
#sppb-addon-1683307391588 li {
	margin-bottom: -5px !important;
	font-size: 18px !important;
	color: #008030;
}
#sppb-addon-57f07b58-451d-4c5e-96ec-8a9e22c64733 a {
	font-size: 18px;
  	color: #008030;
}

.captchakeymodule {
	display: none;
}
#trcaptcha {
	display: none;
}
div.control-group:has(#jform_captcha-lbl) {
	display: none;
}




























/* ----- responsive ----- */
@media (max-width:480px) {
.offcanvas-menu {
	width: 300px;
}
}

@media (min-width:576px) {
 .sppb-container {
  max-width:540px
 }
#sppb-addon-1592927570482 .dot-controller-position-bottom_left.sp-slider .sp-dots {
	width: 540px;
	left: 10px !important;
	bottom: 70px !important;
	position: relative;
}
}

@media (max-width:992px) {
.bx-prev {
	color: transparent !important;
}
.bx-next {
	color: transparent !important;
}
#lnee_139 .newshead .picture img {
	width: 100%;
}
#lnee_139 .latestnews-item {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
#lnee_139 .latestnews-item {
	margin-bottom: 20px !important;
}
#lnee_139 .latestnews-item:nth-child(2n) .newsinfo {
	background: #ffffff;
	color: #9d9d9c;
  	height: 175px;
	padding: 25px;
  	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#lnee_139 .latestnews-item:nth-child(2n) .detail_data {
	color: #9d9d9c;
	font-size: 12px;
}
#lnee_139 .latestnews-item:nth-child(2n) .newsinfo a {
	font-size: 12px;
	color: #9d9d9c;
}
#lnee_139 .latestnews-item:nth-child(4), #lnee_139 .latestnews-item:nth-child(5), #lnee_139 .latestnews-item:nth-child(6) {
	margin-top: 0px !important;
	position: relative;
}
}

@media (min-width:768px) {
 .sppb-container {
  max-width:720px
 }
#sppb-addon-1592927570482 .dot-controller-position-bottom_left.sp-slider .sp-dots {
	width: 720px;
	left: 10px !important;
	bottom: 70px !important;
	position: relative;
}
}

@media (min-width:992px) {
 .sppb-container {
  max-width:960px
 }
#sppb-addon-1592927570482 .dot-controller-position-bottom_left.sp-slider .sp-dots {
	width: 1140px;
	left: 10px !important;
	bottom: 70px !important;
	position: relative;
}
}

@media (min-width:1200px) {
.sppb-container {
  max-width:1140px
}
}

@media (max-width:1200px) {
#sppb-addon-1592927570482 .dot-controller-position-bottom_left.sp-slider .sp-dots {
	left: 120px !important;
}
._slidetopo .sppb-container {
	margin-top: 150px;
	left: 110px;
	position: relative;
}
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text h2 {
	line-height: 65px;
}
#lnee_139 ul.latestnews-items li.latestnews-item {
	width: 31% !important;
}
}

@media (max-width: 767px) {
._pagassembleiaeleitos .article-list + .article-list .col-md-2, ._pagassembleiaeleitos .article-list + .article-list .col-md-6 {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
._pagassembleiaeleitos .article-list + .article-list .article {
	width: 100%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
}
._pagassembleiaeleitos .article-list + .article-list .article {
	margin-bottom: 60px;
	padding: 10px;
	border: none;
	border-radius: 0px;
	background-color: #fff;
	transition: 0.3s;
}
._pagassembleiaeleitos .article-list .article {
	border: none;
	border-radius: 0px;
}
._pagassembleiaeleitos .article-introtext p {
	font-size: 11px;
	margin-left: -10px;
	margin-right: -10px;
}
._pagassembleiaeleitos .article-list + .article-list .article .article-body .article-introtext {
	padding: 0 10px 10px;
}
.nav-items > div a {
	padding: 10px 12px 8px 12px;
}
}

@media (max-width:600px) {
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text h2 {
	font-size: 20px;
	margin: 0px 0px 0px -5px;
	line-height: 30px !important;
}
._slidetopo .sppb-container {
	margin-top: 0px;
	left: 0px;
	position: relative;
}
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text {
	font-size: 16px;
}
.sppb-sp-slider-button .sp-slider-btn-text {
	font-size: 10px;
}
#sppb-addon-1592927570482 .dot-controller-position-bottom_left.sp-slider .sp-dots {
	left: 75px !important;
  	display: none;
}
.sp-page-builder .page-content #section-id-1594719079067 {
	padding-top: 0px;
	padding-bottom: 0px;
}
._modagenda1pagina .mod_events_latest_table tr {
	width: 100%;
	display: flex;
	border: none;
}
#column-wrap-id-1566817386428 {
	max-width: 100%;
	flex: 100%;
}
._modboletim {
	background: url(icon_boletim1.png) 0px 0px no-repeat;
	padding-left: 48px;
}
#column-wrap-id-1566817386428 .sppb-addon-title {
	line-height: 46px;
	font-size: 28px;
}
#sppb-addon-wrapper-1603213301669 {
	display: none;
}
.sp-page-builder .page-content #section-id-1594391730450 {
	padding-top: 0px;
}
#phocagallery-module-ri .mosaic {
	width: 50% !important;
}
.sp-page-builder .page-content #section-id-1603268850620 {
	padding-top: 0px;
	padding-bottom: 40px;
}
._modvitrine .phocadownloadfilelist {
	column-count: 1;
}
div.phocadownloadfilelist div.phocadownloadfilelist16 {
	height: 50px;
}
.sppb-addon-image-content .sppb-image-holder {
	background-size: contain;
	height: 70px;
	width: 20px !important;
	float: left;
}
#section-id-1603279411883 p {
	float: left;
	margin-top: 5px;
	font-size: 13px;
	margin-left: -6px;
}
#section-id-1603279411883 > .sppb-row-container {
	width: 100%;
}
#section-id-1603279411883 .sppb-col-md-4 {
	width: 33%;
}
.sp-page-builder .page-content #section-id-1594391730452 .button {
	width: 90%;
	font-size: 12px;
	letter-spacing: 1px;
}
#sp-bottom3 {
	display: none;
}
#sp-bottom4 {
	max-width: 100%;
	width: 100%;
}
#sppb-addon-1603366026358 img {
	display: none;
}
/*#sppb-addon-wrapper-1603366026358 {
	display: none;
}*/
/*.bx-prev {
	background: url(artigo_seta_esq.png) no-repeat;
	background-size: contain;
	color: transparent !important;
}
.bx-next {
	background: url(artigo_seta_dir.png) no-repeat;
	background-size: contain;
	color: transparent !important;
}
.sppb-addon-articles-carousel .bx-controls.bx-has-pager .bx-controls-direction a {
	top: -25px;
}*/
#sppb-addon-1592927570482 div.sp-slider .sp-nav-control {
	display: none;
}
#column-wrap-id-1565331468017 {
	padding-left: 0px;
	padding-right: 0px;
}
.sp-page-builder .page-content #section-id-1565331468018 {
	padding-top: 0px;
}
._slidetopo .sp-slider .sppb-row {
	max-width: 90%;
}
.view-article .finatic-blog-details div[itemprop="articleBody"] {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.view-article .finatic-blog-details .article-img-wrpaaer .article-header h2 {
	margin-top: 15px;
	font-size: 31px;
}
.article-details span[class*="fa-"] {
	width: 20px;
}
.view-article .finatic-blog .article-header {
	padding: 20px;
	width: 90%;
	margin-top: -60px;
}
#phocagallery .pg-csv-box {
	width: 43%;
}
#phocagallery .pg-csv-box-img {
	height: auto;
	width: 100%;
}
#phocagallery a img {
	width: 100%;
}
div#YoutubeGalleryMainContainer1 table td {
	padding-left: 5px;
	padding-right: 5px;
}
div#YoutubeGalleryMainContainer1 table img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
div#YoutubeGalleryMainContainer1 table {
	width: 100% !important;
}
ul.pagination .page-item.active .page-link, ul.pagination .page-item .page-link {
	margin: 0 -3px;
}
div._pagboletim .pd-filebox {
	width: 50%;
	float: left;
	height: 350px;
}
#sp-top2 {
	/*display: none;*/
}
#sppb-addon-1566815431369 .sppb-addon.sppb-addon-header {
	text-align: center;
}
#sppb-addon-1566815569901 .sppb-addon.sppb-addon-header {
	text-align: center;
}
#column-id-1566815332078 {
	padding-bottom: 0px;
}
}

@media (max-width:400px) {
#sp-bottom1, #sp-bottom2 {
	max-width: 100%;
	width: 100%;
}
#sp-bottom4 {
	max-width: 100%;
	width: 100%;
	flex: 0 0 100%;
}                                   
}
                                      
@media (max-width:480px) {
.map-link, .create-account, .top-services {
	display: block !important;
}
.finatic-blog .blog .article-list .article .article-body .article-introtext p {
	padding: 0px 15px;
}
}

@media (min-width:601px) and (max-width:1024px) {
._modagenda1pagina .mod_events_latest_table tr .eventoimagem {
	height: 180px;
}
._modproximoevento a {
	font-size: 18px;
}
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text h2 {
	line-height: 50px;
}
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text h2 {
	font-size: 50px;
	margin: 0px 0px 0px -5px;
}
.sppb-animated-number {
	font-size: 50px !important;
}
._modboletim {
	background: url(icon_boletim1.png) no-repeat;
	padding-left: 48px;
}
#sppb-addon-wrapper-1566817386692 .sppb-addon-title {
	line-height: 46px;
}
#phocagallery-module-ri .mosaic {
	width: 20% !important;
}
#column-wrap-id-1603268850627 {
	max-width: 100%;
}
#column-wrap-id-1603268850623 {
	max-width: 100%;
}
.sppb-addon-image-content .sppb-image-holder {
	background-size: contain;
	height: 70px;
	width: 20px !important;
	float: left;
}
#section-id-1603279411883 p {
	float: left;
	margin-top: 5px;
	font-size: 13px;
	margin-left: -6px;
}
#section-id-1603279411883 > .sppb-row-container {
	width: 100%;
}
#section-id-1603279411883 .sppb-col-md-4 {
	width: 33%;
}
#section-id-1603279411883 .sppb-addon-image-content .sppb-content-holder {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0px;
}
#section-id-1603279411883 .sppb-col-sm-6 {
	max-width: 100%;
	flex: 0 0 0%;
}
#sp-bottom3 {
	display: none;
}
#sp-bottom .col-6 {
	max-width: 33%;
	flex: 0 0 33%;
}
}
@media (max-width: 980px) {
#sp-footer {
	padding-bottom: 50px;
}
}

@media (max-width: 800px) {
.contentpaneopen.jev_evdt {
	margin-left: 15px;
	margin-right: 15px;
}
.jev_evdt .jev_evdt_hits {
	width: 100%;
	display: inline-block;
	text-align: left;
	float: right;
}
#jevents .contentpaneopen.jev_evdt {
	margin-left: 15px;
	margin-right: 15px;
}
}

@media (max-width:992px) {
.sppb-addon-image-content .sppb-image-holder {
	background-size: contain;
	height: 70px;
	width: 50px !important;
	float: left;
}
#column-id-1609865991737 .sppb-col-sm-6 {
	max-width: 00%;
	flex: 0 0 0%;
}
#column-id-1609865991737 .sppb-col-sm-6 + .sppb-col-sm-6 {
	max-width: 80%;
	flex: 0 0 80%;
}
#column-id-1609865991737 .sppb-addon-image-content .sppb-content-holder {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
}
#sppb-addon-wrapper-1603366313093 {
	margin: 20px 0px 0px 0px !important;
}
#lnee_139 ul.latestnews-items li.latestnews-item {
	width: 100% !important;
}
#lnee_139 .newshead .picture, #lnee_291 .newshead .nopicture {
	max-width: 100%;
	max-height: none;
}
#lnee_139 .latestnews-item:nth-child(2n+1) .picture {
	display: block;
}
#lnee_139 .latestnews-item:nth-child(4), #lnee_291 .latestnews-item:nth-child(6) {
	top: 0px;
	position: relative;
}
#lnee_139 .newshead .picture img {
	height: auto;
}
#sp-bottom .container-inner {
	margin-left: auto;
	margin-right: auto;
}
}

@media (min-width:992px) {
._pagboletim .pd-category .row {
	width: 25%;
	float: left;
	height: 450px;
}
._pagboletim .pd-category .row .col-md-6 {
	width: 100%;
}
._pagboletim .pd-category .row:nth-child(2n) {
	width: 27%;
	float: left;
	height: 450px;
	padding: 20px;
}
._pagboletim .pd-category .row:nth-child(2n+1) {
	display: none;
}
._pagboletim .col-md-6 + .col-md-6 {
	text-align: center;
	width: auto !important;
	margin: auto;
}
}
@media (max-width:992px) {
#phocagallery .pg-category-box {
	width: 33%;
	border: none;
	float: left;
	padding: 10px;
}
#phocagallery .pg-item-box {
	float: left;
	width: 33%;
	padding: 10px;
	min-height: 200px;
}
  #sp-menu > div .sp-megamenu-wrapper {
	margin-top: -10px;
}
}

@media (min-width: 1380px) {
.sppb-row-container {
	max-width: 1140px;
}
#column-wrap-id-1566299103182 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 1440px) {
.sp-dropdown.sp-dropdown-mega {
	width: 400px !important;
}
}


