/* 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:
azul: #006DFF
vermelho: #FF697A
amarelo: #F4CF75
cinzento: #706F6F


*/
: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;
}
/* ----- 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 ----- */
/* ----- fim do phocadownload ----- */

/* ----- inicio pagina eleitos ----- */
.blog._pageleitos .item {
  	display: flex;
}
.blog._pageleitos .intro-image, .blog._pageleitos .article-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%;
  	min-height: 330px;
}
._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-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 uniformizar os iframes dos vídeos ----- */
.item-page iframe {
	border: none !important;
	float: none !important;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/* width: 500px !important; */
	/* height: 282px !important; */
	max-width: 100% !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: 8px 12px 6px 12px;
}
#jevents_body .nav-items > div a:hover {
	background-color: #959595;
	border-left: 1px solid #000000;
}
#jevents_body .nav-items > div a:hover {
	padding: 8px 12px 7px 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: #006DFF;
}
#jevents #jevents_body #jev_maincal .jev_daysnames {
	background: #006DFF;
	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: 40px;
	color: #006DFF !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: #006DFF;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
#jevents #jevents_body .jev_toprow div.nextmonth a:after {
	content: "\f054";
	font-size: 50px;
	color: #006DFF;
	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: #006DFF;
	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 ----- */

/* ----- fontawesome ----- */
.article-details span[class*="fa-"] {
	width: 35px;
}
span[class*="fa fa-"] {
	/*width: 35px;*/
}
/* ----- fim de fontawesome ----- */

/* ----- mod privacy ----- */
#sp-footer ._modprivacidade {
	display: none;
}
/* ----- fim do mod privacy ----- */

/* ----- Cookies CK ----- */
#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;
}
}
/* ----- fim do Cookies CK ----- */

/* ----- tirar shadow default dos botões ----- */
.sppb-btn.focus, .sppb-btn:focus, .sppb-btn:active, .sppb-btn-primary.focus, .sppb-btn-primary:focus, .sppb-btn-primary:active {
	box-shadow: none !important;
	border-color: #000000 !important;
}
/* ----- fim de tirar shadow default dos botões ----- */

/*fim de css genéricas -------------------------------------------------------------*/

._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;
	margin-bottom: 25px;
}
#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%;
	padding-bottom: 20px;
}
._modredessociais ul {
	list-style: none;
	padding: 0;
	margin: -6px -10px;
	display: inline-block;
}
._modredessociais img {
	/* display: none; */
	/*width: 50px;*/
}
._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;
	color: #000;
}
#sp-footer .sp-copyright p {
	/* margin-bottom: 0px; */
	/* background: url('logo_footer.png') no-repeat; */
	/* background-size: 50px; */
	/* padding-left: 115px; */
	/* line-height: 40px; */
	/* color: #000; */
	/* text-align: center; */
}
#sp-footer p {
	margin-bottom: 0px;
	line-height: 50px;
}
#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: 0px;*/
}
#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: 15px 0;
	/*z-index: 2;
	position: relative;*/
	border-bottom: none;
}

.hero-section .hero-elements-column._slidetopo {
	width: 100% !important;
	max-width: 100% !important;
}

#sp-header {
	background: #fff;
	/*margin-top: -80px;*/
	/*height: 80px;*/
}
.sp-megamenu-parent > .sp-menu-item {
	height: 85px;
	border-bottom: 15px solid transparent;
}
.sp-megamenu-parent > .sp-menu-item.active {
	border-bottom: 15px solid #006DFF;
}


/*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: 32px;
	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: 25% !important;
	/*height: auto !important;*/
	/* overflow: hidden; */
}

@media (min-width: 800px) {
#phocagallery-module-ri .mosaic {
	width: 25% !important;
	height: 200px !important;
	/* overflow: hidden; */
}
#phocagallery-module-ri .mosaic:first-of-type {
	width: 50% !important;
	height: 400px !important;
}
#phocagallery-module-ri .mosaic:nth-child(6) {
	width: 50% !important;
	height: 150px !important;
}
#phocagallery-module-ri .mosaic:nth-child(7), #phocagallery-module-ri .mosaic:nth-child(8) {
	width: 25% !important;
	height: 150px !important;
}
#phocagallery-module-ri .mosaic:first-of-type img {
	width: 100% !important;
}
}
@media (min-width: 1200px) {
#phocagallery-module-ri .mosaic {
	width: 25% !important;
	height: 400px !important;
	/* overflow: hidden; */
}
#phocagallery-module-ri .mosaic:first-of-type {
	width: 50% !important;
	height: 800px !important;
}
#phocagallery-module-ri .mosaic:nth-child(6) {
	width: 50% !important;
	height: 250px !important;
}
#phocagallery-module-ri .mosaic:nth-child(7), #phocagallery-module-ri .mosaic:nth-child(8) {
	width: 25% !important;
	height: 250px !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: transparent !important;
	border-color: #f4f4f4 !important;
	color: #000000 !important;
	font-size: 11px;
	text-transform: uppercase;
}
table.acymailing_form .inputbox, table.acymailing_form .inputbox:focus {
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #F4F4F4;
	font-size: 11px;
}
/* fim mod newsletter 1ª página */

._modagenda1pagina .mod_events_latest_table tr {
	width: 25%;
	display: block;
	float: left;
	border: none;
	margin-top: 30px;
}
._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;
}
._modagenda1paginacalendario {
	margin-top: 20px;
}
._modagenda1paginacalendario a {
	font-size: 18px !important;
}
._modagenda1paginacalendario td {
	font-size: 18px !important;
}

#flatcal_minical .flatcal_todaycell a {
	border: 1px solid #006DFF;
	background-color: #006DFF;
}
#flatcal_minical .flatcal_todaycell a:hover {
	border: 1px solid #006DFF;
}
#flatcal_minical .flatcal_busylink:link, #flatcal_minical .flatcal_busylink:visited {
	color: #006DFF;
}
#flatcal_minical .flatcal_todaycell {
	border: 1px solid #006DFF;
	background-color: #fff;
	color: #555 !important;
	border-radius: 10px !important;
	display: inline-block;
	margin-top: 13px;
}
#flatcal_minical TD.flatcal_weekdays {
	font-size: 9px !important;
}

