/* Light Color */

a, nav a:hover, h1, h2, .faqs h3, h4, ul li:before {
  color: #c80000;
}

.header_top, h4:after, .footer, .phone:before, .address:before, .time:before {
  background-color: #c80000;
}

.contacto_btn, .mobile_item {
  background-color: #c80000!important;
}

/* Dark Color */

nav a, a:hover {
  color: #423d42;
}

.contacto_btn:hover, .mobile_item:hover  {
  background-color: #423d42!important;
}