@import url("https://fonts.googleapis.com/css?family=Open+Sans");

/* Public site styles. */

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

a {
  color: #141414;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #c69b21;
  text-decoration: none;
}

.noticia a,
.match-results a,
.match-summary-page a,
.standings-table a {
  color: inherit;
  text-decoration: none;
}

.noticia a:hover,
.noticia a:focus,
.match-results a:hover,
.match-results a:focus,
.match-summary-page a:hover,
.match-summary-page a:focus,
.standings-table a:hover,
.standings-table a:focus {
  color: #c69b21;
  text-decoration: none;
}

.noticia {
  padding-bottom: 20px;
}

.noticia h2,
.noticia h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.noticia h2 {
  font-size: 30px;
}

.noticia h4 {
  font-size: 18px;
}

.noticia h5 {
  font-size: 14px;
}

.noticia-completa p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}

.text-justify {
  text-align: justify;
}

.match-results {
  --bs-table-color: #212529;
  font-size: 0.95rem;
}

.match-results td {
  vertical-align: middle;
}

.table-condensed > :not(caption) > * > * {
  padding: 0.25rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.tournament-video {
  margin: 1.5rem 0;
  max-width: 100%;
}
