@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
:root {}

body {
	background: rgb(206, 206, 206);
	background: linear-gradient(180deg, rgba(206, 206, 206, 1) 0%, rgba(255, 255, 255, 1) 100%);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 0px;
	overflow-x: hidden;
}

@media screen and (max-width: 991px) {
	.bannerstyle {
		/* margin-top: 15px !important; */
		margin-bottom: 15px !important;
		position: relative;
		border: 2px solid #407A49;
		border-radius: none !important;
		height: 300px;
	}
	#copyright {
		text-align: center;
	}
	.copyright {
		float: none !important;
	}
	.freglogo {
		float: none !important;
	}
	#zone4 span, #zone4 h5 {
		float: left !important;
	}
	#menu li {
		height: unset !important;
		padding: 10px;
	}

	#menu li a{
		padding: unset !important;
	}

	#parishadress{
		display: none;
	}

}

@media screen and (min-width: 990px) {
	.bannerstyle {
		/*margin-top: 15px !important;*/
		margin-bottom: 15px !important;
		position: relative;
		border: 2px solid #407A49;
		border-radius: 0px 0px 5px 5px;
	}
}

.icon {
	color: white;
	width: 20px;
	margin: 5px;
}

.container-fluid {}

.container {
	max-width: 100%;
	background-color: #ffffff;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 34px;
	margin-top: 0px;
	margin-top: 30px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 26px;
	margin-top: 0px;
	margin-top: 15px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0px;
	margin-top: 15px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-top: 0px;
	margin-top: 15px;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 0px;
	margin-top: 5px;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	margin-top: 0px;
	margin-top: 5px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-top: 15px;
}

a, a:hover, a:focus {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	word-wrap: break-word;
	white-space: normal;
}

article {
	padding-bottom: 10px;
}

article h3 a {
	font-size: 14pt;
}

.page-header {
	margin-top: 10px !important;
	border-bottom: 2px #01532D solid;
}

.page-header h1 {
	margin-top: 0px;
	color: gray;
}

.page-header h3 {}

/*Pagination*/

.pagination {}

.pagination {
	align-items: center;
	justify-content: center;
	background-color: #01532D;
	color: #eeeeee;
	margin-left: 20%;
	margin-right: 20%;
}

.pagination a {
	font-weight: 700;
	color: #eeeeee;
}

.pagination li:hover, .pagination li:hover>a {
	background-color: #D6322E;
	color: #eeeeee;
	text-decoration: none;
}

.pagination .active {
	background-color: #D6322E;
}

.pagination .active a {
	color: #eeeeee;
}

.pagination li {
	padding: 5px;
	color: #eeeeee
}

.navigation {
	/*background-color: #2c5192;*/
	overflow: hidden;
	margin-top: 30px;
}

.pagination>li:first-child {
	float: left;
}

.pagination>li:last-child {
	float: right;
}

#wrappper {
	padding: 0;
}

#category-results {}

#search-results {}

#s {}

#author {
	margin-bottom: 15px;
	display: block;
}

#author img {
	margin-right: 15px;
}

#author .meta {
	display: inline-block;
}

.hrline {
	border-top: 4px solid #dededd;
	margin-top: 15px;
	margin-bottom: 0;
}

#search-results .hrline:last-of-type {
	display: none;
}

#category-results .hrline:last-of-type {
	display: none;
}

/*Header*/

#header #menu.fixed {
	position: fixed;
	top: 0;
	z-index: 99999;
}

#totop {
	width: 50px;
	height: 50px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #1a562b;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: fixed;
	right: 10px;
	bottom: 70px;
	font-size: 40px;
	line-height: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 99999;
}

#totop:hover {
	font-size: initial;
	-webkit-border-radius: 15%;
	-moz-border-radius: 15%;
	border-radius: 15%;
}

#parishidentification {
	min-height: 160px;
}

.logo {
	max-width: 130px;
	height: auto;
	margin: 5px;
}

.carimbo {
	width: 100%;
	float: right;
}

