/*
Theme Name: Santa Casa da Misericordia
Theme URI:  http://paloalto.pt
Author:  Christopher Bernardo/ Rosário Costa / Paloalto
Author URI:  
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: scmvlc.pt

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*==========================================================

	CSS:

	1. IMPORTS / FONTS / BODY
	2. GENERIC & COMMONS
	3. STRUCTURAL
	4. TYPO & LINKS & NAV
	5. UI-BUTTONS
	6. UI-FORMS
	7. ELEMENTS
	8. COMPONENTS
    9.ANIMATIONS / TRANSITIONS

============================================================*/


/*==========================================================
	1.IMPORTS / FONTS / BODY
============================================================*/

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}


/*
@font-face {
	font-family: "aller";
	src:url(/wp_scmvlc/wp-content/themes/scmvlc/css/font/Aller_Rg.woff);
}*/

html, body {
	width:100%;
	margin: 0px;
	padding:0px;
	/*font-family: aller;*/
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden;
	font-size: 16px !important; 
	font-size: 100%; 
	font-size: 1em;
	background-color: #f7f7f7;
}



@media screen and (min-width: 1200px){
	html, body, p {
		font-size: 1.25em;
	}
}






* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:focus {
    outline: 0!important;
	 outline: none!important;
}



body {
	
	line-height: 1.6;

	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	-webkit-font-smoothing: antialiased;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

}






/*==========================================================
	2.GENERIC & COMMONS
============================================================*/

/* HELPERS ######################################################## */

/*FLEX*/
.flex { 
			  display: flex;
		  display: -moz-box;
	   display: -ms-flexbox;
	   display: -webkit-box;
	  display: -webkit-flex;
}

.flex-row { 
			  display: flex;
		  display: -moz-box;
	   display: -ms-flexbox;
	   display: -webkit-box;
	  display: -webkit-flex;

		flex-direction: row;
	 -o-flex-direction: row;
	-ms-flex-direction: row;
   -moz-flex-direction: row;
-webkit-flex-direction: row;

			flex-wrap: wrap;
		 -o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	   -moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


.flex-column {
		  display: flex;
	  display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-box;
  display: -webkit-flex;
	
		flex-direction: column;
-webkit-flex-direction: column; 
   -moz-flex-direction: column;
	 -o-flex-direction: column;
	-ms-flex-direction: column;
}

.flex-end-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }


.flex-justify-center {

	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
}


.flex-center-center {
   /* display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }



.flex-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }



/* PADDINGS */

.no-pad {padding-left:0 !important; padding-right:0 !important;}
.no-pad-left {padding-left:0 !important;}
.no-pad-right {padding-right:0 !important;}
.no-pad-top {padding-top:0 !important;}
.no-pad-bottom {padding-bottom:0 !important;}

.pad-top-10 {padding-top:10px;}
.pad-top-15 {padding-top:15px;}
.pad-top-20 {padding-top:20px;}
.pad-top-30 {padding-top:30px;}
.pad-top-40 {padding-top:40px;}
.pad-top-50 {padding-top:50px;}

.pad-left-10 {padding-left:10px;}
.pad-left-15 {padding-left:15px;}
.pad-left-20 {padding-left:20px;}
.pad-left-30 {padding-left:30px;}
.pad-left-40 {padding-left:40px;}
.pad-left-50 {padding-left:50px;}

.pad-right-10 {padding-right:10px;}
.pad-right-15 {padding-right:15px;}
.pad-right-20 {padding-right:20px;}
.pad-right-30 {padding-right:30px;}
.pad-right-40 {padding-right:40px;}
.pad-right-50 {padding-right:50px;}

.pad-15 {padding:15px;}


/* MARGINS */

.no-margin {margin:0;}

.margin-top-10 {margin-top:10px!important;}
.margin-top-20 {margin-top:20px!important;}
.margin-top-30 {margin-top:30px!important;}
.margin-top-40 {margin-top:40px!important;}
.margin-top-50 {margin-top:50px!important;}

.margin-bottom-10 {margin-bottom:10px !important;}
.margin-bottom-20 {margin-bottom:20px!important;}
.margin-bottom-30 {margin-bottom:30px!important;}
.margin-bottom-40 {margin-bottom:40px!important;}
.margin-bottom-50 {margin-bottom:50px!important;}
.margin-bottom-60 {margin-bottom:60px!important;}
.margin-bottom-70 {margin-bottom:70px!important;}
.margin-bottom-80 {margin-bottom:80px!important;}
.margin-bottom-90 {margin-bottom:90px!important;}
.margin-bottom-100 {margin-bottom:100px!important;}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix {
    clear: both;
	 *zoom: 1;
}


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


.img-wrapTextLeft {
	float: left;
	margin: 0px 40px 20px 0px;
}

.img-border {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
}



.bkg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bkg-cover-top-left{
	background-position: top left
}

.bkg-cover-top-right{
	background-position: top right
}


a, .a__link {
	position: relative;
	
}

a, a:hover, a:focus {text-decoration: none;}


/* .a__link, .a__link:hover {
   background-image: linear-gradient(to bottom,rgba(0,0,0,.6) 50%,rgba(0,0,0,0) 50%);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 1.07em;
	text-decoration: underline;
}*/

/*
.a__link:after {
    content: '';
    border-bottom: 3px solid;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 0;
}*/


section a, .a__link {
	color:#344f1a;
	position: relative;
}

section a:not(.button):not(.btn)::after,
.a__link::after{
    content: '';
    border-bottom: 3px solid;
    width: 100%;
    left: 0;
    bottom: -2px;
    position: absolute;
    height: 0;
}

section .single-navigation a::after,
.meta-info a::after,
section aside a::after,
section footer a::after,
footer a::after,
h1 a::after, h2 a::after, h3 a::after, h4 a::after{
	content: '';
	border: none !important;
	position: relative !important;
}



section a:hover,
section a:focus,
.a__link:hover,
.a__link:focus{
	color:#6c6223;
}


.bkg-green {
	background-color: #2a760b;/*#4faf29;#6cbc4b*/
	color: white;
}


.bkg-green a {
	color: white;
}

.bkg-green a:hover {
	color: #b5d4b1;
}



a[href$=".pdf"]::before,
a[href$=".jpg"]::before,
a[href$=".png"]::before,
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href$=".xls"]::before,
a[href$=".xlsx"]::before,
a[href$=".zip"]::before,
a[href$=".rar"]::before,
a[href$=".rar"]::before   {
	font-family:'FontAwesome';
	margin-right:10px;
	font-weight:normal;
	font-size:1.50rem;
	
	position: absolute;
	margin-right: 10px;
	top: -9px;
	left: -30px;
}

