html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
padding:0;
margin:0;
vertical-align:baseline;
list-style:none;
border:0;
color: #353535;
}

@import url('fonts.css');

p, span, button, a, input, textarea, li, legend, label{
	font-family: 'Montserrat';
}

strong{
	font-weight: bold;
}

h1, h2, h3, h4, h5{
	font-family: 'Above';
}

nav:not(.hamburguer){
    padding: 60px 0px;
	position: fixed;
    width: 100%;
    z-index: 5;
}

nav .nav-buttons{
    margin: 15px 0;
}

.left-text{
	text-align: left;
}

.nav-buttons .buttons{
	float: right;
    padding: 10px 0px;
}

button.simple-btn, a.simple-btn{
	padding: 15px 25px;
	background-color: #4B99C1;
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	transition: ease-in-out 150ms;
}

button.simple-btn:hover, a.simple-btn:hover{
	background-color: #3c7a9a;
}

button.simple-btn.centered-button, a.simple-btn.centered-button{
	width: 100%;
	max-width: 305px;
	display: block;
    margin: 50px auto 0;
}


button.simple-btn.sign-in, a.simple-btn.sign-in{
	background-color: #D8E9F2;
	color: #353535;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 100px;
	margin-left: 20px;
}

.wrapper{
	width: 100%;
	display: block;
	position: relative;
}

section h3{
    font-size: 4rem;
	color: #4B99C1;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

#presentation{
	background: no-repeat url('../img/img-topo-desk.svg') center center;
	background-size: cover;
	padding: 230px 0 1px;
}

#presentation .intro{
	text-align: center;
	width: 100%;
}

#presentation .intro p{
	font-size: 20px;
	margin-top: 20px;
	font-weight: 400;
	line-height: 28px;
}

#presentation .intro h2{
    font-size: 3rem;
	text-align: center;
	line-height: 60px;
}

#presentation .download-btns{
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 515px;
	margin-bottom: 120px;
}

#presentation .download-btns a.simple-btn{
	width: 100%;
	display: inline-block;
	margin-top: 50px;
}

#presentation .download-btns a.simple-btn .apple-logo{
    padding: 3px 10px;
	background-image: url('../img/ic-apple-desk.svg');
	background-repeat: no-repeat;
}

#presentation .download-btns a.simple-btn .android-logo{
    padding: 1px 10px;
	background-image: url('../img/ic-android-desk.svg');
	background-repeat: no-repeat;
	line-height: 10px;
}

#funcionalidades .container{
	padding: 120px 15px;
}

#funcionalidades .cel-img img{
	width: 100%;
    max-width: 345px;
    margin: 0 auto;
    display: block;
    background-position-x: 400px;
    transition: ease-out 300ms;
	float: right;
	background-size: 100%;
}

#funcionalidades .cel-img img.mock-1{
	background-image: url('../img/mock-1.png');
	background-repeat: no-repeat;
}
#funcionalidades .cel-img img.mock-2{
	background-image: url('../img/mock-2.png');
	background-repeat: no-repeat;
}
#funcionalidades .cel-img img.mock-3{
	background-image: url('../img/mock-3.png');
	background-repeat: no-repeat;
}
#funcionalidades .cel-img img.mock-4{
	background-image: url('../img/mock-4.png');
	background-repeat: no-repeat;
}

#funcionalidades .feature-list .feature-icon{
	width: 50px;
	height: 50px;
	background: #F9F9F9;
	box-shadow: 0 2px 4px 0 rgba(202,202,202,0.50);
	border-radius: 50%;
	float: left;
	margin: 35px;
	cursor: pointer;
	outline: none;
	transition: ease-in-out 300ms;
}

#funcionalidades .feature-details{
	margin-top: 35px;
	float: left;
    max-width: 66%;
}

#funcionalidades .feature-details h4{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #828282;
}

#funcionalidades .feature-details p{
	line-height: 25px;
	font-size: 14px;
	color: #828282;
	
}

#funcionalidades .feature-list{
	padding: 55px 15px;
}

#funcionalidades .feature-icon.donation{
	background: no-repeat url('../img/ic-doacao-mobile.png') center center;
	background-size: 35px;
}

#funcionalidades .feature-icon.donation:hover, #funcionalidades .feature-icon.donation.active{
	background: no-repeat url('../img/ic-doacao-white-mobile.png') center center;
	background-size: 35px;
	background-color: #4B99C1;
}

