@font-face {
  font-family: "bebas_neueregular";
  src: url("/fonts/BebasNeue-webfont.eot");
  src: url("/fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"),
    url("/fonts/BebasNeue-webfont.woff") format("woff"),
    url("/fonts/BebasNeue-webfont.ttf") format("truetype"),
    url("/fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bebas {
  font-family: bebas_neueregular, Georgia, "Times New Roman", Times, serif;
}
body,
footer {
  padding: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #222;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}
header {
  padding-top: 20px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
h1 {
  padding: 20px 0;
  font-weight: normal;
  font-size: 66px;
  text-align: center;
  background-color: #86212e;
  color: #fbbc30;
  text-transform: uppercase;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
}
#container {
  background: url(/images/imgFarmer.jpg) 50% 0;
  flex-grow: 1;
  background-size: cover;
}
h2 {
  font-size: 42px;
  font-weight: bold;
}

nav {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  padding: 60px 30px 30px;
}
nav > a {
  padding: 0 3%;
  color: #000;
  text-decoration: none;
  text-align: center;
}
nav p {
  color: #fff;
  text-shadow: 0 1px 4px #000;
  font-size: 14px;
  font-style: italic;
}
.btn {
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  line-height: 24px;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  color: #fbbc30;
  background: #86212e;
  border: 1px solid #700;
  border-bottom-color: #400;
  border-top-color: #801;
  -moz-box-shadow: 0 2px 3px rgba(80, 30, 30, 0.7), inset 0 1px 0 #b55;
  box-shadow: 0 2px 3px rgba(80, 30, 30, 0.7), inset 0 1px 0 #b55;
  text-shadow: 0 1px 0 #000;
}
.btn:hover {
  text-decoration: none;
}
.btnBlue:hover {
  color: #ffc23f;
  background: #a33;
  border: 1px solid #912;
  border-bottom-color: #601;
  border-top-color: #a23;
  -moz-box-shadow: 0 2px 3px rgba(80, 30, 30, 0.7), inset 0 1px 0 #c77;
  box-shadow: 0 2px 3px rgba(80, 30, 30, 0.7), inset 0 1px 0 #c77;
  text-shadow: 0 1px 0 #000;
}
#horario {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px 30px 60px;
  text-align: center;
  text-shadow: 0 2px 5px #000;
}
#horario table {
  width: 100%;
  padding: 0 0 25px;
}
#horario tr:hover,
#horario h2:hover {
  color: #fbbc30;
  text-shadow: 0 2px 5px #300;
  transition: all 0.2s ease-in-out;
}
#horario .dia {
  font-size: 36px;
  text-align: right;
  padding-right: 20px;
  width: 47%;
}
#horario .hora {
  font-size: 48px;
  text-align: left;
  padding-left: 20px;
  width: 53%;
}
#horario .horapeq {
  font-size: 36px;
}

#horario h2 {
  font-size: 42px;
  margin: 10px 0;
  text-decoration: underline;
  font-weight: normal;
}

footer {
  color: #aaa;
  height: 20px;
  text-align: center;
}
footer p {
  margin: 0;
}
footer a,
footer a:hover,
footer a:visited {
  color: #fbbc30;
}

@media all and (max-width: 1100px) {
}
@media all and (max-width: 1200px) and (min-width: 1100px) {
}
@media all and (max-width: 1300px) and (min-width: 1200px) {
}
@media all and (max-width: 1440px) and (min-width: 1200px) {
}
