/* Add here all your CSS customizations */
section.section {
    background: white;
}
.header-btn-collapse-nav {
	padding: 0.4rem 0.8rem;
}
.header-btn-collapse-nav i {
    font-size: 18px;
    line-height: 24px;
}
.icono {
    height: 100%;
}
.feature-box .feature-box-icon {
    padding: 0;
    width: 4em;
    height: 4em;
}
.whatsapp {
	position:fixed;
	bottom:40px;
	right:40px;
	padding: 15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	z-index:100;
}
.whatsapp:hover {
	background-color:#25b75c;
}