@media (min-width: 1460px){.container {max-width: 1440px; width: 100%;}}

* {outline: none !important;}
.wpcf7-submit,
a {text-decoration: none !important; transition: all linear .2s; cursor: pointer; color: inherit;}
img {max-width: 100%; height: auto;}

body {font-family: 'Source Sans Pro', sans-serif; background: #191919; line-height: 1.2 !important;}

.inner {display: block; padding: 0 50px;}

.round-btn {
	border-radius: 40px;
	padding: 20px;
	margin: 0;
	width: 100%;
	font-size: 14px;
	border-width: 2px;
	border-style: solid;
	/*transition: all linear .2s;*/
}
.round-btn.black-bg {border-color: #000;}
.round-btn.white-bg {border-color: #fff;}
.round-btn.purple-bg {border-color: #6732ff;}
.round-btn.green-bg {border-color: #00ff66;}
.round-btn:hover {background-color: transparent;}
.round-btn:hover.black-bg {color: #000;}
.round-btn:hover.white-bg {color: #fff;}
.round-btn:hover.purple-bg {color: #6732ff;}
.round-btn:hover.green-bg {color: #00ff66;}

.input {
	background: transparent;
	color: #000;
	padding: 15px;
	font-size: 20px;
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}
.input::-webkit-input-placeholder {color: #000;}
.input::-moz-placeholder {color: #000;}
.input:-ms-input-placeholder {color: #000;}
.input:-moz-placeholder {color: #000;}

.input.white-txt {border-color: #fff; color: #fff;}
.input.white-txt::-webkit-input-placeholder {color: #fff;}
.input.white-txt::-moz-placeholder {color: #fff;}
.input.white-txt:-ms-input-placeholder {color: #fff;}
.input.white-txt:-moz-placeholder {color: #fff;}

.small-btn {max-width: 150px;}
.medium-btn {max-width: 300px;}

.fw-light {font-weight: 300;}
.fw-bold {font-weight: 700;}
.fw-black {font-weight: 900;}

.uppercase {text-transform: uppercase;}
.underline-hover:hover {text-decoration: underline !important;}

.green-txt {color: #00ff66;}
.purple-txt {color: #6530FF;}
.black-txt {color: #000;}
.white-txt {color: #fff;}

.green-txt-hover:hover {color: #00ff66 !important;}
.purple-txt-hover:hover {color: #6530FF !important;}
.black-txt-hover:hover {color: #000 !important;}
.white-txt-hover:hover {color: #fff !important;}

.gray-bg {background-color: #252525;}
.black-bg {background-color: #000;}
.white-bg {background-color: #fff;}
.purple-bg {background-color: #6732ff;}
.green-bg {background-color: #00ff66;}

.gray-bg-hover:hover {background-color: #252525;}
.black-bg-hover:hover {background-color: #000;}
.white-bg-hover:hover {background-color: #fff;}
.purple-bg-hover:hover {background-color: #6732ff;}
.green-bg-hover:hover {background-color: #00ff66;}

.green-fill path {fill: #00ff66;}
.purple-fill path {fill: #6732ff;}
.white-fill path {fill: #ffffff;}
.black-fill path {fill: #000000;}

.section-title {font-size: 32px;}

header {/*position: absolute;*/ position: fixed; left: 0; top: 0; width: 100%; z-index: 9995; height: 87px; transition: all linear .2s;}
header.scrolled {background: #000; transition: all linear .2s;}
header h1 {margin: 1px 0px 2px;}
body.logged-in header {top: 32px;}
header .navbar-collapse {margin-right: auto;}
header .menu-center
{
	display: block;
	margin: 0 auto;
	position: relative;
}
header .navbar-nav .nav-link {text-align: center;}
header #lang_choice_1,
/*header #lang_choice_1 option,*/
header .navbar-nav .nav-link,
footer .navbar-nav .nav-link,
header .nice-select,
header #lang_choice_1
{
	color: #fff;
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	margin: 0 0 0 20px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
footer .navbar-nav .nav-link {color: #000; margin: 10px 0;}
header .navbar-nav .current_page_item .nav-link {color: #00ff66;}

header .menu-right {
	display: inline-block;
	flex: none;
	min-width: 92px;
    text-align: right;
}

.fb-link {
	opacity: 0.85;
	transition: opacity linear .2s;
	display: inline-block;
}
.fb-link:hover {opacity: 1;}

header .nice-select .option
{
	display: block;
	position: relative;
	font-weight: 900;
}
header .nice-select .option::before,
header .nice-select .option::after,
header .navbar-nav .nav-link::before,
header .navbar-nav .nav-link::after,
footer .navbar-nav .nav-link::before,
footer .navbar-nav .nav-link::after {
	width: 100%;
	height:100%;
	z-index: 3;
	content:'';
	position: absolute;
	top:0;
	left:50%;
	box-sizing: border-box;
	-webkit-transform: scale(0) translate(-50%, 0);
	transition: 0.2s;
}
header .nice-select .option::before,
header .navbar-nav .nav-link::before,
footer .navbar-nav .nav-link::before {
	border-bottom: 1px solid #FFF;
	border-left: 0;
	-webkit-transform-origin: 0% 100%;
}
footer .navbar-nav .nav-link::before {border-color: #000;}
header .nice-select .option::after,
header .navbar-nav .nav-link::after,
footer .navbar-nav .nav-link::after {
	border-top: 0;
	border-right: 0;
	-webkit-transform-origin: 50% 50%;
}
header .nice-select .option:hover::before,
header .nice-select .option:hover::after,
header .navbar-nav .nav-link:hover::after,
footer .navbar-nav .nav-link:hover::after,
header .navbar-nav .nav-link:hover::before,
footer .navbar-nav .nav-link:hover::before {-webkit-transform: scale(1) translate(-50%, 0);}

header .navbar-nav .current-menu-item .nav-link::before {border-color: #0f6;}

header .navbar-toggler {padding: 0; border: none; top: 15px; cursor: pointer;}
header .navbar-toggler-icon {display: block; width: 40px;}
header .navbar-toggler-icon div {display: block; width: 40px; height: 5px; background: #fff; margin: 5px 0; border-radius: 3px; position: relative;}
header .navbar-toggler-icon div:last-child {margin-bottom: 0;}
header .navbar-toggler:not(.collapsed) .navbar-toggler-icon div {opacity: 0;}
header .navbar-toggler:not(.collapsed) .navbar-toggler-icon div:first-child {opacity: 1; transform: rotate(-45deg); top: 15px; margin: 0;}
header .navbar-toggler:not(.collapsed) .navbar-toggler-icon div:last-child {opacity: 1; transform: rotate(45deg); top: -5px; margin: 0;}

header .below-menu {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}

.nice-select .option:hover {background: #fff; color: #000;}
.nice-select .option.selected.focus,
.nice-select .list {background: #191919; margin: 0; box-shadow: none; border-radius: 0;}
.nice-select .option.selected {display: none;}
.nice-select:after {border-color: #fff;}
.nice-select {border-left: 1px solid #fff !important; border-radius: 0;}

footer #sponsors {
	background-color: #191919;
	padding: 30px 0;
}
footer #master-sponsor,
footer #supporters {
	background-color: #252525;
	padding: 30px 0;
}
footer #master-sponsor h2,
footer #sponsors h2,
footer #supporters h2 {
	color: #fff;
	font-size: 14px;
	font-style: italic;
}
footer #sponsors .box:not(:first-child),
footer #supporters .box:not(:first-child) {
	margin-left: 50px;
}
footer #sponsors .box div > a:not(:first-child) img,
footer #supporters .box div > a:not(:first-child) img,
footer #sponsors .box div > img:not(:first-child),
footer #supporters .box div > img:not(:first-child) {
	display: inline-block;
	margin-left: 40px;
}
#supporters>div>div{padding-bottom:50px;}
footer hr {
	display: block;
	max-width: 20px;
	margin: 15px auto;
	border-width: 2px;
	border-color: #000;
}

#donations h2 {font-size: 28px; line-height: 1;}
#donations h2 > span strong {/*font-size: 80px;*/ font-size: 5.5vw; line-height: 0.4;}
#donations h2 > div {display: block;}
#donations h2 div.green-txt {/*font-size: 66px;*/ font-size: 4.02vw;}
#donations h2 div small {font-size: 16px; text-transform: none;}

#newsletter h2 {font-size: 50px;}
#newsletter p,
#newsletter form,
#newsletter form p {width: 100%; margin: 0;}
#newsletter .wpcf7-form-control-wrap {display: inline-block; vertical-align: middle; margin: 0;}
#newsletter .input {padding-left: 50px; background-image: url(../img/newsletter-input-bg.png?v2); background-position: left center; background-repeat: no-repeat; background-size: 40px 20px;}
#newsletter span.wpcf7-not-valid-tip {
	background: #6732ff;
	color: #fff;
	border: none;
	margin: 25px 0 0;
	padding: 5px 30px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -29px;
}
#newsletter div.wpcf7-validation-errors {display: none !important;}
#newsletter div.wpcf7-response-output {
	margin: 15px 0 0;
	background: #000;
	color: #fff;
	border: none;
	padding: 10px 20px;
	text-align: center;
}

#blog .section-title {font-size: 40px;}
#blog .section-title strong {font-weight: 900; color: #00ff66;}

#blog a,
#news a,
#more-about a {
	border: 10px solid #fff;
	background-size: cover;
	background-position: center center;
	transition: all linear .3s;
	position: relative;
	background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.35);
}
#news a {border-color: #00ff66;}
#more-about a {border-color: #6530FF;}

#blog a img {max-width: none;}

#blog a .content,
#news a .content,
#more-about a .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 20px;
	z-index: 2;
}
#blog a .overlay,
#news a .overlay,
#more-about a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: opacity linear .2s;
}
#news a .overlay {background-color: #00ff66;}
#more-about a .overlay {background-color: #6530FF;}
#blog a:hover .overlay,
#news a:hover .overlay,
#more-about a:hover .overlay {opacity: 0;}

#blog a img,
#news a img,
#more-about a img {
	visibility: hidden;
}
/*#blog a:hover,
#news a:hover,
#more-about a:hover {
	background-size: 110%;
}*/

#blog a h4,
#news a h3,
#more-about a h3 {
	font-size: 50px;
}

#blog a .bottom,
#news a .bottom,
#more-about a .bottom {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 14px;
}

#blog a .bottom .round-btn,
#news a .bottom .round-btn,
#more-about a .bottom .round-btn {
	font-size: 0;
	width: auto;
	height: 60px;
	min-width: 60px;
	background-image: url(../img/eye.png?v2);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
}
#blog a.green-bg .bottom .round-btn {
	background-color: #000;
	border-color: #000;
	background-image: url(../img/publicacoes-green.png);
	background-size: 25px 18px;
}
#blog a.purple-bg .bottom .round-btn {
	background-color: #fff;
	border-color: #fff;
	background-image: url(../img/publicacoes-purple.png);
	background-size: 25px 18px;
}

#blog a:hover .bottom .round-btn,
#more-about a:hover .bottom .round-btn,
#news a:hover .bottom .round-btn {
	background-color: #00ff66;
	border-color: #00ff66;
	color: #000 !important;
	font-size: 14px;
	width: 150px;
	background-image: none;
}
#blog a:hover .bottom .round-btn {min-width: 170px;}
#blog a.purple-bg:hover .bottom .round-btn,
#more-about a:hover .bottom .round-btn {background-color: #6530FF; border-color: #6530FF; color: #fff !important;}

#blog a.green-bg {border-color: #00ff66;}
#blog a.purple-bg {border-color: #6530FF;}
#blog a.green-bg .overlay {background-color: #00ff66;}
#blog a.purple-bg .overlay {background-color: #6530FF;}

#blog a .category {font-size: 20px;}
#blog a.green-bg:hover .category {color: #00ff66;}
#blog a.purple-bg:hover .category {color: #6530FF;}

#blog .col-md-8 .hidden-sm-down {max-height: 430px;}
@media (max-width: 1459px){	#blog .col-md-8 .hidden-sm-down {max-height: 330px;} }
@media (max-width: 1199px){ #blog .col-md-8 .hidden-sm-down {max-height: 270px;} }
@media (max-width: 991px) {	#blog .col-md-8 .hidden-sm-down {max-height: 190px;} }
@media (max-width: 767px) {	#blog .col-md-8 a {background-size: cover;} }

#news .row .slick-arrow,
#more-about .row .slick-arrow {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 0;
	width: 22px;
	height: 20px;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	margin: 0 0 3px;
	transition: opacity linear .2s;
	opacity: 0.7;
}
#news .row .slick-arrow:hover,
#more-about .row .slick-arrow:hover {opacity: 1;}
#news .row .slick-arrow.slick-disabled,
#more-about .row .slick-arrow.slick-disabled {
	-webkit-filter: grayscale(100%) brightness(5);
	filter: grayscale(100%) brightness(5);
	opacity: 0.1;
}
#news .row .slick-arrow.slick-prev {background-image: url(../img/left-empty-green-arrow.png); margin-left: -110px;}
#news .row .slick-arrow.slick-next {background-image: url(../img/right-empty-green-arrow.png); margin-left: 110px;}
#more-about .row .slick-arrow.slick-prev {background-image: url(../img/left-empty-purple-arrow.png); margin-left: -110px;}
#more-about .row .slick-arrow.slick-next {background-image: url(../img/right-empty-purple-arrow.png); margin-left: 110px;}

#news .row.slick-slider,
#more-about .row.slick-slider {padding-bottom: 50px;}
#news .row .slick-dots,
#more-about .row .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
	padding: 0;
}
#news .row .slick-dots li,
#more-about .row .slick-dots li {display: inline-block; position: relative; margin: 0 3px;}
#news .row .slick-dots li button,
#more-about .row .slick-dots li button {
	border: none;
	border-radius: 50%;
	background: #fff;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	position: relative;
}
#news .row .slick-dots li.slick-active button::before,
#more-about .row .slick-dots li.slick-active button::before {
	content: "";
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#news .row .slick-dots li.slick-active button::before {background: #00ff66;}
#more-about .row .slick-dots li.slick-active button::before {background: #6732ff;}

.youtube-embed,
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
	padding-bottom: 56.25%;
	display: block;
	margin: 0 auto;
	background: #000;
	cursor: pointer;
}
.youtube-embed img,
.youtube-embed iframe,
.video-wrapper img,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper .play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	opacity: 0.7;
	transition: opacity linear .2s;
}
.video-wrapper:hover .play {opacity: 1;}

#donations .video-wrapper {max-width: 640px;}

#home-slider {overflow: hidden;}
#home-slider .container-fluid,
#home-slider .row,
#home-slider .slick-slider,
#home-slider .slick-list,
#home-slider .slick-track,
#home-slider .slick-slide {width: 100%; height: 100%;}

#home-slider .item {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	background-attachment: fixed !important;
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: multiply;
}
#home-slider .item .content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	width: 100%;
	max-width: 900px;
}
#home-slider .item .content h2 {font-size: 80px; margin: 0;}
#home-slider .item .content p {font-size: 24px; letter-spacing: 2px;}
#home-slider .item .content a {font-size: 20px;}

#home-slider .slick-dots {
	position: absolute;
	bottom: 0;
	padding: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#home-slider .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
#home-slider .slick-dots li button {
	border: none;
	border-radius: 50%;
	background: #fff;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	position: relative;
}
#home-slider .slick-dots li.slick-active button::before {
	content: "";
	border-radius: 50%;
	background: #00ff66;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#pagination li {margin: 0 5px;}
#pagination li:not(.left-arrow):not(.right-arrow) a {
	padding: 8px 14px;
	font-weight: 300;
	color: #00ff66;
	background: #303030;
	border-radius: 10px;
}
#pagination li:not(.left-arrow):not(.right-arrow) a:hover,
#pagination li:not(.left-arrow):not(.right-arrow).active a {
	background: #00ff66;
	color: #000;
}
#pagination li:not(.left-arrow):not(.right-arrow).active a {font-weight: 900;}

#pagination li.etc {color: #00ff66;}
#pagination li.left-arrow,
#pagination li.right-arrow {
	vertical-align: bottom;
}
#pagination li.left-arrow a,
#pagination li.right-arrow a {opacity: 0.75;}
#pagination li.left-arrow a:hover,
#pagination li.right-arrow a:hover {opacity: 1;}

#search h3 {font-size: 40px;}
#blog-filter .row {align-items: center;}
#blog-filter form,
#search form {
	display: flex;
	align-items: center;
	width: 100%;
}
#blog-filter form .submit,
#search form .submit {
	background: url(../img/search-btn.png) no-repeat center center;
	background-size: 100%;
	display: block;
	margin: 0 0 0 auto;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	cursor: pointer;
	opacity: 0.85;
	transition: opacity linear .2s;
}
#search.interna form .submit,
#blog-filter form .submit {background-image: url(../img/search-btn-black.png);}
#blog-filter form .submit:hover,
#search form .submit:hover {opacity: 1;}

#who,
#make-part,
#page-title {
	border-top: 87px solid #000;
}
#page-title h2 {font-size: 80px; letter-spacing: 6px;}
#page-title h2 strong {font-weight: 900;}

#blog-filter select {visibility: hidden;}
#blog-filter .col-6 {
	display: flex;
	align-self: center;
}
#blog-filter .remove-filter,
#blog-filter .nice-select {
	background: #000;
	color: #0f6;
	font-weight: 900;
	border: none !important;
	border-radius: 30px;
	float: none;
	vertical-align: middle;
	text-align: center !important;
	padding: 0;
	line-height: 44px;
	height: 46px;
	text-transform: uppercase;
	margin: 4px;

	font-size: 13px;
	width: 22%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-right: 22px;
}
#blog-filter .nice-select.open {
	background: #6732ff;
	color: #fff;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#blog-filter .nice-select .list,
#blog-filter .nice-select .option {
	text-align: center;
	color: #fff;
	width: 100%;
	background: #6732ff;
	font-weight: 900;
}
#blog-filter .escolha.mobile .nice-select {width: 100%;}
#blog-filter .escolha.mobile .nice-select .option {text-align: left;}

#blog-filter .remove-filter,
#blog-filter .nice-select {
}
#blog-filter .nice-select span {
	display: flex;
	line-height: 1;
	white-space: normal;
}

#blog-filter .nice-select .list {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#blog-filter .nice-select .option.selected {display: block;}
#blog-filter .nice-select .option {
	border-top: 1px solid #4f2aba;
	padding: 10px;
	white-space: normal;
	line-height: 1;
}
#blog-filter .nice-select .option:hover {color: #0f6;}
#blog-filter .nice-select:after {border-color: #0f6; right: 20px;}
#blog-filter .nice-select.open:after {border-color: #fff;}

#blog-filter .remove-filter {
	background: #000 url(../img/remove-filter.png) no-repeat 109% center;
	background-size: 40px 20px;
	padding: 0 30px 0 0;
	line-height: 1;
}
#blog-filter .filtered .nice-select {opacity: 0.3;}
#blog-filter .filtered .nice-select.open {opacity: 1;}

#post-content {}
#post-content .no-thumbnail {
	display: block;
	width: 100%;
	border-top: 87px solid #000; background: #000;
}
#post-content .post-thumbnail {
	position: relative;
	background-attachment: fixed;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
body.logged-in #post-content .post-thumbnail {background-position: center 32px;}
#post-content .post-thumbnail img {visibility: hidden;}
#post-content .post-thumbnail::before,
#post-content .post-thumbnail::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33%;
	z-index: 2;
	background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.5), transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.5), transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.5), transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.5), transparent); /* Standard syntax */
}
#post-content .post-thumbnail::after {
	top: auto;
	bottom: 0;
	background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, rgba(0,0,0,0.5)); /* Standard syntax */
}

#post-content .inner-post {
	padding-top: 60px;
	padding-bottom: 25px;
}
#post-content .inner-post .info {align-items: center;}
#post-content .inner-post .about {margin-right: auto;}
#post-content .inner-post .share a {
	border-radius: 5px;
	padding: 10px 30px 10px 10px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: 900;
	background-position: right center;
	background-repeat: no-repeat;
}
#post-content .inner-post .share a.fb {background-image: url(../img/fb-share-white.png); background-size: 19px 20px; padding-right: 29px; margin: 0;}
#post-content .inner-post .share a.fb:hover {background-image: url(../img/fb-share-black.png);}
#post-content .inner-post .share a.tw {background-image: url(../img/tw-share-white.png); background-size: 33px 20px; padding-right: 43px;}
#post-content .inner-post .share a.tw:hover {background-image: url(../img/tw-share-black.png);}
#post-content .inner-post .share a.link {background-image: url(../img/link-share-white.png); background-size: 30px 20px; padding-right: 40px;}
#post-content .inner-post .share a.link:hover {background-image: url(../img/link-share-black.png);}

#post-content .inner-post .about span {font-size: 28px; vertical-align: sub; line-height: 0.5;}
#post-content .inner-post .date {font-size: 20px;}
#post-content .inner-post h2 {font-size: 80px;}

#post-content .content blockquote {
	display: block;
	margin: 0;
	padding: 0;
}
#post-content .content blockquote p {
	margin: 0;
	padding: 65px 30px 60px;
	position: relative;
	text-align: center;
	color: #0f6;
	font-size: 50px;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 40px 0;
	line-height: 1;
}
#post-content .content blockquote p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 38px;
	background: url(../img/blockquote-up.png) no-repeat right center;
}
#post-content .content blockquote p::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 37px;
	background: url(../img/blockquote-down.png) no-repeat right center;
}

