.elementor-kit-315{--e-global-color-primary:#050505;--e-global-color-secondary:#B0B0B0;--e-global-color-text:#050505;--e-global-color-accent:#1C00FF;--e-global-color-963a5da:#FFFFFF;--e-global-color-2fbf314:#F4F27F;--e-global-color-c5f5504:#EAEBE7;--e-global-color-3f2bc1f:#464646;--e-global-color-95f8add:#EAEBE7;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Space Mono";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Unna";--e-global-typography-accent-font-weight:400;--e-global-typography-321ce76-font-family:"Space Grotesk";--e-global-typography-321ce76-font-size:48px;--e-global-typography-321ce76-font-weight:500;--e-global-typography-321ce76-line-height:1.1em;--e-global-typography-2698469-font-family:"Space Grotesk";--e-global-typography-2698469-font-size:33px;--e-global-typography-2698469-font-weight:500;--e-global-typography-2698469-line-height:1.1em;--e-global-typography-e81fbbb-font-family:"Space Grotesk";--e-global-typography-e81fbbb-font-size:27px;--e-global-typography-e81fbbb-font-weight:500;--e-global-typography-e81fbbb-line-height:1.1em;--e-global-typography-20e250a-font-family:"Space Grotesk";--e-global-typography-20e250a-font-size:22px;--e-global-typography-20e250a-font-weight:400;--e-global-typography-20e250a-line-height:1.3em;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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-315 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:1920px){.elementor-kit-315{--e-global-typography-primary-font-size:18px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:17px;--e-global-typography-text-font-size:17px;--e-global-typography-321ce76-font-size:62px;--e-global-typography-2698469-font-size:36px;--e-global-typography-e81fbbb-font-size:30px;--e-global-typography-20e250a-font-size:24px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-kit-315{--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-size:15px;--e-global-typography-text-font-size:15px;--e-global-typography-321ce76-font-size:38px;--e-global-typography-2698469-font-size:30px;--e-global-typography-e81fbbb-font-size:24px;--e-global-typography-20e250a-font-size:20px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-315{--e-global-typography-primary-font-size:15px;--e-global-typography-secondary-font-size:14px;--e-global-typography-text-font-size:14px;--e-global-typography-321ce76-font-size:33px;--e-global-typography-2698469-font-size:27px;--e-global-typography-e81fbbb-font-size:22px;--e-global-typography-20e250a-font-size:18px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Single Project */
ul.project-data {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}
:root {
  --gutter: 20px; /* ajusta el espacio entre columnas */
}

/* Contenedor fluido y filas */
.container-fluid {
  width: 100%;
  /*adding-left: var(--gutter);*/
  /*padding-right: var(--gutter);*/
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter) * -0.5);
  margin-right: calc(var(--gutter) * -0.5);
}

/* Columnas base */
[class*="col-"] {
  box-sizing: border-box;
  padding-left: calc(var(--gutter) * 0.5);
  padding-right: calc(var(--gutter) * 0.5);
  flex: 0 0 auto;
}

/* 12-column layout (xs / mobile first) */
.col-1  { width: 8.333333%;  }
.col-2  { width: 16.666667%; }
.col-3  { width: 25%;        }
.col-4  { width: 33.333333%; }
.col-5  { width: 41.666667%; }
.col-6  { width: 50%;        }
.col-7  { width: 58.333333%; }
.col-8  { width: 66.666667%; }
.col-9  { width: 75%;        }
.col-10 { width: 83.333333%; }
.col-11 { width: 91.666667%; }
.col-12 { width: 100%;       }

/* Offsets (xs) */
.offset-1  { margin-left: 8.333333%;  }
.offset-2  { margin-left: 16.666667%; }
.offset-3  { margin-left: 25%;        }
.offset-4  { margin-left: 33.333333%; }
.offset-5  { margin-left: 41.666667%; }
.offset-6  { margin-left: 50%;        }
.offset-7  { margin-left: 58.333333%; }
.offset-8  { margin-left: 66.666667%; }
.offset-9  { margin-left: 75%;        }
.offset-10 { margin-left: 83.333333%; }
.offset-11 { margin-left: 91.666667%; }

