.block-cc33 .c33-table .table {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
}
.block-cc33 .c33-table .table.table-responsive {
  overflow-x: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.block-cc33 .c33-table .table .scroll-content {
  flex-wrap: nowrap;
  margin-left: 0px;
  margin-right: 0px;
  flex-grow: 1;
}
.block-cc33 .c33-table .table .scroll-content.tableOne {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 655px) {
  .block-cc33 .c33-table .table .scroll-content.tableOne {
    display: none;
  }
}
.block-cc33 .c33-table .table .scroll-content div.registros {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-cc33 .c33-table .table .scroll-content div.columnas {
  flex-grow: 1;
}
.block-cc33 .c33-table .table .scroll-content div.columnas:first-child .title-table {
  border-top-left-radius: 5px;
}
.block-cc33 .c33-table .table .scroll-content div.columnas:last-child .title-table {
  border-top-right-radius: 5px;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .title-table {
  background-color: #58585a;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .title-table .title {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  min-width: max-content;
  width: auto;
  white-space: nowrap;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .title-table .centro {
  text-align: center;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .title-table .izquierda {
  text-align: left;
  height: 65px !important;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .title-table .derecha {
  text-align: right;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .contenido-table span {
  word-break: break-word;
  color: #454E53;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 24px;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .contenido-table .texto {
  word-break: break-word;
  word-wrap: break-word;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .contenido-table .texto p {
  word-break: break-word;
  color: #454E53;
  font-size: 0.75rem;
  letter-spacing: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .block-cc33 .c33-table .table .scroll-content div.columnas .contenido-table .texto p {
    word-break: break-word;
    width: 100%;
  }
}
.block-cc33 .c33-table .table .scroll-content div.columnas .contenido-table .texto p:first-child {
  color: #454E53;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin: 0;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .contenido-table .texto p:nth-child(2) {
  width: 100%;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .centro {
  text-align: center;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .izquierda {
  text-align: left;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .izquierda .texto {
  text-align: left;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .derecha {
  text-align: right;
}
.block-cc33 .c33-table .table .scroll-content div.columnas .derecha .texto {
  text-align: right;
}
.block-cc33 .c33-table .table .scroll-content .columnas:first-child .contenido-table {
  border-left: 1px solid #E3E4E5;
}
.block-cc33 .c33-table .table .scroll-content .columnas:first-child .contenido-table:last-child {
  border-bottom-left-radius: 5px;
}
.block-cc33 .c33-table .table .scroll-content .columnas:last-child .contenido-table {
  border-right: 1px solid #E3E4E5;
}
.block-cc33 .c33-table .table .scroll-content .columnas:last-child .contenido-table:last-child {
  border-bottom-right-radius: 5px;
}
.block-cc33 .c33-table .table .scroll-content .columnas .contenido-table {
  background-color: #fff;
  border-bottom: 1px solid #E3E4E5;
  overflow-y: auto;
  scrollbar-width: thin;
}
.block-cc33 .c33-table .table .scroll-content .columnas .contenido-table::-webkit-scrollbar {
  width: 4px;
}
.block-cc33 .c33-table .table .scroll-content .columnas .contenido-table::-webkit-scrollbar-thumb {
  background: #cccccc;
}
@media (max-width: 650px) {
  .block-cc33 .c33-table .table .scroll-content .rowA {
    min-width: max-content;
  }
}
.block-cc33 .c33-table .table .scroll-content .rowA .contenido-table {
  z-index: -1;
}
@media (max-width: 650px) {
  .block-cc33 .c33-table .table .scroll-content .rowAB {
    min-width: 155px;
  }
}
.block-cc33 .c33-table .table .scroll-content .swipe {
  position: sticky;
  left: 0;
  box-shadow: 8px 0px 16px 0 rgba(0, 0, 0, 0.11);
  border-right: 0;
  z-index: 1;
}
.block-cc33 .c33-table .table .scroll-content .js-columna-0 .derecha {
  text-align: right;
}
.block-cc33 .c33-table .table .scroll-content .js-columna-0 .centro {
  text-align: center;
}

.block-cc33 .c33-table .table .scroll-content-mobile {
  display: none;
}
@media (max-width: 655px) {
  .block-cc33 .c33-table .table .scroll-content-mobile {
    display: block;
  }
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile {
  display: flex;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .first-column {
  min-width: 100px;
  display: flex;
  flex-direction: column;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .second-column {
  width: 100%;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .first-column > *,
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .second-column > * {
  min-height: 100px;
  max-height: 100px;
  padding: 0 10px;
  font-size: 0.75rem;
  letter-spacing: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .first-column > * {
  border: 1px solid #58585a;
  color: #fff;
  font-weight: 600;
  background-color: #58585a;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .second-column > * {
  border: 1px solid #E3E4E5;
  color: #454E53;
  overflow: scroll;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .first-column div:first-child {
  border-top-left-radius: 10px;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .first-column div:last-child {
  border-bottom-left-radius: 10px;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .second-column div:first-child {
  border-top-right-radius: 10px;
}
.block-cc33 .c33-table .table .scroll-content-mobile .table-mobile-container .table-mobile .second-column div:last-child {
  border-bottom-right-radius: 10px;
}

