.elementor-2816 .elementor-element.elementor-element-28c6fbfd{margin-top:0px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-2816 .elementor-element.elementor-element-e03d88a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-2816 .elementor-element.elementor-element-1cb7faf6 > .elementor-widget-container{margin:0em 0em 0em 0em;padding:0px 0px 0px 0px;}.elementor-2816 .elementor-element.elementor-element-1cb7faf6{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-1cb7faf6 *//* ================================
   CATEGORY BUBBLES – FIX LAYOUT
   (centrado + look consistente)
   ================================ */

.category-list{
  /* Flex resuelve el problema de la última fila */
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: 34px 46px;         /* fila / columna */
  list-style:none;
  padding:0;
  margin: 0 auto;
  max-width: 1200px;
}

.category-list li{
  width: 150px;           /* ancho fijo para alinear labels */
  text-align:center;
  position:relative;
  transition: transform .2s ease;
}

.category-list li:hover{
  transform: translateY(-2px);
}

.category-list a{
  text-decoration:none;
  color: inherit;
  display:block;
}

/* “Burbuja” real (circular) */
.category-list li .bg{
  width: 130px;
  height: 130px;
  border-radius: 999px;
  margin: 0 auto;
  background: linear-gradient(180deg, #cfcfcf 0%, #f3f3f3 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;         /* clave: recorta lo que sobresale */
  transition: opacity .25s ease;
}

/* La imagen adentro de la burbuja */
.category-list li img{
  width: 118px;
  height: 118px;
  border-radius: 999px;    /* por si alguna imagen ya viene con fondo raro */
  object-fit: contain;     /* mantiene el objeto completo */
  background: transparent;
  display:block;
}

/* Hover suave */
.category-list li:hover .bg{
  opacity: .7;
}

/* Texto */
.category-list li span{
  display:block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #4a4a4a;
  text-transform: none;    /* si querés mayúsculas: ponelo en uppercase */
  word-break: keep-all;
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 1024px){
  .category-list{
    gap: 26px 30px;
  }
  .category-list li{
    width: 140px;
  }
  .category-list li .bg{
    width: 120px;
    height: 120px;
  }
  .category-list li img{
    width: 110px;
    height: 110px;
  }
  .category-list li span{
    font-size: 16px;
  }
}

@media (max-width: 600px){
  .category-list{
    gap: 18px 18px;
  }
  .category-list li{
    width: 46%;            /* 2 por fila aprox y centrado */
  }
  .category-list li .bg{
    width: 110px;
    height: 110px;
  }
  .category-list li img{
    width: 100px;
    height: 100px;
  }
  .category-list li span{
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS */button.rfc-hero__search-submit {
    margin: 0.5em;
}/* End custom CSS */