.agenda-modo-table .table tr > *:last-child {
  width: 1%;
  padding-left: 0;
  padding-right: 0;
}
.agenda-modo-table .table .agenda-modo-table-item > td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.agenda-modo-table .table .agenda-modo-table-item > td.td-fecha {
  color: #083451;
}
.agenda-modo-table .table .agenda-modo-table-item > td.td-nombre {
  font-weight: 700;
}
@media (min-width: 1440px) {
  .agenda-modo-table .table .agenda-modo-table-item > td.td-nombre {
    max-width: 440px;
  }
}
@media (max-width: 1439px) {
  .agenda-modo-table .table thead {
    display: none;
  }
  .agenda-modo-table .table .agenda-modo-table-item {
    border-top: 1px solid #DDE2E5;
    display: flex;
  }
  .agenda-modo-table .table .agenda-modo-table-item:first-child {
    border-top: 0;
  }
  .agenda-modo-table .table .agenda-modo-table-item > td {
    border-top: 0;
  }
  .agenda-modo-table .table .agenda-modo-table-item > td.td-arrow {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .agenda-modo-table .table .agenda-modo-table-item {
    flex-wrap: wrap;
  }
  .agenda-modo-table .table .agenda-modo-table-item > td {
    width: 33.333333%;
  }
  .agenda-modo-table .table .agenda-modo-table-item > td.td-nombre {
    width: 66.666667%;
  }
  .agenda-modo-table .table .agenda-modo-table-item > td.td-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .agenda-modo-table .table .agenda-modo-table-item {
    padding: 20px 0;
    flex-direction: column;
  }
  .agenda-modo-table .table .agenda-modo-table-item > td {
    padding: 0;
  }
  .agenda-modo-table .table .agenda-modo-table-item > td + td {
    margin-top: 5px;
  }
  .agenda-modo-table .table .agenda-modo-table-item > td.invisible {
    display: none;
  }
}/*# sourceMappingURL=agenda-modo-table.css.map */