.elementor-2171 .elementor-element.elementor-element-e368ea6{--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;--justify-content:space-between;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--flex-wrap:wrap;--align-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-2171 .elementor-element.elementor-element-3403cff{width:100%;max-width:100%;}.elementor-2171 .elementor-element.elementor-element-3403cff.elementor-element{--align-self:center;}.elementor-2171 .elementor-element.elementor-element-3403cff img{width:100%;max-width:100%;height:160px;object-fit:contain;object-position:center center;}.elementor-2171 .elementor-element.elementor-element-934cf0f{--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;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-2171 .elementor-element.elementor-element-5bc1390{--grid-columns:3;}body.elementor-page-2171:not(.elementor-motion-effects-element-type-background), body.elementor-page-2171 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0b257f5 );}@media(max-width:1024px){.elementor-2171 .elementor-element.elementor-element-e368ea6{--padding-top:50px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-2171 .elementor-element.elementor-element-3403cff img{height:143px;}.elementor-2171 .elementor-element.elementor-element-934cf0f{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-loop-grid .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-loop-grid .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-2171 .elementor-element.elementor-element-5bc1390{--grid-columns:2;}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-2171 .elementor-element.elementor-element-3403cff img{height:100px;}.elementor-2171 .elementor-element.elementor-element-934cf0f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-loop-grid .elementor-pagination{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-loop-grid .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-loop-grid .e-load-more-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-2171 .elementor-element.elementor-element-5bc1390{--grid-columns:1;}}/* Start custom CSS for loop-grid, class: .elementor-element-5bc1390 */.elementor-2171 .elementor-element.elementor-element-5bc1390 h3{color:var(--e-global-color-text)!important;font-size: 18px!important;font-weight: 600!important}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-934cf0f */.elementor-2171 .elementor-element.elementor-element-934cf0f .elementor-loop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Aquí ocurre la magia del centrado */
    gap: 20px; /* Ajusta el espacio entre tarjetas según tu diseño */
}

/* Ajustamos el ancho de los ítems para que mantengan las 3 columnas */
.elementor-2171 .elementor-element.elementor-element-934cf0f .elementor-loop-container .e-loop-item {
    /* Calculamos el ancho para 3 columnas restando el gap.
       Fórmula: (100% / columnas) - (gap proporcional)
    */
    flex: 0 0 calc(33.333% - 15px); 
    max-width: calc(33.333% - 15px);
}
/* Ajustes para Tablets (2 columnas) */
@media (max-width: 1024px) {
    .elementor-2171 .elementor-element.elementor-element-934cf0f .elementor-loop-container .e-loop-item {
        flex: 0 0 calc(50% - 20px);
        max-width: 50%;
    }
}
/* Ajustes para Móvil (1 columna) */
@media (max-width: 767px) {
    .elementor-2171 .elementor-element.elementor-element-934cf0f .elementor-loop-container .e-loop-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}/* End custom CSS */