#parishlogo {
	width: auto;
}

#parishname {}

#parishname img {
	width: 100%;
	max-height: 130px;
}

#parishname h1 {
	font-size: 36px;
	font-size: 2.4vw;
}

#parishadress {
	max-height: 140px;
	overflow: hidden;
}

#parishadress h3 {}

#parishadress a {}

#parishadress p {
	font-size: 10pt;
	padding: 0;
	margin: 0 !important;
	float: left;
	font-weight: 600;
}

.blackalpha {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.4;
}

#phrase {
	color: white;
	margin-left: 15px;
}

#phrase h1 {
	font-weight: 700;
	font-size: 3.5vw;
}

#logophrase {}

/*Menu*/

.navbar-brand img {
	width: 100px;
}

.navbar-toggler {
	width: 100%;
	background-color: #01532D;
	border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(251,201,43, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#menu {
	height: 80px;
	background-color: #01532D;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#menu nav {
	margin: 0;
	padding: 0;
	z-index: 9999;
}

#menu ul {
	font-size: 0;
	width: 100%;
	background: #01532D;
	margin: 0;
	padding: 0;
}

#menu ul:after {
	content: '';
	height: 100%;
}

#menu li {
	background-color: #01532D;
	font-size: 1rem;
	height: 80px;
	align-items: center;
	justify-content: center;
}

#menu li.active {
	background-color: #E3AD2D;
}

#menu li a:after {
	content: none;
}

#menu li ul {
	width: 100%;
}

#menu li ul li {
	background-color: #01532D;
	font-size: 1rem;
	height: 40px;
	justify-content: flex-start;
	border: none;
	height: 100%;
}

#menu a {
	word-wrap: break-word;
	white-space: normal;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
	padding: 31px 34px 29px;
	color: white;
	height: 100%;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12pt;
}

.dropdown-item {
	text-align: left !important;
}

.dropdown-menu{
	min-width: 13rem
}

#menu a:hover {
	background-color: transparent;
	color: #D6322E;
	background-color: #E3AD2D;
}

/*slider area*/

#parish a {
	width: 100%;
}

#slider {
	overflow: hidden;
	width: 100%;
	max-height: 400px;
}

.sliderimage img {
	height: 100% !important;
}

/*Barra de Contactos*/

#contactbarr {
	background-color: #407A49;
	color: white;
	border-radius: 5px 5px 0px 0px;
}

.address {
	font-weight: 701;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* unvisited link */

.address a:link {
	color: white !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 701;
}

/* visited link */

.address a:visited {
	color: white !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 701;
}

/* mouse over link */

.address a:hover {
	color: white !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 701;
}

/* selected link */

.address a:active {
	color: white !important;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 701;
}

#phonenumber {
	font-weight: 700;
}

/*Imagens*/

.img-responsive {
	max-width: 100%;
	height: auto;
}

.iconformat {
	width: 21px;
}

/*footer*/

#footer {
	margin-top: 15px;
}

#footer a {}

#footer h5 {
	font-weight: bold;
}

#footer h2 {
	font-weight: bold;
	margin: 0;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

#footer li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

#footer a {
	font-size: 10pt;
}

.footerlogo {
	margin: 5px;
}

#footerbutton img {
	width: 150px;
	margin: 0 5px 0 20px;
}

#footer p {}

#footerwidget {
	padding-bottom: 15px;
}

#footerwidget .widget {
	border-left: 2px solid #dedede;
}

#footerwidget h5 {
	border-bottom: #01532D solid 2px;
}

#inner-footer {
	border-top: solid 2px #01532D;
	padding-top: 15px;
}

#copyright {
	color: white;
}

#copyright p {
	color: #01532D;
	font-weight: 800;
}

/*Contactos*/

#contactos {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 2em;
	font-size: 12pt;
	color: white;
	font-weight: 500;
}

#contactos h5 {
	font-size: 14pt;
	margin-top: 50px;
}