a[href$=".pdf"]:before {
	content:"\f1c1";
	color:#f22105;
}

a[href$=".doc"]:before,
a[href$=".docx"]:before {
	content:"\f1c2";
	color:#2a3281!important;
}

a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
	content:"\f1c3";
	color:#007133;
}

a[href$=".zip"]:before,
a[href$=".rar"]:before {
	content:"\f1c6";
	
}


/*==========================================================
	3.STRUCTURAL
============================================================*/


.no-scroll {
    overflow: hidden;
}



.topbar {
	/*line-height: 60px;*/
	height:60px;

}

.topbar ul {
	padding: 0;
	margin: 0;
}


section:not(.contactos) {
	margin-top:50px;
	/*margin-bottom:50px;*/
}



section.contents .container{
	padding-top:100px;
	padding-bottom:100px;
}



@media (min-width: 992px) {
	section.contents:not(.contactos){
		margin-top:100px;
	}
	
	section.contents .container{
		padding-top:50px;
		padding-bottom:200px;

	}
	
	
	section.contents .container > [class*="col-"],
	.has-sidebar #content{
		padding-right: 55px;
    	padding-left: 55px;
	}
	
}





.topbar ul li {
	display: inline-block;
	padding-left: 15px;
}

.topbar ul li:first-child.social {
	padding-left: 30px;
}

@media screen and  (max-width: 991px) {
	/*.topbar ul li:not(.social) {*/
	.topbar ul{
		display: none;
	}
}



/* Main Menu */
ul#menu-menutopo li {
	list-style-type: none;
}

/*
.menu-menutopo-container {
	z-index: 9999;
}*/


header {
	z-index: 9999;
}

@media screen and (max-width: 991px) {
	
	header {
		position: fixed;
		width: 100%;
		top: 0;
		
	}
	
	header nav#mainMenu {

			position: fixed;
			top:6em;
			right: -110%;/*-50%;*/
			
			/*-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-align-content: flex-start;
			-ms-flex-line-pack: start;
			align-content: flex-start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;*/
		
			height: 100%;
			background-color: #2a760b;/*#4faf29;*/
			z-index: 9989;
		}
	
	
	ul#menu-menutopo {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 40px 20px;
		
		
	}
	
	header .container nav#mainMenu.opened {
		right: 0;
		width: 200px;
		overflow-y: scroll;
	}
	
	header .topbar {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	
	
	header #logoDesc {
		color: white;
		font-size: 0.750em;
		display: block;
		opacity: 0;
		margin-left: 50px;
		margin-right: 20px;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	
	header #logoDesc.show {
		opacity: 1;
	}

}




@media screen and (min-width: 992px) {

	header #logoDesc {
		display: none;
	}
	
	
	header nav#mainMenu {
		position: relative;
		height: 100px;
	}
	
	.menu-menutopo-container {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

	
	
	ul#menu-menutopo {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 100%;
		
		
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	
	
	ul#menu-menutopo li.logotipo {
		
		width: 160px;
		/*height: 190px;
		border-radius: 125px;
		border: 5px solid red;
		
		background-image: url('img/logotipo_SCMVC.gif');
    background-repeat: no-repeat;
			background-size: cover;
	 -o-background-size: cover;
   -moz-background-size: cover;
-webkit-background-size: cover;
	z-index: 9999;*/
		
	margin-left: 5%;
	margin-right: 5%;

	}
	
	ul#menu-menutopo li.logotipo a{
		display: block;
		height: 100%;
		width: 100%;
	}

}




.container.mainMav {
	position: relative;
}


#logoWrapper {
	position: absolute;
	/*width: 100%;
	left: 0;*/
	top:-40px;
	width: 154px;
	left:calc(50% - 77px);
	z-index: 9990;
	
}


#logoWrapper .logo {
	background-color: white;
	border-radius: 50%;
	padding: 7px;
	max-width: 100%;
	overflow: hidden;
    padding: 15px;
}

#logoWrapper img {
	width: 100%;
	height: auto;
}




@media screen and (max-width: 577px){
	
	
	header #logoDesc {
		max-width: 130px;
	}
	
	
	header #logoWrapper {
		top:-50px;
		width: 80px;
		left:calc(50% - 40px);
	}
	
	header #logoWrapper .logo {
		/*max-width: 80px;*/
		max-width: 100%;
	    padding: 2px;
		
	}
}




@media screen and (min-width: 578px) and (max-width: 991px) {
	
	header #logoWrapper {
		top:-50px;
		width: 120px;
		left:calc(50% - 60px);
	}
	
	header #logoWrapper .logo {
		/*max-width: 120px;*/
		max-width: 100%;
		
	}
}


@media screen and (max-width: 991px){

	#logoWrapper.small {
		top: -50px;
		width: 34px;
		left: 20px;
	}
	
	
	#logoWrapper.small .logo{
	    padding: 4px;
	}
	
}


/*Hamburguer Menu*/

#mobile-menu-btn {
    position: relative;
    right: 0px;
    color: #fff;
    display: none;
}



@media screen and (max-width: 991px){
	#mobile-menu-btn {
		display: block;
		position: fixed;
		top: 14px;
		right: 20px;
		z-index: 9998;
	}
}






.hamburger-to-close {
    width: 26px;
    height: 33px;
    cursor: pointer;
}

.hamburger-to-close .hamburger-middle {
    top: 50%;
    margin-top: -2px;
    -webkit-transition: -webkit-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
    transition: transform ease 200ms, -webkit-transform ease 200ms;
}
.hamburger-to-close .hamburger-middle, .hamburger-to-close:before, .hamburger-to-close:after {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

.hamburger-to-close .hamburger-middle, .hamburger-to-close:before, .hamburger-to-close:after {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}
.hamburger-to-close:before, .hamburger-to-close:after {
    content: '';
}




/* HomePage */

main#homepage {
	background-color: #f7f7f7;
}



