@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #0f1317;
	border: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1em;
	overflow-x: hidden;
}
h1 {
	color: #333;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 2.5rem;
	margin-bottom: 3rem;
}
h2 {
	font-family: 'Poppins';
	font-weight: 400;
	color: #333;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
h3 {
	font-family: 'Poppins';
	font-weight: 400;
	color: #333;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	margin-top: 3rem;
}
ul {
	list-style: none;
}
p {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: .9rem;
	line-height: 1.75rem;
	text-align: justify;
}
sup {
	color: #dab350;
	font-size: .6rem;
	font-weight: bold;
}
header {
	position: sticky;
	top: 0;
	/*background-color: rgba(249,209,2,.98);*/
	background-color: #0e82c3;
	/*box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);*/
	display: flex;
	height: 100px;
	width: 100%;
	padding: 0 !important;
	z-index: 100;
	transition: all .3s ease;
}
header #logo {
	background-image: url('../svg/logo-instituto-maos-que-ajudam-novo-light.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 250px;
	border-radius: 5.5px;
	flex: 1;
	margin-top: 5px;
	padding: 0 20px;
	min-width: 190px;
	width: 190px;
	height: 90px;
	margin-left: 5px;
	margin-right: 5px;
}
section {
	background-color: #fff;
	padding: 7.5vw 5vw;
}
section.two-colluns {
	padding: 0;
}
section.two-colluns > nav, section.two-colluns > aside {
	flex: 0 0 50vw;
}
section.two-colluns article {
	padding: 7.5vw 5vw;
}
section.two-colluns aside {
	display: none;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
button {
	cursor: pointer;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroller {
    overflow-y: auto !important;
	scrollbar-color: #b3b3b3 transparent !important;
    scrollbar-width: thin !important;
}
section {
	display: flex;
	min-height: 200px;
}
section > article {
	flex: 1;
}
section > nav, section > aside {
	flex: 0 0 15vw;
	background: transparent;
}
section > nav, section > aside:first-child {
	order: -1;
	text-align: center;
}
section > article ul {
	columns: 1;
	margin: 0;
}
section > article .unique {
	columns: 1;
	margin: 0 3vw;
}
section > article .unique li {
	margin-left: 0;
}
section > article ul li {
	break-inside: avoid-column;
}
section > article ul li:last-child {
	/*border-left: 1px solid #f2f2f2;
	padding-left: 3vw;*/
}
header, footer, article, nav, aside {
	/*padding: 1em;*/
}
.fade {
	opacity: 0;
	-webkit-transform: translateY(100px);
			transform: translateY(100px);
	visibility: hidden;
	transition: opacity 0.6s ease-out, transform 1s ease-out;
	will-change: opacity, visibility;
}
.fade.is-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
}
#form-contact {
	background-color: #0e82c3;
	border: 0;
	border-radius: 5.5px;
	box-sizing: border-box;
	font-size: .9rem;
	margin: 50px auto 0;
	min-width: 280px;
	width: 50%;
	padding: 10px;
}
#form-contact input[type='text'], #form-contact textarea {
	border: 1px solid #ddd;
	border-radius: 2.5px;
	padding: 5px;
	width: 100%;
	transition: all .2s ease;
}
#form-contact input[type='text']:focus, #form-contact textarea:focus {
	border: 1px solid #08f;
}
#form-contact textarea {
	height: 150px;
}
#form-contact label {
	color: #fff;
	margin-top: 15px;
}
#form-contact button, #form-contact input[type='submit'], #form-contact input[type='reset'] {
	border: 0;
	border-radius: 2.5px;
	background-color: #ffdc29;
	color: #000;
	font-weight: bold;
	padding: 10px 30px;
	margin: 5px;
	outline: 0;
}
#form-contact input:disabled {
	background-color: #aaa !important;
	color: #555 !important;
	cursor: progress;
}
#form-contact .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
#form-contact ul li {
	min-height: 10px;
}
#form-contact #result {
	min-height: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	transition: all .2s ease;
}
footer {
	background: #0f1317;
	background-image: url('../svg/logo-instituto-maos-que-ajudam-novo-light.svg');
	background-position: 5vw center;
	background-repeat: no-repeat;
	background-size: 280px;
	color: #a1a1a1;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: .8rem;
	min-height: 220px;
	padding-top: 30px;
	padding-bottom: 10px;
}
footer .footer-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
footer ul {
	margin-left: 10%;
}
footer ul li {
	padding: 3px 0;
	min-height: 12px;
}
footer ul .title {
	color: #ffdc29; /*#ffc000;*/
	font-size: 1.2rem;
}
footer .footer-links li a, footer ul li a {
	color: #a1a1a1;
	padding: 2px;
	transition: all .2s ease;
}
footer .footer-links li a:hover {
	color: #ccc;
	text-decoration: none;
}
footer p {
	font-size: .8rem;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
footer .social-media {
	border-top: 1px solid #3d3f45;
	margin-top: 15px;
	margin-left: 2.5%;
	width: 95%;
	text-align: right;
	height: 40px;
	padding-top: 10px;
}
.color-yellow {
	background-color: #fbca59;
	color: #313131;
}
.color-yellow h1, .color-yellow h2, .color-yellow p {
	color: #313131;
}
.color-yellow ul {
	list-style: disc;
	list-style-position: inside;
}
.color-yellow a {
	font-size: 1.25rem;
}
.color-blue {
	background-color: #0088ff;
	color: #313131;
}
.color-blue h1, .color-blue h2, .color-blue p {
	color: #fff;
}
.color-light {
	background-color: #e4e8ec;
	color: #222;
}
.color-light h1, .color-light h2, .color-light p {
	color: #222;
}
.color-white {
	background-color: #fff;
	color: #222;
}
.color-white h1, .color-white h2, .color-white p {
	color: #222;
}
.color-dark {
	background-color: #313131;
	color: #fff;
}
.color-dark h1, .color-dark h2, .color-dark p {
	color: #fff;
}
#back-to-top:hover {
    background: rgba(255,255,255,1);
    color: #000;
}
#back-to-top.show {
    opacity: 1;
}
.sidebar {
	display: none;
}
#wrapper {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	transform: translateX(0);
	transition: all .2s linear;
}
#wrapper.translate {
	transform: translateX(210px);
}
.ext-link {
	width: 175px;
	transition: all .2s linear;
}

