.elementor-3192 .elementor-element.elementor-element-5df395e{--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;}/* Start custom CSS for html, class: .elementor-element-7df1c63 *//* ====== Marketplace VivaGOP - Contenedor Principal ====== */
#Categoron886-001 {
  padding: 60px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

/* Títulos */
.vg-cat-title {
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  color: #0b0f14;
  margin-bottom: 10px;
}

.vg-cat-sub {
  font-size: 1.2rem;
  text-align: center;
  color: #64748b;
  margin-bottom: 40px;
}

/* Grid marketplace */
.vg-market-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

/* Tarjetas estilo marketplace */
.vg-market-card {
  background: #ffffff;
  padding: 28px 15px;
  border-radius: 16px;
  border: 1px solid #e5eaf1;
  text-align: center;
  transition: all .25s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.04);
}

.vg-market-card:hover {
  transform: translateY(-4px);
  border-color: #2ea0ff;
  box-shadow: 0 10px 22px rgba(46,160,255,.18);
}

/* Iconos */
.vg-m-icon {
  font-size: 42px;
  margin-bottom: 12px;
}

/* Texto de categorías */
.vg-market-card span {
  font-size: 1rem;
  font-weight: 700;
  color: #0b0f14;
}

/* Responsive */
@media (max-width: 600px) {
  .vg-cat-title {
    font-size: 1.9rem;
  }
  .vg-market-card {
    padding: 22px 10px;
  }
  .vg-m-icon {
    font-size: 36px;
  }
}
#Categoron886-001 {
    padding-top: 10px !important; /* antes 60px */
}/* End custom CSS */