section .tableResponsive .table tr > *:first-child, section .tableResponsive .table tr > *:last-child {
  width: 1%;
  padding-left: 0;
  padding-right: 0;
}
section .tableResponsive .table tr > td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
section .tableResponsive .table tr > td > * {
  vertical-align: middle;
}
section .tableResponsive .table tr > td > * + * {
  margin-left: 4px;
}
section .tableResponsive .table tr > td .evento-modalidad-pill {
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section .tableResponsive .table tr > td .evento-modalidad-pill:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
section .tableResponsive .table tr > td .evento-modalidad-pill.modalidad-primary {
  background-color: rgba(247, 167, 26, 0.2);
}
section .tableResponsive .table tr > td .evento-modalidad-pill.modalidad-primary:before {
  background-color: #F7A71A;
}
section .tableResponsive .table tr > td .evento-modalidad-pill.modalidad-secondary {
  background-color: rgba(243, 115, 43, 0.2);
}
section .tableResponsive .table tr > td .evento-modalidad-pill.modalidad-secondary:before {
  background-color: #F3732B;
}
section .tableResponsive .table tr > td .evento-modalidad-pill.modalidad-tertiary {
  background-color: rgba(0, 148, 148, 0.2);
}
section .tableResponsive .table tr > td .evento-modalidad-pill.modalidad-tertiary:before {
  background-color: #009494;
}
section .tableResponsive .table .table-fechas {
  padding: 5px;
  background-color: #fdedd1;
  text-transform: uppercase;
}
section .tableResponsive .table .table-fechas > span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section .tableResponsive .table .table-fechas > span .dia {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
section .tableResponsive .table .table-fechas > span .mes {
  margin-top: -6px;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
section .tableResponsive .table .table-fechas > span .ano {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
section .tableResponsive .table .tableResponsive-n1 {
  font-weight: 700;
}
section .tableResponsive.tableResponsive-collapsed .table tbody > tr {
  min-height: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 62px;
}
section .tableResponsive.tableResponsive-collapsed .table tbody > tr > td:first-child {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
}
section .tableResponsive.tableResponsive-collapsed .table tbody > tr > td:last-child {
  display: none;
}
section #cargarMas {
  margin-top: 60px;
}

@media (min-width: 1440px) {
  section .tableResponsive .table .table-fechas {
    width: 94px;
    height: 94px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  section .tableResponsive .table .table-fechas > span {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  section .tableResponsive .table .table-fechas > span + span {
    border-left: 1px solid;
  }
  section .tableResponsive .table .tableResponsive-n1 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1439px) {
  section .tableResponsive .table .table-fechas {
    width: 50px;
  }
  section .tableResponsive .table .table-fechas > span {
    height: 80px;
  }
  section .tableResponsive .table .table-fechas > span + span {
    border-top: 1px solid;
  }
  section .tableResponsive .table .tableResponsive-n1 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .tableResponsive.tableResponsive-collapsed .table tbody > tr > td.tableResponsive-n2 {
    width: 33.333333%;
  }
}
@media (max-width: 1023px) {
  .tableResponsive.tableResponsive-collapsed .table tbody > tr > td.tableResponsive-n2 {
    width: 100%;
  }
}

/*# sourceMappingURL=eventosFront.css.map */
