
/* Whatsapp */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 24px;
	right: 24px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
	z-index:100;
}

.my-float{
	margin-top:16px;
}

.black-text{
	color: #191919 !important;
}

.blue-text{
	color: #16498C !important;
}

.green-text{
	color: #0BBF59 !important;
}

.font-white-sub{
	color: #fff !important;
	font-weight:  700 !important;
}

.lead-title{
	font-size: 2.8rem !important;
}

.title-bold{
	color: #fff;
	font-weight: 800 !important;
	font-size: 36px;
	
}

.title-bold-2{
	color: #fff;
	font-weight: 800 !important;
	font-size: 48px;
	
}

.badge-green{
	background: #0BBF59;
	padding: 20px;
	z-index: 999;
}

.badge-green-2{
	background: #0BBF59;
	padding: 5px;
	z-index: 999;
}

.badge-green p{
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	line-height: 2.4rem;
}

.badge-blue{
	background: #16498C;
	padding: 20px;
	z-index: 999;
}

.badge-blue p{
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	line-height: 2.4rem;
}


.financeira-sub-title-1{
	font-size: 24px;
}

.no-margin{
	margin: 0 !important;
}


.title-bold-green{
	color: #0BBF59;
	font-weight: 800 !important;
	font-size: 36px;
	
}

.title-bold-green-2{
	color: #0BBF59;
	font-weight: 800 !important;
	font-size: 28px;
	
}

.title-bold-blue-2{
	color: #16498C;
	font-weight: 800 !important;
	font-size: 28px;
	
}

.contact-title{
	font-weight: 900 !important;
}

.p-20{
	padding: 60px;
}

.green-background{
	padding: 10px;
	background-color: #0BBF59;
	color: #fff !important;
	font-weight: 800 !important;
}

.w-250{
	width: 250px;
}

.bg-blue{
	background: #16498C;
	color: #fff;
	height: 100%;
	width: 100%;
}

.sobre h3{
	font-size: 1.4rem;
}

ul li{
	font-size: 18px;
}

.bolder{
	font-weight: 800 !important;
}

.f-2{
	padding-top: 60px;
}

@media (max-width: 768px){
	.p-20{
		padding: 20px;
	}
	.mobile-white{
		color: #fff !important;
	}


}