
body {
	/*background:  url(../img/white-line-background-vector.jpeg) repeat;*/
}
.features-icons .features-icons-item:hover .features-icons-icon img {
	transform: scale(1.1);
}
.whatsapp-float {
	position: fixed; bottom: 20px; left: 20px;
	background: #59CF65; padding: 12px 14px 14px;
	border-radius: 50%; z-index: 99;
}
.whatsapp-float:hover {opacity: 0.7;}
.whatsapp-float img {display: block}

.bg-main {background: #fff;}

.nav-item {font-size: 18px; font-weight: bold;}
.nav-item a {transition: all ease .3s; padding: 3px 15px!important;}
.nav-item:hover a {
	color: #fff!important;
	background: #9cdb35!important;
	border-radius:  5px;
}

.shadow-detail {
	box-shadow: 25px 25px 0 #9cdb35;
}

header.masthead2 {
    padding-top: 19rem;
    padding-bottom: 4rem;
}


.align-center {
	display: flex;
    align-items: center;
}



@media (max-width: 768px) {


.pt-5, .py-5 {
    padding-top: 8rem!important;
}

}