/* Copyright 2019  */
/*-----------------------------------------------------------------
[Master Stylesheet]

Project: Helping_hands
Version: 1.0.0
Author: Initialize Technologies
-------------------------------------------------------------------
[Table of contents]
01. Body start
02. Global css 
03. Preloader section 
04. Bottom to top button
05. Preheader css start
06. Header css start  
07. Top scroll bar
08. Banner section
09. About-box section
10. About Section
11. Need Help section
12. Donation section
13. Team section
14. video section 
15. Mission & goals section
16. Progress Counter Section
17. Testimonial section 
18. Events section
19. Gallery section
20. Contact section 
21. Footer section

-------------------------------------------------------------------*/
/*-----
	Body start 
 -----*/
body {
	font-size: 15px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	padding: 0px !important;
	background: #f5f5f5;
	font-family: "Montserrat";
}

/*-----
	Global css
 -----*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: "poppins";
	font-weight: 600;
}

h3 {
	color: #666;
	font-size: 22px;
}

a {
	font-family: "Montserrat";
}

button {
	font-family: "poppins";
}

img {
	max-width: 100%;
}

p,
a {
	margin: 0;
}

p {
	color: #11111163;
}

a,
a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

h4,
.h4 {
	font-size: 18px;
}

img.loader_img1 {
	width: 50%;
}

section.section-padding {
	overflow: hidden;
}

::-webkit-input-placeholder {
	color: #fff;
	font-size: 18px;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover,
button:focus,
button:hover,
.form-control:hover,
.form-control:focus {
	outline: none;
	box-shadow: none;
}

.buttons {
	border-radius: 50px;
	padding: 10px 30px;
	transition: 0.5s;
}

.charity-heading {
	width: 100%;
	margin-bottom: 50px;
}

.gallery-projetos {
	margin: 0 auto;
	align-items: center;
	justify-content: space-around;
	display: flex;
}

.proposta-valor-line-green {
	background-color: #CAE8A9;
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
}

.charity-heading h6 {
	font-weight: 400;
	font-size: 22px;
	color: #111111a3;
	line-height: 30px;
	padding-top: 10px;
	font-family: "Montserrat";
}

@media (max-width: 768px) {
	.gallery-projetos {
		display: block;
	}

	.banner-doe-agora {
		position: relative;
		padding-top: 23px;
	}

	.img-floated-left-top {
		width: 100% !important;
		float: none !important;
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.btn_hearts_action button {
		width: 100% !important;
		margin-bottom: 50px;
	}

	.btn_nasce_sonho button {
		width: 100% !important;
	}

	.btn_nossos_projetos button {
		width: 100% !important;
	}

	.btn_nossa_estrutura button {
		width: 100% !important;
	}

	.btn_conheca_toda_equipe button {
		width: 100% !important;
		margin-top: 0px !important;
	}
}

.btn_donate_charity button {
	width: 300px;
	margin-top: 20px;
	font-size: 18px !important;
	height: auto !important;
	padding: 5px;
	border: solid 5px #44A948;
}

.btn_conheca_toda_equipe button {
	width: 400px;
	margin-bottom: 20px;
	margin-top: 50px !important;
}

.btn_nossa_estrutura button {
	width: 400px;
}

.btn_donate_CJC {
	width: 100% !important;
	height: 60PX !important;
	padding: 5PX;
}

.charity-heading h2 {
	font-weight: bold;
	color: #111;
	line-height: 35px;
}

.charity-heading-orange h2 {
	font-weight: bold;
	color: #F16524;
	text-align: center;
	padding-bottom: 50px;
}

.img-floated-left-top {
	width: 50%;
	float: left;
	padding: 0px 30px 20px 0px;
}

.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: center;
	margin-right: -4px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.tumbs-images-gallery {
	width: 100%;
	height: 100px;
	background-size: 100%;
	background-position: center center;
	cursor: pointer;
	background-repeat: no-repeat;
	-moz-transition: background-size 200 linear;
	-o-transition: background-size 200 linear;
	-ms-transition: background-size 200ms linear;
	transition: background-size 200ms linear;
	transition: all 200ms linear;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}

.tumbs-images-gallery-sn {
	width: 100%;
	height: 200px;
	background-size: 100%;
	background-position: center center;
	cursor: pointer;
	background-repeat: no-repeat;
	-moz-transition: background-size 200 linear;
	-o-transition: background-size 200 linear;
	-ms-transition: background-size 200ms linear;
	transition: background-size 200ms linear;
	transition: all 200ms linear;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}

.tumbs-images-gallery:hover {
	background-size: 120%;
}

.tumbs-images-gallery-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-moz-transition: all 200 linear;
	-o-transition: all 200 linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.tumbs-images-gallery-overlay:hover {
	opacity: 0.4;
}

.tumbs-images-gallery-overlay i {
	color: #FFF;
	font-size: 40px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -15px;
}

.modal-gallery {
	display: none;
	position: fixed;
	z-index: 9999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-gallery-content {
	text-align: center;
	position: relative;
	margin: auto;
	max-width: 90%;
	top: 50%;
	transform: translateY(-50%);
}

.modal-gallery-content img {
	border: solid 8px #FFF;
	max-height: 90vh;
	-webkit-box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.6);
}

.modal-gallery-content p {
	padding-left: 60px;
	padding-top: 10px;
	color: #FFF;
}

.balanco-icon {
	background: #841D80;
	transition: 0.3s;
	margin-bottom: 20px;
}

.balanco-icon:hover {
	transform: scale(1.04);
}

.parceiros-icon {
	transition: 0.3s;
	margin-bottom: 20px;
	/*filter: grayscale(100%) opacity(60%);*/
}

.parceiros-icon:hover {
	transform: scale(1.04);
	/*filter: grayscale(0%) opacity(100%);*/
}

.charity-heading h2 span {
	color: #44a948;
}

.charity-heading p {
	color: #111111a3;
	width: 40%;
	margin: 20px auto 0px;
}

.section-padding {
	padding: 80px 0px;
}

.section-padding-top {
	padding: 80px 0px 0px 0px;
}

.section-padding-bottom {
	padding: 0px 0px 80px 0px;
}

.bg-white {
	background-color: #FFF;
	width: 100%;
}

.bg-white-img {
	background-color: #FFF;
	border: solid 20px #FFF;
}

.bg-grey-img {
	background-color: #F5F5F5;
	border: solid 20px #F5F5F5;
}

a:focus {
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}

.div-whatsapp {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	right: 50px;
	z-index: 10000;
}

/*----- 
	Preloader section
-----*/
.res_preloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999999;
}

.res_preloader_img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.toggle span {
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	display: block;
	margin: 4px auto;
	cursor: pointer;
}

.res_preloader_img img.loader_img2 {
	width: 20%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.res_preloader_img p {
	color: #44a948;
}

.team_images {
	width: 100%;
	height: 100%;
}

/*-----
	Bottom to top button
-----*/
.scrollup1 {
	font-size: 20px;
	color: #fff;
	background: #b3d234;
	text-align: center;
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	border: 1px solid #A4C12B;
	z-index: 99;
	box-shadow: 1px 0px 10px 0px #1111115e;
}

.scrollup1:hover {
	bottom: 10px;
	transition: 0.5s;
	color: #fff;
}

a.scrollup1:focus {
	color: #fff;
}

/*----- 
	Preheader css start
 -------*/
.spa_menu_btn {
	display: none;
}

.sal_logo_box {
	float: left;
	width: 100%;
}

.sal_logo_box img {
	padding: 10px 0px;
}

.sal_preheader_wrapper {
	padding: 7px 0;
	background: #44a948;
}

.sal_menu_fixed .sal_preheader_wrapper {
	background: #0d0d0d;
}

.sal_header_info ul li {
	display: inline-block;
	color: #ffffff;
	margin-right: 20px;
	font-size: 12px;
}

.header_nav_detail .sal_header_info ul li {
	display: inline-block;
	color: #111;
	margin-right: 20px;
	font-size: 12px;
}

.sal_header_info ul li:last-child {
	margin-right: 0;
}

.header_nav_detail .sal_header_info ul li a {
	color: #303030;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header_nav_detail .sal_header_info ul li a i {
	border: 2px solid #f0f0f0;
	color: #44a948;
	padding: 10px;
	border-radius: 50px;
}

.header_nav_detail .sal_header_info ul li.charity-call a i {
	padding: 10px 12px;
}

.header_nav_detail .sal_header_info ul li a span {
	color: #303030;
	transition: 0.3s;
}

.sal_header_info ul li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sal_header_info ul li a i,
.sal_header_info ul li i {
	margin-right: 10px;
}

.sal_header_social ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}

.sal_header_social ul li a {
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sal_header_social ul li a:hover,
.sal_header_info ul li a:hover {
	color: #111;
}

.sal_header_social {
	display: inline-block;
}

.sal_mini_cart {
	display: inline-block;
}

.sal_header_right {
	text-align: right;
	margin-right: 6px;
	margin-top: 2px;
}

.sal_mini_cart {
	color: #ffffff;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #777777;
	position: relative;
}

.sal_mini_cart span {
	position: absolute;
	top: -7px;
	right: -13px;
	background: #33bdb5;
	line-height: 20px;
	padding: 0px 7px;
	font-size: 12px;
	border-radius: 100%;
	font-weight: 600;
}

.custom-list {
	text-align: left;
	margin-left: 40px;
}

.custom-list li {
	padding-top: 15px;
}

.custom-list li::before {
	content: "\2022";
	color: #44a948;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 34px;
}

.about-text ul {
	margin-bottom: 20px;
	margin-left: 40px;
}

.about-text ul li::before {
	content: "\2022";
	color: #44a948;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 30px;
}

/*-----
	Header css start 
-------*/
.sal_menu_fixed .sal_menu_box>ul>li>a {
	padding: 20px 0;
	font-size: 17px;
}

.sal_menu_fixed .sal_logo_box {
	padding: 3px 0;
}

.sal_navigation_wrapper {
	background: #fff;
	margin-top: 0px;
	color: #fff;
	padding: 0px 0px 25px 0px;
}

.sal_menu_box {
	position: relative;
}

.sal_menu_box>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.sal_menu_box>ul>li {
	display: inline-block;
	position: relative;
	margin-right: 36px;
}

.sal_menu_box>ul>li>a {
	color: #ffffff;
	padding: 5px 0 15px 0;
	font-size: 14px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	font-weight: 600;
}

.sal_menu_box>ul>li>a:hover {
	color: #111;
}

.header_nav_detail {
	margin: 40px 0px;
	color: #111;
	font-weight: 600;
	text-align: center;
}

.header_nav_detail p {
	font-size: 14px;
	color: #111111b0;
	font-weight: 500;
}

.header_nav_detail img {
	float: left;
	padding: 0px 15px 0px 0px;
}

.header_nav_detail h5 {
	font-weight: 600;
	font-size: 11px;
	margin: -3px 2px 2px 0;
}

.fullwidth-btn {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	display: block;
	text-align: center;
	/*This will result in centering the link text, which is probably what you want -brianjohnsondesign.com*/
}

.header-btn {
	color: #fff;
	border: 1px solid #44a948;
	background: #44a948;
	padding: 5px 15px;
	border-radius: 3px;
	position: relative;
	transition: 0.5s;
	font-weight: 500;
	font-family: poppins;
	display: inline-block;
	width: 100%;
}

.header-btn:hover {
	color: #44a948;
	background: transparent;
	border: 1px solid #44a948;
}

.banner-btn {
	color: #b3d234;
	border: 1px solid #b3d234;
	background: transparent;
	padding: 5px 15px;
	border-radius: 3px;
	position: relative;
	transition: 0.5s;
	font-weight: 500;
	font-family: poppins;
}

.banner-btn:hover {
	color: #fff;
	background: #b3d234;
	border: 1px solid #b3d234;
}

nav ul li a.click_smooth.active {
	color: #FF6600 !important;
}

nav ul li a.click_smooth.activex {
	color: #111 !important;
}

.header-btn i {
	padding: 3px 8px 1px 2px;
}

button#searchsubmit1:hover {
	background: #44a948;
	transition: 0.5s;
}

