.blog-tabla__hijo-titulo {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 38.81px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 40px;
}
.blog-tabla__title {
  margin-bottom: 40px;
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 38.81px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--theme-black);
}
@media (max-width: 767px) {
  .blog-tabla__title {
    font-size: 28px;
  }
}
.blog-tabla__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px dashed #999999;
  cursor: grab;
  scroll-behavior: smooth;
}
.blog-tabla__wrapper.dragging {
  cursor: grabbing;
  user-select: none;
}
.blog-tabla__hijo .blog-tabla__cell {
  border-right: none;
}
.blog-tabla__hijo td:nth-child(2) {
  text-align: right;
}
.blog-tabla__table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
}
.blog-tabla__cell {
  border-right: 1px dashed #999999;
}
.blog-tabla__cell:last-child {
  border-right: none;
}
.blog-tabla__head tr th {
  color: var(--theme-gray);
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding-top: 21px;
  padding-bottom: 21px;
}
.blog-tabla__row {
  transition: background 0.2s ease;
}
.blog-tabla__row th:nth-child(1),
.blog-tabla__row td:nth-child(1) {
  width: 28%;
}
.blog-tabla__row th:nth-child(2),
.blog-tabla__row td:nth-child(2) {
  width: 20%;
}
.blog-tabla__row th:nth-child(3),
.blog-tabla__row td:nth-child(3) {
  width: 16%;
}
.blog-tabla__row th:nth-child(4),
.blog-tabla__row td:nth-child(4) {
  width: 14%;
}
.blog-tabla__row th:nth-child(5),
.blog-tabla__row td:nth-child(5) {
  width: 12%;
  text-align: center;
}
.blog-tabla__row th:nth-child(6),
.blog-tabla__row td:nth-child(6) {
  width: 10%;
}
.blog-tabla__body .blog-tabla__cell {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #333333;
}
.blog-tabla__body .blog-tabla__cell a {
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--theme-black);
}
.blog-tabla__body .blog-tabla__cell a:hover {
  color: var(--theme-base);
}
.blog-tabla__body .blog-tabla__cell strong {
  font-family: var(--theme-font);
  color: var(--theme-base);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.blog-tabla__cell {
  padding: 14px 18px;
  vertical-align: middle;
}
.blog-tabla__cell--head {
  font-family: var(--theme-font-two);
  font-weight: 600;
  font-size: 14px;
  color: var(--theme-white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.blog-tabla__cell--center {
  text-align: center;
}
.blog-tabla__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.blog-tabla__check svg circle {
  fill: var(--cr-a1);
}
.blog-tabla__texto {
  margin-bottom: 40px;
}
body.cr-productos-template-default .wp-site-blocks main .section-blog-single__content--post ul {
  list-style: disc;
  margin-left: 25px;
  columns: 1;
}
body.cr-productos-template-default .wp-site-blocks main .section-blog-single__content--post ul li {
  display: list-item;
  font-family: var(--theme-font);
  color: var(--theme-text);
  font-weight: 400;
  font-size: 17.91px;
  line-height: 26.86px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 5px;
}