#post-content .excerpt p,
#post-content .content ul,
#post-content .content ol,
#post-content .content ul,
#post-content .content p {
	color: #fff;
	font-size: 30px;
	letter-spacing: 1.4px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 35px 0;
}
#post-content .content p {font-size: 16px; line-height: 1.8;}
#post-content .content p a {text-decoration: underline !important;}
#post-content .content p a:hover {color: #0f6;}
#post-content .content p b,
#post-content .content p strong {font-weight: bold;}
#post-content .content p i,
#post-content .content p em {font-style: italic;}

#post-content .content p img {display: block; margin: 0 auto;}

#post-content .breadcrumb-v2 {
	padding-left: 80px;
	position: relative;
}
#post-content .breadcrumb-v2::before {
	content: "";
	width: 70px;
	height: 10px;
	background: #6732ff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 15px;
}
#post-content .breadcrumb-v2 a {margin-right: 20px;}
#post-content .breadcrumb-v2 a::after {
	content: ">";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	right: -16px;
}
#post-content .breadcrumb-v2 a,
#post-content .breadcrumb-v2 a:hover,
#post-content .breadcrumb-v2 span {
	position: relative;
	font-size: 14px;
	letter-spacing: 2px;
}
#post-content .content .wp-caption {max-width: 100%; margin: 0 auto; text-align: center; /*padding: 10px;*/}
#post-content .content .wp-caption a {position: relative; display: block;}
#post-content .content .wp-caption a::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: url(../img/lightbox-icon.png) no-repeat center center;
	background-size: 50px 50px;
	z-index: 2;
}
#post-content .content .wp-caption-text {
	background: #303030;
	padding: 20px 40px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