button#searchsubmit1:hover i.fa.fa-bell {
	color: #fff;
}

button#searchsubmit1:hover p {
	color: #fff;
}

li.active a {
	border-bottom: 2px solid #fff;
}

.spa_main_menu_wrapper {
	position: relative;
	z-index: 99;
	width: 100%;
	background: #F16524;
	text-align: center;
}

.spa_main_menu_wrapper li {
	display: inline-block;
	margin-right: 30px;
}

.spa_main_menu_wrapper li a {
	color: #fff;
	padding: 15px 5px;
	display: inline-block;
	text-decoration: none;
	height: 53px;
	font-weight: 600;
}

.spa_main_menu_wrapper li a:hover {
	border-bottom: 2px solid #fff;
	color: #111;
}

.spa_main_menu_wrapper li:last-child {
	margin: 0;
}

.search_bar_header {
	float: right;
}

button#buttonsearch {
	background: #44a948;
	border: 1px solid #44a948;
	color: #fff;
	padding: 15px 30px;
}

.sub_menu_charity.fixed_menu {
	position: fixed;
	z-index: 99999;
	right: 0;
	left: 0;
	top: 53px;
}

.sub_menu_charity.fixed_menu .container.menu-full-width {
	/*width:100%;*/
	padding: 0px;
}

.sub_menu_charity.fixed_menu .sub_menu_spa_main_menu_wrapper {
	background: #9F2A70;
}

.sub_menu_charity.fixed_menu .sub_menu_spa_main_menu_wrapper li a {
	color: #FFF;
	font-weight: normal;
}

.sub_menu_charity.fixed_menu .sub_menu_spa_main_menu_wrapper li {
	padding: 0px 0px;
}

.sub_menu_charity.fixed_menu .sub_menu_spa_main_menu_wrapper li.active a,
.sub_menu_charity.fixed_menu .sub_menu_spa_main_menu_wrapper li a:hover {
	border-bottom: 2px solid #FFF;
}

.sub_menu_charity {
	position: relative;
	top: -26px;
	right: 0;
	left: 0;
}

.sub_menu_charity.fixed_menu progress {
	position: fixed;
	left: 0;
	top: 106px;
	width: 100%;
	height: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #111;
	z-index: 10;
	display: block;
}

#container-sub-menu-charity {
	background-color: #FFF;
}

.sub_menu_spa_main_menu_wrapper {
	position: relative;
	z-index: 99;
	width: 100%;
	background: #9F2A70;
	text-align: center;
}

.sub_menu_spa_main_menu_wrapper li {
	display: inline-block;
	margin-right: 30px;
}

.sub_menu_spa_main_menu_wrapper li a {
	color: #fff;
	padding: 15px 5px;
	display: inline-block;
	text-decoration: none;
	height: 53px;
	font-weight: 600;
}

.sub_menu_spa_main_menu_wrapper li a:hover {
	border-bottom: 2px solid #fff;
	color: #ffffffa6;
}

.sub_menu_spa_main_menu_wrapper li:last-child {
	margin: 0;
}

.menu_charity.fixed_menu {
	position: fixed;
	z-index: 999999;
	right: 0;
	left: 0;
	top: 0;
}

.menu_charity.fixed_menu .container.menu-full-width {
	width: 100%;
	padding: 0px;
}

.menu_charity.fixed_menu .spa_main_menu_wrapper {
	background: #44a948;
}

.menu_charity.fixed_menu .spa_main_menu_wrapper li a {
	color: #fff;
}

.menu_charity.fixed_menu .spa_main_menu_wrapper li {
	padding: 0px 0px;
}

.menu_charity.fixed_menu .spa_main_menu_wrapper li.active a,
.menu_charity.fixed_menu .spa_main_menu_wrapper li a:hover {
	border-bottom: 2px solid #FFF;
}

div#carousel-example {
	margin-top: 50px;
}

.menu_charity {
	position: absolute;
	top: -26px;
	right: 0;
	left: 0;
}

.searchbardiv {
	display: block;
	position: absolute;
	background: #111;
	right: 0;
	z-index: 1001;
	padding: 10px;
	margin-top: 49px;
	margin-right: 157px;
	width: 400px;
}

.buttonsearch {
	background-color: transparent;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-left: 10px;
}

.buttonsearch:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}

.buttonsearch:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}

#formsearch {
	display: none;
}

#searchbox {
	box-shadow: none;
	padding: 4px 4px 5px 0px;
	height: 6%;
	border: 1px solid #44a948;
}

button#searchsubmit {
	background: #44a948;
	color: #fff;
	padding: 6px;
	font-size: 11px;
	border: 1px solid #44a948;
}

#searchbox:hover {
	box-shadow: none;
}

.form-control:focus {
	border-color: #ccc;
}

.form-control {
	color: #33333380;
}

i.glyphicon.glyphicon-search.openclosesearch img {
	width: 17px;
	cursor: pointer;
	margin-bottom: 4px;
}

i.glyphicon.glyphicon-remove.openclosesearch img {
	width: 17px;
	cursor: pointer;
	margin-bottom: 4px;
}

i.glyphicon.glyphicon-remove.openclosesearch {
	display: none;
}

div#formsearch {
	margin: 0px;
	top: 48px;
}

.search_bar_header {
	position: relative;
}

.search-container {
	width: 490px;
	display: block;
	margin: 0 auto;
}

input#search-bar {
	margin: 0 auto;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	font-size: 1rem;
	border: 1px solid #D0CFCE;
	outline: none;
}

input#search-bar:focus {
	border: 1px solid #008ABF;
	transition: 0.35s ease;
	color: #008ABF;
}

input#search-bar:focus::-webkit-input-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}

.search-icon {
	position: relative;
	float: right;
	width: 75px;
	height: 75px;
	top: -62px;
	right: -45px;
}

/*-----
	Top scroll bar 
-----*/
::-webkit-scrollbar {
	display: none;
}

::-webkit-scrollbar-thumb {
	display: none;
}

.menu_charity.fixed_menu progress {
	position: fixed;
	left: 0;
	top: 53px;
	width: 100%;
	height: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #F16524;
	z-index: 10;
	display: block;
}

progress {
	display: none;
}

progress::-webkit-progress-bar {
	background-color: transparent;
	z-index: 10;
}

progress::-webkit-progress-value {
	background-color: #F16524;
	z-index: 10;
}

progress::-moz-progress-bar {
	background-color: #F16524;
	z-index: 10;
}

.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	display: block;
	z-index: 10;
}

.progress-bar {
	background-color: #F16524;
	width: 0%;
	display: block;
	height: inherit;
	z-index: 10;
}

/*-----
	Banner section 
 -----*/
a.right.carousel-control {
	background-image: none;
}

a.left.carousel-control {
	background-image: none;
}

.salon_padding {
	padding-bottom: 80px;
	padding-top: 80px;
	width: 100%;
}

.banner_slider {
	position: relative;
	width: 100%;
}

.carousel-caption.banner_text {
	width: 746px;
	background: #1111116e;
	text-align: center;
	padding: 39px;
	top: 20px;
	height: 300px;
	margin: auto;
}

.carousel-caption.banner_text h4 {
	font-weight: normal;
	padding-bottom: 20px;
}

.carousel-caption.banner_text p {
	color: #fff;
	font-size: 16px;
	margin: 25px 0px 31px 0px;
}

.carousel-caption.banner_text span {
	color: #b3d234;
	font-weight: 600;
}

.carousel-caption.banner_text h1 {
	margin: 11px 0px;
	font-weight: 600;
}

.slider_button {
	margin-top: 20px;
}

button.btn_slider.read_more {
	background: #fff;
	color: #44a948;
	font-size: 14px;
	border: 1px solid #fff;
	font-family: poppins;
}

button.btn_slider.read_more:hover {
	background: #44a948;
	color: #fff;
	border: 1px solid #44a948;
}

button.btn_slider.ourgallery {
	background: transparent;
	font-size: 12px;
	font-weight: 600;
}

button.btn_slider.ourgallery:hover {
	background: #44a948;
	color: #fff;
	border: 1px solid #44a948;
}

.glyphicon-chevron-left:before {
	content: "\e079";
	background: #111;
	border: 1px solid #111;
	border-radius: 7px;
	font-size: 14px;
	padding: 10px 10px;
}

.glyphicon-chevron-right:before {
	content: "\e080";
	background: #111;
	border: 1px solid #111;
	border-radius: 7px;
	font-size: 14px;
	padding: 10px 10px;
}

.carousel-control {
	width: 5%;
}

/*-----
	About-box section 
-----*/
section#about-box {
	background: #fff;
}

.aboutbox-sections {
	position: relative;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
}

.box-padding {
	padding: 0px;
}

.aboutbox-box {
	text-align: center;
	padding: 40px 40px;
	transition: 0.8s;
	height: 300px;
}

.aboutbox-box p {
	color: #fff;
}

.aboutbox-box.aboutbox-first {
	background: #44a948;
	color: #fff;
}

.aboutbox-box.aboutbox-second {
	background: #832880;
	color: #fff;
}

.aboutbox-box.aboutbox-third {
	background: #44a948;
	color: #fff;
}

.aboutbox-box.aboutbox-first h3 {
	color: #fff;
}

.aboutbox-box.aboutbox-second h3 {
	color: #fff;
}

.aboutbox-box.aboutbox-third h3 {
	color: #fff;
}

.aboutbox-box:hover {
	background: #F16524;
}

.aboutbox-box:hover i,
.aboutbox-box:hover h3,
.aboutbox-box:hover p {
	color: #fff;
}

.aboutbox-box .mission-border {
	border-color: #fff;
}

.aboutbox-box:hover .mission-border {
	border-color: #44a948;
}

.aboutbox-box.aboutbox-second .mission-border {
	border-color: #44a948;
}

.aboutbox-box:hover button.buttons.aboutbox-btn {
	background: #44a948;
	color: #fff;
	border: 1px solid #44a948;
}

.aboutbox-box i {
	font-size: 35px;
}

.aboutbox-box i,
.aboutbox-box p,
.aboutbox-box h3 {
	margin-bottom: 20px;
}

button.buttons.aboutbox-btn {
	color: #111;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 50px;
	padding: 10px 30px;
}

button.buttons.aboutbox-btn:hover {
	background: #fff !important;
	color: #44a948 !important;
	border: 1px solid #44a948;
}

/*-----
	About Section
-----*/
section#about {
	background: #fff;
	position: sticky;
}

.about-text {
	text-align: left;
}

.about-text .charity-heading {
	text-align: left;
	margin-bottom: 26px;
}

.about-text p {
	color: #666;
	margin-bottom: 15px;
}

.about-text p span {
	color: #44a948;
	font-weight: bold;
}

.list-section ul {
	margin-bottom: 30px;
}

.list-section ul li {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.list-section ul li span {
	font-weight: bold;
	color: #44a948;
	padding-right: 10px;
	font-size: 18px;
}

.about-text .charity-heading p {
	width: 80%;
	margin: 10px 0px 0px;
}

.about-img {
	padding: 30px 30px 30px 30px;
	position: relative;
}

.about-img img {
	width: 100%;
}

.about-img::after {
	background: #b3d234 none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 63%;
	z-index: -1;
}

.about-img-right {
	padding: 30px 30px 30px 30px;
	position: relative;
}

.about-img-right img {
	width: 100%;
}

.about-img-right::after {
	background: #b3d234 none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 63%;
	z-index: -1;
}

button.buttons.about-btn {
	background: #44a948;
	color: #fff;
	margin-top: 26px;
	border: 1px solid #44a948;
}

button.buttons.about-btn:hover {
	background: #fff;
	color: #44a948;
	border: 1px solid #44a948;
}

.about_img img {
	width: 100%;
	position: relative;
}

/*-----
	Need Help section
-----*/
.help-img {
	border-radius: 3px;
	overflow: hidden;
}

.help-img a img {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.item-help:hover .help-img a img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9)
}