.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: 30px; */
	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,#006DFF,#009EC2);*/
	/*background: #E4E4E4;*/
	/*background: #006DFF;*/
}
#sp-top-bar a {
	color: #ffffff80;
}
#sp-top-bar a:hover, #sp-top-bar a:focus {
	color: #ffffff80;
}
#sp-menu > div .sp-module._modlogo {
	order: 1;
}
#sp-menu > div .sp-megamenu-wrapper {
	order: 2;
	/* margin-top: 66px; */
	margin-left: auto;
	margin-right: 0px;
	/* display: inline-table; */
	/* margin-bottom: 8px; */
	/* bottom: 10px; */
	/* position: absolute; */
	/* right: 0px; */
	/* float: right; */
}
#sp-menu > div .sp-module._modpesquisar {
	order: 3;
	margin-top: 20px;
}
#sp-logo-wrap {
	display: none;
}
.sp-module._modlogo {
	margin-top: 5px;
	margin-bottom: 0px !important;
}
.sp-module._modlogo img {
	height: 75px;
}
.sp-megamenu-parent > li:not(:last-child) {
	margin-right: 0px;
}
.sp-megamenu-parent > li:last-child {
	margin-right: 30px;
	height: 70px;
}
.sp-megamenu-parent > li:first-child {
	/*display: none;*/
}
.sp-megamenu-parent > li {
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#sp-header {
	/*height: 70px;*/
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: #959698;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
}
.sp-megamenu-parent > li:hover > a {
	/*color: #1d1d1b;*/
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	top: auto;
}

._modagenda1pagina .mod_events_latest_table tr .eventoimagem {
	background: url(icon_evento_1.png) no-repeat;
	width: 55px;
	height: 75px;
	/* float: left; */
	margin-right: 15px;
	/* margin-top: 5px; */
}
._modagenda1pagina .mod_events_latest_table tr + tr .eventoimagem {
	background: url(icon_evento_2.png) no-repeat;
}
._modagenda1pagina .mod_events_latest_table tr + tr + tr .eventoimagem {
	background: url(icon_evento_3.png) no-repeat;
}
._modagenda1pagina .mod_events_latest_table tr + tr + tr + tr .eventoimagem {
	background: url(icon_evento_4.png) no-repeat;
}
._modagenda1pagina .mod_events_latest_table tr .categoria {
	color: #006DFF;
}
._modagenda1pagina .mod_events_latest_table tr + tr .categoria {
	color: #FF697A;
}
._modagenda1pagina .mod_events_latest_table tr + tr + tr .categoria {
	color: #F4CF75;
}
._modagenda1pagina .mod_events_latest_table tr + tr + tr + tr .categoria {
	color: #706F6F;
}
h3 {
	margin-bottom: 30px;
}
._modproximoevento a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
}
._modproximoevento .titulos {
	margin-bottom: 10px;
	margin-right: 20px;
}
._modproximoevento .datas {
	font-size: 14px;
}
._modproximoevento .categoria {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 13px;
	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-addon-1609147225863 .sppb-articles-carousel-meta-date {
	font-weight: 400;
	font-size: 12px;
}*/
.sppb-articles-carousel-meta-date {
	font-weight: 400 !important;
	color: #9d9d9c;
	font-size: 13px;
}
.sppb-articles-carousel-meta-category a {
	font-weight: 400;
	color: #006DFF;
	text-transform: uppercase;
	font-size: 13px;
}
.jevbootstrap .mod_events_latest_date, .jevbootstrap .mod_events_latest_content {
	font-weight: 400;
	color: #9d9d9c;
  	font-size: 16px;
}
.sppb-articles-carousel-link {
	font-size: 17px;
	color: #252525;
	font-weight: 400;
	line-height: 26px;
}
#sppb-addon-1609147225863 .sppb-articles-carousel-link {
	font-size: 24px;
	line-height: 30px;
}

#section-id-1566299103183 a[href*="servicos"]::after {
	content: "Serviços";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
}
#section-id-1566299103183 a[href*="ocorrencias"]::after {
	content: "Ocorrências";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
}
#section-id-1566299103183 a[href*="sugestoes"]::after {
	content: "Sugestões";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
}
#section-id-1566299103183 a[href*="rede-escolar"]::after {
	content: "Rede Escolar";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
}
#section-id-1566299103183 a[href*="associativismo"]::after {
	content: "Associativismo";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
}
#section-id-1566299103183 a[href*="balcao-virtual"]::after {
	content: "Balcão Virtual";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
}
#section-id-1566299103183 a[href*="gestao"]::after {
	content: "Gestão";
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
}

/*._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_aplicacaomovel.png) no-repeat;
	padding-left: 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: 44px;
	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: #fff url('icon_documentos.png') 15px center no-repeat;
	padding: 7px 25px 7px 50px;
	/* display: inline-block; */
	line-height: 46px;
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
div.phocadownloadfilelist div.phocadownloadfilelist32 a {
	color: #706f6f;
}
div.phocadownloadfilelist div.phocadownloadfilelist32:hover {
	/*background: transparent url('icon_documentos.png') 5px center no-repeat;*/
}
._moddocs1pagina .phocadownloadfilelist {
	margin: 0px;
}
._moddocs1pagina .sppb-addon-title::after {
	content: "";
	display: block;
	width: 90px;
	padding-top: 15px;
	border-bottom: 3px solid #706f6f;
}
._modvitrine .phocadownloadfilelist {
	background: none;
	border: none;
	column-count: 2;
}
._modvitrine a {
	color: #9d9d9d;
	font-size: 13px;
	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('icon_documentos.png') 5px center no-repeat;
	padding-left: 50px;
}
.phocadownloadfile32 {
	border: none;
	background: transparent url('icon_documentos.png') 5px center no-repeat;
}
.pd-document16 {
	background: transparent url('icon_documentos.png') 5px center no-repeat !important;
	line-height: 40px !important;
	height: 40px !important;
	padding-left: 40px !important;
}
.pd-document16:hover {
	background: transparent url('icon_documentos.png') 5px center no-repeat !important;
}

.phocadownloadcategory32 {
	background: transparent url('icon_documentos.png') 5px center no-repeat !important;
	line-height: 10px !important;
	height: 30px !important;
	padding-left: 40px !important;
	border: none;
}

#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,#006DFF,#009EC2);*/
	background: #006DFF;
}
.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 #fff;
	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: 0px;
}
#sp-bottom, #sp-footer {
	font-weight: 400;
}
#sp-bottom h3.sppb-addon-title {
	font-size: 20px;
	color: #000;
	font-weight: 700;
}
#sp-bottom #sppb-addon-1603366026358 {
	opacity: 0;
}