main#homepage .servicos {
	/*padding-top:80px;
	background-color: #FAFAFA;*/
	background-color:white;
}




main#homepage .servicos .desc .icon {
    margin-top: -40px;
    height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 50%;
    border: 8px solid #f7f7f7;
    padding: 6px;
}

main#homepage .servicos .desc .text {
	padding-top:0px;
	font-size:1.125em;
	line-height: 1.563em;
	color: #7d7d7d;
}



main#homepage .servicoDescricaoDiv {
	/*padding-right: 25px;
	padding-left:25px;*/
	text-align: justify;
}


main#homepage .servicos .desc .btn {
	margin-bottom: 30px;
}

@media screen and (min-width: 992px){
	
	main#homepage .servicos:nth-child(odd) .img {
	    -webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	main#homepage .servicos {
		margin-top: 60px;
	}
}



@media screen and (min-width: 1200px){ /*992px*/
	



	
	main#homepage .servicos .desc .icon {
		margin-top: -50px;
		height: 100px;
		width: 100px;
		background-color: white;
		border-radius: 50%;
		border: 8px solid #f7f7f7;
		padding: 8px;

	}
		
}

@media screen and (min-width: 1450px){ 
	
	main#homepage .servicos {
		margin-top: 120px;
	}
	
	main#homepage .servicos .desc .text {
		padding-top:50px;
		font-size: 1.25em;
	}
	

	main#homepage .servicos .desc {
		padding-right: 75px;
		padding-left:75px;
	}
	
	
	main#homepage .servicos .desc .btn {
		margin-bottom: 60px;
	}

}




/*main#homepage .servicos .desc .icon img*/
.icon img {
	width: 100%;
	height: auto;
}



.noticias h2{
    margin-bottom: 50px;
}


@media screen and (min-width: 992px){
	
	.cards_container {
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
}

@media screen and (max-width: 991px) {
	.card {
		margin-bottom: 30px;
		
	}
	
}

.card {
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    transition: box-shadow .3s;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    position: relative;
	background-color: white;
	height: 100%;
	/*height: 521px;*/
}

.card, .card p {
	font-size: 1rem;
}

.card:hover {
    box-shadow: 0 4px 10px 1px rgba(0,0,0,.2);
}


.card__media {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    height: 230px;
	background-position: center;
	
		    background-size: cover;
	 -o-background-size: cover;
   -moz-background-size: cover;
-webkit-background-size: cover;
	position: relative;
}

.card__content {
    padding: 25px 30px 75px;
	/*padding:25px 30px 25px;*/
}


.card__buttons {
    padding: 0px 25px;
    position: absolute;
    /* right: 30px; */
    bottom: 10px;
    left: 5px;
}


.card__content__title {
    display: block;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.25;
}

.card__content__body {
    margin-top: 17px;
	color: #616161;
    font-weight: 400;
    line-height: 1.5;
}




.card__date {
	position: absolute;
    right: 15px;
    top: 15px;
    /* -webkit-transform: translateY(50%); */
    /* transform: translateY(50%); */
    /* width: 56px; 
    height: 66px;*/
    font-size: 0.813em;
    /* padding: 0px 6px; */
	 background-color: white;
}

.card__date .day {
	font-size: 1.25em;
    padding-left: 0px;
    background-color: white;
    padding: 6px;
}

.card__date .month {
	background-color: black;
    text-align: center;
    padding: 8px 4px;
    font-size: 0.75em;
    color: white;
	font-weight:bold;
}



.video {
	background-color: black;
}




.bkg__cover {
		background-position: center;
	
		    background-size: cover;
	 -o-background-size: cover;
   -moz-background-size: cover;
-webkit-background-size: cover;
}

.bkg__white {
	background-color: white;
}



main#homepage .voluntariado .text {
	/*padding-left: 65px; */
	padding-top: 20px;
	padding-bottom: 50px;
	/* padding-right: 35px; */
}

/*main#homepage .voluntariado*/ 
main#homepage section:last-child{
	margin-bottom: 160px;
	
}




@media screen and (min-width: 1200px){
}


.voluntariado .container .bkg__cover {
		margin-left: -15px;
}


@media screen and (max-width: 767px){
	.voluntariado .container .bkg__cover {
		height: 400px;
		background-position: bottom;
		margin-right: -15px;

	}
}



@media screen and (min-width: 768px){
	.voluntariado .container {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	
		main#homepage .voluntariado .text {
		padding-left: 65px;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-right: 35px;	
	}

}





.newsletter {
	background-color: #2a760b;
	padding: 40px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}


