section .section-sub {
  margin-bottom: 20px;
}
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 .table-fechas {
  padding: 5px;
  background-color: #fde4d2;
  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 */