.item-help-f1:hover .help-img a img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9)
}

.item-help .help-txt {
	background: #FFF;
	padding: 33px 40px 11px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	border-radius: 3px;
	position: relative;
	z-index: 2;
	min-height: 430px;
}

.item-help::before,
.item-help .help-txt::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	background: #44a948;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.item-help:hover .help-txt,
.item-help:hover .help-txt p {
	color: #fff
}

.item-help:hover h3.fw-6 {
	color: #fff;
}

.item-help:hover .help-txt .mission-border {
	border: 1px solid #fff;
}

h3.fw-6 {
	font-weight: 500;
	color: #44a948;
	margin-bottom: 20px;
}

ul#myTabs a {
	padding: 24px;
	color: #111;
	border: none !important;
}

ul#myTabs h3 {
	font-weight: 600;
	font-size: 19px;
	padding: 6px 0;
	color: #44a948;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff !important;
	background-color: #F16524;
	border-radius: 0px;
}

ul#myTabs .active h3 {
	color: #FFF;
}

.nav-justified>li>a {
	margin-bottom: 0px;
}

ul#myTabs li {
	border-bottom: 1px solid #44a948;
	border-radius: 0px;
	border-top: 1px solid #44a948;
	border-right: 1px solid #44a948;
}

li.start {
	border-left: 1px solid #44a948;
}

ul#myTabs {
	margin-bottom: 50px;
}

.nav-pills>li+li {
	margin-left: 0px;
}

ul#myTabs li:hover {
	background-color: #F5F5F5;
}

.tab-pane img {
	border-radius: 5px !important;
}

.tabs_text .charity-heading h2 {
	text-align: left;
}

.tabs_text .charity-heading p {
	text-align: left;
	width: 100%
}

#quem-faz h3 {
	font-size: 18px;
	font-family: "Montserrat";
	text-align: center;
	margin-bottom: 20px;
}

#quem-faz h4 {
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: normal;
	text-align: center;
}

#quem-faz h5 {
	font-size: 14px;
	font-family: "Montserrat";
	font-weight: normal;
	text-align: center;
	color: #666;
	margin-bottom: 18px;
}

.indicadores h3 {
	margin-bottom: 30px;
	text-align: center;
	color: #A12F73;
}

.indicadores ul {
	list-style: none;
	text-align: left;
	margin-left: 50px;
}

.indicadores ul li {
	margin-bottom: 10px;
}

.indicadores ul li::before {
	content: "\2022";
	color: #9F2A70;
	font-weight: bold;
	font-size: 26px;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.img-wrapper {
	position: relative;
	margin-top: 15px;
	cursor: pointer;
}

.img-wrapper img {
	width: 100%;
	border-radius: 5px;
}

.img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.img-overlay i {
	color: #fff;
	font-size: 7em;
}

#nossa-estrutura .img-wrapper figure .img-overlay i,
#nossa-estrutura .img-wrapper figure .img-overlay i {
	padding-top: 6px;
	font-size: 37px;
	color: #fff;
}

#projetos .img-wrapper figure .img-overlay i,
#projetos .img-wrapper figure .img-overlay i {
	padding-top: 6px;
	font-size: 37px;
	color: #fff;
}

#overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	object-fit: contain;
	padding: 5%;
}

#nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	text-shadow: 0px 0px 6px #000000;
}

#nextButton:hover {
	color: #F16524;
	opacity: 0.7;
}

#prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	text-shadow: 0px 0px 6px #000000;
}

#prevButton:hover {
	color: #F16524;
	opacity: 0.7;
}

.single-choose {
	background-color: #F5F5F5;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	padding: 50px 20px 20px 20px;
	min-height: 220px;
	margin-bottom: 60px;
}

.single-choose i {
	background: #F16524 none repeat scroll 0 0;
	border: 1px solid #F16524;
	border-radius: 100px;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 24px;
	height: 60px;
	left: 0;
	line-height: 56px;
	margin: -30px auto auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 60px;
}

.single-choose p {
	width: 100%;
	color: #666;
	text-align: center;
}

.video-sobre-a-casa {
	width: 100%;
	height: 430px;
	border: solid 20px #FFF;
}

.img-border {
	border: solid 20px #FFF;
}

@media only screen and (max-width:1200px) {
	.video-sobre-a-casa {
		height: 480px;
	}
}

@media only screen and (max-width:480px) {
	.single-choose {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 991px) {
	.video-sobre-a-casa {
		height: 300px;
	}

	.sub_menu_charity.fixed_menu {
		top: 40px;
	}

	.sub_menu_charity.fixed_menu progress {
		display: none;
	}

	.sub_menu_spa_main_menu_wrapper li a {
		padding: 5px 5px;
		height: auto;
	}

	.sub_menu_spa_main_menu_wrapper ul {
		text-align: center !important;
	}

	.padding-responsive-top {
		padding-top: 60px;
	}

	.charity-heading h2 {
		text-align: center;
	}

	.charity-heading h6 {
		text-align: center;
	}

	.about-text p {
		text-align: center;
	}
}

@media only screen and (max-width: 380px) {
	.sub_menu_charity.fixed_menu {
		top: 50px;
	}

	.btn-conclui-inscricao-curso {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.tabs_text .charity-heading h2 {
		text-align: center;
	}

	.charity-heading h2 {
		font-size: 28px;
	}

	.tabs_text .charity-heading p {
		text-align: center;
	}

	.single-choose {
		min-height: auto;
	}

	ul#myTabs li {
		border-bottom: 1px solid #44a948;
		border-radius: 0px;
		border-top: none;
		border-right: 1px solid #44a948;
		border-left: 1px solid #44a948;
	}

	li.start {
		border-top: 1px solid #44a948 !important;
	}

	.frames-mantra {
		margin: auto;
	}
}

.help-txt p {
	color: #666;
}

.help-txt .need-icon {
	display: block;
	text-align: center;
	width: 150px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateY(70%);
	-ms-transform: translateY(70%);
	-o-transform: translateY(70%);
	transform: translateY(70%);
	background: #FFF;
	border: 1px solid #44a948;
	border-radius: 50px;
	transition: all .1s ease;
	color: #6abe52;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -75px;
}

.help-txt>.need-icon i {
	font-size: 18px;
	line-height: 42px;
	color: #6abe52;
	padding-left: 10px;
}

.item-help:hover .help-txt .need-icon,
.item-help:hover .help-txt .need-icon i {
	background: #44a948;
	color: #fff;
}

.header_nav_detail .sal_header_info ul li.charity-mail:hover a {
	color: #44a948 !important;
}

.header_nav_detail .sal_header_info ul li a span:hover {
	color: #44a948;
}

.item-help:hover .help-txt::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
}

.back-cursos-section-1 {
	background-image: url(../images/cursos/alunos_casa.jpg);
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.lms-page-banner-area {
	background: rgba(0, 0, 0, 0) url("../images/cursos/banner.jpg") no-repeat fixed center;
	background-size: 100vmax 100vmax;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
}

.lms-page-banner-area {
	height: 560px;
	position: relative;
	color: #fff
}

.page-banner-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.lms-page-title {
	margin-top: 20%;
	text-align: center;
	text-transform: capitalize;
	line-height: 30px;
	text-shadow: 1px 1px 10px #000;
}

.lms-page-title p {
	font-size: 18px;
	color: #FFF;
}

.lms-page-title h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 50px;
}

.lms-page-title h3 {
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.parc_pmsp {
	width: 100%;
	margin: 0px;
	top: 0px;
	font-size: 17px;
	font-weight: 700;
	padding: 20px;
	background: #666;
	color: #FFF;
	text-align: center;
}

.lms-single-course>h2 {
	color: #F16524;
	font-weight: 700;
	text-transform: capitalize;
}

.lms-single-course p {
	padding-bottom: 25px;
	font-size: 16px;
	color: #333;
}

.lms-single-course ul {
	list-style: none;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 20px;
}

.lms-single-course ul li {
	line-height: 20px;
}

.lms-single-course li::before {
	content: "\2022";
	color: #9F2A70;
	font-weight: bold;
	font-size: 26px;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.single-course-join {
	box-shadow: 0 0 6px #aaa;
}

.single-course-join span {
	padding-left: 5px;
	color: #44A948;
}

.lms-course-join {
	margin-bottom: 30px;
	text-align: center
}

.single-course-join>h3 {
	margin: 0;
	padding: 20px 0;
	font-weight: 800
}

.no-bg {
	border-left: 3px solid #44A948;
	font-size: 17px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.join {
	font-size: 17px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: capitalize;
	background: #333;
	color: #FFF;
}

.join2 {
	font-size: 17px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: capitalize;
	background: #F16524;
	color: #FFF;
}

.no-bg {
	background: #eee none repeat scroll 0 0;
}

.no-bg:hover {
	padding-left: 15px
}

.bg {
	border-right: 3px solid #44A948;
	font-size: 17px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.bg {
	background: #fff none repeat scroll 0 0;
}

.bg:hover {
	padding-left: 15px
}

.single-course-join>h3 {
	background: #44A948 none repeat scroll 0 0;
	color: #fff;
}

.bg-green {
	background-color: #44A948;
}

.bg-green .charity-heading h2 {
	color: #FFF;
	text-align: center;
	padding-bottom: 30px;
	line-height: 40px;
}

.bg-green .charity-heading h6 {
	color: #FFF;
	text-align: center;
	padding-bottom: 30px;
}

.footer-parceiros {
	text-align: center;
	padding-bottom: 50px;
}

.cursos-requisitos {
	min-height: 200px;
}

.cursos-requisitos h3 {
	color: #FFF;
	padding-bottom: 10px;
}

.cursos-requisitos p {
	color: #FFF;
}

.vsocial ul li {
	list-style: disc !important;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #FFF;
}

@media only screen and (min-width:768px) {
	.rest_vuln {
		margin-top: 40px;
	}
}

/*-----
	Donation section 
-----*/
#donate {
	background-image: url(../images/donate.png);
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.theme-blue {
	color: #fff;
}

.theme-orange {
	color: #cc851c;
}

.theme-green {
	color: #8ab042;
}

.theme-grey {
	color: #666666;
}

.theme-white {
	color: #fff;
}

.theme-background-blue {
	background-color: #44a948;
	color: #fff;
}

.theme-background-orange {
	background-color: #cc851c;
	color: #fff;
}

.theme-background-green {
	background-color: #8ab042;
	color: #fff;
}

.theme-background-grey {
	background-color: #666666;
	color: #fff;
}

.theme-background-white {
	background-color: #fff;
	color: #4c4c4c;
}

.donate-bar>div:first-child {
	font-weight: 600;
	margin-top: 30px;
	font-size: 25px;
	padding: 0;
	text-align: right;
	padding-right: 20px;
}

.btn-blue-other,
.btn-blue {
	font-weight: 600;
	background-color: #44a948;
	color: #fff;
	border-radius: 5px;
	border: 5px solid #44a948;
	padding: 3px 15px;
	height: 37px;
	margin-top: 8px;
	transition: 0.3s;
}

.btn-green {
	font-weight: 600;
	background-color: #fff;
	color: #44a948;
	border-radius: 5px;
	border: 0;
	padding: 0;
	width: 114px;
	height: 37px;
	margin-top: 8px;
	border: 1px solid #44a948;
	transition: 0.5s;
}

.btn-green:hover {
	background-color: #44a948;
	color: #fff;
}

#other-input {
	display: none;
}

#other-input input {
	position: relative;
	font-weight: bold;
	background-color: #fff;
	color: #44a948;
	border-radius: 5px;
	border: 0;
	border: 5px solid #44a948;
	padding: 0 0 3px 15px;
	width: 75px;
	height: 37px;
	margin: 24px 3px 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#other-input span {
	font-weight: bold;
	color: #44a948;
	position: absolute;
	padding: 31px 12px;
	z-index: 10;
	pointer-events: none;
}

.impact {
	font-size: 1.1em;
	clear: both;
	color: #fff;
	float: right;
	width: 100% !important;
	text-align: center;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

.donate-buttons .active {
	background-color: #fff;
	border: 5px solid #44a948;
	color: #44a948;
}

.btn-blue-other:hover,
.btn-blue:hover {
	background-color: #fff;
	border: 5px solid #44a948;
	color: #44a948;
}

.donate-buttons:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.donate-buttons li:last-child {
	font-size: 17px;
	line-height: 37px;
	padding-left: 20px;
	padding-top: 15px;
}

.donate-buttons button {
	font-size: 12px;
	height: 50px;
	width: 150px;
}

/*-----
	Team section 
-----*/

.team-member,
.team-member .team-img {
	position: relative;
}

.team-member {
	overflow: hidden;
}

.team-member,
.team-member .team-img {
	position: relative;
}

.team-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 10px solid #F26424;
	background-color: rgba(255, 255, 255, 0.80);
	opacity: 0;
	transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
	top: 40%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
	opacity: 1;
}

.team-hover .desk {
	position: absolute;
	top: 0%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	transition: all 0.3s 0.2s;
	padding: 0 20px;
}

.desk h4 {
	color: #71b61b;
	margin-bottom: 10px;
}

.s-link a i {
	color: #666;
	font-size: 18px !important;
	transition: all 0.3s 0.2s;
}

.s-link a i:hover {
	color: #F26424;
}

.desk,
.desk h4,
.team-hover .s-link a {
	text-align: center;
	color: #222;
	transition: 0.3s;
}

.team-member:hover .team-hover .s-link {
	bottom: 25%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
	opacity: 1;
}

.team-hover .s-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(45%);
	transform: translateY(45%);
	transition: all 0.3s 0.2s;
	font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
	text-align: center;
	color: #222;
}

.team-member .s-link a {
	margin: 0 10px;
	color: #333;
	font-size: 16px;
}

.team-title {
	position: relative;
	padding: 10px;
	display: inline-block;
	width: 90%;
	text-align: center;
	top: -38px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	background: #fff;
	transition: 0.8s;
}

.team-name {
	width: 100%;
	text-align: center;
}

.team-title h5 {
	margin: 0px !important;
	margin-bottom: 8px !important;
	display: block;
	text-transform: capitalize;
	transition: 0.8s;
	line-height: 20px;
	height: 30px;
	font-size: 18px !important;
}

.team-title h6 {
	font-size: 12px;
	text-transform: capitalize;
	color: #71b61b;
	transition: 0.8s;
	font-weight: 500;
	line-height: 15px;
	padding-top: 10px;
}

.charity-team-text:hover .team-title {
	background: #F26424;
	color: #fff;
}

.charity-team-text:hover .team-title h6 {
	color: #fff;
}

.charity-team-text:hover .team-title h5 {
	color: #fff !important;
}

.desk p {
	color: #333;
	font-weight: 500;
	font-size: 13px;
}

/*-----
	video section 
-----*/
section#video {
	background: #fff;
}