#sp-bottom ._modcontactos li {
  	/*margin-bottom: 20px !important;
	background: url('footer_bola_preta.png') no-repeat 0px 8px;
	padding-left: 25px;*/
}
#sp-bottom ._modcontactos li + li {
	/*background: url('footer_bola_preta.png') no-repeat 0px 8px;*/
}
#sp-bottom ._modcontactos li + li + li {
	/*background: url('footer_bola_vermelha.png') no-repeat 0px 8px;*/
}
#sp-bottom ._modcontactos li + li + li + li {
	b/*ackground: url('footer_bola_vermelha.png') no-repeat 0px 8px;*/
}
#sp-bottom ._modcontactos li + li + li + li + li {
	/*background: url('footer_bola_azul.png') no-repeat 0px 8px;*/
}
#sp-bottom ._modcontactos li + li + li + li + li + li {
	/*background: url('footer_bola_azul.png') no-repeat 0px 8px;*/
}
#sp-bottom ._modcontactos li + li + li + li + li + li + li {
	/*background: url('footer_bola_outline.png') no-repeat 0px 8px;*/
}
#sp-bottom ._modcontactos li + li + li + li + li + li + li + li {
	/*background: url('footer_bola_outline.png') no-repeat 0px 8px;*/
}

.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 #sp-menu > div .sp-megamenu-wrapper {
	/* margin-top: 15px; */
	bottom: 0px;
	margin-bottom: 10px;
}
#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: #9D9D9C;*/
	/*display: inline-block;*/
	/*border-bottom: 3px solid #034E9D;*/
	/*padding-bottom: 15px !important;*/
}
#sppb-addon-1594392959882 h2.sppb-addon-title {
	color: #ffffff;
	display: inline-block;
	border-bottom: none;
	padding-bottom: 15px !important;
}
#sp-footer {
	border-top: none;
	padding-top: 5px;
	background: #e4e4e4;
	/* padding-bottom: 0px; */
}
._modnewsletter h2 {
	color: #ffffff;
}
._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 #9d9d9c;
	color: #9d9d9c;
}
.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: 10px 35px;
	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: #006DFF;
	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: 70%;*/
}
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text {
	color: #fff;
	font-size: 20px;
	padding: 0px 25px 15px 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 0px !important;
	/*background-image: linear-gradient(to right,#006DFF,#009EC2);*/
	background: #034E9D;
	opacity: 0.8 !important;
}
._slidetopo .sp-slider .sppb-row .sppb-sp-slider-text h2 {
	color: #fff;
	font-size: 65px;
	margin: 0px 0px -10px -5px;
	font-family: 'Frank Ruhl Libre', sans-serif;
	font-weight: 700;
  	padding-left: 2px;
}
.sppb-sp-slider-button .sp-slider-btn-text {
	border: none;
	color: #000;
	background: #000000;
	border-radius: 0px;
	color: #fffffff !important;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	opacity: 0.8;
}
.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;
	float: left;
}
#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: 0px 30px;
	max-width: 150px;
	float: left;
}
._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: 40px;
	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: 40px;
	background: url(icon_pasta_default.png) no-repeat 5px center;
	font-weight: 700;
	margin-bottom: 10px;
	width: 85%;
}
#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 #006DFF;
}
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
	border-left: 1px solid #006DFF;
}
#jevents_body .nav-items > div {
	border: 1px solid #006DFF;
	padding: 5px 0px 5px 0px;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
	background-color: #006DFF;
	padding: 7px 12px 8px 12px;
}
#jevents_body .nav-items > div:last-child {
	border-right: 1px solid #006DFF;
}
#jevents_body .nav-items > div a:hover {
	background-color: #959595;
	border-left: 1px solid #006DFF;
}
#jevents_body .nav-items > div a:hover {
	padding: 8px 12px 7px 12px;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
	background-color: #006DFF;
	border: 1px solid #006DFF;
    height: 26px !important;
}
.jev_toprow div.currentmonth {
	border-top: 1px solid #006DFF;
	border-bottom: 1px solid #006DFF;
	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: #006DFF;
}
#jevents_body .cal_today a.cal_daylink:hover {
	border: 1px solid #006DFF;
	color: #006DFF;
}
#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 */
/* ----- inicio de nova agenda ----- */
#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: #006DFF;
}
#jevents #jevents_body #jev_maincal .jev_daysnames {
	background: #006DFF;
	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: 40px;
	color: #006DFF !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: #006DFF;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
#jevents #jevents_body .jev_toprow div.nextmonth a:after {
	content: "\f054";
	font-size: 50px;
	color: #006DFF;
	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: #006DFF;
	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 ----- */

.article-body span[class*="fa-"] {
	width: 35px;
	color: #006DFF;
}
.article-details span[class*="fa-"] {
	width: 35px;
	color: #006DFF;
}
.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;
}
/*.article-info {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}*/
/*.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: 46px;
  	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 #006DFF;
}*/
.page-header h1::after, .page-header h2::after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 10px;
	border-bottom: 3px solid #006DFF;
}
.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 #006DFF;
}
.article-details h1::after, .article-details h2::after {
	content: "";
	display: block;
	/* margin: 0 10x; */
	width: 30px;
	padding-top: 15px;
	border-bottom: 3px solid #006DFF;
}
.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 #006DFF;
}
.phoca-dl-category-box h1 {
  	margin-top: 80px;
	margin-bottom: 35px;
}
._pagassociativismo div[itemprop="articleBody"] {
	/*display: grid;*/
}
.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 #006DFF;
}
ul.pagination .page-item.active .page-link, ul.pagination .page-item .page-link {
	margin: -3px 3px;
}
#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;
}
._pagbrasoes .article p img {
	float: none;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.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; */
	color: #000000;
}
.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 #006DFF;
}
.page-header {
	padding-bottom: 0px;
}
.finatic-blog .blog .article-list .article .article-body .article-header h2 {
	font-weight: 500;
	font-size: 20px;
}
.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: #006DFF !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;
}
.sp-megamenu-parent .item-header > a:hover {
	color: #006DFF !important;
}

/* menu top2 */
#sp-top2 ul.menu li a {
	/*color: transparent !important;*/
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
#sp-top2 ul.menu li {
	/* width: 24px; */
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#sp-top2 ._modredessociais img {
	width: 24px;
}
#sp-top2 ul.menu li a::before {
	color: #ffffff;
	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;
	/*z-index: 2;
	position: relative;*/
}
#sp-top-bar a {
	font-size: 12px;
	line-height: 28px;
}

