/**!
 * c4ndeia CSS
 */

/* Sticky Footer */
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
		color: #6f809c;
	  font-family: 'Montserrat', sans-serif;
		line-height: 1.6;
		font-size: 14px;
		}


@media (max-width: 767px) { 
body {
	font-size: 15px;
	}
}
	
	
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}



a {
    color: #0069b5;
}

a:hover,
a:focus {
    color: #004a80;
}



ol, ul { padding-left: 1rem;}

ol li, 
ul li {
	padding: 0.25rem 0;
	line-height: 1.3;
}

ol.li-m-1 li, 
ul.li-m-1 li {
	padding: 0.5rem 0;
	line-height: 1.3;
}

ul ul {
	padding-top:0.5rem; 
	list-style: disc;
} 

ul ul ul li:last-child {
	padding-bottom:0; 
} 

p.lead {
	font-size: 26px;
	line-height: 1.3;
}


.font-light {
	font-weight: 300!important;
}

.pacifico {
	font-family: 'Pacifico', cursive;
	}



.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}


/* Global Container */


@media (min-width:567px) {
.container-fluid {
	padding-left: 2rem;
	padding-right: 2rem;
}
	}


@media (min-width:992px) {
.container-fluid {
	padding-left: 2rem;
	padding-right: 2rem;
}
	}



@media (min-width:1200px) {
.container-fluid {
	padding-left: 3rem;
	padding-right: 3rem;
}
	}



.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0.5 1.25rem;
} 

.btn-primary {
	background: #002c5a;
	border:1px solid #002c5a;
	color: #fff;
	}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #6f00b1;
    border-color: #6f00b1;
}



/* Global Colors */

.c_white_1 {
	color:rgba(255,255,255,1)
}
.c_white_2 {
	color:rgba(255,255,255,0.75)
}
.c_white_5 {
	color:rgba(255,255,255,0.5)
}



/* Global  Colors */

.c_blue_1 {
	color:#063058!important;
}

.bg_blue_1 {
	background-color:#063058!important;
}



/* navbar */


.navbar {
	padding: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	}


@media(min-width:1200px) {
.navbar {
	padding: 0 0 1rem;
	position: fixed;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
	
	.navbar.fixed-nav {
	background: #fff;
}
}


@media(max-width:1199px) {
.navbar-collapse {
	background: rgba(255, 255, 255, 0.75);
	margin-left: -1rem;
    margin-right: -1rem;
	}
}

.navbar .dropdown-menu {
	border-radius: 0;
	}

.navbar .dropdown-item {
  	padding: .25rem 1rem;
	font-size: 14px;
	color: #6f809c;
	}

.navbar-brand  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
    padding-bottom: 0;
	width: 240px;
	}

.navbar-brand img,
.navbar-brand svg {
	width: 100%;
    max-width: 210px;
	height: auto;
    max-height: 100px;
	
}



.navbar .navbar-brand svg g#logo path {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.navbar.fixed-nav .navbar-brand svg g#logo path {
	fill: #fcaf17!important;
}



.navbar .nav-link {
	color: #063058;
    text-transform: uppercase;
    font-size: 14px;
	padding: 0.5rem 1.5rem!important;
	}


@media (min-width:1200px) {
	.navbar .nav-link {
	padding: 1rem 0.75rem!important;
	}
}


.amigos-brand { max-width: 260px;}



@media(max-width:991px) {
.navbar,
.navbar.fixed-nav { 
	background: #fff!important;
	position: relative;
	}
	
.navbar .navbar-brand svg g#logo path {
	fill: #fcaf17!important;
}	
	
}





/* Main */

.main-wrapper {
	position: relative;
	overflow: hidden;
	}

.hero-slider-wrap  {
   position: relative;
	overflow: hidden;
	}

.hero-slider-wrap .img-link {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	}


@media (max-width:991px) {
.hero-slider-wrap .container {
	padding-left: 45px;
	padding-right: 45px
		}
	}


