/* Light Color */

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

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

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

/* Dark Color */

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

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