video {
	width: 100%;
}

.char-vdo iframe {
	width: 100%;
}

.vdo_text {
	padding: 0px 20px;
	text-align: center;
}

.vdo_text.aos-init.aos-animate p {
	text-align: center;
}

.vdo_text .charity-heading {
	text-align: center;
	margin-bottom: 30px;
}

.vdo_text .charity-heading p {
	width: 80%;
	margin: 20px auto 0px;
	text-align: center;
}

.vdo_text .charity-heading span {
	color: #44a948;
}

button.buttons.vdo-btn {
	background: #44a948;
	color: #fff;
	border: 1px solid #44a948;
	margin-top: 40px;
}

button.buttons.vdo-btn:hover {
	background: #fff;
	color: #44a948;
	border: 1px solid #44a948;
}

/*-----
	Mission & goals section 
-----*/
.goals {
	border: 1px solid #fff;
	margin: 10px 0px;
	text-align: center;
	padding: 35px 10px 35px 10px;
	background: #fff;
	transition: 0.8s;
	border: 5px solid #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	min-height: 250px;
}

.goals:hover {
	border: 5px solid #44a948;
}

.goals:hover i {
	color: #111;
}

.goals i {
	font-size: 35px;
	color: #44a948;
	transition: 0.8s;
}

.goals h4 {
	font-weight: 600;
	margin: 0px 0px 40px;
	color: #111;
	transition: 0.8s;
}

.goals h3 {
	font-weight: 600;
	font-size: 40px;
	color: #F16524;
}

.goals p {
	color: #333;
	font-size: 22px;
}

.partnes {
	margin: 10px 0px;
	text-align: center;
	padding: 35px;
}

.mission-border {
	border: 1px solid #44a948;
	width: 50px;
	margin: auto;
	position: relative;
	top: -12px;
}

/*-----
	Progress Counter Section 
-----*/
#progress {
	background-image: url(../images/impacto/counter-bar.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

section#progress:before {
	content: "";
	position: absolute;
	background: #111111b8;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.counter-charity {
	text-align: center;
	padding: 25px;
}

.counter-value {
	color: #44a948;
	font-size: 30px;
	font-weight: 600;
	margin: 10px 0px;
}

.counter-charity i {
	font-size: 35px;
}

.counter-charity i {
	color: #44a948;
	background: #fff;
	border-radius: 50px;
}

i.one {
	padding: 32px 35px;
}

i.two {
	padding: 32px 37px;
}

i.three {
	padding: 32px 32px;
}

i.four {
	padding: 32px 34px;
}

.counter-charity h5 {
	color: #fff;
	font-size: 20px;
}

/*-----
	Testimonial section 
-----*/
.charity-testimonial .testimonial {
	background: #ffffffed;
	text-align: center;
	padding: 50px 50px;
	margin: 0 15px 120px;
	position: relative;
	border: 1px solid #44a948;
}

.charity-testimonial .testimonial .description {
	color: #111;
	text-align: left;
	opacity: 0.8;
	padding: 15px 0px;
}

.charity-testimonial .testimonial .testimonial-content {
	width: 100%;
	position: absolute;
	left: 0;
	height: auto;
}

.charity-testimonial .testimonial .pic {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 2px 2px #44a948;
	overflow: hidden;
	z-index: 1;
	position: relative;
	background: #44a948;
}

.charity-testimonial .testimonial:hover .pic img {
	opacity: 0.5;
}

.charity-testimonial .testimonial .pic img {
	width: 100%;
	height: auto;
}

.charity-testimonial .testimonial .title {
	font-size: 18px;
	font-weight: bold;
	color: #111;
	margin: 10px 0 5px 0;
	font-family: Charm;
}

.charity-testimonial .testimonial .post {
	display: block;
	font-size: 14px;
	color: #44a948;
	font-weight: bold;
}

.owl-controls.clickable {
	display: none !important;
}

@media only screen and (max-width: 650px) and (min-width: 400px) {
	.charity-testimonial .testimonial:before {
		border-right: 325px solid transparent;
	}

	.charity-testimonial .testimonial:after {
		border-left: 325px solid transparent;
	}
}

/*-----
	Events section 
-----*/
section#events {
	background: #fff;
}

.event-block-list {
	position: relative;
}

.event-img img {
	border-radius: 5px;
}

.block-list {
	margin-bottom: 20px;
}

.innerevent-box {
	position: relative;
	padding: 27px 40px;
	border: 1px solid #80808073;
	border-radius: 5px;
	transition: 0.5s;
}

.innerevent-box:hover .post-date {
	background: #44a948;
	color: #fff;
}

.innerevent-box:hover .post-date span {
	color: #fff;
}

.innerevent-box:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.event-date-box {
	position: relative;
	float: left;
	padding-right: 30px;
	border-right: 2px solid #80808073;
}

.event-date-inner {
	position: relative;
	padding-left: 90px;
}

.post-date {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	color: #303030;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	padding-top: 10px;
	text-transform: uppercase;
	background-color: #f5f5f5;
	transition: 0.3s;
}

.day {
	position: relative;
	color: #949494;
	font-size: 16px;
	padding: 23px 0px;
}

.post-date span {
	position: relative;
	color: #44a948;
	display: block;
	font-size: 20px;
	font-weight: 700;
	transition: 0.3s;
}

.event-content-box {
	position: relative;
	float: left;
	padding-left: 28px;
	padding-top: 6px;
}

.location {
	color: #44a948;
}

.event-box-inner h3 a {
	color: #111;
	font-weight: 500;
}

/*-----
	Gallery section 
-----*/
#portfolio {
	margin: 1rem 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	-webkit-column-width: 33.33333333333333%;
	-moz-column-width: 33.33333333333333%;
	column-width: 33.33333333333333%;
}