.hero-slider-wrap .carousel-item,
.hero-swiper-container .swiper-slide {
	background-size: cover;
	background-color: cornflowerblue;
	}


.hero-swiper-container > .swiper-pagination-bullets {
    bottom: 30px!important;
    left: 0;
    width: 100%;
}



.hero-slider-wrap .swiper-button-prev {
	width: 30px;
	height: 30px;
	background-size: 30px 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' d='M13.9 18.5l.7-.7L6.8 10l7.8-7.8-.7-.7L5.4 10z'/%3E%3C/svg%3E");
}
.hero-slider-wrap .swiper-button-next {
	width: 30px;
	height: 30px;
	background-size: 30px 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' d='M6.1 1.5l-.7.7 7.8 7.8-7.8 7.8.7.7 8.5-8.5z'/%3E%3C/svg%3E");
}	



@media (max-width:767px) {
.hero-slider-wrap .swiper-button-prev,
.hero-slider-wrap .swiper-button-next {
	display: none!important;
	opacity: 0;
	}	
}


@media (max-width:991px) {
.hero-slider-wrap .carousel-item,
.hero-swiper-container .swiper-slide {
	overflow: hidden;
	}
	
.hero-slider-wrap .carousel-item .slide-content,
.hero-swiper-container .swiper-slide .slide-content {
	color:rgba(255,255,255,0.75);
	z-index: 3;
	position: relative;
	}
	
.hero-slider-wrap .carousel-item:before,
.hero-swiper-container .swiper-slide:before {
	background-color: rgba(0,0,0,0.25);
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	}
}


.hero-slider-wrap .slide-content-wrap {
	min-height:80vh; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider h1,
.hero-slider h2 {
	font-weight: 900;
	font-size: 3.5rem;
	color: #fff;
	}


@media (max-width:768px) {
.hero-slider h1, 
.hero-slider h2 {
    font-size: 2.5rem;
    color: #fff;
}
}




.hero-slider-wrap .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 50%;
	}



/* Numbers */

.number-wrap {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	color: #002c5a;
}

.number-qty {
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 5rem;
	font-weight: 800;
	line-height: 1;
}

.number-title {
	  font-family: 'Pacifico', cursive;
    display: block;
    font-size: 1.5rem;
    line-height: 1.3;
}




.about-wrap,
.missao-wrap,
.activities-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 300px;
	padding: 5rem 1.5rem!important;
}






.about-wrap {
	background: #bfd730;
	color: #006837;
}

.activities-wrap {
	background: #ed1e79;
	color: #fcaf17;
}


