.elementor-1883 .elementor-element.elementor-element-e5551b8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1883 .elementor-element.elementor-element-61d4027{--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;}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-section-title{color:var( --e-global-color-93fc7e0 );}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-section-subtitle{color:var( --e-global-color-primary );}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper p{color:var( --e-global-color-93fc7e0 );}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-border-divider{width:100px;background:var( --e-global-color-primary );}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-border-divider.elementskit-style-long{width:100px;height:4px;color:var( --e-global-color-primary );}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-border-star{width:100px;height:4px;color:var( --e-global-color-primary );}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-border-divider, .elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-border-divider::before{height:4px;}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-border-divider:before{background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-1883 .elementor-element.elementor-element-a5a68fd .elementskit-section-title-wraper .elementskit-border-star:after{background-color:var( --e-global-color-primary );}.elementor-1883 .elementor-element.elementor-element-881b61e{--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;}.elementor-1883 .elementor-element.elementor-element-55adf11 .elementskit-section-title-wraper .elementskit-section-title{color:var( --e-global-color-93fc7e0 );}.elementor-1883 .elementor-element.elementor-element-55adf11 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-1883 .elementor-element.elementor-element-55adf11 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-1883 .elementor-element.elementor-element-55adf11 .elementskit-section-title-wraper .elementskit-section-subtitle{color:var( --e-global-color-primary );}.elementor-1883 .elementor-element.elementor-element-ab16d7c{--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;}.elementor-1883 .elementor-element.elementor-element-b53a712 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-1883 .elementor-element.elementor-element-b53a712 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-1883 .elementor-element.elementor-element-b53a712{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}@media(min-width:768px){.elementor-1883 .elementor-element.elementor-element-61d4027{--width:50%;}.elementor-1883 .elementor-element.elementor-element-881b61e{--width:50%;}}/* Start custom CSS for gallery, class: .elementor-element-b53a712 *//* 1. Contenedor: Quitamos el sistema de rejilla y activamos flex centrado */
.elementor-1883 .elementor-element.elementor-element-b53a712 .elementor-gallery-container, 
.elementor-1883 .elementor-element.elementor-element-b53a712 .e-gallery-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* Centra las 2 fotos de la segunda fila */
    gap: 8px !important; /* Espacio pequeño entre fotos */
    height: auto !important;
}

/* 2. Items: Forzamos las 3 columnas */
.elementor-1883 .elementor-element.elementor-element-b53a712 .elementor-gallery-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;

    /* 31.5% es el punto dulce para que entren 3 fotos con el gap de 8px */
    flex: 0 0 calc(31.5%) !important;
    width: calc(31.5%) !important;
    max-width: calc(31.5%) !important;
    
    margin-bottom: 8px !important; /* Espacio solo abajo para separar las filas */
}

/* 3. Imagen: Que rellene todo el cuadro */
.elementor-1883 .elementor-element.elementor-element-b53a712 .elementor-gallery-item__content,
.elementor-1883 .elementor-element.elementor-element-b53a712 .elementor-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 4. Tablet: 2 columnas */
@media (max-width: 1024px) {
    .elementor-1883 .elementor-element.elementor-element-b53a712 .elementor-gallery-item {
        flex: 0 0 calc(48%) !important;
        width: calc(48%) !important;
    }
}

/* 5. Móvil: 1 columna */
@media (max-width: 767px) {
    .elementor-1883 .elementor-element.elementor-element-b53a712 .elementor-gallery-item {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}/* End custom CSS */