a,
#home-slider .caption h1 span, 
#bullhorn-carousel .item span, 
#footer .footer-bottom, 
#single-portfolio .close-folio-item:hover, 
.single-table.featured .btn.btn-primary, 
.contact-info ul li a:hover, 
#footer .footer-bottom a {
  color: #FFB347;
}

.btn.btn-primary:hover,
.btn-submit:hover {
  background-color: #B22222; /* Rojo fuerte al pasar el mouse */
}

a:hover, a:focus {
	color: #2563eb; /* Amarillo brillante para resaltar enlaces */
}

.main-nav, 
.service-icon, 
.progress-bar.progress-bar-primary, 
.single-table.featured, 
.btn.btn-primary, 
.bullhorn-icon .fa-bullhorn, 
.bullhorn-left-control:hover, .bullhorn-right-control:hover, 
.post-icon, 
.entry-header .date:after, 
.btn-loadmore:hover, 
.btn-submit,
#footer, 
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
  background: linear-gradient(135deg, #0A2540, #B22222); /* Azul oscuro + Rojo */
  color: #FFD700; /* Amarillo para contraste */
}

.bullhorn-left-control:hover, 
.bullhorn-right-control:hover, 
.btn-loadmore:hover {
	border: 1px solid #FFD700; /* Borde amarillo moderno */
}

.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #FFD700;
}

.bullhorn-icon .fa-bullhorn:after {
	border-color: #FFD700 transparent transparent;
}