#post-content .content .youtube-embed {margin: 0 0 35px 0;}

#post-content .content .wp-video {width: 100% !important; margin: 0 0 35px 0;}
#post-content .content .wp-video .mejs-overlay-button {
	background: url(../img/play.svg) no-repeat center center;
	transition: opacity linear .2s;
	opacity: 0.75;
}
#post-content .content .wp-video:hover .mejs-overlay-button {opacity: 1;}
#post-content .mejs-controls .mejs-time-rail .mejs-time-current {background: #00ff66;}
#post-content .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {background: #00ff66;}
#post-content .mejs-controls .mejs-volume-button .mejs-volume-slider,
#post-content .mejs-container,
#post-content .mejs-container .mejs-controls,
#post-content .mejs-embed, .mejs-embed body {background: #000;}

.slbCloseBtn {color: #00ff66 !important; transition: all linear .2s;}

#page-results,
#page-about {border-top: 87px solid #000; background: #000;}

#page-about {overflow-x: hidden;}
#page-about #intro .green-bg {position: relative;}
#page-about #intro .green-bg img {
	display: block;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	-webkit-filter: grayscale(100%) brightness(-5);
	filter: grayscale(100%) brightness(-5);
	max-height: 550px;
}
#page-about #intro .green-bg:after {
	content: '';
	width: 7000px;
	/*height: 100%;
	top: 0;
	left: 100%;*/
	height: 5000px;
	left: 0;
	bottom: 0;
	background-color: #00ff66;
	position: absolute;
	z-index: 1;
}

