.elementor-69 .elementor-element.elementor-element-67d7b129{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-69 .elementor-element.elementor-element-72676af3{--display:flex;--border-radius:25px 25px 25px 25px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-69 .elementor-element.elementor-element-72676af3:not(.elementor-motion-effects-element-type-background), .elementor-69 .elementor-element.elementor-element-72676af3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-69 .elementor-element.elementor-element-72676af3.e-con{--e-con-transform-rotateZ:-1.5deg;}.elementor-69 .elementor-element.elementor-element-221706ea{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-69 .elementor-element.elementor-element-221706ea.e-con{--e-con-transform-rotateZ:1.5deg;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-69 .elementor-element.elementor-element-5e31928e{padding:0px 0px 5px 0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:var( --e-global-color-5906b1a );}.elementor-69 .elementor-element.elementor-element-5e31928e .elementor-heading-title{font-family:var( --e-global-typography-6a03d2a-font-family ), Sans-serif;font-size:var( --e-global-typography-6a03d2a-font-size );font-weight:var( --e-global-typography-6a03d2a-font-weight );text-transform:var( --e-global-typography-6a03d2a-text-transform );color:var( --e-global-color-8a1bc35 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-69 .elementor-element.elementor-element-7720aff{color:var( --e-global-color-5906b1a );}.elementor-69 .elementor-element.elementor-element-a858472{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-69 .elementor-element.elementor-element-5e31928e{padding:0px 0px 10px 0px;border-width:0px 0px 1px 0px;}.elementor-69 .elementor-element.elementor-element-5e31928e .elementor-heading-title{font-size:var( --e-global-typography-6a03d2a-font-size );}}@media(max-width:767px){.elementor-69 .elementor-element.elementor-element-67d7b129{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-69 .elementor-element.elementor-element-5e31928e{padding:0px 0px 10px 0px;border-width:0px 0px 1px 0px;}.elementor-69 .elementor-element.elementor-element-5e31928e .elementor-heading-title{font-size:var( --e-global-typography-6a03d2a-font-size );}}@media(min-width:768px){.elementor-69 .elementor-element.elementor-element-72676af3{--width:90%;}}/* Start custom CSS */.tablepress td .categoria {
  display: inline-block;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.tablepress td .MRP { background-color: #2ecc71; } /* Verde */
.tablepress td .ORG { background-color: #3498db; } /* Azul */
.tablepress td .CAT { background-color: #e67e22; } /* Naranja */

/* Cabecera de la tabla */
.tablepress thead th {
  background-color: #FF4612;   /* Fondo naranja intenso */
  color: #FFDAD0;              /* Texto en tono claro */
  font-weight: bold;           /* Negritas */
  text-align: left;          /* Centrado opcional */
}

/* Filas alternas */
.tablepress tbody tr:nth-child(odd) {
  background-color: #ffffff;   /* Blanco */
}

.tablepress tbody tr:nth-child(even) {
  background-color: #E7EDF7;   /* Fondo rosado claro */
}

/* Anchos de columnas a mi gusto */
#tablepress-2 {
  table-layout: fixed;
  width: 100%;
}

#tablepress-2 td:first-child,
#tablepress-2 th:first-child {
  width: 40%;
}

#tablepress-2 td:nth-child(2),
#tablepress-2 th:nth-child(2) {
  width: 60%;
}/* End custom CSS */