.about-wrap h2,
.missao-wrap h2,
.activities-wrap h2 {
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

.about-wrap img,
.missao-wrap img,
.activities-wrap img {
	    width: 100px;
    margin-bottom: 1rem;
}


.missao-wrap {
		background: #fcaf17;
	color: #ed1e79;
}

.missao,
.about,
.activities {
	max-width: 520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.grupos-section {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #29d6ff;
}

.grupo-wrap {
	padding: 1rem 1.5rem;
	color: #002c5a;
	text-align: center;
}

.grupo-image {
	width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 1rem auto 1rem;
}

.grupo-wrap h2 {
	font-family: 'Pacifico', cursive;
	font-size: 2.5rem;
}

.grupo-wrap span.idades {
	font-size: 1.5rem;
	font-weight: 700;
	 color: #fff;
	 display: block;
}



.amigos-section {
	padding-top: 5rem;
	padding-bottom: 0rem;
	color:#002c5a;
}

.amigos-section h2 {
	font-size: 3.5rem;
	color:#29d6ff;
	letter-spacing: -1px;
	margin-bottom: 0;
}



.amigos-section .subtitle {
	display: block;
	font-family: 'Pacifico', cursive;
	font-size: 2.5rem;
	margin-top: -0.5rem;
	}



@media (max-width: 767px) { 
	.amigos-section h2 {
	font-size: 2.5rem;
	text-align: center;
	}
	
.amigos-section .subtitle {	
	font-size: 1.75rem;
	line-height: 1.4;
	text-align: center;
	margin-top: 0;
	}
}


@media (max-width:991px) {
.amigos-img-wrap {
	margin-bottom: 3rem;
}
	}


.testimonials-slider-wrap  {
	background-size: cover;
	background-position: center;
	background-image: url(../../images/slidertest.jpg);
	padding-top: 8rem;
	padding-bottom: 5rem;
	position: relative;
	overflow: hidden;
		display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 350px;
}


@media (max-width:991px) {
.testimonials-slider-wrap  {
	min-height: 600px;
		padding-top: 6rem;
	padding-bottom: 3rem;
	}
		}

.testimonials-slider-wrap:after {
	  content: '';
    background: rgba(95, 0, 172, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}


.testimonials-slide {
	text-align: center;
	color: #29d6ff;
	z-index: 2;
	
}

.testimonial {
		font-size: 1.75rem;
   color: #fff;
   font-weight: 800;
   line-height: 1.2;
	margin-bottom: 1.5rem;
}


@media (min-width: 992px) { 
.testimonial {

	font-size: 3rem;
	}
}


.testimonial:after {
	content: '';
	display: block;
	margin: 1.5rem auto;
	width: 160px;
	height: 10px;
	border-bottom: 5px dotted #29d6ff;
}

.testimonial_author {
	display: block;
	font-weight: 700;
	font-size: 18px;
}
.author_role {
	display: block;
	font-size: 18px;
}

.testimonials-slider-wrap .carousel-control-prev,
.testimonials-slider-wrap .carousel-control-next {
	z-index: 3;
}




.pilares-section {
	background-color: #fcaf17;
	padding-top: 5rem;
	padding-bottom: 7rem;
	color: #fcee21;
	}


.pilares-section .subtitle {
	font-size: 18px;
}

.pilares-section h2 {
	font-size: 3.5rem;
	font-weight: 800;
	}


.pilares-section h2:after {
	content: '';
	display: block;
	margin: 0.5rem auto 1rem;
	width: 160px;
	height: 10px;
	border-bottom: 5px dotted #fcee21;
}

.pilar span {
	font-family: 'Pacifico', cursive;
	font-size: 2.5rem;
	text-align: center;
	display: block;
}


.pilar img {
	display: block;
	margin: auto;
	max-width: 180px;
	height: auto;
}



.home-afazer header {
	text-align: center;
	padding: 2rem;
	background: #29d6ff;
	color: #fff;
}

.home-afazer header a {
	color: #fff;
	font-weight: 600;
}

.home-afazer header h2 {
	font-size:3rem;
}


.home-afazer header h2:after { 
content: '';
    display: block;
    margin: 0.5rem auto 1rem;
    width: 160px;
    height: 10px;
		text-align: center;
    border-bottom: 5px dotted #fff;
}

.home-afazer header p {
    font-size: 18px;
	margin-bottom: 0;
}


.post-wrap {
	background: #ccc;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}


.post-wrap:after {
	content: '';
	background: rgba(255,0,0,0.8);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}

.post-wrap:hover:after,
.post-wrap:focus:after {
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


.post-thumb-content { 
	color: #fff;
    position: absolute;
    padding: 1.5rem;
    font-size: 13px;
    line-height: 1.4;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -webkit-transition: all .5s;
    -webkit-transition: all .75s;
    transition: all .75s;
    z-index: 2;
	
	}

.post-wrap:hover .post-thumb-content,
.post-wrap:focus .post-thumb-content {
	opacity:1;
	}


@media (max-width:767px) {
.post-thumb-content {
	opacity: 1;
	}
.post-wrap:after {
	background: rgba(0,0,0,0.5);
	opacity: 1;
	}
	
	
}

.post-thumb-content .date { font-size: 13px;}


.post-thumb-content a {
	color: #fff;
}

.readmore-plus {
	display: block;
	font-size: 30px;
	color: #fff;
}
.readmore-plus:hover,
.readmore-plus:focus {
	text-decoration: none;
	color: #fff;
} 


.facebook-wrapper {
	background: #29d6ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding: 5rem;
	}

.facebook-wrapper span {
	display: block;
	text-align: center;
	font-size: 22px;
	padding-bottom: 0.5rem;
	}

.facebook-wrapper img {
	width: 80px;
	height: 80px;
	}



/* HOME NEWS */

.news-section .swiper-container {
		padding-left: 1rem;
	padding-right: 1rem;
}






.news-section header {
	text-align: center;
	padding: 2rem;
	color: #fff;
	text-align: center;
	background-color: #fcaf17;
}


.news-section header a {
	color: #fff;
	font-weight: 600;
}

.news-section header h2 {
	font-size:3rem;
}


.news-section header h2:after { 
content: '';
    display: block;
    margin: 0.5rem auto 1rem;
    width: 160px;
    height: 10px;
    border-bottom: 5px dotted #fff;

}

.news-section header p {
    font-size: 18px;
	margin-bottom: 0;

}

.news-thumb {
	padding: 3rem 1rem 4rem;
}


.news-thumb h3 a {
		color:#002D59;
}


.contacts-wrap img, 
.ajudar-wrap img {
        width: 160px;
    margin-bottom: 1rem;
}

.contacts-wrap h2, 
.ajudar-wrap h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
	text-align: center;
}


.contacts-wrap, 
.ajudar-wrap  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 300px;
    padding: 5rem 5rem 7rem!important;
}

@media (max-width:991px) {
.contacts-wrap, 
.ajudar-wrap  {
padding: 5rem 2rem 7rem!important;
}	
	}
	
.contacts, .ajudar {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.contacts-wrap {
	background: #999;
	color: #fff;
}

.ajudar-wrap  {
	background: #ff0000;
	color: #fcee21;
}


.ajudar-wrap .btn {
	background: #fcee21;
    color: #ff0000;
    text-transform: uppercase;
    margin-top: 2rem;
    padding: 1rem 1rem;
    min-width: 315px;
    letter-spacing: -0.3px;
	
}



.modal .close {
	background-image: url(../../images/close-modal.svg);
	width: 42px;
	height: 42px;
	background-color:transparent;
	background-size: cover;
	opacity: 0.75;
	position: absolute;
	top:2rem;
	right: 2rem;
}

.modal-content {
	background: rgba(51, 51, 51, 0.9);
	border-radius: 0;
	min-height: 90vh;
	color: #fff;
	padding: 5rem 3rem;
	}	

.modal-dialog h2,
.modal-dialog h3 {
	color:#fcee21;
	margin-bottom: 1.5rem;
	}

.modal-xl {
	width: 90%;
	max-width: none;
	}


.modal a {
	color:#fff;
}

.upper {text-transform: uppercase;}

.orgaos-wrap {
	text-align: center;
	margin-bottom: 2rem;
	}

.orgaos-wrap h3 {
	color:#fcee21!important;
	margin-bottom: 1.5rem;
	}

.orgaos-wrap p.name {
	font-size: 18px;
	color:#fcee21;
	line-height: 1.2;
	}

.orgaos-wrap p.role {
	font-size: 12px;
    color: #fff;
    text-transform: uppercase;
	}

.direccao-foto-wrap {
	width: 100px;
	height: 100px;
	background: #fcee21;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	}



.relatorio-wrap .btn {
  background: #fcee21;
  color: #333;
	border-radius: 2px;
	font-size: 18px;
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
	font-weight: 600;
	text-transform: none;
	}




.cronologia-wrap p {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    
}

.cronologia-wrap p span.cron_date {
	font-weight: 700;
	color: #fcee21;
	padding-right: 1rem;
}




/* Single */


.topbarheader {
	padding-top: 8rem;
	padding-bottom: 6rem;
	padding-left: 2rem;
	padding-right: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 3rem;
	background: #29d6ff;
	color:#fff;
	font-weight: 700;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}


@media (max-width: 767px) { 
.topbarheader {
	padding-top: 6rem;
	padding-bottom: 4rem;
	}
}


.topbarheader.newsheader {
	background: #fcaf17;
}


@media (min-width:996px) {
	.topbarheader {
		padding-left: 4rem;
	padding-right: 4rem;
}
	}


.post-content-wrap {
	background: #eee;
	padding: 3rem 1.5rem!important;
	color: #333;
}


@media (min-width:996px) {
.post-content-wrap {
	padding: 3rem 4rem!important;
	}
}
	
	

.post-content-wrap h1 {
	font-size: 2rem;
	text-transform: uppercase;
}

.post-content-wrap .date {
	text-transform: uppercase;
	font-size: 18px;
}


.post-content-wrap p.activ-details {
	margin-bottom: 0;
	font-size: 14px;;
}


.post-image-wrap {
	padding: 1.5rem!important;
}

@media (min-width:992px) {
.post-image-wrap {
	padding-right: 4rem!important;
}
	}


.post-image-wrap img { 
		width: 100%;
	}

.photo-wrap {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	display: block;
	
}

.post-main-wrap { position: relative;}

.post-nav { 
	height: 100%;
	width: 4rem;
	position: absolute;
	top:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}


@media (max-width:991px) {
	.post-nav { 
	height: 8rem;
    position: relative;
    width: 50%;
    margin-bottom: 1rem;
		}
	
}


.post-navigation-left {
	left:0;
}
.post-navigation-right {
	right:0;
}

.prev-icon,
.next-icon {
	width: 16px;
	height: 110px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.prev-icon { 
	background-image:url(../../images/prev.svg);
}
.next-icon { 
	background-image:url(../../images/next.svg);
}


.site-footer {
	background: #5f00ac;
	padding: 4rem 0;
	margin: 0;
	}

.footer-nav ul { 
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 18px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 1.5rem;
	padding: 0;
		}



@media (max-width: 767px) { 
.footer-nav ul  { 
-webkit-box-orient: vertical; 
-webkit-box-direction: normal; 
-ms-flex-direction: column; 
flex-direction: column;
	text-align: center;
	}
}

.footer-nav:after {
	  content: '';
    display: block;
    margin: 0.5rem auto 1rem;
    width: 160px;
    height: 10px;
    border-bottom: 5px dotted #fff;

} 

.footer-nav ul li a { 
	color:#fcee21!important;
	cursor: pointer;
	padding: 1rem 1.5rem;
		}


.copyright  {
	font-size: 12px;
	color: #fff;
}


.copyright a {
	font-size: 12px;
	color: #fff;
}

.form-control {
    height: calc(2rem + 2px);
    padding: .25rem .75rem;
    font-size: 1rem;
    border-radius: 0rem; 
		font-size: 14px;
	border: 0;
	}

div.wpcf7 .ajax-loader {
	display: none!important;
}




.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ccc!important;
    border-radius: 50%!important;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
		margin-top:-3px;
}


.a2a_counter {
	
	border: 1px solid #999!important;
	border-radius: 16px!important;
}

.a2a_s_facebook {
	background: transparent!important;
}
.a2a_s_facebook svg path {
	fill:#999!important;
}

.a2a_svg svg{
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.a2a_count {
    color: #999!important;
    font-size: 14px!important;
		width: 32px!important;
	  text-align: left!important;
    padding: 0!important;
	border: 0px solid #ccc!important;
	background: transparent!important;
	}



.a2a_count:after, .a2a_count:before {
	display: none!important;
}








.navigation-wrapper {
	padding: 2rem 1rem;
	background: #29d6ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.navigation-wrapper.nav-news {
	 background: #fcaf17;
	}



.prev-page a,
.next-page a {
	padding-left: 1rem;
	padding-right: 1rem;
}


.prev-page a:hover,
.prev-page a:focus,
.next-page a:hover,
.next-page a:focus {
	border-radius: 0!important;
	background: transparent!important;
	border: 1px solid transparent!important;
	padding-left: 1rem;
	padding-right: 1rem;
}
	
.navigation {clear: both;}

.navigation ul { 
	padding: 0;
    margin: 0;
    clear: both;}

.navigation li a, .navigation li.disabled {
		text-decoration: none;
    font-size: 15px;
    min-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50%;
    color: #fff;
    border: 1px solid transparent;
}
 
.navigation ul li {
    display: inline-block;
    margin: 0;
    padding-left: 0;
    min-width: 30px;
    padding: 0;
	} 
.navigation li a:hover{
 	border: 1px solid #fff;
    color: #fff!important;
	}

.navigation ul li:before {
	content: '';
	display:none;
	}

.navigation li.active a {
    	border: 1px solid #fff;
    color: #fff!important;
}



.news-archive-wrap {
	padding: 0 2rem;
}

.news-thumb-content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}



.news-thumb-content .h3 a {
	color:#002D59;
}

.article-font {
	color:#007bff;
}


.post-content-wrap span.article-font  {
    font-size: 18px;
}






.headeramigos {
	background:#29d6ff;
	color: #fff;
	} 

.amigos-brand-wrap {
	min-height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}

.amigos-brand-wrap img {
	width: 420px;
    height: auto;
}

.amigos-intro-wrap { 
	padding: 6rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}



@media (max-width: 991px) { 
	
.amigos-intro-wrap { 
	padding: 1.5rem 1.5rem 8rem ;
	
	}
	
.start-content-wrap { 
	padding: 0 1.5rem;
	}
	
}
	

.amigos-start {
	padding-top:6rem;
	padding-bottom:6rem;	
}



.amigos-illustration-wrap img {
	margin-top:-15rem;
}




.start-content-wrap h2  {
    font-size: 3.5rem;
    color: #29d6ff;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.start-content-wrap .subtitle {
    display: block;
    font-family: 'Pacifico', cursive;
    font-size: 1.75rem;
    margin-top: -0.5rem;
	color:#063058!important;
}


.about-wrap h2 {text-align:center;}


.about-metodos {
	background:#ffff00;
	color:#50067d;
	
}

.about-objectivos {
	background:#50067d;
	color:#fcaf17;	
}

.about-metodos .inner-wrap,
.about-objectivos .inner-wrap {
	    max-width: 520px;
}


.about-img-wrap {
	background-size:cover;
	background-position:center;
	padding-bottom:38%;
	}


@media (max-width:991px) {
	.about-img-wrap {
		padding-bottom:60%;
	}
}



.amigos-ajudar  {
    padding: 0 2rem 3rem;
}

@media (min-width:1200px) {
	
	.amigos-ajudar  {
    padding: 0 6rem 3rem;
}
	}
	

.ajudar-block {
	color:#063058;
	text-align: center;
	padding-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}

.ajudar-block .btn-default {
	background: #ff187c;
  color: #fff!important;
	padding:0.5rem 2rem; 
	margin-top: auto;
	line-height: 20px;
	}

@media (max-width:991px) {
.ajudar-block .btn-default {
	min-width: 190px;
	}
}

.ajudar-block .btn-default span {
	display: none;
	}

.amigos-ajudar h3 {
	display: block;
    font-family: 'Pacifico', cursive;
    font-size: 2.25rem;
	margin-bottom: 1rem;
	}


.amigos-ajudar header {
	text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    color: #fff;
	}

.amigos-ajudar header h2 {
	font-size: 3rem;
	color: #ed1e79;
	}


.amigos-ajudar header h2:after {
	content: '';
    display: block;
    margin: 0.5rem auto 1rem;
    width: 160px;
    height: 10px;
    text-align: center;
    border-bottom: 5px solid #ed1e79;
	}



.amigo_membro_wrap {
	text-align: center;
	color:#063058;
	padding: 1rem 3rem 4rem;
	}

.amigo_membro_wrap h3 {
	font-family: 'Pacifico', cursive;
    font-size: 2rem;
    margin-top: 2rem;
	}

.amigo_membro_wrap p.role {
	text-align: center;
	text-transform: uppercase;
	color:#50067d;
	font-size: 18px;
    margin-top: 1rem;
	}

.amigo_membro_foto {
    width: 150px;
    height: 150px;
    background: #063058;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
	}



.necessidades header {
	background: #bfd730!important;
	}

.necessidades header h2:after {
	border-bottom: 5px solid #ffffff;
	}

.amigos-parceiros {
	background: #fff;
	    padding-bottom: 6rem;
	}

.amigos-parceiros header {
	 text-align: center;
        padding: 4rem 2rem 2rem;
	}

.amigos-parceiros header h2 {
    font-size: 3rem;
    color: #29d6ff;
	}

.amigos-parceiros header h2:after {
    content: '';
    display: block;
    margin: 0.5rem auto 1rem;
    width: 160px;
    height: 10px;
    text-align: center;
    border-bottom: 5px solid #29d6ff;
	}
.instituicoes-wrap,
.empresas-wrap {
	padding-left: 5rem;
	padding-right: 5rem;
		}

.instituicoes-wrap h3,
.empresas-wrap h3 {
	font-family: 'Pacifico', cursive;
    font-size: 2.5rem;
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 2.5rem;
	color:#063058;
	}

.empresas-wrap {
	text-align: center;
	}

.logo-wrapper { 
text-align: center;
margin-bottom: 2rem;
height: 140px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;}

.logo-wrapper img {
    margin: auto;
    display: block;
    max-width: 260px;
    max-height: 140px;
}





.empresas-wrap .carousel-control-prev,
.empresas-wrap .carousel-control-next {
	height: 140px;
}

.empresas-wrap .carousel-control-prev-icon {
    background-image: url(../../images/prev.svg);
}
.empresas-wrap .carousel-control-next-icon {
    background-image: url(../../images/next.svg);
}

.empresas-wrap .carousel-control-next-icon,
.empresas-wrap .carousel-control-prev-icon {
    width: 16px;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
	

.topbarheader.tb_necessidades {
 background: #bfd730!important
	}

.necessidades > .row > .col-xl-3:nth-child(even) > .post-wrap {
    background-color: #ed1e79;
		}

.necessidades > .row > .col-xl-3:nth-child(odd) > .post-wrap {
    background-color: #9e005d;
		}





.estorias-section {
	background: #fcaf17;
	padding-bottom: 3rem;
	color: #50067d;
	}


.estorias-section header p {
    font-size: 18px;
}



.estorias-section header a {
    color: #50067d;
    font-weight: 600;
}


.estorias-section header {
	text-align: center;
    padding: 4rem 2rem 0;
    color: #50067d;
	}


.estorias-section header h2 {
    font-size: 3rem;
    color: #50067d;
	}

.estorias-section header h2:after {
    content: '';
    display: block;
    margin: 0.5rem auto 1rem;
    width: 160px;
    height: 10px;
    text-align: center;
    border-bottom: 5px solid #50067d;
	}






.estorias-section .news-thumb {
	padding: 3rem 1rem 4rem;
	color: #50067d;
}


.estorias-section  .news-thumb h3 a {
		color:#fff;
}



.estorias-section .news-thumb-content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}


.estorias-section .news-thumb-content .h3 a {
	color:#002D59;
}


.topbarheader.estoriasheader {
 	background: #fcaf17!important;
	 color: #50067d;
}

.topbarheader.tb_estorias {
 background: #fcaf17!important;
	 color: #50067d;
	}




.topbarheader .single-intro {
	font-size: 16px!important;
	color: #fff;
}
.topbarheader .single-intro p {
    font-size: 18px!important;
    color: #fff;
    font-weight: 400;

}

@media (max-width: 767px) { 
.topbarheader .single-intro p {
	font-size: 16px!important;
	}
}
	

.topbarheader .single-intro a {
	color: #fff;
	font-weight: 600;
}



.ekko-lightbox.modal .modal-content {
    background: rgba(51, 51, 51, 0.9);
    border-radius: 0;
    min-height: auto;
    color: #fff;
    padding: 0;
}

/* ------- Ekko Lightbox Modal ------ */ 

.ekko-lightbox {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 0!important
	}

.ekko-lightbox-container {
    position: relative
	}

.ekko-lightbox-container>div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
	}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
	}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
	}

.ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    color: #666;
    font-size: 40px;
	font-weight: 300;
    z-index: 1
	}

.ekko-lightbox-nav-overlay a>* {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
	}

.ekko-lightbox-nav-overlay a>:focus {
    outline: none
	}

.ekko-lightbox-nav-overlay a span {
    padding: 0 15px;
    font-size: 16px;
	}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right
	}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none
	}