#contactos h5::first-child {
	margin-top: initial;
}

#contactos img {
	width: 25px;
}

.fresoftlogo {
	width: 100px;
}

.freglogo {
	width: 50px;
	margin: 5px;
}

#zone1 span, #zone1 h5 {
	float: left;
	display: block;
}

#zone4 span, #zone4 h5 {
	float: right;
	display: block;
}

.copyright {
	display: inline;
}

/*info bar*/

#infobar {
	border-top: 2px solid #dededd;
}

/*slider*/

.sliders {
	border: 2px solid #7A0409;
}

/*widget area*/

#sidebar {}

#sidebar h5 {
	color: black;
	text-align: left;
	width: 100%;
	border-bottom: 3px solid #01532D;
}

#sidebar .widget {
	margin: 10px;
}

#sidebar {
	min-height: 400px;
	height: 100%;
}

#sidebar .widget h5 {
	text-transform: uppercase;
	border-bottom: solid 2px #01532D;
}

#sidebar .widget ul {
	padding: 0px;
	list-style-type: none;
}

#sidebar .widget ul>li {
	padding-bottom: 5px;
}

/*search*/

#search {
	z-index: 9999;
}

#searchform {
	width: 100%;
	background-color: #dededd;
	height: 40px;
}

#search2 {
	background-color: white;
}

#searchform img {}

#searchform button {
	left: 0px;
}

.searchfield {
	border: solid 2px #004EA0;
	border-radius: 5px;
}

.searchfieldbtn {
	border: 0;
	background: none;
	position: relative;
}

#searchsubmit {
	background-color: #01532D;
	height: 40px;
	width: 40px;
	border-radius: 0 !important;
	padding: 0 !important;
}

.roundcorner {
	border: solid 2px #3A6D42;
	border-radius: 5px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.noleftpadding {
	padding-left: 0 !important;
}

.norightpadding {
	padding-right: 0 !important;
}

.padding {
	padding-left: 10px;
	padding-right: 10px;
}

.backgroundvalores {
	background-size: cover;
	/*height: 244px;*/
	background-size: 100% 100%;
}

.buttoncontainer {
	position: relative;
}

.buttoncontainer:hover .overlay {
	opacity: 0.5;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: white;
}

.thumbnail {
	max-width: 100%;
	height: 160px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*background-color: #2c5192;*/
	padding: 0px !important;
	overflow: hidden;
	border: none !important;
	border-radius: 0px !important;
}

.seemore {
	color: #004EA0;
	font-weight: bolder;
	font-size: 12pt;
	margin: 15px;
}

.seemore span {
	font-size: 14pt;
	font-weight: 700;
	color: #01532D;
}

#posts h2 {
	color: #004EA0;
}

#titlehome {
	border-bottom: #dedede solid 4px;
	margin-bottom: 15px;
	text-align: left;
}

/*social*/

#social img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.flex-control-paging li {
	color: #2c5192;
}

/*menus*/

/*main content*/

#main {
	height: 100%;
}

/*article*/

.bordergreen {
	border: 2px #407A49 solid;
	border-radius: 5px;
	background-color: #dededd;
}

.content {}

.date {
	font-weight: 700;
	color: #3A6D42;
	font-size: 10pt;
}

.returntop span {
	float: right;
	color: white;
	background-color: #01532D;
	padding: 10px;
}

.returntop {
	border-bottom: lightgrey solid 3px;
}

.morada p {}

.morada {
	background-color: #01532D;
}

#newspart h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #01532D;
	margin: 10px 0 20px;
}

#newspart h2 span {
	background-color: white;
	padding: 0px 10px 0px 0px;
}

/*paragrafos*/

.paragrspace {
	line-height: 0px;
}

/*---------------------------*/

/*Contactform7*/

/*--------*/

#page-404 #searchform {
	width: 98%;
}

#page_not_found div.bordergreen {
	background-color: none;
	border: none;
}

/*shadow*/

.effect7 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}

.effect7:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}