.logo {
	width: 215px;
}

.btn-primary {
	background-color: #4389c5 !important;
	border-color: #4389c5 !important;
}

.text-primary {
	color: #4389c5 !important;
}

.bg-primary{
	background-color: #4389c5 !important;
}

.service-item{
	min-height:306px;
}
.service-item p, .service-item h3{
     text-align: center !important;	
}

.service-item div{
	    text-align: center;
}

.img-services{
	width:80px !important;
	margin-bottom:10px;
}

#btn-email{
	display: none;
}

.whatsapp-icon {
	position: fixed;
	bottom: 10px;
	right: 0px;
	z-index: 999999;
}

.whatsapp-icon img {
	width: 70%;
	float: right;
	padding: 10px;
}

.ripple {
	position: absolute;
	width: 150px;
	height: 150px;
	z-index: -1;
	left: 69%;
	top: 60%;
	opacity: 0;
	margin: -80px 0 0 -80px;
	border-radius: 100px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite;
}

@
-webkit-keyframes ripple { 0%{
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0)
}

100
%
{
opacity
:
0;
-webkit-transform
:
scale(
1
);
transform
:
scale(
1
)
}
}
@
keyframes ripple { 0%{
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0)
}

100
%
{
opacity
:
0;
-webkit-transform
:
scale(
1
);
transform
:
scale(
1
)
}
}
.ripple:nth-child(2) {
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
}

.ripple:nth-child(3) {
	animation-delay: .6s;
	-webkit-animation-delay: .6s
}



@media only screen and (max-width: 600px) {
 .service-item{
	min-height:auto;
}

#btn-email{
	display: flex;
}
}