#page-about h2 {font-size: 120px; line-height: 1; margin-bottom: 35px;}
#page-about p {
	font-size: 18px;
	margin: 0 0 35px 0;
	line-height: 1.6;
	letter-spacing: 1px;
}
#page-about #intro p:last-child {margin-bottom: 0;}
#page-about .slider {
	position: relative;
}
#page-about .slider .slide {
	padding: 120px 20px;
}
#page-about .area h3,
#page-about .slider .slide h3 {
	font-size: 80px;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0 0 45px 0;
}
#page-about .area img,
#page-about .slider .slide img {margin: 0 auto 45px;}
#page-about .slider .slide.purple-bg img {
	-webkit-filter: grayscale(100%) brightness(5);
	filter: grayscale(100%) brightness(5);
}
#page-about .slider .slide.green-bg img {
	-webkit-filter: grayscale(100%) brightness(-5);
	filter: grayscale(100%) brightness(-5);
}
#page-about .area a,
#page-about .slider .slide a {
	font-size: 20px;
}
#page-about .slider .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 40px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: 0;
}
#page-about .slider .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
}
#page-about .slider .slick-dots li button {
	border: 3px solid #fff;
	border-radius: 50%;
	background: #fff;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	padding: 0;
}
#page-about .slider .slick-dots li.slick-active button {background: transparent;}