/* form ocorrencias */
#ocorrencias .btn {
	background-color: #006DFF;
}

/* pesquisar */
.fas.fa-search::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.fas.fa-search::after {
	display: none;
}
.fas.fa-search img {
	display: none;
}
.sp-module .search input.form-control {
	border-bottom: 1px solid #ededed;
	padding: 10px;
}

/*.article-details a {
	color: #48b454;
}*/

._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: #006DFF;
	background-color: #006DFF;
}





/* ufacppc */
#sp-logo {
	/* display: block; */
	/* width: 100% !important; */
	/* max-width: 100% !important; */
	/* flex: 0 0 100%; */
	z-index: 100;
	flex: 0 0 15%;
	max-width: 15%;
}
#sp-logo-right {
	flex: 0 0 85%;
	max-width: 85%;
}
/*#sp-logo .logo {
	display: block;
}*/
/*.logo-image {
	margin-left: auto;
	margin-right: auto;
}*/
#sp-logo .logo a {
	/*margin-left: auto;
	margin-right: auto;
	display: block;*/
}

._modagenda1pagina .mod_events_latest_table tr .eventoimagem {
	background-size: contain !important;
}

/* notícias 1ª página */
#sppb-addon-1609147225863 .sppb-articles-carousel-column:nth-child(3) {
	padding-right: 0px;
}
#sppb-addon-1609147225863 .sppb-articles-carousel-column:nth-child(4) {
	padding-left: 0px;
}
#sppb-addon-1593190102256 .sppb-articles-carousel-column:nth-child(5), #sppb-addon-1593190102256 .sppb-articles-carousel-column:nth-child(6) {
	display: none;
}
#sppb-addon-1593190102256 .sppb-articles-carousel-column:nth-child(1) {
	padding-right: 0px;
	padding-left: 5px;
	margin-left: 8px;
	margin-right: -5px;
}
#sppb-addon-1593190102256 .sppb-articles-carousel-column:nth-child(2) {
	padding-right: 5px;
	padding-left: 0px;
	margin-right: -5px;
}
#sppb-addon-1593190102256 .sppb-articles-carousel-column:nth-child(3) {
	padding-right: 4px;
	padding-left: 0px;
	margin-right: -13px;
}
#sppb-addon-1593190102256 .sppb-articles-carousel-column:nth-child(4) {
	padding-left: 1px;
	padding-right: 3px;
	margin-left: 3px;
}
#sppb-addon-1593190102256 .sppb-articles-carousel-link {
	font-size: 17px;
	line-height: 24px;
}
.sppb-articles-carousel-content {
	height: 200px;
}

.btn-success {
	background-color: #006DFF;
	border-color: #006DFF;
}

#column-id-1609865991737 .sppb-col-sm-6 {
	max-width: 20%;
	flex: 0 0 20%;
}
#column-id-1609865991737 .sppb-col-sm-6 + .sppb-col-sm-6 {
	max-width: 80%;
	flex: 0 0 80%;
}
#column-id-1609865991737 p {
	font-size: 17px;
	margin-top: 15px;
	text-transform: uppercase;
}
#column-id-1609865991737 .sppb-addon-image-content .sppb-image-holder {
	width: 30%;
}

._modcontactos .sppb-addon-wrapper + .sppb-addon-wrapper {
	/*border-top: 1px solid #e3e3e3;*/
}

#sp-bottomnovo ._menuredessociais li a::before {
	color: #009aca;
	font-size: 30px;
	display: none;
}
#sp-bottomnovo ._menuredessociais li {
	width: 45px;
	margin-left: 0px;
}
#sp-bottomnovo ._menuredessociais ul li {
	float: left;
	list-style: none;
}
#sp-bottomnovo ._menuredessociais ul {
	margin: 0px;
}
#sp-bottomnovo ._menuredessociais li a {
	color: transparent !important;
}
#sp-bottomnovo ._menuredessociais li + li {
	margin-left: 0px;
}
#sp-bottomnovo ._menuredessociais li + li + li {
	margin-left: 3px;
}
#sp-bottomnovo {
	background: #ffffff;
	display: block !important;
}
#sp-bottomnovo p, #sp-bottomnovo div {
	font-size: 11px;
}
#sp-bottomnovo ._modredessociais li {
	float: left;
	margin-right: 5px;
}
#sp-bottom {
	/*padding-bottom: 0px;*/
}
#sp-bottom .sp-module-title {
	color: #ffffff !important;
}
#sp-bottomnovo ul.menu {
	padding-left: 0px;
}

/*#section-id-1565331468018 {
	height: 550px;
}*/
/*.sp-video-background {
	position: absolute;
	top: -35% !important;
	left: -20% !important;
	bottom: 0% !important;
	right: -20% !important;
	width: 140% !important;
	height: 200% !important;
}*/
.sp-video-background {
	position: absolute;
	top: -61% !important;
	left: -15% !important;
	width: 130% !important;
	height: 200% !important;
}

.btn.btn-success:hover {
	background-color: #006DFF;
	border-color: #006DFF;
}

/* costacaparica */
._inicio #sp-header {
	background: #ffffff;
	/*border-bottom: none;*/
}
._inicio #sp-header.header-sticky {
	background: #ffffff;
}
._inicio #sp-header #sp-menu ul li a {
	/*color: #000000;*/
}
._inicio #sp-header #sp-menu .sp-dropdown ul li a {
	color: #959698;
}

#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;
}

#mod-search-searchword207 {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	background: url('lupa_pesquisar.png') no-repeat 95%;
	border: 1px solid #f0f0f0;
}
.sp-module._modpesquisar {
	order: 4;
	/*margin-top: 20px;*/
	display: inline-table;
}
#sp-menu > div.sp-column {
	align-items: unset;
}

._modgaleria .sppb-addon-title {
	font-weight: 300;
	text-align: center;
}

