@import url('https://fonts.googleapis.com/css?family=Pacifico');

.Link-Branco {
    color: white;
}


/* ================================== 
	1. CHARITY 
   ================================== */
.main-nav{
    position: absolute;
    width: 100%;
    z-index: 999;
    clear: both;
}

.rev_slider img{
    width:100%
}

.rev_slider::after{ 
    width: 100%;
	height:30%;
	position: relative;
	content: "";
	top: 0px;
	left: 0px;
    z-index:100;
    display:block;
    transition:all .3s ease;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 4%, rgba(0,0,0,30) 100%); 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6))); 
}

.front-section{
    width: 100%;
    height: 250px;
    background: #FA5F05;
    color: #FFF;
    position: relative;
}

.front-section h1{
    margin-top: 20px;
    text-align: center;
    font-family: 'Pacifico', cursive;
}

.front-boxes{
    height: 250px;
    position: relative;
    margin-top: -150px;
}

.span-charity{
    height: 250px;
    background: #fff;
    padding: 50px 15px 50px 15px;
    position: relative;
}

.span-charity:before, .span-charity:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.span-charity:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.span-charity h5{
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}

.span-charity p{
    line-height: 1.8;
    text-align: center;
}

.charity-icon{
    width: 50px;
    margin: auto;
}
.charity-icon img{
    width: 100%;
}

.front-message{
    text-align: center;
    margin-top: 20px;
}

.charity-causes {
  display: block;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
  padding-bottom: 10px;
}
.charity-causes  > img,
.charity-causes  a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
a.charity-causes :hover,
a.charity-causes :focus,
a.charity-causes .active {
  border-color: #337ab7;
}
.charity-causes  .caption {
  padding: 10px 20px 10px 20px;
  color: #333;
}

.campaign-progress {
  height: 15px;
  margin: 10px 0px 15px 0px;
  overflow: hidden;
  background-color: #e6e6e6;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.campaign-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background-color: #FA5F05;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
    font-family: 'Roboto', sans-serif;
}

.campaign-data{
    clear: both;
    margin: 20px 0px 40px 0px;
}

.campaign-data .collected{
    float: left;
}

.collected h6{
    font-size: 16px;
}

.goal h6{
    font-size: 16px;
}

.campaign-data .goal{
    float: right;
}

.campaign-info{
    clear: both;
    height:150px;
}

.campaign-info h3{
    text-align: left;
}

.campaign-info p{
    text-align: left;
    line-height: 1.7;
    margin: 5px 0px 10px 0px; 
}

.charity-parallax {
    background-image: url("../images/img_paralax/img17.jpg");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.parallax-content{
    bottom: 50px;
    color: #FFF;
    max-width: 650px;
}

.parallax-content h1{
    font-weight: 600;
    font-size: 50px;
}

.counter-facts{
    margin-top: 30px;
}

.inner-facts{
    width: 200px;
    height: 70px;
    display: inline-block;
    margin-right: 10px;
}

.facts-icon{
    float: left;
    margin-right: 15px;
    width: 40px;
}

.facts-icon img{
    width: 100%;
}

.inner-facts .counter{
    margin: 0px;
    text-align: left;
    padding: 0px;
    color: #FFF;
    font-weight: 600;
}

.inner-facts p{
    margin-top: 5px;
}

.events {
  display: block;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.events > img,
.events a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
a.events:hover,
a.events:focus,
a.events.active {
  border-color: #337ab7;
}
.events .caption {
  padding: 0px 20px 0px 20px;
  color: #fff;
  position: relative;
  margin-top: -80px;
  height: 80px;
}

.span-events{
    margin-top: 10px;
}

.inner-events{
    display: inline-block;
    margin-right: 5px;
}




/* ================== 
	1.5. LOADER. 
   ================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  border-top-color: #FA5F05;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #FA5F05;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #FA5F05;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

hr.center{
    width: 80px;
    border-top: 3px solid #FA5F05;
    margin: 15px auto 15px auto;
}

.footer-categories h6{
	color: #FA5F05;
}

.subscribe-footer h6{
	color: #FA5F05;
	margin-bottom: 10px;
}

.newsletter-box .button {
  	width: 25%;
  	height: 38px;
  	background-color: #FA5F05;
  	border: none;
  	border-radius: 0 5px 5px 0;
  	font-family: inherit;
  	font-weight: 500;
  	color: inherit;
  	letter-spacing: 1px;
  	cursor: pointer;
  	color: #FFF;
  	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.cd-top {
  background-color: #FA5F05;    
}

.icon-fa:hover{
    background: #FA5F05;
	border: solid 1px #FA5F05;
}

.social-top .fa:hover{
	color: #FA5F05;
}

.btn-custom {
  color: #FFF;
  background-color: #15181D;
  border-color: #15181D;
  transition: 0.3s;
}
.btn-custom:focus,
.btn-custom.focus {
  color: #FFF;
  background-color: #15181D;
  border-color: #15181D;
}
.btn-custom:hover {
  color: #FFF;
  background-color: #FA5F05;
  border-color: #FA5F05;
}
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  color: #FFF;
  background-color: #15181D;
  border-color: #15181D;
}

/* ========== #TEAM STYLE 2 ========== */
.team-avatar{
    width: 200px;
    height: 200px;
    margin: auto;
}

.team-avatar img{
    border-radius: 50%;
    width: 100%;
}

.team-card .caption{
    text-align: center;
    margin-top: 15px;
}

.team-card .caption h5{
    color: #333;
    font-weight: 600;
    font-size: 17px;
}

.team-card .caption h6{
    color: #333;
    font-size: 14px;
    margin: -4px 0px 6px 0px;
}

.team-card .caption p{
    font-size: 13px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 200px;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(250, 95, 5, 0.5);
  border-radius: 50%;
  margin: 0px auto 0px auto;
}

.team-avatar:hover .overlay {
  opacity: 1;
}

.team-social {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.team-items{
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
}

.team-items .fa{
    color: #FFF;
}

@media (max-width:992px) {
.span-charity{
    height: 100%;
    padding: 50px 15px 60px 15px;
} 
    
.front-message{
    text-align: center;
    margin-top: 0px;
}
    
.center-box{
    margin: 20px 0px 20px 0px;
}
  
.charity-causes{
  margin: 30px 0px 30px 0px;   
} 
    
.events{
   margin: 20px 0px 20px 0px; 
}
    
.front-boxes{
    height: 100%;
    position: relative;
    margin-top: -150px;
}

.parallax-content h1{
    font-size: 30px;
    line-height: 1.4
}
    
.parallax-content{
    color: #FFF;
    max-width: 100%;
}
    
.parallax-content p{
    font-size: 13px;
}
    
.team-card{
    margin: 30px 0px 30px 0px;
}
    
}

@media (max-width:768px) {
    
}

@media (max-width:576px) {

.charity-parallax { 
    height: 550px; 
    padding-top: 80px;
}
    
.inner-facts{
    width: 200px;
    height: 70px;
    display: block;
    margin: 15px 0px 15px 0px;
}
    
.inner-facts .counter{
    font-size: 30px;
}
    
.inner-facts p{
    margin-top: 0px;
}
    
    
}








.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}



.btnLerMais{
    color: #FA5F05;
}

.flag-icon-ingles {
  background-image: url(images/gb.svg);
}
.flag-icon-frances {
  background-image: url(images/bl.svg);
}