#page-about .area {
	position: relative;
}
#page-about .purple-strong strong,
#page-about .purple-strong b {color: #6732ff;}
#page-about .green-strong strong,
#page-about .green-strong b {color: #00ff66;}
#page-about .area .content p:last-child {margin-bottom: 0;}

#page-results .page-content h2 {font-size: 120px; max-width: 780px; margin: 0 auto; line-height: 1;}
#page-results .page-content p {font-size: 18px; letter-spacing: 1px; max-width: 780px; margin: 0 auto; line-height: 1.4;}
#page-results .cer {margin: 15px 1%; flex: calc(23% - 15px); max-width: calc(23% - 15px); display: flex;}

#page-results .cer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity ease-in .1s;
	z-index: 2;
	background-repeat: no-repeat;
}
#page-results .cer:hover .overlay {opacity: 0;}
#page-results .cer .overlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#page-results .cer figure {margin: 0;}
#page-results .cer.grey-bg {background: #303030 url(../img/locker.png) no-repeat center center; background-size: 77px; min-height: 300px;}
#page-results .cer.grey-bg a {cursor: default;}
#page-results .cer a {display: block; align-self: center;}
#page-results .cer h3 {font-size: 30px; margin: 10px auto;}
#page-results .cer p {font-size: 14px;}
#page-results .cer span.round-btn {font-size: 16px; max-width: 200px; display: block;}