#lnee_210 ul.latestnews-items li.latestnews-item {
	width: 31.5% !important;
}
#lnee_210 .latestnews-item {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
#lnee_210 .latestnews-item:nth-child(2n+1) .picture {
	display: none;
}
#lnee_210 .latestnews-item:nth-child(2n+1) .newsinfo {
	background: #006DFF;
	height: 175px;
	padding: 25px;
}
#lnee_210 .latestnews-item:nth-child(5) .newsinfo {
	background: #034E9D;
}
#lnee_210 .latestnews-item:nth-child(2n) .newsinfo {
	height: 175px;
	padding: 25px;
}
#lnee_210 .latestnews-item:nth-child(4), #lnee_210 .latestnews-item:nth-child(6) {
	margin-top: -270px;
	position: relative;
}
#lnee_210 .latestnews-item .catlink a {
	text-transform: uppercase;
}
#lnee_210 .latestnews-item .newstitle {
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#lnee_210 .latestnews-item:nth-child(2n+1) .catlink a {
	color: #ffffff;
	font-size: 12px;
}
#lnee_210 .latestnews-item:nth-child(2n+1) .detail_data {
	color: #ffffff;
	font-size: 12px;
}
#lnee_210 .latestnews-item:nth-child(2n+1) .newstitle a span {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}
#lnee_210 .latestnews-item:nth-child(2n) .newsinfo a {
	font-size: 12px;
}
#lnee_210 .latestnews-item:nth-child(2n) .detail_data {
	color: #9d9d9c;
	font-size: 12px;
}
#lnee_210 .latestnews-item:nth-child(2n) .newstitle a span {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
}
#lnee_210 .newshead .picture img {
	/* width: 100%; */
	height: 290px;
	object-fit: cover;
	object-position: center;
}

#sp-bottom {
	/* background: url('mapa_03.jpg'); */
	/* background-size: cover; */
	background: #000000;
	/* color: #fff !important; */
}
#sppb-addon-1615324823931 p.sppb-addon-title {
	font-size: 22px;
	color: #000000;
}
#sppb-addon-1615324823934 a::before {
	display: none;
}
#sppb-addon-1615324823934 li {
	float: left;
}
#sppb-addon-wrapper-1603365658398 {
	margin-top: 30px !important;
}
#sppb-addon-wrapper-1578573637829 {
	margin-left: 40px !important;
	margin-right: 40px !important;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px !important;
	padding-bottom: 10px;
}
#sp-bottom .container-inner {
	/*max-width: 350px;*/
	/*margin-left: auto;*/
}
#sppb-addon-wrapper-1615324823931 {
	margin-left: 40px !important;
	margin-right: 40px !important;
	margin-bottom: -20px !important;
}
#sppb-addon-wrapper-1615324823931 p {
	text-align: left;
}
#sppb-addon-wrapper-1615324823934 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}
#sppb-addon-wrapper-1615324823934 li {
	margin-right: 10px;
}

#sp-footer ._modprivacidade {
	display: none;
}

.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;
}
._pagmapa table.adminlist {
	display: none;
}
._pagmapa #gmapMulti {
	width: 100% !important;
}

.badge.bg-primary {
	/*background-color: #E81C24 !important;*/
}

.article-full-image.float-none img {
	width: 100%;
}

#phocagallery .pg-cv-box {
	padding: 6px;
	margin-bottom: 30px;
}

.contact span[class*="fa-"] {
	width: 25px;
	color: #006DFF;
}

._pagassociativismo div[itemprop="articleBody"] img {
	float: right !important;
}

._festasform .form-horizontal .control-label {
	/*padding-top: 15px;*/
}
._festasform .fabrikinput {
	width: auto !important;
}
._festasform .btn-success {
	color: #000 !important;
	background: transparent !important;
	border: none !important;
}
._festasform .btn-success:hover {
	color: #000 !important;
	background: transparent !important;
	border: none !important;
}
._festasform .radio span {
	margin-left: 5px;
}
._festasform .control-group.fabrikElementContainer.plg-field.fb_el_festasdecorroios___caravanasmedidas.fabrikDataEmpty.span12 {
	float: left;
}
._festasform .control-group.fabrikElementContainer.plg-field.fb_el_festasdecorroios___caravanasmedidas1.fabrikDataEmpty.span12 label {
	margin-left: 100px;
}
._festasform .control-group.fabrikElementContainer.plg-field.fb_el_festasdecorroios___caravanasmedidas.fabrikDataEmpty.span12 .controls {
	margin-left: 50px;
	display: inline-block;
}

._festasform .control-group.fabrikElementContainer.plg-field.fb_el_festasdecorroios___caravanasmedidas1.fabrikDataEmpty.span12 .controls {
	margin-left: 50px;
	display: inline-block;
}
._festasform #group3 {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 20px 20px 0px;
}

.list-date.small {
	font-size: 15px;
}

.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0;
	color: #fff;
}

.pg-cvcsv-name {
	display: inline-block;
}

#sp-footer2 img {
	width: 100px;
	filter: brightness(0%);
}
#sp-footer2 a + a {
	margin-top: 5px;
	float: right;
}

#sppb-addon-1615324823934 {
	width: max-content;
}

/*._pagrevernewsletter #sp-top-bar, ._pagrevernewsletter #sp-header, ._pagrevernewsletter #sp-bottom, ._pagrevernewsletter #sp-footer {
	display: none;
}*/

#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;
}
}

.fabrikLabel.fabrikTip::after {
	content: " *";
}
.fb_el_festasdecorroios___em_caso_afirmativo_anexar .control-label {
	float: none;
	font-weight: 700;
}
#form_1 .btn {
	border: none;
}
#form_1 .plupload_file_action {
	width: 45px !important;
}
#form_1 .plupload_file_action i {
	width: 20px !important;
	display: block;
	height: 20px !important;
}
#form_1 .plupload_file_action i::after {
	content: "X";
}
#form_1 .plupload_container {
	border: 1px solid #ddd;
	border-radius: 5px;
}

._pagbrasoes .blog .article-list.articles-leading .article {
	margin-left: 0px;
	margin-right: 0px;
}
._pagbrasoes .article-list .article .article-body {
	padding-bottom: 50px;
	min-height: 300px;
  	display: block !important;
}
._pagbrasoes .article-list .article + .article .article-body {
	min-height: 450px;
}
._pagbrasoes .article img {
	margin: 30px;
	max-width: 200px;
	float: left;
}
._pagbrasoes .article-introtext {
	display: flow-root;
}

