/*------------------------------------------------------------------

COLOR:	GREEN	#aec437

-------------------------------------------------------------------*/
.overlay, #testi .overlay{
	background: rgba(35,35,35,0.75);
}
#historia .stores, #pricing ul li .price, .botm-color, #team, #features, header .active, #team .team .des i, #news input[name="submit"], .item h4{
	background:#aec437;
}
.btn:hover, #contact input[type="submit"]:hover, button:hover, #testi .owl-page, .navbar-default .navbar-nav > li > a:hover{
	background:#aec437;	
}
.over{
	background: rgba(0,0,0,0.75) !important;	
}
#intro ul li i, .expand, #about .services li .icon i, #services .services li .icon i, #services .facts li i, .app_store i {
	color:#aec437;
}
.btn:hover{
	border-color:#aec437;
}
.tab-current i{
	color: #aec437 !important;
}
 #team .team .des p{
	color:#fff;
}
.is-sticky header{
	background: #2c2c2c;
}
#pricing ul li:nth-child(2) .price{
	background: #aec437;	
}

#pricing ul li:nth-child(1) .price{
	background: #aec437;	
}
#presupuesto{
	padding: 50px;
	background-color: #2c2c2c;
}
#presupuesto h2 {
	color: #aec437;
	font-weight: 600;
}
#presupuesto h2 span {
	font-weight: 200;
}
#presupuesto label {
	color: #ffffff;
}
#presupuesto .form-group{
	margin-top: 20px;
}
#presupuesto .form-control{
	margin-top: 10px;
}
#presupuesto p{
	color: #ffffff;
}
#presupuesto input[type="submit"] {
    background: #aec437;
    color: #2c2c2c;
    font-size: 13px;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    text-transform: uppercase;
    height: 47px;
    font-weight: bold;
    line-height: 47px;
    padding: 0 30px;
    border: none;
}
#presupuesto input[type="submit"]:hover {
	opacity: 0.8;
}
.alert {
  padding: 20px;
  color: white;
  margin-bottom: 15px;
}
.alert-danger { background-color: #f44336; /* Red */}.alert-info { background-color: #47A8F5; /* Blue */}.alert-success { background-color: #6ABC6E; /* Greenn */}