.ekko-lightbox-nav-overlay a:focus {
    outline: none
	}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
	}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
	}

.ekko-lightbox .modal-dialog {
    display: none
	}

.ekko-lightbox .modal-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    border-top: 0;
    padding-top: 0;
	}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
	}

.ekko-lightbox-loader>div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
	}

.ekko-lightbox-loader>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: a 2s infinite ease-in-out;
    animation: a 2s infinite ease-in-out
	}

.ekko-lightbox-loader>div>div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
	}

.modal-dialog .ekko-lightbox-loader>div>div {
    background-color: #333
	}

@-webkit-keyframes a {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes a {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.ekko-lightbox img { min-width: 300px;
min-height: 300;
display: block;}

.modal-title {
    font-size: 16px;
	}


.sticker-wrap {
	height: 100vh;
	width: 00px;
	position: fixed;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 6;
}

.sticker {
width: 200px;
height: 78px;
background: url("../../images/sticker.svg");
z-index: 7;
padding: 1rem 5rem 1rem 3rem;
}

.sticker-wrap  a {
	color:#ffff00;
	display: block;
	text-transform: uppercase;	
	padding: 1rem 1rem 1rem 3rem;
	text-transform: uppercase;	
	-webkit-transition: all .3s;	
	transition: all .3s;
	    -webkit-transform: translateX(-180px);
	    transform: translateX(-180px);
	position: relative;
	margin-bottom: 20vh;
}
.sticker-wrap  a:hover {
	text-decoration: none;
	-webkit-transform: translateX(-220px);
	transform: translateX(-220px);
}


.main-wrapper.not-found {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background: #29d6ff;
	  color:#fff;
	}

@media (max-width:767px) {
.sticker {
    width: 150px;
    height: 55px;
    z-index: 7;
    padding: 0.5rem 3rem 1rem 1.5rem;
    line-height: 1.6;
    font-size: 12px;
    background: #ff0000;
    border: 1px solid #fcee21;
}
.sticker-wrap  a {
	 -webkit-transform: translateX(-145px);
	  transform: translateX(-145px);
}
	
.sticker-wrap  a:hover {
	 -webkit-transform: translateX(-180px);
	 transform: translateX(-180px);
}
	
}







.movetop {	
	display: none;
	visibility: hidden;
	}

@media (max-width:767px) {
.hidemobile {
	display: none;
	visibility: hidden;
	}
	
	
	
	
.movetop {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    bottom: 1rem;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.or…3Cpath class='st0' d='M10.8 18.3L20 8.9l9.2 9.5M20 9.5v21.6'/%3E%3C/svg%3E);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    left: 1rem;
    opacity: 0;
    transform: translate3d(0,4rem,0);
    transition: all .5s;
    z-index: 7;
		}	
	
	
.movetop.visible {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
	
	
}