@media screen and (min-width: 1200px){

	.newsletter .container {
		 display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

}


@media only screen and (max-width: 1199px){
	.newsletter .row .col:first-child {
		text-align: center;
		margin-bottom: 25px;
	}

}

@media only screen and (max-width: 500px){

	.newsletter .form-inline .col {
		width: 100%;
		margin-bottom: 25px !important;
	}
}




.servicos .icon {
	height: 180px;
    width: 180px;
    background-color: white;
    border-radius: 50%;
    /* border: 8px solid #f7f7f7; */
    padding: 8px;
    text-align: center;
}


ul.galeria {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 50px;
}


.galeria,
.galeria[class*="col-"]{
	padding-left: 0;
	padding-right: 0;
}



.galeria .col-img.fullwidth{
	width: 100%;
	display: block;
}


@media screen and (max-width: 767px){
	
	.galeria .col-img{
		width: 100%;
		float: left;
		display: block;
	}
	.galeria .col-img, .galeria .col-img:last-child {
		margin-right: 0;
	}
	
	.galeria .col-img:nth-child(1n+2) {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px){
	
	.galeria .col-img{
		float: left;
		display: block;
		margin-right: 1.9305%;
		width: 49.03475%;
	}

	.galeria .col-img:nth-child(2n+1) {
		clear: left;
	}
	
	.galeria .col-img:last-child, .galeria .col-img:nth-child(2n) {
  		  margin-right: 0;
	}

	
	.galeria .col-img:nth-child(1n+3){
		margin-top: 45px;
	}
	
}

.galeria img {
	border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}


figure figcaption {
	margin-top: 8px;
    font-weight: bold;
}




@media screen and (max-width: 768px){

	section.mensagem-provedor .photo {
		width: 100%;
		float: clear;

	}
	
	section.mensagem-provedor .photo img {
		width:100%;
		height: auto;
	}

	
}




section.relatorios-contas ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}


section.relatorios-contas ul > li {
	margin-bottom: 40px;
	font-weight: bold;
}


section.relatorios-contas ul > li:last-child {
	margin-bottom: 0;
}


section.relatorios-contas ul > li > ul li {
	margin-left: 30px;
}


section.qualidade .logos{
	max-width: 150px;
	height: auto;
}


section.qualidade {
	padding-top: 20px;
	padding-bottom: 20px;
}


@media screen and (max-width: 576px){

	
	section.qualidade .flex {
		
				flex-direction: column;
-webkit-flex-direction: column; 
   -moz-flex-direction: column;
	 -o-flex-direction: column;
	-ms-flex-direction: column;
	
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap; 
		
		    -webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	section.qualidade .container > div {
		margin-bottom: 15px;
	}

	section.qualidade .container > div:last-child {
		margin-bottom: 0
	}
	
	
}


@media screen and (min-width: 768px){
		section.qualidade .container  {
		padding-left: 0;
		padding-right: 0;
	}
	
}


@media screen and (min-width: 577px){
	

	section.qualidade .container > div {
		margin-right: 15px;
	}

	section.qualidade .container > div:last-child {
		margin-right: 0
	}
	
}


section.qualidade .logos{
	width:100%;
	height: auto;
}


section.contactos [class*="col-"]{
	margin-bottom: 40px;
}


section.contents.contactos .container{
	padding-top:20px;
}



/* Noticias / Blog */


.has-sidebar .posts-container {
    width: calc(100% - 23% - 80px);
	float: left;
}


aside {
    width: 23.4042553%;
    float: right;
}


@media only screen and (max-device-width: 640px) and (min-device-width: 320px) {
	.has-sidebar .posts-container, aside {
		width: 100%!important;
		float: none!important;
		margin-left: 0!important;
		clear: both;
	}
}

@media only screen and (max-width: 767px){
	.has-sidebar .posts-container, aside {
		width: 100%!important;
		float: none!important;
		margin-left: 0!important;
		clear: both;
	}

}


.posts-container .slideshow,
.post .slideshow{
	 margin-bottom: 30px;
}


.posts-container .slideshow img ,
.post .slideshow img {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.entry-title {
	color:#333333;
    margin-top: 0;
	font-size: 1.35em;/*18px*/
    line-height: 27px;
}


@media only screen and (max-width: 767px){
	.entry-title {
		 margin-bottom: 28px;
	}
}


 .meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 0.875em;/*12px;*/
	margin-bottom: 20px;
	 
}


@media only screen and (min-width: 768px){
	.meta-info {
		display: none;
		visibility: hidden;

	}
}



.inline-sep {
    padding: 0 5px;
}


 .meta-info .sep {
  padding: 0px 5px;
}




.posts-container .sep-bottom {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
   
    font-size: 12px;
}

.posts-container .post {
	margin-bottom: 40px;
	border-bottom: 1px solid #e7e6e6;
}

.posts-container .post:last-child,
.posts-container .post:nth-child(2){
	border-bottom: none;
}



.comments::before {
	font-family:'FontAwesome';
	content: "\f086";

}

 .meta-info .comments::before {
	margin-left: 5px;
}



.date-and-formats {
	float: left;
    margin-right: 17px;
    width: 82px;
    text-align: center;
}


@media only screen and (max-width: 767px){
	.date-and-formats {
		display: none;
		visibility: visible;
	}
}

.date-and-formats .date-box {
    background-color: black;
    border-color: black;
	padding: 8px 0 5px;
    color: #fff;
    display: block;
}


.date-and-formats .date {
    display: block;
    line-height: 29px;
    font-size: 29px;
    font-weight: 700;
}

.date-and-formats .month-year{
	font-size:0.875em;
}




.date-and-formats .comments-box {
    color: black;
	display: block;
	background-color: #eef0f2;
    line-height: 55px;
   
}


.date-and-formats .comments-box .fa {
	 font-size: 30px;
}



/*
[class*=" fa-"], [class^=fa-icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/


@media only screen and (min-width: 768px){
	 .post-content {
		  margin-left: 110px;
	}
}

.post-content-text{
	color:#616161;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.single-navigation {
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 60px;
    text-align: right;
	
	font-size: 1rem;/*0.813em;*/
}


.single-navigation a {
    /*display: inline-block;*/
    position: relative;
	padding: 3px;
}

.single-navigation a[rel=prev] {
    margin-right: 7px;
}

.single-navigation a[rel=next] {
    margin-left: 7px;
}


.single-navigation a.selected {
	opacity: .5;
}



.single-navigation a[rel=prev]::before {
    /*position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding-right: 5px;
	margin-left: -10px;*/
	
	
    font-family:'FontAwesome';
    content: '\f100';
	margin-right: 5px;

}

.single-navigation a[rel=next]::after {
    /*position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding-right: 5px;
	margin-left: -10px;*/
	border: none !important;
	position: relative !important;
	bottom: 0!important;
	
    font-family:'FontAwesome';
    content: '\f101' !important;
	margin-left: 5px;

}


aside {
	font-size: 0.875em;
	
}


.content-widget-area ul{
    margin: 0;
    padding: 0;
    display: block;
	margin-bottom: 40px;
}

.content-widget-area ul {
	list-style: none;
	padding: 0;
}

.content-widget-area ul#categorias li {
	display: block;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #e7e6e6;
	color: #333;
	position: relative;
}


ul#categorias li a::before  {
 font-family:'FontAwesome';
 content:'\f054';
 margin-right: 10px;
	font-size: 10px;

}


