.elementor-31496 .elementor-element.elementor-element-b3a40d5{width:auto;max-width:auto;align-self:flex-start;}.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-gallery-item{width:calc(100%/2);padding-left:calc(30px/2);padding-right:calc(30px/2);margin-bottom:30px;}.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-gallery-filter{margin-left:calc(30px/2);margin-right:calc(30px/2);margin-bottom:30px;justify-content:center;}.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-gallery-item-inner{border-radius:0px 0px 0px 0px;}.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-gallery-item-inner img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-filter-label{color:var( --e-global-color-text );background-color:var( --e-global-color-primary );border-style:none;margin:0px 0px 0px 0px;}.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-filter-label.current{color:var( --e-global-color-primary );background-color:var( --e-global-color-secondary );}.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-filter-label:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;}.elementor-31496 .elementor-element.elementor-global-3696 img{width:280px;}@media(max-width:1024px){.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-gallery-item{width:calc(100%/2);}}@media(max-width:640px){.elementor-31496 .elementor-element.elementor-element-b3a40d5 .eae-gallery-item{width:calc(100%/1);}}/* Start custom CSS for eae-filterableGallery, class: .elementor-element-b3a40d5 */.tpa-filter-gallery .tpa-filter-gallery-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 30px !important;
  row-gap: 30px !important;
  transition: none !important;
}

.tpa-filter-gallery .tpa-filter-gallery-item {
  break-inside: avoid !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
}

.tpa-filter-gallery .tpa-filter-gallery-item img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}

.tpa-filter-gallery .tpa-filter-gallery-item:nth-child(1) {
  margin-bottom: 50px !important;
}

.tpa-filter-gallery .tpa-filter-gallery-item:nth-child(2) {
  margin-top: 20px !important;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .tpa-filter-gallery .tpa-filter-gallery-wrapper {
    grid-template-columns: 1fr !important;
  }

  .tpa-filter-gallery .tpa-filter-gallery-item {
    margin-bottom: 30px !important;
  }

  .tpa-filter-gallery .tpa-filter-gallery-item:nth-child(1),
  .tpa-filter-gallery .tpa-filter-gallery-item:nth-child(2) {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
}
.tpa-filter-gallery .tpa-filter-gallery-item img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}/* End custom CSS */