.tile {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.scale-anm {
	transform: scale(1);
}

.tile img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.tile.grid {
	margin-bottom: 10px;
}

.btn {
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	padding: .5rem 1rem;
	margin: 0;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
	text-decoration: none;
	background: #fff;
	color: #44a948;
}

.btn:focus .btn.active {
	border-bottom: none;
}

button.btn.fil-cat.active {
	outline: none;
	box-shadow: none;
	background: #44a948;
	color: #fff;
}

.btn:focus {
	outline: none !important;
	background: #fff;
	color: #44a948;
	box-shadow: none !important;
	outline-offset: none !important;
}

.gallery-menu button {
	padding: 15px 45px;
	border-top: 1px solid #44a948;
	border-bottom: 1px solid #44a948;
	border-right: 0.5px solid #44a948;
	border-left: 0.5px solid #44a948;
	border-radius: 0px;
	color: #44a948;
}

.gallery-menu {
	width: 60%;
	margin: auto;
	color: #fff;
	letter-spacing: -4px;
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.toolbar.mb2.mt2 {
	text-align: center;
	margin-bottom: 50px;
}

.content {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.content .content-overlay {
	background: #44a94885;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
	opacity: 1;
}

.content-image {
	width: 100%;
}

.content-overlay {
	display: block !important;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content-details.fadeIn-top {
	display: block !important;
}

.content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.content-details h3 {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	margin-top: 10px;
	display: block
}

.content-details p {
	color: #fff;
	font-size: 0.8em;
}

.fadeIn-top {
	top: 20%;
}

.gallery-biottombtn {
	text-align: center;
	margin-top: 45px;
}

.gallery-biottombtn button.buttons.aboutbox-btn {
	background: #44a948;
	border: 1px solid #44a948;
	color: #fff;
}

/*-----
	Contact section 
-----*/
#contact-us {
	background: #fff;
}

.thumbnail.contact-img {
	padding: 0px;
	border: none;
	margin: 0;
}

.contact-blog {
	margin: 0px 0px;
}

.caption {
	padding: 0px 25px;
	border: 1px solid #80808073;
	margin-bottom: 20px;
}

.caption2 {
	border: 1px solid #80808073;
	width: 100%;
	position: relative;
}

.caption2:before {
	content: "";
	position: absolute;
	background: #111111a6;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.caption2 iframe {
	width: 100%;
}

.caption ul li i {
	color: #fff;
	background: #44a948;
	margin-right: 15px;
	border-radius: 50px;
	transition: 0.5s;
}

.contact-one {
	padding: 10px 12px;
}

i.contact-two {
	padding: 10px 11px;
}

i.contact-three {
	padding: 10px;
}

i.contact-four {
	padding: 10px 12px;
}

i.contact-five {
	padding: 10px 8px;
}

i.contact-six {
	padding: 10px;
}

.caption ul li {
	padding: 10px 0px;
	margin: 6px 0px;
	color: #111;
}

.caption ul li:hover i {
	background: #fff;
	color: #44a948;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.caption ul li p {
	padding: 7px 0px;
}

.caption h4 {
	color: #44a948;
	text-align: center;
}

li.contact-border {
	border-bottom: 1px solid #80808073;
}

.charity-contactform {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 35px;
}

.charity-contactform:before {
	content: "";
	background: #111111d4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
	position: relative;
}

#contact h4 {
	margin: 5px 0 15px;
	display: block;
	color: #fff;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
	outline: none;
}

::-moz-placeholder {
	color: #fff;
	font-weight: 300;
	opacity: 5;
	z-index: 99;
}

::-webkit-input-placeholder {
	color: #fff;
	font-weight: 300;
	z-index: 99;
}

.section2 .contactform input.form-fields,
.section2 .contactform button.form-fields,
.section2 .contactform textarea.form-fields {
	padding: 0 0 0 40px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	background: #11111194;
	margin: 7px 0;
	border: 1px solid #44a948;
	color: #fff;
	opacity: 1;
	min-height: 40px;
	text-shadow: none;
	position: relative;
}

label {
	display: -webkit-box;
}

.section2 .contactform textarea.form-fields {
	padding: 8px 40px;
	resize: none;
	height: 130px;
}

.section2 .contactform button.form-fields.button {
	color: #44a948;
	font-size: 14px;
	padding: 0;
	width: 40%;
	transition: 0.5s;
}

.section2 .contactform button.form-fields.button:hover {
	background: #44a948;
	color: #fff;
	cursor: pointer;
	opacity: 1;
}

.section2 .contactform button.form-fields.button i {
	margin-left: 10px;
}

.section2 .contactform h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
}

.section2 .contactform label .cntfrmicn {
	color: #44a948;
	padding: 18px;
	position: absolute;
	z-index: 99;
}

/*-----
	Footer section 
-----*/
section.footer {
	background: #44a948;
	width: 100%;
}

.sal_logo_box.footer-logo {
	margin-bottom: 20px;
}

.sal_logo_box.footer-logo img {
	padding: 0px;
}

.footer_heading {
	text-align: center;
	margin: 25px 0;
}

.footer_menu.sal_menu_box.menu_header ul {
	text-align: center;
	margin: 0px 0 7px 0px;
}

.sal_header_social_footer ul li {
	display: inline-block;
	margin-left: 20px;
}

.social_share ul li {
	display: inline-block;
	margin: 30px 30px 0 30px;
	font-size: 46px;
}

.sal_header_social_footer ul li a {
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sal_header_social_footer ul li a:hover,
.sal_header_info ul li a:hover {
	color: #111;
}

section.copyright_section {
	background: #111;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	float: left;
	width: 100%;
}

section.copyright_section p {
	color: #fff;
	font-size: 12px;
}

section.copyright_section a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.copyright_section a:hover {
	color: #F16524;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.7) !important;
}

@media (max-width: 600px) {
	.carousel-caption h1 {
		font-size: 24px !important;
	}
}

@media (max-width: 380px) {
	.carousel-caption {
		height: 180px !important;
		top: 100px !important;
		left: 70px !important;
	}
}

@media (min-width: 1200px) {
	.sejamos-transformacao img {
		width: 70%;
		float: right;
	}
}

.img-gallery {
	max-height: 700px;
	box-shadow: 1px 0px 16px 0px #1111115e;
	margin: 30px;
}

.img_31 {
	position: absolute;
	margin-top: 10px;
}

.dados-curso {
	box-shadow: 0 0 6px #aaa;
	text-align: center;
}

.dados-curso h3 {
	margin: 0;
	padding: 20px 0;
	font-weight: bold;
	background: #44a948 none repeat scroll 0 0;
	color: #FFF;
}

.dados-curso-bg {
	border-right: 3px solid #44A948;
	font-size: 17px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #fff none repeat scroll 0 0;
}

.dados-curso-bg:hover {
	padding-left: 15px
}

.dados-curso-no-bg {
	border-left: 3px solid #44A948;
	font-size: 17px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #F5F5F5 none repeat scroll 0 0;
}

.dados-curso-no-bg:hover {
	padding-left: 15px
}

.dados-curso ul li {
	font-weight: 600;
}

.dados-curso ul li span {
	color: #44a948;
	padding-left: 5px;
}

.dados-curso-alert-1 {
	font-size: 17px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: capitalize;
	background: #F16524;
	color: #FFF;
}

.dados-curso-alert-2 {
	font-size: 17px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: capitalize;
	background: #333;
	color: #FFF;
}

.banner-secud-curso {
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: bottom !important;
	background-repeat: no-repeat;
	min-height: 500px;
}

.banner-secud-curso h1 {
	color: #FFF;
	font-size: 18px;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	padding-top: 80px;
}

.banner-secud-curso h2 {
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 4px #000000;
	padding-top: 30px;
	padding-bottom: 30px;
}

.banner-secud-curso h3 {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 2px 2px 4px #000000;
}

.banner_secud {
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_secud:before {
	content: "";
	position: absolute;
	background: #11111180;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.theme-head {
	color: #FFF;
	text-shadow: 2px 2px 4px #000000;
	font-size: 40px;
	padding-top: 100px;
	font-weight: bold;
}

.nav-item .glyphicon {
	font-size: 10px;
	margin-left: 5px;
}

.navbar-nav {
	float: unset !important;
	justify-content: center;
	display: flex;
}

@media only screen and (min-width: 991px) {
	.submenu ul {
		text-align: center;
	}

	.submenu ul li {
		display: inline-block;
		margin-right: 15px;
		transition: all 0.3s ease-in-out;
	}

	ul li:hover .submenu {
		height: 53px;
	}

	ul li:hover a {
		color: #111;
	}

	ul li:hover a::before {
		visibility: visible;
		transform: scale(1, 1);
	}

	ul li .submenu {
		overflow: hidden;
		position: absolute;
		left: 0;
		width: 100%;
		background-color: rgba(132, 29, 128, 0.8);
		height: 0;
		line-height: 23px;
		box-sizing: border-box;
		transition: height 0.3s ease-in-out;
		transition-delay: 0.1s;
	}

	ul li .submenu a {
		color: #fff;
		font-size: 14px;
	}

	ul li .submenu a:hover {
		color: #F26424 !important;
	}

	.submenu ul li a {
		color: #999;
		display: block;
		padding: 0 7px 0 7px;
		margin: 0 0 10px;
		text-decoration: none;
		position: relative;
	}

	.submenu ul li a::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -10px;
		left: 0px;
		background-color: #3862a0;
		transition: all 0.2s ease-in-out;
		transform: scale(0, 0);
		visibility: hidden;
	}

	.submenu-img ul {
		text-align: center;
	}

	.submenu-img ul li {
		display: inline-block;
		margin-right: 15px;
		transition: all 0.3s ease-in-out;
	}

	ul li:hover .submenu-img {
		height: 210px;
	}

	ul li .submenu-img {
		overflow: hidden;
		position: absolute;
		left: 0;
		width: 100%;
		background-color: rgba(132, 29, 128, 0.8);
		height: 0;
		line-height: 40px;
		box-sizing: border-box;
		transition: height 0.3s ease-in-out;
		transition-delay: 0.1s;
	}

	ul li .submenu-img a {
		color: #fff;
		margin-top: 10px;
		font-size: 14px;
		height: 200px;
	}

	ul li .submenu-img a:hover {
		color: #F26424 !important;
	}

	.submenu-img ul li a {
		color: #999;
		display: block;
		padding: 0 7px 0 7px;
		margin: 0 0 10px;
		text-decoration: none;
		position: relative;
	}

	.submenu-img ul li a::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		top: -10px;
		left: 0px;
		background-color: #f00;
		transition: all 0.2s ease-in-out;
		transform: scale(0, 0);
		visibility: hidden;
	}

	.img-submenu {
		margin-bottom: 7px;
	}

	.img-submenu img {
		height: 130px;
		width: 130px;
		border-radius: 50%;
		border: solid 5px #44a948;
		background-color: #FFF;
	}
}

.logos_oficinas {
	display: inline-block;
}

.logos_oficinas img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	border: solid 3px #b3d234;
	background-color: #FFF;
	margin: 7px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.26);
}

.logos_oficinas img:hover {
	border: solid 3px #F26424;
	cursor: pointer;
	background-color: #F5F5F5;
	box-shadow: 0px 0px 13px 0px rgba(179, 210, 52, 0.93);
}

.proposta-valor-section-1 {
	margin-top: 50px;
}

.proposta-valor-section-2 img {
	width: 80%;
	height: 120px;
	object-fit: cover;
}

.box-proposta-valor-lilas {
	background-color: #841d80;
	color: #FFF;
	position: relative;
	top: 40px;
	border-radius: 20px;
	width: 270px;
	padding: 20px 10px;
	left: 50%;
	margin-left: -135px;
}

.box-proposta-valor-lilas h1 {
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	text-align: center;
}

.box-proposta-valor-lilas h2 {
	font-family: "Montserrat";
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.box-proposta-valor-lilas {
		margin-bottom: 50px;
		margin-top: 50px;
		top: 0px;
		width: 250px;
		padding: 20px 10px;
		left: 50%;
		margin-left: -125px;
	}

	.proposta-valor-section-2 img {
		width: 80%;
		height: 150px;
		object-fit: cover;
	}
}

.leg-integra-roxo {
	background-color: #5D379C;
	color: #FFF;
	padding: 19px 30px;
	height: 54px;
	border-radius: 27px;
	width: 250px;
	line-height: 17px;
	float: right;
}

.leg-integra-vinho {
	background-color: #4B0C45;
	color: #FFF;
	padding: 19px 30px;
	height: 54px;
	border-radius: 27px;
	width: 250px;
	line-height: 17px;
	float: left;
	margin: 30px 0px;
}

.leg-integra-laranja {
	background-color: #F05C2E;
	color: #FFF;
	padding: 11px 30px;
	height: 54px;
	border-radius: 27px;
	width: 250px;
	line-height: 17px;
	float: right;
}

.leg-integra-lilas {
	background-color: #891965;
	color: #FFF;
	padding: 11px 30px;
	height: 54px;
	border-radius: 27px;
	width: 250px;
	line-height: 17px;
	float: left;
}

.leg-integra-verde-1 {
	background-color: #4BB342;
	color: #FFF;
	padding: 19px 30px;
	height: 54px;
	border-radius: 27px;
	width: 250px;
	line-height: 17px;
	float: right;
	margin: 30px 0px;
}

.leg-integra-verde-2 {
	background-color: #247227;
	color: #FFF;
	padding: 19px 30px;
	height: 54px;
	border-radius: 27px;
	width: 250px;
	line-height: 17px;
	float: left;
}

.logo-section-casa-integra {
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.logo-section-casa-integra {
		padding: 80px 20px;
	}

	.casa-integra-section-4.box-1 {
		padding: 27px 10px !important;
	}

	.casa-integra-section-4.box-2 {
		padding: 17px 10px !important;
	}

	.casa-integra-section-4.box-3 {
		padding: 27px 10px !important;
	}

	.casa-integra-section-4.box-4 {
		padding: 27px 10px !important;
	}
}