.tagcloud a {
    font-size: 0.875em !important;
    display: inline-block;
    padding: 0 10px;
    min-height: 28px;
    line-height: 28px;
    border: 1px solid;
    margin: 2px 0;
   /* transition: all .2s;*/

}


.comments-container .title {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 31px;

}



.comments-container h3  {
    -ms-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 8px 0 0;
    line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
}



.title-sep-container {
    position: relative;
    height: 6px;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.title-sep.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.title-sep, .sep-underline {
    border-color: #e0dede;
}

.title-sep {
    position: relative;
    width: 100%;
    border: 0 solid #E7E6E6;
    box-sizing: content-box;
}



ol.commentlist{
	padding: 0;
	margin:0;
}


.commentlist li {
	padding-top:15px;
	
}

/*footer {
	margin-top: 120px;
	
}*/


ul.clipping,
ul.boletins{
	margin-top: 50px;
	list-style: none;
}

ul.clipping li,
ul.boletins li{
	margin-bottom: 20px;
}



.footer .logo {
	margin-top: -60px;
	height: 150px;
	width:125px;
	background-color: white;
	border-radius: 125px;
}






/*==========================================================
	4.TYPO & LINKS & NAV
============================================================*/

h1, h2 {
	font-family: 'Roboto Slab', serif;
	
}


h1, h2, h3, h4 {
	color:#2a760b;
}

footer h1,
footer h2,
footer h3,
footer h4 {
	color:white;
}




@media screen and (min-width: 768px){

	h2 {
		line-height: 2;
	}
}


@media screen and (min-width: 1200px){

	h4 {
		font-size: 1.25em;
	}
}





#mainMenu li, 
ul.dropdown-menu li{
	font-family: 'Roboto Slab', serif;
	
}

#mainMenu li, 
ul.dropdown-menu li a {
	font-weight: 700;
}


/* Main Menu */
	#mainMenu li a {
		color:#fff;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}



	#mainMenu  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		color:#6c6223;
		background-color: white;
	}


@media screen and (min-width: 992px) {
	
	#mainMenu li a {
		color:#2a760b;/*#4faf29;*/
	}


	#mainMenu li a:hover,
	#mainMenu .current-menu-ancestor a,
	#mainMenu .current-menu-item a {
		color:#6c6223;/*rgba(171,150, 99, 1);#ab9663;*/
	}
	
	
	#mainMenu .dropdown-menu>li>a {
		padding: 8px 20px;
	}
	
	
	#mainMenu  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background-color: rgba(171,150, 99, 0.1);
	}

	

	#mainMenu .dropdown-menu {
		position: absolute;
		top: 58px;
		left: 0px;
		z-index: 1000;
		float: left;
		/* min-width: 160px; */
		padding: 15px 0;
		/* margin: 2px 0 0; */
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		/* border: 1px solid #ccc; */
		/* border: 1px solid rgba(0,0,0,.15); */
		/* border-radius: 4px; */
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.1);
		box-shadow: 0 3px 7px rgba(0,0,0,.1);
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border:none;
	}


	#leftmenuMask {
		display: none;
	}

 }




 @media  screen and (max-width: 991px) {
	#leftmenuMask {
		width: 100%;
		height: 100%;
		visibility: hidden;
		position: absolute;
		background: #FFF;
		opacity: 0.7;
		z-index: 910;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	 
	 
	 #leftmenuMask.show {
		 visibility: visible;
	 }
	 
	 
	 
	 
	 #mainMenu .menu-menutopo-container,
	 #mainMenu ul#menu-menutopo{
		 width: 100%;
	 }
	 
	 #mainMenu ul#menu-menutopo {
		 padding: 20px 0px;
	 }
	 
 	#mainMenu .menu-menutopo-container li {
		display: block;
		width: 100%;
		position: relative;
	 }
	 
	 #mainMenu .menu-menutopo-container li.logotipo {
		 display: none;
	 }
	 
	 
	 #mainMenu ul#menu-menutopo > li > a { 
		padding: 10px 20px;
		line-height: 20px;
		display: block;
	 }
	 

	 ul#menu-menutopo>li>a:hover, ul#menu-menutopo>li>a:focus,  ul#menu-menutopo .open>a,  ul#menu-menutopo .open>a:hover,  ul#menu-menutopo .open>a:focus {
			background-color: #344f1a;
		}
 
	#mainMenu .dropdown-menu { 
		margin-top: 0px;
		border: none;
		position: initial;
		float: initial;
		box-shadow: none;
		border-radius: 0;
		background-color: #477C32;
		opacity: 0; 
		height: 0;
		overflow: hidden;
		visibility: hidden;
		display: block;
	 }
	 
	 #mainMenu .open>.dropdown-menu {
			opacity:1;
			height: auto;
		 	visibility: visible;
	   }
	 
	 
}


main#homepage .servicos h2{
    font-size: 1.5625em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: .5rem;
    margin-top: 2.5rem;
	
	
}

main#homepage .newsletter h2{
	color:white;
	margin-top: 0;
	margin-bottom: 0;
}



.text ul:not(.galeria) li,
.text ol:not(.galeria) li{
	
	box-sizing: border-box;
    color: #757575;
    font-weight: 400;
    letter-spacing: 0;
   /* line-height: 1.6;
     text-indent: -1em; */
    /* list-style: disc inside; */
	margin-bottom: 20px;
}


.text ul:not(.galeria) li {
	 list-style-type: disc;
	 /*margin: 1.5em 1em 0 0;*/
	 padding: 0 1em;
}

.text ol:not(.galeria) li{
	margin: 0.5em 0em 0 0;
	padding: 0 0.5em;
}



.text ul:not(.galeria) li:first-child,
.text ol:not(.galeria) li:first-child{
	margin-top: 1.5em;
}

.text ul:not(.galeria) li:last-child,
.text ol:not(.galeria) li:last-child{
	margin-bottom: 1.5em;
}


@media  screen and (min-width: 992px) {
	.text ul:not(.galeria) li,
	.text ol:not(.galeria) li{
		font-size: 1.25em;
	}
}

/*==========================================================
	5. UI-BUTTONS
============================================================*/