#funcionalidades .feature-icon.localization{
	background: no-repeat url('../img/ic-geolocal-mobile.png') center center;
	background-size: 25px;
}

#funcionalidades .feature-icon.localization:hover, #funcionalidades .feature-icon.localization.active{
	background: no-repeat url('../img/ic-geolocal-white-desk.svg') center center;
	background-size: 25px;
	background-color: #4B99C1;
}

#funcionalidades .feature-icon.qrcode{
	background: no-repeat url('../img/ic-qrcode-mobile.png') center center;
	background-size: 25px;
}

#funcionalidades .feature-icon.qrcode:hover, #funcionalidades .feature-icon.qrcode.active{
	background: no-repeat url('../img/ic-qrcode-white-mobile.png') center center;
	background-size: 25px;
	background-color: #4B99C1;
}

#funcionalidades .feature-icon.transparency{
	background: no-repeat url('../img/ic-transparencia-mobile.png') center center;
	background-size: 30px;
}

#funcionalidades .feature-icon.transparency:hover, #funcionalidades .feature-icon.transparency.active{
	background: no-repeat url('../img/ic-transparencia-white-mobile.png') center center;
	background-size: 30px;
	background-color: #4B99C1;
}

#funcionalidades .feature-icon .pointer{
	width: 0px;
    height: 2px;
    background-color: #4B99C1;
    left: -62px;
	position: absolute;
	transition: ease-in-out 400ms; 
}

#funcionalidades .feature-icon.active .pointer{
	width: 112px;
    height: 2px;
    background-color: #4B99C1;
    left: -62px;
    position: absolute;
}

#funcionalidades .feature-icon.active .pointer .dot{
	width: 8px;
    height: 8px;
    position: absolute;
    left: -5px;
    border-radius: 50%;
    background-color: #4B99C1;
    top: -3.5px;
}

#helpers{
	margin-bottom: 200px;
}

#helpers .container{
	padding: 130px 15px;
	background: no-repeat url('../img/imgs.png');
	background-size: 70%;
	background-position: right center;
}

#helpers ul.helped-list li{
	padding-left: 40px;
	line-height: 60px;
	font-size: 24px;
	background: no-repeat url('../img/ic-topico.svg');
	background-position: left center;
	white-space: nowrap;
}

#na-midia{
	background: no-repeat url('../img/img-midia-desk.png');
	background-size: cover;
	text-align: right;
	padding: 35px 0;
}

#na-midia h3{
	text-align: right;
	color: white;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 30px;
}

#na-midia p{
	display: block;
	color: white;
	font-size: 14px;
	line-height: 19px;
	width: 100%;
}
#na-midia strong{
	color: white;
}

#blog{
	padding-top: 145px;
}

#blog .post-item{
	margin-top: 20px;
}


#blog .post-item .post-image img{
	margin: 0 auto;
	display: block;
    border-radius: 10px;
    width: 100%;
}

#blog .post-item .post-content{
	padding: 20px;
}

#blog .post-item .post-content h5.post-title{
	font-size: 24px;
	white-space: nowrap;
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	font-family: 'Montserrat';
	overflow: hidden;
	text-align: center;
    line-height: 26px;
}

#blog .post-item .post-content p.post-date{
	font-size: 20px;
	color: #828282;
	line-height: 60px;
	text-align: center;
}

#contact{
	padding: 140px 30px;
}

#contact form{
	background: #FFFFFF;
	box-shadow: 0 0 14px 0 rgba(219,219,219,0.50);
	border-radius: 84px;
	padding: 130px;
}

#contact form{
	background: #FFFFFF;
	box-shadow: 0 0 14px 0 rgba(219,219,219,0.50);
	border-radius: 84px;
	padding: 60px 130px;
}

#contact form label{
	width: 100%;
	display: block;
}

#contact form input:not([type="radio"]){
	width: 100%;
	display: block;
	border-bottom: 1px solid #353535;
	padding: 10px 15px;
    margin: 10px 0 30px;
}

#contact form legend{
	font-family: "Montserrat";
	font-size: 24px;
	color: #4B99C1;
	text-align: center;
	line-height: 70px;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
}

#contact form .radio-holder{
    margin: 7px 0 30px;
}

#contact form .radio-holder label{
	margin: 20px 0;
}

#contact form .radio-holder input{
	float: left;
    margin: 20px 5px;
}


#footer .logo {
	margin-top: 15px;
}

#footer {
	background-color: #353535;
	padding: 30px 0;
	color: white;
	font-size: 12px;
	font-family: 'Raleway';
}

