

/* Fix imagenes articulos */
figure.wysiwyg-image {
  display: contents;
}

/* Estilos de tabla para móviles - table */
figure.wysiwyg-table table {
  border: 2px solid #DEE3ED;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  font-family: 'Prelo Book';
}

figure.wysiwyg-table tbody tr:first-child td {
  background-color: #F4F6F9;
  color: #2C2C30;
  font-family: 'Prelo Semibold';
  font-size: 14px;
  min-height: 40px;
  height: 40px;
  line-height: 40px;
}

figure.wysiwyg-table table tbody tr:nth-child(n+2) td:nth-child(1) {
  color: #2C2C30;
}

figure.wysiwyg-table table tbody tr:nth-child(n+2) td:nth-child(2) {
  color: #6E6E73;
}

figure.wysiwyg-table table td {
  border: 1px solid #DEE3ED;
  padding: 10px 22px;
  width: 50%;
  word-wrap: break-word;
}

figure.wysiwyg-table table td p {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

@media (max-width: 768px) {
  figure.wysiwyg-table table {
    width: 101vw;
    margin-left: calc(-50vw + 49%);
    border-collapse: collapse;
  }

}
