body{
	color:#555 !important;
	font-size:14px !important;
	font-family: 'Roboto';
	font-weight: normal !important;
	color:#777 !important;
}

a:link{
	text-decoration: none;
	color:#555;
}
a:visited{
	color:#555;
}
a:hover{
	transition:0.3s opacity;
	opacity: 0.5;
}

hr{	
	background-color:#eee !important;
	color:#eee !important;
	border-color:#eee !important;
}

h1{
	font-family: 'Fjalla One' !important;
	font-size:32px !important;
	font-weight: normal !important;
} 

h2{
	font-family: 'Fjalla One' !important;
	font-size:28px !important;
	font-weight: normal !important;
	color:#777;
} 

h3{
	font-family: 'Fjalla One' !important;
	font-size:22px !important;
	font-weight: normal !important;
	color:#bbb;
} 

label{
	font-weight: bold !important;
}

label.nobold{
	font-weight: normal !important;
}

.badge{
	font-weight: normal !important;
}

.card{
	height:300px !important;
}

.material-icons{
	vertical-align: middle !important;
	display: inline-block !important;;
}

.btn-primary{
	background-color: #6c757d !important;
	border:0;
}
.btn-primary:hover{
	opacity:0.7;
	transition: 0.3s opacity;
}

.btn-secondary{
	background-color: #f8c300 !important;
	border:0;
}
.btn-secondary:hover{
	background-color: #f7d557 !important;
}


.bg-primary{
	background-color: #6c757d !important;
}

.bg-secondary{
	background-color: #f8c300 !important;
}

.logo_home{
	width: 180px;
}
@media (max-width: 960px){
	.logo_home{
		width: 140px;
	}
}

.img_banner{
	position:relative;
	width: 100%;
	height: 800px;
	top:0;
}
@media (max-width: 960px){
	.img_banner{
		height:250px;
	}
}

.py-6{
	padding-top: 6rem !important; 
	padding-bottom: 6rem !important;
}

.bt_fechar_voluntario{
	position: absolute;
	top:0;
	right:0;
	z-index:20;
	color:#ccc;
}
























/* PLACEHOLDER */
::-webkit-input-placeholder {
   color: #ddd !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ddd !important;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd !important; 
}
:-ms-input-placeholder {  
   color: #ddd !important;  
}





