.elementor-3405 .elementor-element.elementor-element-dbbbc48{--spacer-size:162px;}.elementor-3405 .elementor-element.elementor-element-11e5a74 > .elementor-element-populated{text-align:center;}.elementor-3405 .elementor-element.elementor-element-6ae7f0d .post-title{color:#FFFFFF;}.elementor-3405 .elementor-element.elementor-element-2f0a213 > .elementor-widget-container{padding:1px 0px 0px 0px;border-style:none;border-radius:10px 10px 10px 10px;}.elementor-3405 .elementor-element.elementor-element-2f0a213:not( .elementor-widget-image ) .elementor-widget-container, .elementor-3405 .elementor-element.elementor-element-2f0a213.elementor-widget-image .elementor-widget-container img{-webkit-mask-image:url( https://cablesyplasticos.com.mx/wp-content/plugins/elementor/assets/mask-shapes/circle.svg );-webkit-mask-size:100%;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;}/* Start custom CSS for gva_post_name, class: .elementor-element-6ae7f0d */.elementor-3405 .elementor-element.elementor-element-6ae7f0d {
  display: inline-block;
  padding: 14px 24px;
  background: linear-gradient(90deg, #cfd3da 0%, #4a5568 50%, #2d3748 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* EFECTO BRILLO */
.elementor-3405 .elementor-element.elementor-element-6ae7f0d::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: 0.6s;
}

.elementor-3405 .elementor-element.elementor-element-6ae7f0d:hover::after {
  left: 100%;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fed8f29 */.tabla-catalogo-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  font-family: 'Inter', Arial, sans-serif;
}

.tabla-catalogo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 900px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* HEADER PRINCIPAL */
.tabla-catalogo thead tr:first-child th {
  background: linear-gradient(135deg, #1e2f5c, #2f4a8a);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 16px;
  letter-spacing: 0.5px;
}

/* SUBHEADERS */
.tabla-catalogo thead tr:nth-child(2) th {
  background: #f1f3f7;
  font-weight: 600;
  color: #2b2b2b;
}

.tabla-catalogo thead tr:nth-child(3) th {
  background: #fafafa;
  font-size: 13px;
  color: #555;
}

/* CELDAS */
.tabla-catalogo th,
.tabla-catalogo td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #e5e7eb;
}

/* FILAS */
.tabla-catalogo tbody tr {
  transition: all 0.25s ease;
}

/* FILAS AMARILLAS */
.tabla-catalogo tbody tr:nth-child(odd) {
  background: linear-gradient(90deg, #f7c21a, #ffd54d);
  font-weight: 600;
}

/* FILAS BLANCAS */
.tabla-catalogo tbody tr:nth-child(even) {
  background: #ffffff;
}

/* HOVER */
.tabla-catalogo tbody tr:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  z-index: 2;
  position: relative;
}

/* PRIMER COLUMNA */
.tabla-catalogo td:first-child {
  font-weight: 700;
  color: #1e2f5c;
}

/* BORDES REDONDEADOS */
.tabla-catalogo thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.tabla-catalogo thead tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

/* SCROLL SUAVE */
.tabla-catalogo-wrapper::-webkit-scrollbar {
  height: 8px;
}

.tabla-catalogo-wrapper::-webkit-scrollbar-thumb {
  background: #1e2f5c;
  border-radius: 10px;
}/* End custom CSS */