.logo img {
	max-height: 45px !important;
}

.services .description {	
}

.header-social-links a {
	font-size: 20px;
}

#header {
	height: 92px;
	padding-top: 15px;
}

#header > .container {
	position: relative;
}

#header > .container .header_tels {

	position: absolute;
	top: -20px;
	right: 5px;
	color: #009cea;

}

.services .icon-box-orange .icon i {
  color: #FF6843;
}

.services .icon-box-orange:hover {
	border-color: #FF6843;;
}

.clients .client-logo img {
	max-width: 100%;
}

.mobile-nav-toggle {
	font-size: 2.5rem;
}

#navbar a.contratar span {
	background: #009cea;
	color: #FFF;
	padding: 6px 12px;
	border-radius: 16px;

}

#footer .copyright {
		padding: 0;
		padding-top: 0;
	  background: #fff;    
    border-top: 2px solid #e9ecee;
    border-bottom: 2px solid #e9ecee;
}

#footer .copyright > div {
	text-align: center;
	padding: 20px;
}

.pricing .advanced {    
	top: 25px;
	right: -62px;
}

#btn-whatsapp-floating {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 9999;
    font-weight: normal;    
}

#btn-whatsapp-floating a {
	color: #FFF !important;
	font-size: 26px;
	background-color: #009E5D;
	border-radius: 100%;
	padding: 5px 9px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 60%);
}

@media(max-width: 991px) {
	.logo img {
		max-height: 40px !important;
	}
}

@media(max-width: 767px) {
	.info_dados iframe {
		display: none !important;
	}

	#contact .section-title {
		padding-bottom: 0;
	}
	#contact .section-title h2 {
		margin-bottom: 0;
	}

	#contact .mt-5 {
		margin-top: 1rem!important;
	}
}