header nav {
  background-color: #343434;
  height: 40px;
}
section {
  max-width: 1100px;
  width: 100%;
}
.section .display div:first-child,
header #menu {
  margin-left: 0;
}
.section .borderbox .bigtitle,
.section .borderbox .smalltitle,
body,
h1,
h2,
header nav ul li a {
  font-family: "Fira Sans Condensed";
  color:#fff;
}
.boton {
  background-color: #1F1F1F;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  height: 30px;
}
span {
  color:#fff;
}
.pronosticos tr td {
  width:69px;
  min-width:69px;
}
.pronosticos-container {
  position:relative;
  scroll-snap-align:center;
  margin:0;
}
.pronosticos-container .pronosticos {
  display:inline-table;
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  box-shadow:none;
  background-color:#000;
}
.pollinfo {
  height: 30px;
  background-color: #333;
  text-align: left;
  padding-left: 20px;
}
.right {
  text-align:right;
  width:50%;
  padding-right:10px;
}
.left {
  text-align:left;
  width:50%;
  padding-left:10px;
}
#registro input {
  width:200px;
} 
#registro img {
  width: 30px;
  vertical-align: middle;
  margin-left: 10px;
  cursor:pointer;
}
.group,
.matches {
  border-collapse: collapse;
  background-color: #343434;
  text-align: center;
  border-radius: 15px;
}
.group,
.matches,
.section .borderbox,
header .logo {
  background-color: #343434;
}
.group tr td.flagcolumn img,
.matches .matchrow .flagcolumn img {
  width: 50px;
  border: 1px solid #333;
}
.group tr td.flagcolumn,
.group tr td.headernamecolumn,
.group tr td.namecolumn,
.matches .matchrow .infocolumn {
  text-align: left;
}
.group,
.matches,
header #menu,
header .logo {
  text-align: center;
}
.login {
  text-align:right;
  font-size:14px;
}
.login div {
  display:inline;
  margin-left:5px;
}
.login div input {
  width:80px;
}
.login a {
  color: #fff;
  text-decoration: none;
}
.login a:hover {
  color: #ddd;
  text-decoration: none;
}
body {
  margin: 0;
  font-size: 17px;
  text-align: justify;
  line-height: 30px;
  background-color: #000;
}
header {
  border-top: 10px solid #000;
}
header .logo {
  height: 125px;
  background-color:#000000;
}
header .logo img {
  width: 200px;
}
header nav ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 29px;
  padding-top:6px;
}
header nav ul li {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 30px;
}
header nav ul li a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
header nav ul li a:hover {
  color: #ddd;
  text-decoration: none;
}
header #cross,
header #hamburger {
  position: absolute;
  left: 5px;
  cursor: pointer;
  display: none;
  margin-top: 11px;
}
header #menu {
  z-index: 1000000;
  font-weight: 700;
  width: 100%;
  background: #000;
  position: absolute;
  font-size: 25px;
  display: none;
  height: auto;
  padding-left: 0;
  margin-top: 0;
}
header #menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
header #menu li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #1F1F1F;
}
header #menu a {
  text-decoration: none;
  color: #fff;
}
section {
  margin: 20px auto;
  height: auto;
}
.group,
.matches,
h1,
h2 {
  margin-bottom: 20px;
}
h1,
h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left:20px;
}
h3 {
  margin: 0;
}
.section .display div:last-child {
  margin-right: 0;
}
.section .borderbox {
  flex: 1;
  height: 62px;
  margin: 5px;
  padding-right: 10px;
  line-height: 50px;
  text-align: right;
}
.section .borderbox img {
  height: 50px;
  margin-top: 5px;
  margin-left: 5px;
  float: left;
  border: 1px solid #333;
}
.section .borderbox .smalltitle {
  color: #333;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}
.section .borderbox .bigtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
}
.display,
.displaywrap {
  display: flex;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.flex4 {
  flex: 4;
}
.source {
  font-size: 10px;
  color: #444;
}
.matches .matchrow {
  height: 50px;
  display: flex;
}
.matches .matchrow .infocolumn {
  flex: 3;
  font-size: 13px;
  color: #fff;
  padding-left: 20px;
  line-height: 19px;
  padding-top: 4px;
}
.matches .matchrow .infocolumn .date {
  font-weight: 700;
  font-size: 15px;
}
.matches .matchrow .flagcolumn {
  flex: 1;
  margin-top: 9px;
}
.matches .matchrow .teamcolumn {
  flex: 2;
  line-height: 50px;
}
.matches .matchrow .resultcolumn {
  flex: 1;
  border-bottom: 1px solid #1F1F1F;
  background-color: #232323;
  line-height: 50px;
  font-size: 25px;
  font-weight: 700;
}
.group {
  width: 100%;
}
.group tr {
  height: 40px;
}
.group tr td.headernamecolumn {
  padding-left: 20px;
}
.group tr td.flagcolumn {
  padding-left: 20px;
  width: 10%;
}
.group tr td.flagcolumn img {
  vertical-align: middle;
}
.group tr td.namecolumn {
  width: 25%;
}
.mobile {
  display: none;
}
.penalty {
  font-size: 11px;
  color: #444;
  padding-left: 4px;
  padding-right: 4px;
}
.cajapronostico {
  width:30px;
  height:26px;
  vertical-align:middle;
  border-radius:5px;
  font-size:20px;
  text-align:center;
}
.bet-box {
  float:left;
  border:1px solid gray;
  background-color:#343434;
  padding:5px;
  margin:5px;
  width:320px;
}
.bet-box span {
  color:#fff;
  font-weight:bold;
  font-size:20px;
}
loader { 
  width: 150px; 
  margin: 150px auto 70px; 
  position: relative; 
} 
.loader .loading_1 { 
  position: relative; 
  width: 80%; 
  height: 2px; 
  border: 1px solid yellowgreen; 
  border-radius: 10px; 
  animation: turn 4s linear 1.75s infinite; 
  margin:0 auto;
  margin-top:-8px;
} 
.loader .loading_1:before { 
  content: ""; 
  display: block; 
  position: absolute; 
  width: 0; 
  height: 100%; 
  background-color: yellowgreen; 
  box-shadow: 10px 0px 15px 0px yellowgreen; 
  animation: load 2s linear infinite; 
} 
.loader .loading_2 { 
  position: absolute; 
  width: 100%; 
  top: 10px; 
  color: green; 
  font-size: 22px; 
  text-align: center; 
  animation: bounce 2s linear infinite; 
} 
@keyframes load { 
  0% { 
    width: 0%; 
  } 
  87.5% { 
    width: 100%; 
  } 
} 
@keyframes turn { 
  0% { 
    transform: rotateY(0deg); 
  } 
  6.25%, 50% { 
    transform: rotateY(180deg); 
  } 
  56.25%, 100% { 
    transform: rotateY(360deg); 
  } 
} 
@keyframes bounce { 
  0%, 100% { 
    top: 10px; 
  } 
  12.5% { 
    top: 30px; 
  } 
} 
@media screen and (max-width: 1120px) {
  body {
    margin: 0 10px;
  }
  header {
    margin: 0 -10px;
  }
  header .logo {
    padding: 10px 10px 0 35px;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  h1 {
    text-align: center;
  }
  .matches .matchrow,
  .matches .matchrow .flagcolumn,
  .matches .matchrow .resultcolumn,
  .matches .matchrow .teamcolumn {
    line-height: unset;
    display: inline-block;
  }
  header .logo img {
    width: 50%;
  }
  header nav ul {
    display: none;
  }
  .display {
    display: block;
  }
  header nav {
    height: 10px;
    border-bottom: 0px;
  }
  header #hamburger {
    display: block;
    width: 6%;
    max-width: 40px;
    height: 21px;
  }
  header #cross {
    display: none;
    width: 6%;
    height: 21px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 25px;
    margin-left:10px;
  }
  .displaywrap {
    display: flex;
    flex-wrap: wrap;
  }
  .section .borderbox {
    flex: 45%;
    margin-left: 0;
    margin-right: 0;
  }
  .section .displaywrap .borderbox {
    margin: 5px 0 0;
  }
  .borderbox a {
    font-size: 27px;
  }
  .section .borderbox a {
    font-size: 28px;
  }
  .matches .matchrow:first-child .infocolumn {
    border-top: 0;
    padding-top: 0;
  }
  .group tr td.flagcolumn,
  .group tr td.namecolumn {
    padding-left: 5px;
    font-size: 15px;
  }
  .matches .matchrow:last-child {
    margin-bottom: 20px;
  }
  .matches .matchrow .infocolumn {
    height: 33px;
    border-bottom: 0;
    border-top: 1px solid #1F1F1F;
    padding-top: 20px;
    padding-left: 11px;
    padding-bottom: 10px;
  }
  .matches .matchrow {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .matches .matchrow .flagcolumn {
    height: 33px;
    width: 17%;
    border-bottom: 0;
    margin-top: 10px;
    vertical-align: bottom;
  }
  .matches .matchrow .teamcolumn {
    height: 33px;
    width: 19%;
    border-bottom: 0;
    font-size: 20px;
  }
  .matches .matchrow .resultcolumn {
    height: 40px;
    width: 23%;
    border-bottom: 0;
  }
  .matches .matchrow .teamcolumn div {
    position: relative;
    top: 2px;
  }
  .matches .matchrow .resultcolumn div {
    position: relative;
    top: 4px;
  }
  .mobile {
    display: inline-block;
  }
  .group tr td.headernamecolumn {
    padding-left: 5px;
  }
  .desktop {
    display: none !important;
  }
  .pronosticos-container .pronosticos {
    display:flex;
  }
}
@media screen and (max-width: 400px) {
  .penalty {
    font-size: 8px;
  }
  .matches .matchrow .resultcolumn {
    font-size: 20px;
  }
  #registro input {
    width:110px;
  }
  #registro img {
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
    cursor:pointer;
  }
  .cajapronostico {
    width:20px;
    height:26px;
    vertical-align:middle;
    border-radius:5px;
    font-size:15px;
    text-align:center;
  }
  .matches .matchrow .teamcolumn {
    line-height: 60px;
  }
  .pronosticos-container .pronosticos {
    display:flex;
  }
}