/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/screen.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.has-glint-white-color {
  color: var(--wp--preset--color--glint-white) !important;
}

.has-glint-white-background-color {
  background-color: var(--wp--preset--color--glint-white) !important;
}

.has-glint-white-border-color {
  border-color: var(--wp--preset--color--glint-white) !important;
}

.has-glint-orange-color {
  color: var(--wp--preset--color--glint-orange) !important;
}

.has-glint-orange-background-color {
  background-color: var(--wp--preset--color--glint-orange) !important;
}

.has-glint-orange-border-color {
  border-color: var(--wp--preset--color--glint-orange) !important;
}

.is-style-wa-paragraph-medium-with-container {
  font-size: clamp(1.25rem, 0.4vw + 1.2rem, 1.5625rem);
  font-weight: 300;
  max-width: 45.5625rem;
}

.is-style-wa-heading-with-max-width {
  max-width: 44.0625rem;
}

.page-layout .page-layout__content ul.is-style-wa-list-with-hyphen,
.is-style-wa-list-with-hyphen {
  list-style: none;
  padding: 0 0 0 2.5rem;
  margin: 0 0 1.25rem 0;
}
@media (min-width: 768px) {
  .page-layout .page-layout__content ul.is-style-wa-list-with-hyphen,
  .is-style-wa-list-with-hyphen {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.page-layout .page-layout__content ul.is-style-wa-list-with-hyphen > li,
.is-style-wa-list-with-hyphen > li {
  margin-bottom: 2.5rem;
  position: relative;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid; /* Safari / Chrome antiguos */
  page-break-inside: avoid; /* fallback */
}
.page-layout .page-layout__content ul.is-style-wa-list-with-hyphen > li::before,
.is-style-wa-list-with-hyphen > li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -40px;
  width: 30px;
  height: 1px;
  background: #ff4713;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.catalogue-hero {
  margin-top: 5rem;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .catalogue-hero {
    aspect-ratio: 16/9;
    margin-top: 8.75rem;
  }
}
@media (min-width: 768px) {
  .catalogue-hero img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*# sourceMappingURL=screen.css.map*/