.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title {
	font-size: 40px;
	line-height: 42px;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg > div .sppb-slideshow-fullwidth-item-text > div {
	max-width: 60%;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title {
	opacity: 0.8 !important;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title .sppb-slidehsow-sub-title {
	display: table !important;
	background: #003cff;
	padding: 10px 20px;
  	margin: 0px;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title span {
	display: table !important;
	background: #003cff;
	padding: 10px 20px;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title span + span {
	margin-top: -10px;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title + p {
	display: table !important;
	background: #959595;
	padding: 10px 20px;
	opacity: 0.8 !important;
}

.sppb-sp-slider-text h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 20px;
	background: #000000;
	display: inline-block;
}
.sppb-sp-slider-text h2 {
	font-size: 40px;
	font-weight: 900;
	background: #006DFF;
	padding: 10px 20px;
	margin: 0px;
}
.sp-slider-btn-text {
	font-size: 15px !important;
	color: #000000 !important;
	background: #ffffff !important;
	opacity: 1 !important;
	padding: 10px 20px !important;
}

#column-wrap-id-1709226230655 {
	padding-right: 0px;
	border-top: 15px solid #006DFF;
	border-bottom: 1px solid #efefef;
}
#column-wrap-id-1709226230656 {
	padding-left: 0px;
	padding-right: 0px;
	border-top: 15px solid #ff697a;
	border-bottom: 1px solid #efefef;
}
#column-wrap-id-1709226230657 {
	padding-left: 0px;
	padding-right: 0px;
	border-top: 15px solid #F4CF75;
	border-bottom: 1px solid #efefef;
}
#column-wrap-id-1709226230658 {
	padding-left: 0px;
	border-top: 15px solid #706F6F;
	border-bottom: 1px solid #efefef;

}

._modnoticias1 .sppb-img-responsive {
	max-width: 150%;
	margin-left: -100px;
}
._modnoticias1 .sppb-addon-article {
	overflow: hidden;
	max-height: 455px;
}
._modnoticias1 .sppb-article-info-wrap {
	top: -200px;
	background: transparent !important;
	box-shadow: none !important;
}
._modnoticias1 .count-hits {
	display: none;
}
._modnoticias1 .sppb-article-info-wrap h3 a {
	color: #ffffff !important;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	display: inline-block;
}
._modnoticias1 .sppb-meta-date {
	color: #ffffff !important;
	font-weight: 700;
}
._modnoticias1 .sppb-meta-date i {
	display: none;
}
._modnoticias1 .sppb-meta-category a {
	position: relative;
	top: -325px;
	left: -125px;
	background: #006DFF;
	padding: 5px 10px;
	color: #000000;
	font-size: 12px;
}
._modnoticias1 .sppb-meta-category i {
	display: none;
}
._modnoticias1 .sppb-meta-category {
	display: contents !important;
}
._modnoticias2 .sppb-img-responsive {
	max-width: 150%;
	margin-left: -100px;
}
._modnoticias2 .sppb-addon-article {
	overflow: hidden;
	max-height: 215px;
}
._modnoticias2 .sppb-article-info-wrap {
	top: -155px;
	background: transparent !important;
	box-shadow: none !important;
}
._modnoticias2 .count-hits {
	display: none;
}
._modnoticias2 .sppb-article-info-wrap h3 a {
	color: #ffffff !important;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	display: inline-block;
	text-shadow: 0px 0px 2px black;
	height: 50px;
	overflow: hidden;
}
._modnoticias2 .sppb-meta-date {
	color: #ffffff !important;
	font-weight: 700;
	text-shadow: 0px 0px 2px #000;
}
._modnoticias2 .sppb-meta-date i {
	display: none;
}
._modnoticias2 .sppb-meta-category a {
	position: relative;
	top: -90px;
	left: -110px;
	background: #006DFF;
	padding: 5px 10px;
	color: #000000;
	font-size: 12px;
}
._modnoticias2 .sppb-meta-category i {
	display: none;
}
._modnoticias2 .sppb-meta-category {
	display: contents !important;
}
._modnoticias2 .sppb-col-sm-6:first-child {
	display: none;
}

.sp-page-builder .page-content #section-id-1709727388729 {
	/*background-attachment: unset;*/
}

#column-wrap-id-1709893674311 {
	max-width: 27%;
	flex: 0 0 27%;
}
#column-wrap-id-1709893674310 {
	max-width: 23%;
	flex: 0 0 23%;
}
.acymailing_form tr {
	width: 60% !important;
	display: block;
}
.acymailing_form tr + tr {
	float: left;
}
.acymailing_form tr + tr + tr {
	width: 37% !important;
	margin-top: -40px;
	margin-left: 5px;
}
.acymailing_form tr + tr + tr input {
	padding-top: 18px;
	padding-bottom: 18px;
}

#sp-top1 ul li {
	display: block;
	float: left;
	margin-right: 40px;
}
#sp-top1 .fa.fa-envelope::before {
	padding-right: 10px;
	font-family: "Font Awesome 5 Free";
}
#sp-top1 .sp-column {
	text-align: left !important;
}
#sp-top1 ul {
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#sp-top1 .menu a {
	font-family: Nunito;
}
#sp-top1 ul li {
	display: block;
	float: left;
	margin-right: 40px;
}
#sp-top-bar span {
	font-size: 12px;
	line-height: 28px;
}
#sp-top1 .menu span {
	font-family: Nunito;
}
#sp-top1 .fas.fa-map-marker-alt::before {
	padding-right: 10px;
	font-family: "Font Awesome 5 Free";
}

._modnoticias1 .sppb-meta-category a[href*="cultura"], ._modnoticias2 .sppb-meta-category a[href*="cultura"], ._modnoticias1 .sppb-meta-category a[href*="espaco"], ._modnoticias2 .sppb-meta-category a[href*="espaco"] {
	background: #ff697a;
}
._modnoticias1 .sppb-meta-category a[href*="educacao"], ._modnoticias2 .sppb-meta-category a[href*="educacao"], ._modnoticias1 .sppb-meta-category a[href*="atividades"], ._modnoticias2 .sppb-meta-category a[href*="acao"], ._modnoticias1 .sppb-meta-category a[href*="atividades"], ._modnoticias2 .sppb-meta-category a[href*="acao"] {
	background: #F4CF75;
}

#sp-left {
	margin-top: 70px;
}
#sp-left .menu {
	list-style: none;
	padding-left: 0px;
	font-size: 20px;
}
#sp-left li::after {
	content: "";
	display: block;
	border: 1px solid #006dff;
	width: 20px;
	/* padding-top: 0px; */
	margin-bottom: 20px;
}
#sp-left li.current {
	font-weight: 900;
}

._paghistoria .introtext {
	margin-top: 30px;
}

._pagvisitar .category-desc .menu li {
	width: 33%;
	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;
}

._pagredeescolar .items-row .tags {
	display: none;
}
._pagredeescolar .introtext {
	display: none;
	margin-bottom: 20px;
}
._pagredeescolar .entry-info {
	margin-bottom: 30px;
}
._pagredeescolar .entry-info {
	margin-bottom: 30px;
	background: #ffffff;
	padding: 20px;
}

