/* Light Color */

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

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

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

/* Dark Color */

nav a, a:hover {
  color: #242526;
}

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