.casa-integra-section-4 {
	background-color: #6A3985;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	height: 80px;
	border-radius: 20px;
	margin-top: 20px;
}

.casa-integra-section-4.box-1 {
	padding: 7px 10px;
}

.casa-integra-section-4.box-2 {
	padding: 27px 10px;
}

.casa-integra-section-4.box-3 {
	padding: 17px 10px;
}

.casa-integra-section-4.box-4 {
	padding: 17px 10px;
}

.about-img-oficinas {
	padding: 15px 15px 15px 15px;
	position: relative;
}

.about-img-oficinas img {
	width: 100%;
	border: solid 10px #FFF;
}

.about-img-oficinas::after {
	background: #b3d234 none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 63%;
	z-index: -1;
}

.about-img-oficinas .seg {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	transition: all 0.3s ease-in-out;
	width: 90%;
}

.about-img-oficinas:hover .seg {
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width: 1200px) {
	.about-img-oficinas .seg {
		width: 97%;
	}
}

.cards-diferenciais {
	margin-top: 10px;
}

.frame-top {
	background-size: 100%;
	background-image: url(../images/impacto/frame-top.png);
	background-repeat: no-repeat;
	margin-top: 70px;
}

.frame-top h1 {
	text-align: center;
	color: #F26424;
	padding-top: 70px;
	font-size: 56px;
	font-weight: 400;
}

.frame-top h2 {
	text-align: center;
	font-size: 24px;
	color: #841d80;
	padding: 0px 60px 0px 60px;
}

.frame-midlle {
	background-size: 100%;
	background-image: url(../images/impacto/frame-midlle.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.frame-midlle h1 {
	text-align: center;
	color: #F26424;
	padding-top: 70px;
	font-size: 56px;
	font-weight: 400;
}

.frame-midlle h2 {
	text-align: center;
	font-size: 24px;
	color: #841d80;
	padding: 0px 60px 70px 60px;
}

.frame-bottom {
	background-size: 100%;
	background-image: url(../images/impacto/frame-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.frame-bottom h1 {
	text-align: center;
	color: #F26424;
	font-size: 56px;
	font-weight: 400;
}

.frame-bottom h2 {
	text-align: center;
	font-size: 24px;
	color: #841d80;
	padding: 10px 60px 70px 60px;
}

#boletins-slider .item {
	padding: 20px;
}

#boletins-slider .item img {
	box-shadow: 1px 0px 20px 0px rgba(109, 109, 109, 0.20);
}

#boletins-slider .item a {
	color: #111;
}

.carousel-wrap {
	width: 1000px;
	margin: auto;
	position: relative;
}

.owl-carousel .owl-nav {
	overflow: hidden;
	height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #F26424;
}

.owl-carousel .item {
	text-align: center;
}

.owl-carousel .nav-btn {
	height: 47px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 43% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide {
	background: url(../vendors/OwlCarousel2-2.3.4/dist/assets/nav-icon-orange.png) no-repeat scroll 0 0;
	left: -20px;
}

.owl-carousel .next-slide {
	background: url(../vendors/OwlCarousel2-2.3.4/dist/assets/nav-icon-orange.png) no-repeat scroll -24px 0px;
	right: -20px;
}

.owl-carousel .prev-slide:hover {
	background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
	background-position: -24px -53px;
}

span.img-text {
	text-decoration: none;
	outline: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	cursor: pointer;
	width: 100%;
	font-size: 23px;
	display: block;
	text-transform: capitalize;
	padding-top: 20px;
}

span.img-text:hover {
	color: #F26424;
}

.imagem-pesquisa img {
	margin-bottom: 30px;
	margin-top: 30px;
	box-shadow: 1px 0px 20px 0px rgba(109, 109, 109, 0.80);
}

.descr-pesquisa {
	min-height: 330px;
	padding-bottom: 20px;
}

.descr-pesquisa {
	text-align: center;
	padding-top: 30px;
}

.tema_Claro h1 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
}

.tema_Claro p {
	color: #111;
}

.tema_Claro img {
	border-color: #841d80 !important;
}

.tema_Escuro h1 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
	color: #fff;
}

.tema_Escuro p {
	color: #fff;
}

.tema_Escuro img {
	border-color: #F26424 !important;
}

.icons-pesquisa img {
	text-align: center;
	width: 180px !important;
	height: 180px !important;
	border-radius: 90px;
	border: solid 5px;
	box-shadow: 1px 0px 20px 0px rgba(109, 109, 109, 0.80);
	margin: auto;
}

@media only screen and (max-width: 1200px) {
	.icons-pesquisa img {
		width: 150px !important;
		height: 150px !important;
	}

	.tema_Claro h1 {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.descr-pesquisa {
		min-height: 265px;
	}
}

@media only screen and (max-width: 992px) {
	.descr-pesquisa {
		min-height: auto;
	}

	.icons-pesquisa img {
		margin-top: 30px;
		margin-bottom: 30px;
		width: 250px !important;
		height: 250px !important;
		border-radius: 125px;
	}
}

.depoimentos {
	border: solid 2px #b3d234;
	box-shadow: 1px 0px 20px 0px rgba(109, 109, 109, 0.20);
	padding: 20px 20px 20px 100px;
	height: 195px;
	margin-left: 100px;
	margin-top: 30px;
}

.depoimentos p {
	color: #666;
	text-align: center;
}

.depoimentos img {
	width: 150px !important;
	height: 150px !important;
	border-radius: 75px;
	border: solid 3px #b3d234;
	position: absolute;
	left: 40px;
}

.depoimentos h2 {
	font-size: 14px;
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.depoimentos h3 {
	font-size: 14px;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-weight: normal;
}

.depoimentos-full {
	border: solid 2px #b3d234;
	box-shadow: 1px 0px 20px 0px rgba(109, 109, 109, 0.20);
	text-align: center !important;
	padding: 30px;
	margin-top: 150px;
	min-height: 450px;
}

.depoimentos-full p {
	color: #666;
	text-align: center;
	padding-bottom: 20px;
}

.depoimentos-full img {
	width: 180px !important;
	height: 180px !important;
	border-radius: 105px;
	border: solid 3px #b3d234;
	position: relative;
	margin-top: -120px;
	margin-bottom: 30px;
}

.data-dep {
	position: relative;
	float: right;
	bottom: 0px;
	padding-right: 10px;
	padding-top: 2px;
}

.data-socials {
	position: relative;
	float: right;
	bottom: 0px;
}

.data-socials i {
	color: #841d80;
	font-size: 42px;
	transition: all 0.3s;
}

.data-socials i:hover {
	color: #F26424;
}

.contact-dep {
	position: absolute;
	bottom: 30px;
	width: 85%;
}

.depoimentos-full h2 {
	font-size: 14px;
	text-align: right;
	position: absolute;
	bottom: 30px;
}

.data-nome {
	font-size: 14px;
	text-align: right;
	font-weight: 700;
}

.data-empresa {
	font-size: 14px;
	text-align: right;
}

.depoimentos-full h3 {
	font-size: 14px;
	text-align: right;
	position: absolute;
	bottom: 10px;
	font-weight: normal;
	background-color: #FF0;
	float: left !important;
}

@media only screen and (max-width: 992px) {
	.data-dep {
		float: none;
		padding: 0px;
	}

	.data-socials {
		float: none;
	}

	.contact-dep {
		position: relative;
		width: 100%;
		margin-top: 30px;
	}

	.depoimentos-full {
		padding-bottom: 0px;
	}

	.data-nome {
		text-align: center;
	}

	.data-empresa {
		text-align: center;
	}

	.depoimentos {
		border: solid 2px #b3d234;
		padding: 20px;
		height: auto;
		margin: 150px 30px 30px 30px;
	}

	.depoimentos img {
		width: 180px !important;
		height: 180px !important;
		border-radius: 90px;
		border: solid 3px #b3d234;
		position: absolute;
		left: 50%;
		margin-left: -90px;
		margin-top: -110px;
	}

	.depoimentos p {
		padding-top: 90px;
		text-align: center;
	}

	.depoimentos h2 {
		position: relative;
		padding-top: 50px;
		padding-bottom: 5px;
		bottom: auto;
		right: 0px;
	}

	.depoimentos h3 {
		position: relative;
		font-weight: normal;
		bottom: auto;
		right: 0px;
	}
}

.line-videos {
	background-color: #b3d234;
	width: 100% !important;
	height: 180px;
	margin-top: 150px;
	margin-bottom: 100px;
}

#depoimentos-videos-slider iframe {
	width: 100%;
	height: 300px;
}

#depoimentos-videos-slider {
	top: -60px;
}

#nossa-estrutura iframe {
	width: 100%;
	height: 350px;
}

.videos-galeria iframe {
	width: 100%;
	height: 350px;
}

/*-----
	Team section Equipe
-----*/

.team-equipe-member,
.team-equipe-member .team-equipe-img {
	position: relative;
}

.team-equipe-member {
	overflow: hidden;
}

.team-equipe-member,
.team-equipe-member .team-equipe-img {
	position: relative;
}

.team-equipe-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	border: 17px solid #F26424;
	background-color: rgba(255, 255, 255, 0.80);
	opacity: 0;
	transition: all 0.3s;
}

.team-equipe-member:hover .team-equipe-hover .desk {
	top: 50%;
}

.team-equipe-member:hover .team-equipe-hover,
.team-equipe-member:hover .team-equipe-hover .desk,
.team-equipe-member:hover .team-equipe-hover .s-link {
	opacity: 1;
}

.team-equipe-hover .desk {
	position: absolute;
	top: 0%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	transition: all 0.3s 0.2s;
	padding: 0 20px;
}

.desk h4 {
	color: #71b61b;
	margin-bottom: 10px;
}

.s-link a i {
	color: #666;
	font-size: 26px !important;
	transition: all 0.3s 0.2s;
}

.s-link a i:hover {
	color: #F26424;
}

.desk,
.desk h4,
.team-equipe-hover .s-link a {
	text-align: center;
	color: #222;
	transition: 0.3s;
}

.team-equipe-member:hover .team-equipe-hover .s-link {
	bottom: 10%;
}

.team-equipe-member:hover .team-equipe-hover,
.team-equipe-member:hover .team-equipe-hover .desk,
.team-equipe-member:hover .team-equipe-hover .s-link {
	opacity: 1;
}

.team-equipe-hover .s-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(45%);
	transform: translateY(45%);
	transition: all 0.3s 0.2s;
	font-size: 35px;
}

.desk,
.desk h4,
.team-equipe-hover .s-link a {
	text-align: center;
	color: #222;
}

.team-equipe-member .s-link a {
	margin: 0 10px;
	color: #333;
	font-size: 16px;
}

.team-equipe-title {
	position: relative;
	padding: 10px;
	display: inline-block;
	width: 90%;
	text-align: center;
	top: -38px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	background: #fff;
	transition: 0.8s;
}

.team-equipe-name {
	width: 100%;
	text-align: center;
}

.team-equipe-title h5 {
	margin: 0px !important;
	margin-bottom: 8px !important;
	display: block;
	text-transform: capitalize;
	transition: 0.8s;
	font-size: 20px !important;
}

.team-equipe-title h6 {
	font-size: 16px;
	text-transform: capitalize;
	color: #71b61b;
	transition: 0.8s;
	font-weight: 500;
}

.charity-team-equipe-text:hover .team-equipe-title {
	background: #F26424;
	color: #fff;
}

.charity-team-equipe-text:hover .team-equipe-title h6 {
	color: #fff;
}

.charity-team-equipe-text:hover .team-equipe-title h5 {
	color: #fff !important;
}

.desk p {
	color: #333;
	font-weight: 500;
	font-size: 13px;
}

.divider-main-green {
	border-bottom: solid 3px #D0E38A;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#casa-em-numeros .height-default {
	min-height: 130px;
}

