@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto/Roboto-Regular.ttf') format('truetype');
}


@font-face {
  font-family: 'Anahuac';
  src: url('/font/ZillaSlab-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'AnahuacSemibold';
  src: url('/font/ZillaSlab-SemiBold.ttf') format('truetype');
}


body {
  font-family: 'Roboto', sans-serif !important;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.bg-orange {
  background-color: #FF5900;
}


.color-anahuac {
  color: #FF5900;
}

.color-black {
  color: #000 !important;
}


.color-white {
  color: #fff !important;
}

.font-uppercase{
  text-transform: uppercase;
}

.container-odd {
  background-color:#f9f9f9
}

h1 {
  font-family: AnahuacSemibold;
}

h2 {
  font-family: Roboto Black;
}

h3 {
  font-family: Roboto Black;
}




a:hover {
  color: #FF5900 !important;
}

a.text-muted {
  color: #fff !important;
  background-color: #FF5900 !important;
}

a.text-muted:hover {
  background-color: #fff !important;
  color: #FF5900 !important;
  border-color: #FF5900 !important;
}