#page-results .cer.green-bg img {
	-webkit-filter: grayscale(100%) brightness(-5);
	filter: grayscale(100%) brightness(-5);
}
#page-results .cer.purple-bg img {
	-webkit-filter: grayscale(100%) brightness(5);
	filter: grayscale(100%) brightness(5);
}

#categories-single {font-size: 0;}
#categories-single ul {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	list-style: inside disc;
	color: #6732ff;
}
#categories-single .col-12 > ul > li > a {text-indent: -5px; display: inline-block;}
#categories-single ul li a:hover {color: #0f6 !important;}
#categories-single ul li a,
#categories-single ul li ul {color: #fff;}
#categories-single ul li ul {font-size: 12px; display: block;}
#categories-single ul li ul li a {font-size: 16px;}

#page-title.not-found h2 {font-size: 75px;}
#page-title.not-found p {font-size: 22px; letter-spacing: 2px;}

#make-part .masonry .grid-item {position: relative; padding-bottom: 30px;}
#make-part .masonry .grid-item .content {padding: 50px; display: block; font-size: 0;}
#make-part .masonry .grid-item .content h2 {font-size: 80px; line-height: 0.9; margin-bottom: 20px;}
#make-part .masonry .grid-item .content h3 {font-size: 48px; margin-bottom: 10px; line-height: 0.9;}
#make-part .masonry .grid-item .content p {margin: 0; font-size: 14px; letter-spacing: 1px; line-height: 1.4;}
#make-part .masonry .grid-item .content hr {border-color: transparent; margin: 0;}
#make-part .masonry .grid-item .content span {font-size: 14px;}
#make-part .masonry .grid-item .content h3.d-inline-block {width: 80%; vertical-align: middle; padding-right: 10px;}
#make-part .masonry .grid-item .content img.d-inline-block {vertical-align: middle;}
#make-part .masonry .grid-item .content span.d-inline-block,
#make-part .masonry .grid-item .content p.d-inline-block {width: 50%; vertical-align: middle;}
#make-part .masonry .grid-item .content p.d-inline-block {padding-right: 10px;}
#make-part .masonry .grid-item .purple-bg:hover span {color: #fff !important; background: #000 !important;}
#make-part .masonry .grid-item .green-bg:hover span {color: #000 !important; background: #fff !important; border-color: #fff;}

