.contenedor-ad-header {
  background-color: #0A072E;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #e6f1ff !important;
}

@supports (position: sticky) {
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background: #e6f1ff !important;
  }
}
.main .main {
  margin: 0;
  padding-bottom: 80px;
  border-bottom: 4px solid #cfe4ff;
  margin-bottom: 46px;
}
.main .container {
  padding: 0;
}
.main .titulo-deporte {
  margin-top: 40px;
  margin-bottom: 95px;
  text-align: center;
}
.main .titulo-deporte .titulo-general {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}
.main .marcadores {
  padding-bottom: 15px;
}
.main .marcadores .nav-item {
  border-right: 1px solid rgba(136, 153, 165, 0.3);
  margin-bottom: 15px;
}
.main .marcadores .nav-link.disabled {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: flex-end;
  padding: 0 10px 0;
}
.main .marcadores .nav-link.disabled img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.main .tabla td > div.active {
  background-color: rgba(0, 115, 255, 0.3);
}
.main .tabla td > div.active.active-selected {
  background-color: rgb(0, 115, 255);
}
.main .tabla td {
  padding: 0;
  vertical-align: middle;
  border-top: none;
}
.main .tabla .encabezado {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  padding: 15px 0 15px 10px;
  border-bottom: none;
}
.main .tabla .encabezado-fecha {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  border-bottom: none;
}
.main .tabla .encabezado-fecha div {
  width: 40px;
}
.main .tabla .cuadro {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.main .tabla .cuadro.esp.active {
  background-color: rgba(0, 115, 255, 0.3);
}
.main .tabla .cuadro.esp.active.active-selected {
  background-color: rgba(0, 115, 255, 0.7);
}
.main .tabla .cuadro .ceremonia {
  height: 20px;
  width: 15px;
}
.main .tabla .cuadro .competencia {
  height: 15px;
  width: 15px;
}
.main .tabla .cuadro .competencia-chile {
  height: 17px;
  width: 18px;
}
.main .tabla .cuadro .medalla {
  height: 25px;
  width: 21px;
}
.main .tabla .disciplina-col {
  color: #0a1d34;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  height: 50px;
}

@media (min-width: 992px) {
  .main .marcadores .nav-link.disabled {
    font-size: 15px;
    line-height: 15px;
    padding: 0 30px 0 10px;
  }
}/*# sourceMappingURL=calendario.css.map */