.blog._pagredeescolar .item {
	display: block;
}
.blog._pagredeescolar .intro-image {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
.blog._pagredeescolar .content-wrap {
	width: 100%;
}
.blog._pagredeescolar h2 {
	font-size: 20px;
}

/* ----- 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: #006DFF;
}
#jevents #jevents_body #jev_maincal .jev_daysnames {
	background: #006DFF;
	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: #006DFF !important;
	border: none;
	background: transparent;
	line-height: 34px;
}
#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: #006DFF;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
#jevents #jevents_body .jev_toprow div.nextmonth a:after {
	content: "\f054";
	font-size: 50px;
	color: #006DFF;
	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: #006DFF;
	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 ----- */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 30px;
}

._pagcontactos .field-spacer {
	margin-bottom: 60px;
}
._pagcontactos .contact-miscinfo {
	margin-top: 40px;
}

.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;
}
#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: x-small;
}
.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;
}

.jevlocations-filter-text {
	display: none !important;
}

div[id*="YoutubeGallerySecondaryContainer"] object {
	box-shadow: none;
}
div[id*="YoutubeGalleryMainContainer"] table {
	width: 80% !important;
}
div[id*="YoutubeGalleryMainContainer"] table td {
	padding-left: 20px;
	padding-right: 20px;
}
div[id*="YoutubeGalleryMainContainer"] table img {
	margin-left: auto;
	margin-right: auto;
}
div[id*="YoutubeGalleryVideoTitle"] {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 30px;
}
.ygThumbnails {
	margin-top: 80px;
	text-align: left !important;
}
.ygThumbnails .ygThumb-active, .ygThumbnails .ygThumb-inactive {
	border: none;
	box-shadow: none;
	margin-left: 10px;
	margin-right: 10px;
	width: 180px;
}
.ygThumbnails .YGthumbBox {
	width: 100%;
}
.ygThumbDetails {
	width: 100% !important;
}

._pagnoticias .clearblock {
	display: none !important;
}
._pagnoticias .disabled-result {
	display: none !important;
}
._pagnoticias .searchblock .col-auto + .col-auto button {
	display: none;
}
._pagnoticias #filter-search {
	width: 70%;
	height: 40px;
}
._pagnoticias .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 15px;
	height: 40px;
	border: none;
	border-radius: 0px;
	background-color: #fff;
	background: unset;
	background: #ffffff;
	background-clip: padding-box;
	-webkit-box-shadow: unset;
	box-shadow: none;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 40px;
	width: 100%;
}
._pagnoticias .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0px 12px;
}
._pagnoticias .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 12px;
}
._pagnoticias .catlink a[href*="espaco"], ._pagnoticias .catlink a[href*="institucional"], ._pagnoticias .catlink a[href*="obras"] {
	background: #ff697a;
}
._pagnoticias .catlink a[href*="educacao"], ._pagnoticias .catlink a[href*="economicas"], ._pagnoticias .catlink a[href*="desporto"] {
	background: #F4CF75;
}
._pagnoticias .catlink a[href*="ambiente"], ._pagnoticias .catlink a[href*="cultura"], ._pagnoticias .catlink a[href*="acao"] {
	background: #006DFF;
}
._pagnoticias .catlink a {
	padding: 5px 10px;
	color: #000000;
}
._pagnoticias .lnep_blog form .news, ._pagnoticias  .lnep_blog form .innernews {
	height: 200px;
}
._pagnoticias .catlink.title {
	top: 25px;
	position: absolute;
}
._pagnoticias .item_details.before_title {
	text-shadow: 0px 0px 2px black;
	font-size: 14px;
}
._pagnoticias .newstitle {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
._pagnoticias .newstitle a {
	color: #fff;
	text-shadow: 0px 0px 2px black;
}

._modnoticias1 .sppb-meta-category a[href*="espaco"], ._modnoticias2 .sppb-meta-category a[href*="espaco"], ._modnoticias1 .sppb-meta-category a[href*="institucional"], ._modnoticias2 .sppb-meta-category a[href*="institucional"], ._modnoticias1 .sppb-meta-category a[href*="obras"], ._modnoticias2 .sppb-meta-category a[href*="obras"] {
	background: #ff697a;
}
._modnoticias1 .sppb-meta-category a[href*="educacao"], ._modnoticias2 .sppb-meta-category a[href*="educacao"], ._modnoticias1 .sppb-meta-category a[href*="economicas"], ._modnoticias2 .sppb-meta-category a[href*="economicas"], ._modnoticias1 .sppb-meta-category a[href*="desporto"], ._modnoticias2 .sppb-meta-category a[href*="desporto"] {
	background: #F4CF75;
}
._modnoticias1 .sppb-meta-category a[href*="ambiente"], ._modnoticias2 .sppb-meta-category a[href*="ambiente"], ._modnoticias1 .sppb-meta-category a[href*="cultura"], ._modnoticias2 .sppb-meta-category a[href*="cultura"], ._modnoticias1 .sppb-meta-category a[href*="acao"], ._modnoticias2 .sppb-meta-category a[href*="acao"] {
	background: #006DFF;
}

.pagination li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

/* ----- Aimy Captcha-less ----- */
.captchakeymodule {
	display: none;
}
#trcaptcha {
	display: none;
}
div.control-group:has(#jform_captcha-lbl) {
	display: none;
}
/* ----- fim do Aimy Captcha-less ----- */


