#make-part .masonry .grid-item .purple-bg:hover img,
#make-part .masonry .grid-item .green-bg img {
	-webkit-filter: grayscale(100%) brightness(-99);
	filter: grayscale(100%) brightness(-99);
}
#make-part .masonry .grid-item .green-bg:hover img,
#make-part .masonry .grid-item .purple-bg img {
	-webkit-filter: grayscale(100%) brightness(99);
	filter: grayscale(100%) brightness(99);
}

#apoiadores h2 {
	font-size: 40px;
	padding: 0 20px;
	margin: 15px 0;
}

#apoiadores a span {transition: all linear .2s;}
#apoiadores a:hover span {background-color: transparent; color: #6732ff;}
#apoiadores a.purple-bg:hover span {background-color: transparent; color: #fff;}

#who {padding-bottom: 80px;}

@media (max-width: 1459px) and (min-width: 1200px){
	span.email{max-width: 400px!important;}
	#newsletter h2 { font-size: 38px!important; line-height: 56px!important;
}

	#blog a h4, #news a h3, #more-about a h3 {font-size: 39px;}

	footer .box img {max-width: 90px;}

	footer #sponsors .box div > a:not(:first-child) img,
	footer #supporters .box div > a:not(:first-child) img,
	footer #sponsors .box div > img:not(:first-child),
	footer #supporters .box div > img:not(:first-child) {margin-left: 10px;}
}
@media (max-width: 1199px){
	#page-results .cer {flex: calc(48% - 15px); max-width: calc(48% - 15px);}
	#page-results .page-content h2 {font-size: 80px;}

	#make-part .masonry .grid-item .content h3.d-inline-block,
	#make-part .masonry .grid-item .content img.d-inline-block:not(.hidden-lg-down),
	#make-part .masonry .grid-item .content p.d-inline-block,
	#make-part .masonry .grid-item .content p.d-inline-block {display: block !important; width: auto; margin: 0 auto 10px;}
	#make-part .masonry .grid-item .content span.d-inline-block {display: block !important; width: auto;}

	#page-about #intro .green-bg:after {top: 0; left: -50%; bottom: auto; height: 100%; width: 7000px;}

	#blog a img {max-width: 100%;}

	footer .container {width: 100%; max-width: 100%; padding: 0;}
	footer #sponsors,
	footer #supporters {padding: 2px 0 !important;}
	footer .box {
		display: block !important;
		margin: 0 !important;
		padding: 40px 0 !important;
		text-align: center !important;
	}
	footer #sponsors .box:nth-child(2) {background-color: #252525;}
	footer #supporters .box:nth-child(2),
	footer #supporters .box:nth-child(4) {background-color: #191919;}
	footer .box img {margin: 10px !important;}
}
@media (max-width: 992px){
	#donations h2 {text-align: center;}
	#donations h2 > div br {display: none;}
	#donations h2 > div strong,
	#donations h2 > div small {display: block;}
	#donations h2 + a {margin: 30px auto 0;}
	#donations .video_home {margin-top: 40px;}

	#newsletter {text-align: center;}
	#newsletter h2 {font-size: 40px;}
	#newsletter .input {font-size: 18px;}
	#newsletter .wpcf7-form-control-wrap {width: 100%;}
	#newsletter form .wpcf7-submit.round-btn {display: block !important; margin: 20px auto 0 !important;}

	#page-about h2 {font-size: 80px; margin-bottom: 15px;}
	#page-about .area h3, #page-about .slider .slide h3 {font-size: 50px; margin: 0 0 25px 0;}
	#page-about #intro .green-bg img,
	#page-about .area img,
	#page-about .slider .slide img {max-width: 160px; margin-bottom: 15px;}

	#page-about .area .container .row .col-12:last-child {padding-top: 0 !important;}
}
@media (max-width: 991px){
	header .container {max-width: none; width: 100%; /*background: #000;*/}
	.navbar {text-align: center;}
	header .navbar-nav .nav-link,
	.navbar-brand {margin: 0;}

	header .menu-right {position: absolute; right: 0; top: 15px;}
	header .nav-item {padding: 10px 0;}
	header .navbar-nav {background: #000; margin-top: 20px;}
}
@media (max-width: 767px){
	header.scrolled > .container {background: #000;}

	#page-results .cer {flex: 100%; max-width: 100%; margin: 15px 0;}
	#blog-filter .remove-filter,
	#blog-filter .nice-select {width: 47%; margin: 1%;}

	#blog a,
	#news a,
	#more-about a {background-size: cover !important; overflow: hidden;}

	#search h3 {font-size: 28px;}
	#blog .section-title strong {display: block;}

	#post-content .breadcrumb-v2 {padding-left: 0; padding-top: 20px;}
	#post-content .breadcrumb-v2::before {top: 0; transform: none;}
	#post-content .inner-post h2 {font-size: 50px;}
	#post-content .excerpt p,
	#post-content .content p {font-size: 22px;}
	#post-content .content blockquote p {font-size: 30px; line-height: 1.2;}

	#page-results .cer .overlay {display: none !important;}

	#home-slider .item .content h2 {font-size: 60px;}
	#home-slider .item .content p {
		font-size: 16px;
		margin: 10px 0 !important;
	}
	#home-slider .item .content a {
		font-size: 14px;
		padding: 15px 0;
		width: 180px;
	}
	.inner {padding: 0;}
	header .fb-link {display: none;}
	header .nice-select {padding-left: 0; margin-left: 0; border: none !important;}

	#page-title.not-found h2 {font-size: 35px;}
	#page-title.not-found p {font-size: 16px; letter-spacing: 1px;}

	#home-slider .item {background-attachment: initial !important;}
}
@media (max-width: 500px){
	#page-results .page-content h2 {font-size: 50px;}
	#blog-filter h3 {font-size: 20px;}

	#blog a .content, #news a .content, #more-about a .content {padding: 0 10px 10px;}
	#blog a h4, #news a h3, #more-about a h3 {font-size: 40px;}

	#page-title.blog h2 {font-size: 30px;}
	#page-title.blog h2 b,
	#page-title.blog h2 strong {display: block;}

	#search .input {font-size: 14px;}

	#blog-filter .remove-filter {width: 100%; font-size: 12px;}

	#home-slider .item .content h2 {font-size: 32px;}
	#home-slider .item .content p,
	#home-slider .item .content a {font-size: 14px;}

	#make-part .masonry .grid-item .content {padding: 25px;}
	#make-part .masonry .grid-item .content h2 {font-size: 50px;}
	#make-part .masonry .grid-item .content h3 {font-size: 28px;}

	#page-about h2 {font-size: 50px;}
	#page-about .area h3, #page-about .slider .slide h3 {font-size: 30px; margin: 0 0 15px 0;}
	#page-about p {font-size: 15px;}

	.fb-link img {width: 30px;}
	header #lang_choice_1 {margin: 0 0 0 5px;}
	.navbar-brand {padding: 0;}

	footer #master-sponsor, footer #supporters {margin: -2px 0;}
}
@media (max-width: 400px){
	#blog a h4, #news a h3, #more-about a h3 {font-size: 30px;}

	#blog a .bottom .round-btn,
	#news a .bottom .round-btn,
	#more-about a .bottom .round-btn {
		height: 50px;
		min-width: 50px;
	}
	#blog a:hover .bottom .round-btn,
	#more-about a:hover .bottom .round-btn,
	#news a:hover .bottom .round-btn {
		font-size: 12px;
		min-width: 140px;
		width: 120px;
		height: 45px;
		padding: 14px 0;
	}

	#blog .section-title {font-size: 32px;}
	#post-content .inner-post .date {display: block !important;}
	#post-content .inner-post .about span {margin-left: 0 !important;}
	#post-content .inner-post .share a {font-size: 14px;}
	#post-content .content .wp-caption-text {padding: 20px;}

	#categories-single ul {width: 100%;}
	#page-results .page-content h2 {font-size: 40px;}
	#page-results .page-content p {font-size: 16px;}

	#donations h2 > span strong {font-size: 60px;}
	#donations h2 div.green-txt {font-size: 45px;}
	#donations h2 > div {font-size: 22px;}

	header .menu-right {top: 10px;}
	header h1 {margin: 16px 0; font-size: 0;}
	header h1 img {width: 50px;}
	header .navbar-toggler-icon div {width: 30px; height: 3px;}
	header .navbar-toggler-icon {width: 30px; height: 19px;}
	header .navbar-toggler:not(.collapsed) .navbar-toggler-icon div:last-child {top: -1px;}

	footer .box img {max-width: 55px;}
}

/*header .nice-select {display: none !important;}*/
#footer a img {max-width: 90px;}

#post-content .slider-pro {margin-bottom: 35px;}
#post-content .slider-pro .sp-slides-container .sp-slides .sp-slide .desc-in-bg {
    margin-bottom: 0 !important;
    width: 100% !important;
}
#post-content .slider-pro .sp-button {border: 2px solid #fff !important;}
#post-content .slider-pro .sp-selected-button {background-color: #fff !important;}

/** EN FIXES **/
body.en #donations h2 img {display: none !important;}