#casa-em-numeros .height-medium {
	min-height: 130px;
}

.img-redencao {
	width: 70%;
}

.img-excelencia {
	width: 70%;
}

.casa-numeros-footer {
	text-align: right;
	font-weight: bold;
	border-top: solid 3px #D0E38A;
	margin-top: 20px !important;
	padding-top: 10px;
}

@media only screen and (max-width: 1200px) {
	.divider-bottom-green {
		border-bottom: solid 3px #D0E38A;
	}

	#casa-em-numeros .height-default img {
		margin-top: 20px;
		width: 98%;
	}

	#casa-em-numeros .height-medium {
		padding: 30px;
		min-height: 160px;
	}
}

@media only screen and (min-width: 1200px) {
	.divider-right-green {
		border-right: solid 3px #D0E38A;
	}
}

@media only screen and (max-width: 1200px) {
	.divider-main-green {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	#casa-em-numeros .height-medium {
		padding: 30px;
		min-height: 130px;
	}
}

.carousel-caption-sozinhosnunca {
	right: 15% !important;
	margin-right: 0px !important;
}

.logo-sozinhos-banner {
	position: absolute;
	z-index: 1;
	left: 70px;
	margin-top: -40px;
}

.logo-sozinhos-banner img {
	width: 28vw !important;
}

.btn-inscricao-curso {
	width: 500px;
	font-size: 24px;
	background-color: #831D80;
	padding: 10px;
	height: auto;
	border: solid 5px #831D80;
}

.btn-conclui-inscricao-curso {
	width: 300px;
	font-size: 18px;
	background-color: #44A948;
	padding: 5px;
	height: auto;
	border: solid 5px #44A948;
}

.btn-depoimentos-large {
	min-width: 600px !important;
}

@media only screen and (max-width: 1366px) {
	.carousel-caption-sozinhosnunca {
		right: 5% !important;
	}

	.logo-sozinhos-banner {
		position: absolute;
		z-index: 1;
		left: 70px;
		margin-top: -35px;
	}

	.logo-sozinhos-banner img {
		width: 28vw !important;
	}
}

@media only screen and (max-width: 1280px) {
	.logo-sozinhos-banner {
		position: absolute;
		z-index: 1;
		left: 70px;
		margin-top: -30px;
	}

	.logo-sozinhos-banner img {
		width: 28vw !important;
	}
}

@media only screen and (max-width: 1100px) {
	.carousel-caption-sozinhosnunca {
		margin-right: 0px !important;
	}

	.carousel-item-sozinhosnunca {
		height: 260px;
	}

	.logo-sozinhos-banner {
		left: 50px;
		margin-top: -25px;
	}

	.logo-sozinhos-banner img {
		width: 30vw !important;
	}
}

@media only screen and (max-width: 992px) {
	.logo-sozinhos-banner {
		position: relative;
		margin: auto;
		left: auto;
		text-align: center;
		padding: 30px;
	}

	.carousel-caption-sozinhosnunca {
		margin: auto !important;
		right: auto !important;
		height: auto !important;
	}
}

@media only screen and (max-width: 600px) {
	.logo-sozinhos-banner img {
		width: 90% !important;
	}

	.btn-depoimentos-large {
		min-width: auto !important;
	}
}

.faixa-verde-governanca {
	width: 100%;
	height: 250px;
	background-color: #B3D234;
	position: absolute;
	margin-top: 75px;
}

.faixa-verde-balanco-anual {
	width: 100%;
	height: 250px;
	background-color: #B3D234;
	position: absolute;
	margin-top: 220px;
}

@media only screen and (max-width: 1200px) {
	.faixa-verde-governanca {
		width: 100%;
		margin-top: 65px;
		height: 190px;
	}

	.faixa-verde-balanco-anual {
		width: 100%;
		height: 250px;
		background-color: #B3D234;
		position: absolute;
		margin-top: 160px;
	}
}

@media only screen and (max-width: 992px) {
	.faixa-verde-governanca {
		display: none;
	}

	.faixa-verde-balanco-anual {
		width: 100%;
		height: 250px;
		background-color: #B3D234;
		position: absolute;
		margin-top: 200px;
	}
}

.conselho-delib-fiscal {
	margin-top: 50px;
}

.conselho-delib-fiscal h4 {
	text-align: center;
}

.container-team {
	background-image: url(../images/transparencia/icon_conselho.png);
	background-position: center left;
	background-repeat: no-repeat;
	border: solid 3px #841D80 !important;
	border-radius: 5px;
	padding-left: 53px;
	margin-top: 20px;
}

.container-team-description {
	text-align: center !important;
	padding-top: 10px;
	background: #fff;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.container-team-description p {
	font-weight: 600;
	color: #333;
	font-size: 18px;
	line-height: 18px;
}

.btn-diretoria-transparencia {
	min-width: 700px;
}

.owl-carousel .owl-stage {
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.btn-diretoria-transparencia {
		min-width: 100%;
	}

	.faixa-verde-balanco-anual {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	.btn-diretoria-transparencia {
		padding: 10px;
		min-width: 100%;
		min-height: 100px;
	}
}

.link-roxo-medio {
	font-weight: 600;
	color: #831D80;
	text-decoration: underline;
}

.line-divider {
	border-bottom: solid 2px #F5F5F5;
}

.tabs-apoio-institu li {
	border: solid 1px #44A948;
}

ul#tabs_apoio_instituto a {
	color: #111;
	border: none !important;
	height: 75px !important;
}

ul#tabs_apoio_instituto h3 {
	font-weight: 600;
	font-size: 16px;
	color: #44A948;
}

ul#tabs_apoio_instituto.nav-pills>li.active>a,
ul#tabs_apoio_instituto.nav-pills>li.active>a:hover,
ul#tabs_apoio_instituto.nav-pills>li.active>a:focus {
	color: #fff !important;
	background-color: #44A948;
}

ul#tabs_apoio_instituto .active h3 {
	color: #FFF;
}

ul#tabs_apoio_instituto li {
	border-bottom: 1px solid #44A948;
	border-radius: 0px;
	border-top: 1px solid #44A948;
	border-right: 1px solid #44A948;
}

ul#tabs_apoio_instituto li.start {
	border-left: 1px solid #44A948;
}

ul#tabs_apoio_instituto {
	margin-bottom: 50px;
}

.nav-pills>li+li {
	margin-left: 0px;
}

.evento_solidario {
	top: 8px;
	position: relative;
}

.doe_servicos {
	top: 18px;
	position: relative;
}

.espaco_midia {
	top: 8px;
	position: relative;
}

.doe_divulgacao {
	top: 18px;
	position: relative;
}

.voluntariado_corp {
	top: 8px;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.doe_servicos {
		top: 8px;
	}

	.doe_divulgacao {
		top: 8px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
	ul#tabs_apoio_instituto h3 {
		font-weight: 600;
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	ul#tabs_apoio_instituto a {
		height: 45px !important;
	}

	.evento_solidario {
		top: auto;
	}

	.doe_servicos {
		top: auto;
	}

	.espaco_midia {
		top: auto;
	}

	.doe_divulgacao {
		top: auto;
	}

	.voluntariado_corp {
		top: auto;
	}

	ul#tabs_apoio_instituto li {
		border-bottom: 1px solid #44A948;
		border-right: 1px solid #44A948;
		border-left: 1px solid #44A948;
		border-top: none;
	}

	ul#tabs_apoio_instituto li.start {
		border-top: 1px solid #44A948;
	}
}

.fale-conosco-fone {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}

.fale-conosco-email {
	text-align: center;
	font-size: 18px;
}

.fale-conosco-endereco {
	text-align: center;
	font-size: 18px;
}

#form_contato {
	margin-top: 30px;
}

#form_contato input {
	border-radius: 0px;
	height: 50px;
}

#form_incricoes input {
	border-radius: 0px;
	height: 50px;
}

#form_incricoes select {
	border-radius: 0px;
	height: 50px;
}

#form_contato textarea {
	border-radius: 0px;
}

#form_pesq_tendencia input {
	border-radius: 0px;
	height: 50px;
	margin-bottom: 15px;
}

#form_pesq_tendencia .btn-blue {
	font-size: 18px;
	height: auto;
}

#alert_name_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert_pesq_tendencia {
	top: 3px;
	right: 1px;
	padding-left: 10px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: inline;
}

#alert_email_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert_phone_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert_message_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert-send-form {
	color: #44A948;
	font-size: 18px;
	padding-top: 10px;
	height: 40px;
}

#form_curriculo input {
	border-radius: 0px;
	height: 50px;
}

#form_curriculo textarea {
	border-radius: 0px;
}

#form_proposta input {
	border-radius: 0px;
	height: 50px;
}

#form_proposta textarea {
	border-radius: 0px;
}

#alert_name_curriculo_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert_email_curriculo_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert_phone_curriculo_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert_area_interesse_curriculo_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert_message_curriculo_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

#alert-send-form-curriculo {
	color: #44A948;
	font-size: 18px;
	padding-top: 10px;
	height: 40px;
}

#alert_razao_social_proposta_empy,
#alert_cnpj_proposta_empy,
#alert_fone_proposta_empy,
#alert_nome_contato_proposta_empy,
#alert_cpf_contato_proposta_empy,
#alert_email_contato_proposta_empy,
#alert_item_servico_proposta_empy,
#alert_vl_unit_proposta_empy,
#alert_vl_total_proposta_empy,
#alert_mensagem_proposta_empy,
#alert_endereco_proposta_empy {
	position: absolute;
	top: 3px;
	right: 1px;
	padding-right: 25px;
	font-size: 14px;
	color: #9F2A70;
	font-style: italic;
	display: none;
}

@media only screen and (max-width: 768px) {
	#alert_name_empy {
		font-size: 12px;
	}
}

.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 40px;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem !important;
	outline: none !important;
	position: relative;
	z-index: 1000;
}

.option-input:hover {
	background: #9faab7;
}

.option-input:checked {
	background: #44A948;
}

.option-input:checked::before {
	width: 40px;
	height: 40px;
	display: flex;
	content: '\f00c';
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	align-items: center;
	justify-content: center;
	font-family: 'FontAwesome';
}

.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #44A948;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}

.option-input.radio {
	border-radius: 50%;
}

.option-input.radio::after {
	border-radius: 50%;
}

@keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}

	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}

.inputs-radio {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

#outro_valor {
	border: solid 1px #CCC;
	margin-left: 7px;
	height: 40px;
	padding: 5px 10px;
}

.inputs-radio-value {
	margin-top: 50px;
}

.bnt_pgto_pagseguro {
	transition: 0.3s;
}

.bnt_pgto_pagseguro:hover {
	transform: scale(1.04);
	cursor: pointer;
}

.divider-green-large {
	width: 100%;
	height: 50px;
	background-color: #F5F5F5;
}

.inputs-radio-value {
	padding: 0;
}

.alert-doar {
	margin-top: 70px;
	font-size: 20px;
	color: #F16524;
	padding-bottom: 10px;
	height: 30px;
}

@media only screen and (max-width: 768px) {
	.inputs-radio {
		text-align: left;
		padding-left: 30%;
		font-size: 18px;
		font-weight: 600;
		padding-bottom: 20px;
	}

	.inputs-radio #outro_valor {
		display: block;
		width: 150px;
		margin-top: 20px;
	}

	.inputs-radio-value {
		margin-top: auto;
	}

	.alert-doar {
		margin-top: 50px;
		height: 60px;
	}

	.tittle_projetos_jornada {
		padding-top: 40px;
	}

	.video-nossa-estrutura {
		padding-bottom: 50px;
	}

	.cursos-requisitos h3 {
		text-align: center;
		padding-top: 20px;
	}

	.cursos-requisitos p {
		text-align: center;
	}

	.padding-img-requisitos {
		padding-top: 20px;
	}

	.btn-inscricao-curso {
		width: 100%
	}
}