/* ----- 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;
}
}

@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_210 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;
}
#sppb-addon-1592927570482 .sp-slider .sp-dots {
	bottom: 50px;
}
#sppb-addon-1566815821115 .sppb-text-center {
	text-align: left;
}
.sp-page-builder .page-content #section-id-1566817386411 {
	padding-top: 40px;
}
}

@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;
	overflow: hidden;
	height: 30px;
	display: block;
}
.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-1566817386692 .sppb-addon-title {
	line-height: 46px;
	font-size: 28px;
}
#sppb-addon-wrapper-1566817386551 .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%;*/
	/*flex: 0 0 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 h1 {
	font-size: 31px;
  	margin-top: 15px;
}
.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-animated-number {
	line-height: 35px !important;
}
#sp-menu > div .sp-megamenu-wrapper {
	right: 30px;
	position: relative;
}
#sp-footer .sp-copyright p {
	margin-bottom: 0px;
	/*background: url('logo_footer.png') no-repeat center top;*/
	/* background-size: 50px; */
	padding-left: 0px;
	line-height: 15px;
	text-align: center;
	padding-top: 25px;
	font-size: 12px;
	margin-bottom: -30px;
}
#sp-footer .sp-copyright p a {
	font-size: 12px;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title {
	font-size: 20px;
	line-height: 22px;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title span {
	padding: 5px 20px;
}
  .sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg > div .sppb-slideshow-fullwidth-item-text > div {
	max-width: 90%;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title .sppb-slidehsow-sub-title {
  	font-size: 14px;
	padding: 5px 20px;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg > div .sppb-slideshow-fullwidth-item-text > div .sppb-btn {
	padding: 15px 25px;
	font-size: 13px;
}
}

@media (max-width:400px) {
#sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
	max-width: 100%;
	width: 100%;
  	flex: 0 0 100%;
}
}

@media (max-width:480px) {
.map-link, .create-account, .top-services {
	display: block !important;
}
}

@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: 100%;
	flex: 0 0 100%;
}
}
@media (max-width: 980px) {
#sp-footer {
	padding-bottom: 50px;
}
}

@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_210 ul.latestnews-items li.latestnews-item {
	width: 100% !important;
}
#lnee_210 .newshead .picture, #lnee_210 .newshead .nopicture {
	max-width: 100%;
	max-height: none;
}
#lnee_210 .latestnews-item:nth-child(2n+1) .picture {
	display: block;
}
#lnee_210 .latestnews-item:nth-child(4), #lnee_210 .latestnews-item:nth-child(6) {
	top: 0px;
	position: relative;
}
#lnee_210 .newshead .picture img {
	height: auto;
}
#sp-bottom .container-inner {
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width:1366px) {
.sp-video-background {
	position: absolute;
	top: -59% !important;
	left: -20% !important;
	width: 130% !important;
	height: 200% !important;
}
.sp-slider-outer-stage {
	height: 410px !important;
}
}

@media (max-width:992px) {
.sp-video-background {
	position: absolute;
	top: -47% !important;
	left: -20% !important;
	width: 130% !important;
	height: 200% !important;
}
#lnee_210 .latestnews-item:nth-child(4), #lnee_210 .latestnews-item:nth-child(6) {
	margin-top: 0px;
	position: relative;
}
#lnee_210 .latestnews-item .newsinfo {
	background: #C53031 !important;
}
#lnee_210 .latestnews-item:nth-child(2n) .detail_data {
	color: #ffffff !important;
}
#lnee_210 .latestnews-item .newstitle a span {
	color: #ffffff !important;
}
#lnee_210 .latestnews-item .catlink a {
	color: #ffffff !important;
}
#lnee_210 .latestnews-item {
	margin-left: 0px !important;
	margin-right: 10px !important;
}
._pagassociativismo div[itemprop="articleBody"] img {
	float: none !important;
}
}

@media (max-width:1100px) {
.sp-slider-outer-stage {
	height: 320px !important;
}
}

@media (max-width:900px) {
.sp-slider-outer-stage {
	height: 250px !important;
}
}

@media (max-width:768px) {
.sp-slider-outer-stage {
	/*height: 200px !important;*/
}
.sppb-sp-slider-text h3 {
	font-size: 11px;
	padding: 8px 15px;
}
.sppb-sp-slider-text h2 {
	font-size: 20px;
	padding: 5px 15px;
}
.sp-slider-btn-text {
	font-size: 10px !important;
	padding: 5px 15px !important;
}
#sppb-addon-1708951380168 .sp-slider .sp-dots {
	bottom: 15px;
}
#sp-menu > div .sp-megamenu-wrapper {
	margin-left: auto;
	margin-right: auto;
}
._modnoticias1 .sppb-meta-category a {
	top: unset;
	left: unset;
}
._modnoticias2 .sppb-meta-category a {
	top: unset;
	left: unset;
}
._modnoticias1 .sppb-addon-article {
	margin-bottom: auto;
}
._modnoticias2 .sppb-addon-article {
	max-height: 455px;
	margin-bottom: auto;
}
}

@media (max-width:800px) {
#sppb-sp-slider-1609927700453 {
	max-height: 400px;
}
#sp-slider-item-1609927700453-num-0-key {
	max-height: 400px;
}
.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;
}
.article-details h1, .article-details h2 {
	font-size: 24px;
}
.view-article .finatic-blog-details._pagassociativismo div[itemprop="articleBody"] {
	margin-top: 80px;
}
}

@media (max-width:600px) {
.sp-slider-outer-stage {
	/*height: 150px !important;*/
}
#sppb-sp-slider-1609927700453 {
	max-height: 300px;
}
#sp-slider-item-1609927700453-num-0-key {
	max-height: 300px;
}
#sp-bottom .row .col-6 + .col-6 + .col-6 {
	margin-top: 30px;
	margin-bottom: 30px;
}
#column-wrap-id-1709893674310 {
	max-width: 50%;
	flex: 0 0 50%;
	margin-top: 30px;
}
#column-wrap-id-1709893674311 {
	max-width: 50%;
	flex: 0 0 50%;
	margin-top: 30px;
}
#column-wrap-id-1709893674312 {
	margin-top: 30px;
}
}

@media (max-width:500px) {
.acymailing_form tr {
	width: 50% !important;
	display: block;
}
}

@media (max-width:480px) {
#sppb-sp-slider-1609927700453 {
	max-height: 240px;
}
#sp-slider-item-1609927700453-num-0-key {
	max-height: 240px;
}
#sp-top2 ul.menu li {
	margin-left: 25px;
}
.sp-slider-outer-stage {
	/*height: 120px !important;*/
}
.sp-module._modlogo img {
	height: 70px;
}
#sp-header {
	height: 85px;
}
#sp-main-body ._pageleitos img {
	margin: 30px;
	max-width: 70px;
}
._modnoticias1 .sppb-addon-article {
	max-height: 420px;
	margin-bottom: auto;
}
._modnoticias2 .sppb-addon-article {
	max-height: 420px;
	margin-bottom: auto;
}
}

@media (max-width:430px) {
._modnoticias1 .sppb-addon-article {
	max-height: 360px;
	margin-bottom: auto;
}
._modnoticias2 .sppb-addon-article {
	max-height: 360px;
	margin-bottom: auto;
}
}

@media (min-width:800px) {
#phocagallery-categories-detail {
	column-count: 3;
}
}

@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;
}
}




