/* Breakpoints (ajusta si quieres otras medidas) */
@media (min-width: 576px) {  /* sm */
  .col-sm-1  { width: 8.333333%;  }
  .col-sm-2  { width: 16.666667%; }
  .col-sm-3  { width: 25%;        }
  .col-sm-4  { width: 33.333333%; }
  .col-sm-5  { width: 41.666667%; }
  .col-sm-6  { width: 50%;        }
  .col-sm-7  { width: 58.333333%; }
  .col-sm-8  { width: 66.666667%; }
  .col-sm-9  { width: 75%;        }
  .col-sm-10 { width: 83.333333%; }
  .col-sm-11 { width: 91.666667%; }
  .col-sm-12 { width: 100%;       }

  .offset-sm-1  { margin-left: 8.333333%;  }
  .offset-sm-2  { margin-left: 16.666667%; }
  .offset-sm-3  { margin-left: 25%;        }
  .offset-sm-4  { margin-left: 33.333333%; }
  .offset-sm-5  { margin-left: 41.666667%; }
  .offset-sm-6  { margin-left: 50%;        }
  .offset-sm-7  { margin-left: 58.333333%; }
  .offset-sm-8  { margin-left: 66.666667%; }
  .offset-sm-9  { margin-left: 75%;        }
  .offset-sm-10 { margin-left: 83.333333%; }
  .offset-sm-11 { margin-left: 91.666667%; }
}

@media (min-width: 768px) {  /* md */
  .col-md-1  { width: 8.333333%;  }
  .col-md-2  { width: 16.666667%; }
  .col-md-3  { width: 25%;        }
  .col-md-4  { width: 33.333333%; }
  .col-md-5  { width: 41.666667%; }
  .col-md-6  { width: 50%;        }
  .col-md-7  { width: 58.333333%; }
  .col-md-8  { width: 66.666667%; }
  .col-md-9  { width: 75%;        }
  .col-md-10 { width: 83.333333%; }
  .col-md-11 { width: 91.666667%; }
  .col-md-12 { width: 100%;       }

  .offset-md-1  { margin-left: 8.333333%;  }
  .offset-md-2  { margin-left: 16.666667%; }
  .offset-md-3  { margin-left: 25%;        }
  .offset-md-4  { margin-left: 33.333333%; }
  .offset-md-5  { margin-left: 41.666667%; }
  .offset-md-6  { margin-left: 50%;        }
  .offset-md-7  { margin-left: 58.333333%; }
  .offset-md-8  { margin-left: 66.666667%; }
  .offset-md-9  { margin-left: 75%;        }
  .offset-md-10 { margin-left: 83.333333%; }
  .offset-md-11 { margin-left: 91.666667%; }
}

@media (min-width: 992px) {  /* lg */
  .col-lg-1  { width: 8.333333%;  }
  .col-lg-2  { width: 16.666667%; }
  .col-lg-3  { width: 25%;        }
  .col-lg-4  { width: 33.333333%; }
  .col-lg-5  { width: 41.666667%; }
  .col-lg-6  { width: 50%;        }
  .col-lg-7  { width: 58.333333%; }
  .col-lg-8  { width: 66.666667%; }
  .col-lg-9  { width: 75%;        }
  .col-lg-10 { width: 83.333333%; }
  .col-lg-11 { width: 91.666667%; }
  .col-lg-12 { width: 100%;       }

  .offset-lg-1  { margin-left: 8.333333%;  }
  .offset-lg-2  { margin-left: 16.666667%; }
  .offset-lg-3  { margin-left: 25%;        }
  .offset-lg-4  { margin-left: 33.333333%; }
  .offset-lg-5  { margin-left: 41.666667%; }
  .offset-lg-6  { margin-left: 50%;        }
  .offset-lg-7  { margin-left: 58.333333%; }
  .offset-lg-8  { margin-left: 66.666667%; }
  .offset-lg-9  { margin-left: 75%;        }
  .offset-lg-10 { margin-left: 83.333333%; }
  .offset-lg-11 { margin-left: 91.666667%; }
}

@media (min-width: 1200px) {  /* xl */
  .col-xl-1  { width: 8.333333%;  }
  .col-xl-2  { width: 16.666667%; }
  .col-xl-3  { width: 25%;        }
  .col-xl-4  { width: 33.333333%; }
  .col-xl-5  { width: 41.666667%; }
  .col-xl-6  { width: 50%;        }
  .col-xl-7  { width: 58.333333%; }
  .col-xl-8  { width: 66.666667%; }
  .col-xl-9  { width: 75%;        }
  .col-xl-10 { width: 83.333333%; }
  .col-xl-11 { width: 91.666667%; }
  .col-xl-12 { width: 100%;       }

  .offset-xl-1  { margin-left: 8.333333%;  }
  .offset-xl-2  { margin-left: 16.666667%; }
  .offset-xl-3  { margin-left: 25%;        }
  .offset-xl-4  { margin-left: 33.333333%; }
  .offset-xl-5  { margin-left: 41.666667%; }
  .offset-xl-6  { margin-left: 50%;        }
  .offset-xl-7  { margin-left: 58.333333%; }
  .offset-xl-8  { margin-left: 66.666667%; }
  .offset-xl-9  { margin-left: 75%;        }
  .offset-xl-10 { margin-left: 83.333333%; }
  .offset-xl-11 { margin-left: 91.666667%; }
}

/* Imágenes responsivas */
.project-image-wrap{
    max-width: 100%;
}
.project-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}/* End custom CSS */