:root {
  --primary-color: #be1a15;
  --body-background: #f6f6f6;
  --text-primary-color: #37465c;

  --background-navbar: #fff;
  --color-navbar: #37465c;
  --color-navbar-hover: #be1a15;

  --background-footer: white;
  --color-footer: #37465c;
  --color-footer-hover: #be1a15;;

  --color-danger: #ff5252;
  --color-success: #00d063;
  --color-info: #03a9f4;
  --color-warning: #ff9800;
  --border-color: #ddd;

  --teatro-color: #9b2a93;
  --deporte-color: #ff8a3b;
  --party-color: #db3e7e;
  --expo-color: #00c5bf;
  --show-color: #124c97;
}
body {
  //font-family: 'Baloo 2', Helvetica, Arial, cursive;
  font-family: 'Khula', Helvetica, Arial, cursive;
}
.oswald-text {
  font-family: 'Khula', Helvetica, Arial, cursive;
}
.date-home {
	font-size: 1.2rem !important;
  margin-bottom: 5px;
  background: transparent
}