.button {
	display: inline-block;
	-webkit-appearance: none;
	color: white;
	text-transform: uppercase;
	background-color: #2a760b;
	border:none;
	margin-bottom: 1.25em;
    margin-top: 1.5em;
	padding: 1rem .938em;
	font-size: 1rem;
	border-radius: 5px;
}

.button:hover {
	background-color: black;/*#6c6223;*/
	color: white;
}


.button.small {
	font-size: .875rem;
	padding: .45em .938em .5em;
}



/*==========================================================
	6.UI-FORMS
============================================================*/ 

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}


.newsletter .form-inline {
    overflow: hidden;
    margin-top: 9px;
}


.newsletter .form-inline .col {
    padding: 0 5px;
}

.newsletter .form-inline input {
    width: 100%;
    height: 40px;
    border: 0;
    box-shadow: 0;
    text-transform: uppercase;
}



input:focus {
    box-shadow: none !important;
}


.newsletter .form-inline input:focus {
    background-color: #dee7e1;
}


.newsletter .form-inline input[type="submit"] {
    background-color: #344f1a;
    width: 70%;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
}

.newsletter .form-inline input[type="submit"]:hover {
	background-color: black;
}

@media only screen and (max-width: 1199px){

	.newsletter .form-inline input[type="submit"] {
		width: 100%;
	}
}



.form-control {
	height: auto;
	padding: 12px 16px;
}



.form-control[type="submit"]:focus {
	border: none;
}


input.form-control[type="text"]:focus, input.form-control[type="text"]:hover, 
input.form-control[type="email"]:focus, input.form-control[type="email"]:hover, 
input.form-control[type="password"]:focus, input.form-control[type="password"]:hover {
	 border-color: #2C2C2C;
	color: black;
}



.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	color: initial;
}


/* WP Form */

 input.wpcf7-not-valid[type="text"],  input.wpcf7-not-valid[type="email"],  input.wpcf7-not-valid[type="password"],  textarea.wpcf7-not-valid{
    border-color: #A01B15;
    background-color: #fbe3e2;
	position: relative;
	padding-right: 30px;
	background-image: url(img/Icons/alert-error.png);
	background-repeat: no-repeat;
	background-position: 98.5% center;
}



.wpcf7-not-valid-tip, .error {
    color: #A01B15;
   /* padding: 10px 10px 0;*/
    font-size: 13px;
    font-size: 0.8125rem;
}



.screen-reader-response {
	display: none;

}




.wpcf7-response-output {
	clear: left;
	padding: 10px 10px 10px 40px;
	position: relative;
}



.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
	border-color: #A01B15;
	background-color: #fbe3e2;

	font-size: 0.8125rem;
	margin-top: 20px;
}



section.newsletter .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
	font-size: inherit;
	color: black;
	color:#A01B15;
}



section.newsletter .form-group {
	margin-bottom: 10px;
}

section.newsletter .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: black;
	
}


section.newsletter .wpcf7-not-valid-tip, .error {
    color: white;
    padding: 10px 10px 0;
    font-size: 13px;
    font-size: 0.8125rem;
    background-color: #A01B15;
    padding: 2px;
}



.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #E2FBEB;
	border-color: #7AAE8D;
}


.wpcf7-response-output.wpcf7-validation-errors::before,
.wpcf7-response-output.wpcf7-mail-sent-ng::before{
	font-family:'FontAwesome';
	content: '\f06a';
	font-size: 1.5rem;
	color: #A01B15;
	position: absolute;
	left: 10px;
	top: 0;
}
.wpcf7-response-output.wpcf7-mail-sent-ok::before {
	font-family:'FontAwesome';
	content: '\f058';
	font-size: 1.5rem;
	color: #7AAE8D;
	position: absolute;
	left: 10px;
	top: 3px;
}




/*==========================================================
	8.COMPONENTS
============================================================*/

.video {
	background-image:url(img/assets/fundo_video.jpg);
	background-repeat: repeat;
	padding-top:50px;
	padding-bottom: 50px;
	margin-top:50px;
}


.scmvlc .carousel-control {
   /* position: fixed;*/
    z-index: 100008;
    cursor: pointer;
}




.scmvlc .carousel-control .icon-prev, .scmvlc .carousel-control .icon-next {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    /*top: 36%\9;
    bottom: auto\9;*/
    width: 100px;
    height: 30%;
	  margin: auto;
    background-image: url(img/assets/arrows_horizontal_white.png);
	background-repeat: no-repeat;
    background-position: -93px 50%;
	 background-color: rgba(255,255,255,0);
}


.scmvlc .carousel-control .icon-prev{
    right: auto;
    left: 0;
    background-position: -7px 50%;
}

.scmvlc  .carousel-control .icon-next:before {
    content: '';
}

.scmvlc  .carousel-control .icon-prev:before {
    content: '';
}


/*==========================================================
	9.ANIMATIONS / TRANSITIONS
============================================================*/ 



a, .btn, input {
	-webkit-transition: 0.4s all cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 0.4s all cubic-bezier(0.645, 0.045, 0.355, 1);
}



.transition,  header .container nav, header #menu-menutopo li, #mainMenu .dropdown-menu {
	-webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);


/*-webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);

transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);*/

-webkit-backface-visibility: hidden;
backface-visibility: hidden;

}

.hamburger-to-close:before {
    top: 7px;
    -webkit-transition: top 200ms ease 200ms, -webkit-transform ease 200ms;
    transition: top 200ms ease 200ms, -webkit-transform ease 200ms;
    transition: top 200ms ease 200ms, transform ease 200ms;
    transition: top 200ms ease 200ms, transform ease 200ms, -webkit-transform ease 200ms;
}

.hamburger-to-close:after {
    bottom: 8px;
    -webkit-transition: bottom 200ms ease 200ms, -webkit-transform ease 200ms;
    transition: bottom 200ms ease 200ms, -webkit-transform ease 200ms;
    transition: bottom 200ms ease 200ms, transform ease 200ms;
    transition: bottom 200ms ease 200ms, transform ease 200ms, -webkit-transform ease 200ms;
}