#footer {
	text-align: center;
}

#footer span:first-child {
	/* margin-right: 10px; */
}

#footer .social-btn {
	padding: 20px 0px;
    margin-top: 10px;
}

.footer-terms {
	/* display: flex; */
	flex-direction: column;
	padding: 20px 0px;
	margin-top: 20px;
}

.align-image {
	display: block;
	margin: 0 auto;
}

.footer-terms a {
	color: white;
	text-transform: uppercase;
    font-size: 10px;
    margin-right: 10px;
}

.footer-terms a:hover {
	text-decoration: underline !important;
	color: white;
}

nav.navbar, nav.navbar img {
	transition: ease-in-out 150ms;
}

nav.navbar img{
	max-width: 206px;
}

nav.navbar.scrolled {
	background-color: rgb(242, 242, 242, 0.8);
    padding: 10px;
}

nav.navbar.scrolled img{
    max-width: 130px;
    margin-top: 13px;
}

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

 .hamburguer{
	display: none;
    position: fixed;
    padding: 50px 0px;
	width: 100%; 
	z-index: 4;
	transition: ease-in-out 300ms;
}

.mobile-only{
	display: none;
}

.full-width{
	width: 100%;
}

 .hamburguer.scrolled{
	background-color: rgb(242, 242, 242, 0.8);
	transition: ease-in-out 300ms;
	padding: 20px;
}
	
.hamburguer .logo img{
	display: block;
	margin: 0 auto;
	transition: ease-in-out 300ms;
	max-width: 206px;
 }

 .hamburguer.scrolled img{
    max-width: 130px;
}

 #menuToggle
 {
	display: block;
	position: fixed;
	top: 67px;
	left: 16px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	transition: ease-in-out 300ms;
 }

 .hamburguer.scrolled #menuToggle{
	top: 26px;
 }
 
 #menuToggle input
 {
   display: block;
   width: 40px;
   height: 32px;
   position: absolute;
   top: -7px;
   left: -5px;
   
   cursor: pointer;
   
   opacity: 0; /* hide this */
   z-index: 2; /* and place it over the hamburger */
   
   -webkit-touch-callout: none;
 }
 
 /*
  * Just a quick hamburger
  */
 #menuToggle span
 {
   display: block;
   width: 33px;
   height: 5px;
   margin-bottom: 8px;
   position: relative;
   
   background: #4B99C1;
   border-radius: 3px;
   
   z-index: 1;
   
   transform-origin: 4px 0px;
   
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               opacity 0.55s ease;
 }
 
 #menuToggle span:first-child
 {
   transform-origin: 0% 0%;
 }
 
 #menuToggle span:nth-last-child(2)
 {
   transform-origin: 0% 100%;
 }
 
 /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
 #menuToggle input:checked ~ span
 {
   opacity: 1;
   transform: rotate(45deg) translate(2px, 2px);
   background: #4B99C1;
 }
 
 /*
  * But let's hide the middle one.
  */
 #menuToggle input:checked ~ span:nth-last-child(3)
 {
   opacity: 0;
   transform: rotate(0deg) scale(0.2, 0.2);
 }
 
 /*
  * Ohyeah and the last one should go the other direction
  */
 #menuToggle input:checked ~ span:nth-last-child(2)
 {
   transform: rotate(-45deg) translate(3px, -2px);
 }
 
 /*
  * Make this absolute positioned
  * at the top left of the screen
  */
 #menu
 {
   position: absolute;
   width: 420px;
   margin: -106px 0 0 -50px;
   padding: 0px 10px 0px 46px;
   padding-top: 125px;
   background: #ededed;
   list-style-type: none;
   -webkit-font-smoothing: antialiased;
   /* to stop flickering of text in safari */
   transform-origin: 0% 0%;
   transform: translate(-100%, 0);
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
   border-right: 10px solid #4B99C1;
 }
 
 #menu li
 {
	display: block;
	font-size: 24px;
	color: #353535;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
 }
 
 /*
  * And let's slide it in from the left
  */
 #menuToggle input ~ ul
 {
   height: calc(100vh + 57px);
 }

 #menuToggle input:checked ~ ul
 {
   transform: none;
 }

 .alert-style {
	position: fixed;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	left: 20px;
	right: 20px;
	top: 15px;
	text-align: center;
	font-family: 'Montserrat';
	z-index: 5;
}

.alert{
	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success{
	background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}