.tittle_projetos_jornada {
	color: #841d80 !important;
}

.container-campanha-sozinhois-nunca {
	padding-top: 100px;
	padding-bottom: 70px;
}

.section-form-inscricoes {
	border: solid 1px #CCC;
	background-color: #FFF;
	padding: 30px;
}

.section-form-inscricoes h2 {
	text-align: center;
	color: #44A948;
	padding-top: 30px;
}

.section-form-inscricoes h2 span {
	color: #111;
}

.section-form-inscricoes h3 {
	text-align: center;
	color: #F16524;
	padding-top: 20px;
	padding-bottom: 50px;
}

#form_incricoes label {
	font-weight: normal;
	font-size: 12px;
}

#alerta_cedesp {
	text-align: center;
	border: solid 3px #D70000;
	padding: 20px;
	background-color: #F5F5F5;
	display: none;
}

#alerta_cedesp h1 {
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #900
}

#alerta_cedesp p {
	font-size: 16px;
	color: #900;
	font-weight: 500;
}

.sub-title-forms {
	color: #44A948;
	font-weight: 600;
	font-size: 14px;
	padding-left: 15px;
}

.line-border {
	border-bottom: solid 1px #F5F5F5;
	margin-bottom: 20px !important;
}

.container-check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px !important;
	color: #44A948;
}

/* Esconder o checkbox padrão */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Criar o checkbox customizado */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #eee;
	border-radius: 2px;
}

/* Adicionar uma cor de fundo cinza ao passar o mouse */
.container-check:hover input~.checkmark {
	background-color: #ccc;
}

/* Quando o checkbox é clicado, adicionar um fundo rosa */
.container-check input:checked~.checkmark {
	background-color: #44A948;
}

/* Criar o ícone de check, escondido quando não estiver selecionado */
.container-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Exibir o ícone quando selecionado */
.container-check input:checked~.checkmark:after {
	display: block;
}

.btn-conclui-inscricao-curso:disabled {
	background-color: #CCC;
	border: solid 5px #BFBFBF;
	color: #FFF;
}

input.invalid,
textarea.invalid,
select.invalid {
	border: 1px solid #FF9797;
	background-color: #FFDDDD;
}

input.valid,
textarea.valid,
select.valid {
	border: 1px solid #84FFAC;
	background-color: #D7FFE4;
}

.flip-card {
	background-color: transparent;
	text-align: center;
	width: 100%;
	height: 350px;
	perspective: 1000px;
	margin: auto;
	margin-bottom: 20px;
}

.flip-card-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	box-shadow: 1px 0px 30px 0px rgba(109, 109, 109, 0.20);
	border-radius: 10px !important;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card h1 {
	font-size: 18px;
	padding: 20px 10px 20px 10px;
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px !important;
}

.flip-card-front {
	background-color: #8F1A73;
	color: #fff;
	padding: 20px;
}

.flip-card-front p {
	color: #111;
}

.flip-card-front ul {
	list-style-type: disc;
	padding: 0px 15px;
}

.flip-card-front li {
	text-align: left;
	line-height: 17px;
	margin-bottom: 10px;
}

.flip-card-back {
	transform: rotateY(180deg);
	padding: 20px;
	background-color: #fff;
	color: #111;
}

.flip-card-back p {
	color: #fff;
}

.flip-card-back ul {
	list-style-type: disc;
	padding: 0px 15px;
}

.flip-card-back li {
	text-align: left;
	line-height: 17px;
	margin-bottom: 10px;
}

.flip-card-front-invert,
.flip-card-back-invert {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px !important;
}

.flip-card-front-invert {
	background-color: #FFF;
	color: #111;
	padding: 20px;
}

.flip-card-front-invert p {
	color: #FFF;
}

.flip-card-front-invert ul {
	list-style-type: disc;
	padding: 0px 15px;
}

.flip-card-front-invert li {
	text-align: left;
	line-height: 17px;
	margin-bottom: 10px;
}

.flip-card-back-invert {
	transform: rotateY(180deg);
	padding: 20px;
	background-color: #8F1A73;
	color: #FFF;
}

.flip-card-back-invert p {
	color: #111;
}

.flip-card-back-invert ul {
	list-style-type: disc;
	padding: 0px 15px;
}

.flip-card-back-invert li {
	text-align: left;
	line-height: 17px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
	.flip-card-front ul {
		padding: 0px 50px;
	}
}

@media only screen and (max-width: 992px) {
	.flip-card {
		width: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.flip-card {
		width: 70%;
	}

	.flip-card-front ul {
		padding: 0px 70px;
	}
}

@media only screen and (max-width: 500px) {
	.flip-card {
		width: 80%;
	}

	.flip-card-front ul {
		padding: 0px 50px;
	}
}

@media only screen and (max-width: 420px) {
	.flip-card {
		width: 90%;
	}

	.flip-card-front ul {
		padding: 0px 20px;
	}
}

.cookieConsentContainer {
	z-index: 99999;
	width: 100%;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	display: none;
}

.cookieConsentContainer .cookieTitle {
	font-family: OpenSans, arial, sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	display: block;
	text-align: center;
}

.cookieDesc {
	text-align: center;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, sans-serif;
	color: #fff;
	text-decoration: underline;
	transition: all .3s;
}

.cookieConsentContainer .cookieDesc a:hover {
	color: #CCC;
}

.cookieButton {
	margin: auto !important;
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-top: 14px;
	background: #000;
	box-sizing: border-box;
	padding: 7px 24px;
	text-align: center;
	transition: background .3s;
}

.cookieConsentContainer .cookieButton a:hover {
	cursor: pointer;
	background: #4387B7;
}

.section-premios {
	padding: 50px;
}

.atuacao-jornada {
	background-color: #F5F5F5;
}

.img-atuacao-jornada {
	padding: 30px;
}

.img-atuacao-jornada img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: solid 5px #44a948;
	background-color: #FFF;
}

.img-atuacao-jornada span {
	color: #666;
	padding-top: 15px;
	font-weight: bold;
	display: block;
}

.owl-stage {
	display: flex;
	align-items: center;
}

#atuacao-jornada-slider a:visited {
	border-color: #44a948;
}

.heading-socials-localizacao h2 {
	text-align: center;
	padding-bottom: 70px;
}

.socials-localizacao {
	background-color: #821E80;
	color: #FFF;
	text-align: center;
	font-size: 40px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: auto !important;
	transition: 0.5s;
	cursor: pointer;
}

.socials-localizacao:hover {
	background-color: #F16524;
}

@media only screen and (max-width: 992px) {
	.heading-socials-localizacao h2 {
		padding-top: 70px;
		padding-bottom: 20px;
	}

	.socials-localizacao {
		margin-bottom: 30px !important;
	}
}

.btn-upload-arquivo {
	border: 5px solid #44a948;
	background-color: #44a948;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	transition: 0.3s;
}

.input_erro {
	border: 1px solid #FF9797;
	background-color: #FFDDDD !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.input_default {
	border: 1px solid #CED4DA;
	background-color: #FFF !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.alert-fields-empty-email {
	color: #900;
	font-size: 14px;
	padding-top: 10px;
	height: 20px;
}

.alert-fields-empty-email i {
	margin-right: 5px;
}

#depoimentos-videos-home .item iframe {
	width: 100% !important;
	height: 400px !important;
}

.doe_CJC_text {
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding-bottom: 30px;
	font-size: 30px;
	z-index: 9999999 !important;
}

.doe_CJC {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.doe_CJC .btn_donate_CJC {
	width: 180px !important;
	font-size: 12px;
	height: auto;
}

.marcos-intitucionais {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.marcos-content {
	flex: 0 0 calc(30% - 16px);
	text-align: center;
	border-radius: 15px;
	padding: 20px;
	position: relative;
	margin: 15px 0;
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.value-color-1 {
	background-color: #287878;
}

.value-color-2 {
	background-color: #379696;
}

.value-color-3 {
	background-color: #195A5A;
}

.value-color-4 {
	background-color: #8C235A;
}

.value-color-5 {
	background-color: #691941;
}

.value-color-6 {
	background-color: #5A8728;
}

.marcos-content h3 {
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.marcos-content h4 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.marcos-content .value-text-appear {
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	pointer-events: none;
	padding-bottom: 20px;
}

.marcos-content .value-text-appear ul {
	color: #fff;
	list-style: disc;
	padding-left: 20px;
	text-align: left;
}

.marcos-content .value-text-appear ul li {
	padding-bottom: 15px;
}

.marcos-content:hover .value-text-appear {
	max-height: 500px;
	opacity: 1;
}

.marcos-content::before {
	content: "";
	position: absolute;
	width: 106%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	border: 1px solid #4FA9A8;
	border-radius: 20px;
	z-index: -1;
}

.marcos-content::after {
	content: "• • • • •";
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: #4FA9A8;
	font-size: 40px;
	letter-spacing: 3px;
}

.section-governanca-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.about-home {
	display: flex;
	align-items: center;
	justify-content: center;
}

#proposta-valor .charity-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#proposta-valor .charity-heading img {
	margin: 40px 20px;

}

#proposta-valor .row-vl {
	height: 450px;
}

.pv-column {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.pv-box {
	width: 400px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pv-icon {
	height: 100%;
	width: 94px;
	height: 80px;
}

.pv-icon img {
	width: 94px;
	height: 80px;
}

.pv-box h3 {
	text-transform: uppercase;
	padding: 0 20px;
	font-weight: 900;
	color: #333;
	width: 250px;
	text-align: right;
	font-size: 16px;
}

.pv-left .pv-box h3 {
	text-align: right;
}

.pv-right .pv-box h3 {
	text-align: left;
}

.pv-left .pv-box:nth-child(1) {
	margin-left: 80px;
}

.pv-left .pv-box:nth-child(2) {
	margin-left: 40px;
}

.pv-left .pv-box:nth-child(3) {
	margin-left: 80px;
}

.pv-left .pv-box:nth-child(4) {
	margin-left: 120px;
}

.pv-right .pv-box:nth-child(1) {
	margin-right: 120px;
}

.pv-right .pv-box:nth-child(2) {
	margin-right: 80px;
}

.pv-right .pv-box:nth-child(3) {
	margin-right: 40px;
}

.pv-right .pv-box:nth-child(4) {
	margin-right: 80px;
}

.pv-right .pv-box:nth-child(5) {
	margin-right: 120px;
}

.help-txt-f1 {
	margin-top: -200px;
	background-color: #fff !important;
	width: 100px !important;
	height: 50px !important;
	z-index: 9999;
}

.help-txt-f1 h3 {
	text-align: center;
	background-color: #fff;
}

.row-indicadores-map {
	display: flex;
	align-items: center;
	justify-content: center;
}

.indicadores-txt p {
	padding-bottom: 20px;
	color: #666;
}

.row-indicadores-numbers {
	background-color: #F2E7ED;
	border-radius: 15px;
	margin-top: 30px;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.row-indicadores-numbers .col-sm-12 {
	text-align: center;
	padding: 10px;
}

.row-indicadores-numbers h3 {
	color: #832880;
	font-size: 30px;
	padding-bottom: 10px;
}

.row-indicadores-numbers p {
	font-size: 12px;
	color: #666;
}

.news {
	background-color: #841D80;
	padding: 30px;
}

.news h2 {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	font-weight: 300;
	padding-bottom: 20px;
}

.news .news-input {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news .news-input input {
	width: 40%;
	border-radius: 0;
	padding: 20px;
	margin: 0 20px;
}

.news .news-input button {
	margin: 0;
	border-radius: 0;
}

.news .alert_email_news_cjc {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	height: 25px;
}