.opened.hamburger-to-close .hamburger-middle {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 200ms ease 200ms;
    transition: -webkit-transform 200ms ease 200ms;
    transition: transform 200ms ease 200ms;
    transition: transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
	opacity: 0;
}

.opened.hamburger-to-close:before {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top ease 200ms, -webkit-transform 200ms ease 200ms;
    transition: top ease 200ms, -webkit-transform 200ms ease 200ms;
    transition: top ease 200ms, transform 200ms ease 200ms;
    transition: top ease 200ms, transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}

.opened.hamburger-to-close:after {
    bottom: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom ease 200ms, -webkit-transform 200ms ease 200ms;
    transition: bottom ease 200ms, -webkit-transform 200ms ease 200ms;
    transition: bottom ease 200ms, transform 200ms ease 200ms;
    transition: bottom ease 200ms, transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}





.center-block {
 float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}











/*==========================================================
	1.NAVBAR
============================================================*/
 .nav,
.navbar,
.navbar-default{
	position:relative;
 display: inline;
 color:#6cbc4b !important;
 background-color: white;
 border:none;
  float: none;
  font-size: 110%;
  margin-left:-120px;
 
  text-align: center;
 
 
}

 

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover{
	color: #6cbc4b;
  background-color: #FFF;
}
.collapsing {
display:none;
	/* padding-left:130px;*/
}

 
.collapse.in {
display:none;
	/*padding-top: 80px;*/
	/*margin-left: 100px;*/
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #6cbc4b !important;
  background-color: #FFF;
}

.navbar .navbar-nav {
    display: inline-block;!important;
    text-align: center!important;
 
}

.navbar .navbar-collapse {
    text-align: center;
 
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border:none;
}
.nav.active,
.navbar.active,
.navbar-default.active{
  color : #6cbc4b !important;
}

.navbar-inverse {
    border: none !important;
}

.navbar-nav>li>.dropdown-menu { 
margin-top:5px;
 
 }

.nav,
.navbar,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover{
	color: #6cbc4b;
  background-color: #FFF;
}
.navbar-inverse .navbar-nav>li {
	  height: 60px;
 
 						
  
}
.navbar-inverse .navbar-nav > li > a {
    color: #6cbc4b;
     vertical-align: middle !important;

}

 
 

.horizontal-style {
   display:inline;
    width: 100%
}

.horizontal-style li {
  display:inline-block;
   
}

.horizontal-style a {
  display: block;
    text-align: center;
    margin: 0 5px;

}

.caret{
  margin-left: 5px!important;
}



.header-grid-right{
	float:right;
    margin-top: 150px;
}

 
/*==========================================================
	2.Noticia
============================================================*/
.dataNoticia {
	border-radius: 5px;
border: 1px solid #424242;
text-align: left;
color:#424242;
padding-top: 10px;
padding-bottom: 10px;
 
    text-align: center
}

.dia {
	font-size: 130%;
	padding-left: 0px;
}
 
.tituloNoticia {
 
}

.tituloNoticia span {
 font-size: 130%;
}

.imageNoticia {
	width:100%;
	padding-left: 0px;
	padding-top: 15px;
}

.textoNoticia {
	padding-left: 0px;
	padding-top: 15px;
	color: #424242;
}

.buttonNoticia {
	padding-left: 0px;
	padding-top: 15px;
}

.paginasNoticias {
background-color: #FAFAFA;
}

.divNoticia {
	padding-top:50px;
}

.divNoticia h3{
color:#6cbc4b;
margin-top: 25px;
padding-bottom: 25px;
}

.divNoticia span {
color:#424242;


}

.noticiaUnica {
	padding-bottom:100px;
}

.noticiaUnica h1{
 color:#6cbc4b;
}

.commentlist {
	
	list-style-type: none;

}



.children {

	list-style-type: none;
}

.comment-reply-link {
	color:#424242;
}
 /*==========================================================
	3.video	
============================================================*/



 /*==========================================================
	4.serviços	
============================================================*/



.RelatoriosContas {

	color:#6cbc4b;
}

 
.RelatoriosContas h3 {
	color:#6cbc4b;
}

.RelatoriosContas a {
	color:#424242;	
	font-size: 130%;
}
 /*==========================================================
	5.newsletter	
============================================================*/

/*.newsletter {
	padding-top:25px;
	padding-bottom: 50px;
	background-color: #6cbc4b;
}

.newsletter h2 {
	color: white;
}

.newsletter button {
	background-color:white;
	color:#6cbc4b;
}*/
 /*==========================================================
	6.voluntariado	
============================================================*/

/*.voluntariado {
	background-color: #FAFAFA;
	padding-top:50px;
	padding-bottom: 125px;
	color:#6cbc4b;
}
.voluntariado span {
	color:#424242;
	font-size: 130%;
}*/

 /*==========================================================
	7. Ser irmao
============================================================*/
.serIrmao {
 padding-top: 100px;
 padding-bottom: 150px;
}

.serIrmao p {
color:#424242;
font-size:  130%
}

.gap-left {
	margin-left: 20px;
	/*padding-top: 80px;*/
}

.serIrmao h3 {
	color:#6cbc4b;
}	
 /*==========================================================
	9.historia	
============================================================*/

.Historia {
		padding-top:100px;
	padding-bottom: 100px;
}

.Historia p {
color:#424242;
font-size:  130%
}

.carrouselHistoria {
	background-color: #FAFAFA;
	padding-top: 50px;
	padding-bottom: 50px;

}


.Historia h2 {
	color:#6cbc4b;
}
.videoHistoria {
background-color: #FAFAFA;
	padding-top:100px;
	padding-bottom: 100px;
	margin-top:50px;

}

/*==========================================================
	10. Contactos 	
============================================================*/

.contactosMapa {
 
padding-left:0px;
padding-right:0px;
}

.contactosDados {
padding-top:50px;
padding-bottom:100px;
}

.contactosMensagem {
padding-bottom:100px;
}

/*==========================================================
	11.clpping	
============================================================*/
/*.clipping {

padding-top:50px;
background-color: #FAFAFA;
}

.clipping img {
width:128px;
height:128px;
}

.clipping h3 {
	padding-bottom: 50px;
	color:#6cbc4b;
}*/


