body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.separador {
  border: 1px solid gray;
}

.card-partido {
  border: 1px solid #EEE;
  padding: 20px;
}

.table-partido {
  width: -webkit-fill-available;
}

.equipo-escudo, .partido-escudo {

}

.equipo-escudo img
, .partido-escudo img {
  max-width: 32px;
  max-height: 32px;
  text-align: center;
  vertical-align: top;
}

.partido-escudo
, .partido-equipo {
  font-size: 1.2em;
}

.partido-marcador {
  width: 16%;
  font-weight: bold;
  font-size: 1.3em;
  text-align: right;
  padding-right: 10px;
}

.partido-datetime {
  text-align: center;
  border-left: 1px solid gray;
  width: 24%;
}

.partido {
  border: 1px solid #EEE;
  padding: 10px;
}

.fecha {
  border-left: 1px solid #EEE;
}

.equipo {
  width: auto;
}
.goles {
  min-width: 30px;
}

.torneo {
  padding-top: 20px;
}

.jornada {
  padding-top: 20px;
}

.reglamento {
  text-align: justify;
}

/* POsiciones */
.col-posicion-num{
  text-align: right;
}

.llf-sponsor-posiciones {
  padding: 4px;
  max-height: 100px;
  text-align: right;
}

@media(min-width: 415px) {
  .col-posicion-num-collapse, .col-posicion-collapse {
    display: true;
  }

  .llf-sponsor-posiciones img {
    max-height: 60px;
  }
}

@media(max-width: 414px) {
  .col-posicion-num-collapse, .col-posicion-collapse {
    display: none;
  }

  .llf-sponsor-posiciones img {
    max-height: 60px;
  }
}

/* Partidos */

.partidos-equipo .card, .partidos-jornada .card {
  margin-bottom: 10px;
  text-align: center;
}

.partidos-equipo .card .card-title{
  font-size: 2.8em;
}

.partidos-jornada .card .card-header{
  font-size: 3em;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  line-height: 30px; /* Vertically center the text there */
  background-color: #e5e5e5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 20px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer .text-muted {
  font-size: .7em;
}

code {
  font-size: 80%;
}