#external-link {
	background-color: rgba(249,209,2,1);
}
/* new menu */
header a {
	text-decoration: none;
}
header nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 2;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: .9rem;
}
header ul {
	background: transparent;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
header li {
	color: #fff;
	background: transparent;
	display: inline-block;
	padding: 1rem;
	position: relative;
	text-decoration: none;
	transition: all .2s linear;
} 
header li a {
	color: #fff;
	display: block;
	padding: 1rem;
	margin: -1rem;
	transition: all .2s linear;
}
header li a:hover {
	color: #000;
}
header li:hover {
	background: #ffdc29;
	cursor: pointer;
}
header ul li ul {
	background: #ffdc29;
	visibility: hidden;
	opacity: 0;
	min-width: 5rem;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 1rem;
	left: 0;
	display: none;
	transition: all .2s linear;
}
header ul li:hover > ul,
header ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}
header ul li ul li {
	clear: both;
	width: 100%;
}
header .enphasis {
	background-color: #fff;
	color: #0e82c3;
}
header .enphasis:hover {
	background: #ffdc29;
	color: #000;
}
/* progress bar */
.progress-container {
	display: none;
	position: sticky;
	top: 100px; 
	left: 0;
	z-index: 1;
	width: 100%;
}
.progress--wpr {
	width: 100%;
	height: 3px;
}
.progress--bar {
	height: 3px;
	background-color: #e7dac3;
	width: 0%;
}
.icon {
	display: none;
}
.photo {
	background-color: #efefef;
	background-image: url('../img/doar.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	padding: 1%;
}
.photo h1 {
	color: #222;
	font-size: 5rem;
	font-family: 'Poppins';
	margin: 0 1vw 0 1vw;
	text-align: center;
}
.photo span {
	position: absolute;
	top: calc(100vh - 35px);
	right: 10px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	display: block;
	font-size: .8rem;
	padding: 3px 7px;
}
.photo a {
	color: #fbca59;
	transition: all .2s ease;
}
.contato {
	background-image: url('../img/contato.jpeg');
}
.donate-wrapper {
	background-color: #0e82c3;
	border-radius: 5px;
	color: #fff;
	padding: 15px 20px;
	margin: 15px 0;
}
.donate-wrapper h1, .donate-wrapper h2, .donate-wrapper h3 {
	color: #fff;
	margin-top: 0 !important;
	margin-bottom: 1rem !important;
}
.little-boy {
	background-color: #efefef;
	background-image: url('../img/menininho.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.partners {
	background-color: #efefef; /*#e4e8ec;*/
	padding: 2.5vw 5vw;
}
.partners h1, .partners h2 {
	margin-top: 0;
	text-align: center;
}
.partners article {
	text-align: center;
}
.partners article ul li {
	display: inline;
}
.partners article img {
	max-height: 150px;
	margin: 1vw 2.5vw
}
.news {
	border: 1px solid #0e82c3;
	width: 100%;
}
.news .news-image {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
.news .news-title {
	font-size: 2rem;
	padding: 20px;
	text-align: justify;
}
.news .news-text {
	font-size: 1rem;
	padding: 20px;
}
/* media queries */
@media screen and (max-width: 1024px){
	body {
		background-color: #333;
	}
	header {
		background-image: url('../svg/logo-instituto-maos-que-ajudam-novo-light-inline.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 200px;
		border: 0;
		height: 45px;
	}
	header #logo, header nav {
		display: none;
	}
	header .search {
		display: none;
	}
	nav, aside {
		display: none;
	}
	h1 {
		font-size: 3rem;
		text-align: center;
	}
	h2 {
		font-size: 2rem;
	}
	p {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	a {
		display: contents;
	}
	img {
		border-radius: 2.5px;
		margin: 1em;
	}
	article {
		width: 100%;
	}
	section > article ul {
		columns: 1;
		margin: 0 30px 0 20px;
	}
	.slider spam {
		font-size: 2.5rem !important;
		padding: 0 1rem !important;
	}
	.search {
		min-width: initial;
		padding-left: 10px;
	}
	.search input[type="text"] {
		width: 120px;
	}
	.progress-container {
		top: 45px;
	}
	.sidebar {
		background: rgba(51,51,51,1);
		background-image: url('../svg/logo-instituto-maos-que-ajudam-novo-light.svg');
		background-position: center 10px;
		background-repeat: no-repeat;
		background-size: 120px;
		border-right: 1px solid #151515;
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		height: 100%;
		left: 0;
		width: 210px;
		overflow: hidden;
		-webkit-transition: width .3s linear;
		transition: width .2s linear;
		-webkit-transform: translateZ(0) scale(1,1);
		box-shadow: 1px 0 15px rgba(0,0,0,.20);
		padding-top: 75px;
		opacity: 1;
		z-index: 1;
		transition: all .2s linear;
	}
	.sidebar .menu-links, .sidebar .menu-action {
		color: #ddd !important;
		display: block;
		font-size: .8rem;
		padding: 5px 15px;
	}
	.sidebar .menu-links i, .sidebar .menu-action i {
		color: #999;
		margin-right: 10px;
		font-size: .9rem;
		width: 10px;
	}
	.sidebar .sub-links {
		color: #ddd !important;
		display: block;
		font-size: .8rem;
		padding: 5px 15px;
		font-family: 'Poppins',sans-serif;
		font-weight: 400;
		margin-left: 35px;
	}
	.sidebar .sub-links::before {
		content: '• ';
	}
	.sidebar .icon {
		width: 100%;
		background-color: #111;
		/*background-image: url('../svg/logo-icon-old.svg');
		background-position: 175px center;
		background-repeat: no-repeat;
		background-size: 32px;*/
		padding: 5px 15px;
		border-bottom: 1px solid #000;
	}
	.sidebar .icon i {
		color: #ddd;
		cursor: pointer;
	}
	.sidebar ul li:last-child {
		border-bottom: 0
	}
	.sidebar a {
		color: #fff;
		display: block;
		font-size: .9rem;
		font-weight: 400;
		padding: 10px 5px;
	}
    .active {
        background-color: #000;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 250px;
        color: white;
		cursor: default;
		height: 60px;
    }
	.photo h1 {
		font-size: 3rem;
	}
	.photo h2 {
		font-size: 1rem;
	}
	.photo span {
		top: calc(100vh - 20px);
		right: 0;
		display: block;
		font-size: .6rem;
		width: 100%;
		text-align: center;
	}
	#form-contact {
		width: 100%;
	}
	#contato article {
		/*padding: 1px;*/
	}
	footer {
		background-image: none;
		font-size: .7rem;
		min-height: 30px;
		padding: 0;
	}
	footer .footer-links {
		display: none;
	}
	.icon {
        border-radius: 0;
        display: block;
        margin: 6px 10px;
        min-width: 1px;
        min-height: 1px;
    }
    .icon a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom-width: 3px;
        font-size: .8rem;
        padding: 0;
    }
    .icon a:hover {
        border-bottom-width: 3px !important;
    }
    .icon i {
		color: #eee;
        font-size: 2rem;
    }
	/*.g-recaptcha {
		transform:scale(0.77);
		transform-origin:0 0;
	}*/
}
@keyframes bounce {
	50% {
		transform: translateY(-25%);
	}
	100% {
		transform: translateY(0);
	}
}