/*==========================================================
	12.Side bar	
============================================================*/
.side {
	padding-top:100px;
	font-size:115%;
	text-align: left
}

.side h4 {
	color:#6cbc4b;
	margin-top:15px;
}

.side ul {
	padding-left:0px;
	padding-top: 10px;
	font-size:115%;
}
.side ul li {
padding-left:0px;
 list-style-type: none;
}


.side ul li a{
	color:#424242;

}
.side a{
	color:#424242;
		 
}
/*==========================================================
	13.Footer	
============================================================*/
.footer {
	background-color:#585858;
	color:white;
}
.footer a {
	color:white;
	text-decoration: none;
	font-size: 80%
}
.footer ul {
	padding-top: 50px; 
	padding-bottom: 50px;
	list-style-type:none;
}

.footer ul li {
	line-height: 30px;
}


.footerLast {

	background-color: #424242;
	color:white;
	line-height: 50px;
	text-align: center;
}

.footerLast ul li {
	display: inline-block!important;
 
 vertical-align: middle;
 padding-right: 225px;

}


 
 

iframe {
	border:none;
	overflow-y: none;
	padding-left:0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

/*@media screen and (max-width: 1000px){
.servicos {
    padding-top: 80px;
}
  
}
*/

 
@media screen and  (max-width: 1000px) {
  
  

	.liImage {
		height: 0px;
	}
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
     margin-top:-5px;
     background-color: white;

  }

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: white;
}
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    /* left:-30px;*/
  }
  .collapsing {
 

  }

  .collapse.in {
 /*margin-left:55px;*/
  }


  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
  
  }
  .collapse.in{
      display:none !important;
  }

.navbar-nav>li>.dropdown-menu {
 margin-top:0px;
border:none;
    position: initial;
    float: initial;
}
}
 
.paginationDiv {
padding-top: 100px;  
}

.paginationDiv a {
	color:#6cbc4b;
}

.paginationDiv .selected {
	text-decoration: underline;
}

.quantComment {
text-align: center; margin-top:15px; border:2px solid #BABABA; border-radius: 10px; padding-top:5px;padding-bottom: 5px; color:red;
	}

.noticiaData {
text-align: center; border:2px solid #BABABA; border-radius: 10px; padding-top:20px;padding-bottom:20px
	}

@media  screen and (max-width: 1199px) {
/*.desc {
	padding-top: 25px;
}*/
  .divNoticiaIndex {
  	padding-top: 50px;
  }
  .imageNoticia, .textoNoticia, .textoNoticia{
		padding-top: 5px;
    }

    .imageNoticia img{
    	width:100%;
    	padding-top:5px;
    }

   .voluntariado img {
   	width: 100%;
   }
   .voluntariadoSpan {
   	padding-top:15px;
   }
    }

 @media  screen and (max-width: 1550px) {
 .dataNoticia {
font-size:95%;
}
}


 @media  screen and (max-width: 1450px) {
 .dataNoticia {
font-size:90%;
}
}


 @media  screen and (max-width: 1350px) {
 .dataNoticia {
font-size:85%;
}
}

 @media  screen and (max-width: 1099px) {
 .dataNoticia {
font-size:90%;
}

.dia {
	font-size: 120%;
 
}
}

 @media  screen and (max-width: 999px) {
 	 
 .dataNoticia {
font-size:80%;
}

.dia {
	font-size: 120%;
 
}
.quantComment {
text-align: center;   border:2px solid #BABABA; border-radius: 10px; padding-top:5px;padding-bottom: 5px; margin-left: 15px; margin-top:15px;
}
.noticiaData {
text-align: center; border:2px solid #BABABA; border-radius: 10px; padding-top:20px;padding-bottom:20px; margin-top:15px;
	}

	.footer {
	background-color:#585858;
	color:white;
}

.footer ul {
	padding-top: 50px; 
	padding-bottom: 50px;
	list-style-type:none;
}

.footer ul li {
	line-height: 30px;
}


.footerLastSmall {

	background-color: #424242;
	color:white;
	line-height: 50px;
	text-align: center;
}

.footerLastSmall ul li {
	display: inline-block!important;
	padding-left: 15px;
 vertical-align: middle;
 padding-right: 0px;

}

.servicoDescricaoDiv {
	
	padding-bottom: 75px;
	padding-left: 25px;
	padding-right: 25px
}
 

}

 @media  screen and (max-width: 1550px) {
/*
.desc {
	margin-top: -50px;
}*/
}
 @media  screen and (max-width: 1450px) {

.servicoDescricao {
 	font-size: 110%;
	background-color: white;
	color:#424242;

}

}

 @media  screen and (max-width: 1350px) {

.servicoDescricao {
 	font-size: 100%;
	background-color: white;
	color:#424242;

}

}


 
.leftMenuNavBar li ul {
padding-left: 5px;
padding-top:10px;
}
 
.leftMenuNavBar li{
list-style-type: none;
padding-bottom:10px;
    
}

.leftMenuNavBar li a{
	color:#fff;
 
}

#leftMenu .navbar-nav>li>a {
  text-align: left;

}

#leftMenu .nav, .navbar, .navbar-default {
	margin-left: 0px
}

#leftMenu .dropdown-menu {

    /* padding-left: 0px; */
    /* padding-right: 0px; */
    /* margin-top: 10px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #477C32;
}
  
  .nav>li>a:hover, .nav>li>a:focus,
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
		
  		background-color: #5DA241;
	} 
  
 }
 
.w200{
	width: 200px;
}

.txt-upper{
    text-transform: uppercase;
}

.no-padding{
	padding: 0px;
	}

.no-margin{
  margin: 0px;
		}

.force-no-padding{
	padding: 0px !important;
	}

.force-no-margin{
  margin: 0px !important;
		}

.padding-50 {
  padding: 50px;
  }

.padding-top-50 {
  padding-top: 50px;
  }

.padding-left-50 {
  padding-left: 50px;
  }

.padding-right-50 {
  padding-right: 50px;
  }

.padding-bottom-50 {
  padding-bottom: 50px;
  }

.txt-green{
	color: #6cbc4b;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 25px;
}