
.features-icons .features-icons-item:hover .features-icons-icon img {
	transform: scale(1.1);
}

.text-shadow {text-shadow: 0 0 5px rgba(0,0,0,0.7);}

.bg-black {background: #E50000;}
/*Secondary hover color: #D68136*/
.navbar, li.list-inline-item a{
	background-color: #000000 !important;
	color: #E50000;
}
.text-primary{
	color: #E50000 !important;
}
.btn-primary{
	background-color: #E50000 !important;
	color:#ffffff !important;
	border-color: #E50000;
}
.whatsapp-float {
	position: fixed; bottom: 30px; right: 20px;
	background: #59CF65; padding: 16px 20px 20px;
	border-radius: 50%; z-index: 99;
}
.whatsapp-float:hover {opacity: 0.7;}
.whatsapp-float img {display: block}

.align-center > * {margin: 0 auto;}

.showcase-text {font-size: 1.2rem;}

@media (max-width: 768px) {


.masthead {
    padding-top: 13rem!important;
}

}
.precio{
	font-size: 14px;
	color:#cccccc;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 5px;
}
.features-icons{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
    .showcase .showcase-text {
        padding: 2rem;
    }
@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 2rem;
    }
}