.fyco-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.fyco-card {
    background: #fff;
    border: 1px solid #e7e9ee;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.fyco-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background: #f4f6f8;
    overflow: hidden;
}

.fyco-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fyco-media--placeholder {
    background: linear-gradient(135deg, #f2f4f7, #dfe5ec);
}

.fyco-card__body {
    padding: 18px;
}

.fyco-card__title {
    margin: 8px 0 10px;
    font-size: 20px !important;
    line-height: 1.25;
}

.fyco-card__title a {
    color: #162033;
    text-decoration: none;
}

.fyco-card__meta,
.fyco-card__price {
    margin: 0 0 12px;
    color: #4d5b6f;
}

.fyco-card__price {
    color: #d92128;
    font-size: 22px;
    font-weight: 700;
}

.fyco-chip,
.fyco-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f0f3f7;
    color: #344154;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.fyco-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #d92128;
    color: #fff;
}

.fyco-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 4px;
    background: #f1a401;
    color: #fff;
    font-weight: 500;
    text-decoration: none !important;
}

.fyco-button--primary {
    background: #d92128;
}

.fyco-promo-list {
    display: grid;
    gap: 60px;
}

.fyco-promo[hidden] {
    display: none;
}

.fyco-load-more-wrap {
    display: flex;
    justify-content: center;
    margin: 36px 0 0;
}

.fyco-load-more {
    min-width: 150px;
    min-height: 46px;
    padding: 12px 24px;
    border: 0;
    border-radius: 4px;
    background: #f2a300;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.fyco-load-more:hover,
.fyco-load-more:focus-visible {
    background: #000;
    color: #fff;
}

.fyco-promo__title {
    margin: 0 0 14px;
    color: #111827;
    font-size: 22px !important;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.fyco-promo__box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 37%) minmax(260px, 1fr) minmax(260px, 30%);
    min-height: 420px;
    border: 1px solid #d7d7d7;
    background: #fff;
    overflow: hidden;
}

.fyco-promo__ribbon {
    position: absolute;
    z-index: 4;
    left: -54px;
    top: 43px;
    width: 230px;
    padding: 8px 18px;
    background: #f2a300;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: center;
}

.fyco-promo__gallery {
    position: relative;
    min-width: 0;
    background: #fff;
}

.fyco-promo__slides,
.fyco-promo__slide {
    height: 100%;
}

.fyco-promo__slide {
    display: none;
    margin: 0;
}

.fyco-promo__slide.is-active {
    display: grid;
    place-items: center;
}

.fyco-promo__gallery .fyco-media {
    object-fit: contain;
    padding: 28px;
}

.fyco-promo__carousel-controls {
    position: absolute;
    inset: auto 18px 18px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.fyco-promo__carousel-button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 24, 39, .78);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
}

.fyco-promo__content {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 44px 38px;
    color: #444;
}

.fyco-promo__description {
    width: 100%;
    font-size: 16px;
    line-height: 1.55;
}

.fyco-promo__description p {
    margin: 0 0 14px;
}

.fyco-promo__description strong {
    display: block;
    margin: 16px 0 2px;
    color: #3a3a3a;
    font-weight: 800;
    text-transform: uppercase;
}

.fyco-promo__stock {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 114px;
    height: 114px;
    padding: 14px;
    border-radius: 50%;
    background: #c10000;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.fyco-promo__side {
    display: grid;
    align-content: start;
    border-left: 1px solid #e1e1e1;
}

.fyco-promo__price {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 26px;
    border-radius: 38px 0 0 0;
    background: #2f2f2f;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.fyco-promo__state {
    margin: 36px 42px 0;
    padding: 18px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    color: #333;
    font-size: 18px;
}

.fyco-promo__state span {
    color: #777;
    font-size: 16px;
}

.fyco-promo__logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
    margin: 0 42px;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}

.fyco-promo__logo {
    display: grid;
    place-items: center;
    min-height: 96px;
    margin: 0;
}

.fyco-promo__logo .fyco-media {
    max-height: 96px;
    object-fit: contain;
}

.fyco-promo__quote {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    min-height: 48px;
    margin: 22px 42px;
    padding: 12px 22px;
    border-radius: 4px;
    background: #f2a300;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.fyco-promo__quote:hover,
.fyco-promo__quote:focus-visible {
    background: #000000;
    color: #fff;
}

.fyco-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.fyco-clientes__filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 0 48px;
    padding: 0 0 2px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.fyco-clientes__filter {
    appearance: none;
    min-width: 118px;
    min-height: 40px;
    padding: 10px 18px;
    border: 0;
    border-radius: 0;
    background: #f5f5f5 !important;
    color: #121826;
    font: inherit;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.fyco-clientes__filter:hover,
.fyco-clientes__filter:focus-visible {
    color: #d28a00 !important;
    outline: 2px solid transparent;
}

.fyco-clientes__filter.is-active {
    background: #f2a300 !important;
    color: #fff;
}

.fyco-logo {
    display: grid;
    place-items: center;
    min-height: 120px;
    margin: 0;
    padding: 5px;
    border: 1px solid #e7e9ee;
    background: #fff;
}

.fyco-logo .fyco-media {
    max-height: 117px;
    object-fit: contain;
}

.fyco-clientes__group {
    margin: 0 0 42px;
}

.fyco-logo[hidden] {
    display: none;
}

.fyco-section-title {
    margin: 0 0 18px;
    color: #162033;
    font-size: 28px;
}

.fyco-hero {
    min-height: 320px;
    display: grid;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(11, 19, 33, .88), rgba(11, 19, 33, .34)),
        var(--fyco-hero-image, linear-gradient(135deg, #172034, #4b5565));
    background-size: cover;
    background-position: center;
}

.fyco-hero__inner,
.fyco-content,
.fyco-single {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.fyco-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
}

.fyco-hero__summary {
    max-width: 680px;
    font-size: 18px;
}

.fyco-content {
    padding: 56px 0;
}

.fyco-line {
    --fyco-yellow: #f2a300;
    color: #111;
    overflow-x: clip;
}

.fyco-line-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 260px;
    width: 100%;
    margin: 0 auto 25px !important;
    padding: 48px 14%;
    box-sizing: border-box;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .08)),
        var(--fyco-line-hero-image, linear-gradient(135deg, #374151, #111827));
    background-position: center;
    background-size: cover;
}

.fyco-line-hero__frame {
    position: relative;
    max-width: 520px;
    padding: 24px 32px;
    color: #fff;
}

.fyco-line-hero__frame::before {
    position: absolute;
    inset: 0 auto auto 0;
    width: 128px;
    height: 128px;
    border: 4px solid var(--fyco-yellow);
    border-right: 0;
    border-bottom: 0;
    content: "";
}

.fyco-line-hero__frame::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 128px;
    height: 52px;
    border-left: 4px solid var(--fyco-yellow);
    border-bottom: 4px solid var(--fyco-yellow);
    content: "";
}

.fyco-line-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(24px, 2.3vw, 34px) !important;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.fyco-line-hero__summary {
    position: relative;
    z-index: 1;
    max-width: 540px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.fyco-line-hero__summary p {
    margin: 0;
}

.fyco-line-hero__logo {
    position: absolute;
    right: 24px;
    bottom: 22px;
    max-width: 140px;
}

.fyco-line-hero__logo .fyco-media {
    object-fit: contain;
}

.fyco-line-section {
    padding: 68px 0;
    box-sizing: border-box;
}

.fyco-line-section--gray-image-left,
.fyco-line-section--gray-image-right {
    background: #f4f4f4;
}

.fyco-line-section--dark-image-left {
    position: relative;
    overflow: hidden;
    background: #050505;
    color: #fff;
}

.fyco-line-section--dark-image-left::before,
.fyco-line-section--dark-image-left::after {
    position: absolute;
    inset: 0;
    content: "";
}

.fyco-line-section--dark-image-left::before {
    background: var(--fyco-line-section-bg, var(--fyco-line-hero-image, none)) center / cover no-repeat;
    opacity: .6;
}

.fyco-line-section--dark-image-left::after {
    background: rgba(0, 0, 0, .56);
}

.fyco-line-section--dark-image-left .fyco-line-section__inner {
    position: relative;
    z-index: 1;
}

.fyco-line-section__inner {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    gap: 72px;
    align-items: center;
    width: min(1400px, calc(100% - 64px));
    margin: 0 auto;
    box-sizing: border-box;
}

.fyco-line-section__content h2 {
    position: relative;
    margin: 0 0 38px;
    color: inherit;
    font-size: clamp(20px, 2vw, 28px) !important;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.fyco-line-section__content h2::after {
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 90px;
    height: 3px;
    background: var(--fyco-yellow);
    content: "";
}

.fyco-line-section__content h3,
.fyco-line-section__extra h3 {
    margin: 24px 0 10px;
    color: var(--fyco-yellow);
    font-size: 18px !important;
    font-weight: 800;
    line-height: 1.25;
}

.fyco-line-section__text,
.fyco-line-section__extra {
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.fyco-line-section__text p,
.fyco-line-section__extra p {
    margin: 0 0 16px;
}

.fyco-line-catalogs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 26px;
    margin-top: 26px;
}

.fyco-line-catalog {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none !important;
}

.fyco-line-catalog__icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    color: #7b7b7b;
}

.fyco-line-catalog__svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.fyco-line-catalog strong {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
}

.fyco-line-catalog small {
    display: block;
    margin-top: 2px;
    color: var(--fyco-yellow);
    font-size: 14px;
    font-weight: 500;
}

.fyco-line-section__media {
    position: relative;
    min-height: 425px;
    background: #fff;
}

.fyco-line-section__media::before,
.fyco-line-section__media::after {
    content: none;
}

.fyco-line-section__slides,
.fyco-line-section__slide {
    min-height: 425px;
}

.fyco-line-section__slide {
    display: none;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.fyco-line-section__slide.is-active {
    display: flex;
}

.fyco-line-section__slide .fyco-media {
    width: 100%;
    height: 425px;
    object-fit: contain;
}

.fyco-line-section__media--gallery .fyco-line-section__slide .fyco-media {
    object-fit: contain;
    padding: 0;
}

.fyco-line-section__controls {
    position: absolute;
    inset: 50% 12px auto;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.fyco-line-section__controls button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: var(--fyco-yellow);
    color: #111;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
}

.fyco-line-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 18px;
    padding: 9px 18px;
    background: var(--fyco-yellow);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
}

.fyco-line-gallery {
    width: min(1400px, calc(100% - 64px));
    margin: 68px auto 76px;
}

.fyco-line-gallery__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 28px;
    max-width: 100%;
}

.fyco-line-gallery__filters button {
    flex: 0 0 auto;
    border: 0;
    border-bottom: 3px solid transparent;
    background: #f2f2f2;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 20px;
    line-height: 1.18;
    white-space: normal;
}

.fyco-line-gallery__filters button.is-active {
    border-bottom-color: var(--fyco-yellow);
    color: var(--fyco-yellow);
}

.fyco-line-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.fyco-line-gallery__grid a {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.fyco-line-gallery__grid a[hidden] {
    display: none;
}

.fyco-line-gallery__more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.fyco-line-gallery__more[hidden] {
    display: none;
}

.fyco-line-gallery__more button {
    min-height: 42px;
    padding: 10px 24px;
    border: 0;
    background: var(--fyco-yellow);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.fyco-line-gallery__more button[hidden] {
    display: none;
}

.fyco-line-gallery__grid .fyco-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
}

.fyco-line-gallery__grid a:hover .fyco-media {
    transform: scale(1.04);
}

.fyco-single {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 42px;
    padding: 56px 0;
}

.fyco-single__media {
    display: grid;
    gap: 16px;
}

.fyco-single__media .fyco-media {
    border-radius: 6px;
}

.fyco-single__body h1 {
    margin-top: 0;
    color: #162033;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
}

.fyco-empty {
    padding: 18px;
    background: #f6f8fa;
    border: 1px solid #e7e9ee;
}

.fyco-project-page {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 64px;
}

.fyco-project-page__header h1 {
    margin: 0 0 28px;
    color: #111827;
    font-size: clamp(20px, 2vw, 24px) !important;
    line-height: 1.08;
    border-bottom: solid 1px #3e3e3e;
    padding-bottom: 10px;
}

.fyco-project-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 38px;
    align-items: start;
}

.fyco-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.fyco-project-card {
    min-width: 0;
    padding: 26px;
    border: 1px solid #d7d7d7;
    background: #fff;
}

.fyco-project-card__title {
    min-height: 58px;
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
    color: #111827;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.25 !important;
}

.fyco-project-card__zone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    color: #3f4654;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.fyco-project-card__zone span {
    color: #f2a300;
    font-size: 20px;
}

.fyco-project-card__carousel {
    position: relative;
    min-height: 260px;
    background: #fff;
    overflow: hidden;
}

.fyco-project-card__slides,
.fyco-project-card__slide {
    height: 100%;
}

.fyco-project-card__slide {
    display: none;
    text-decoration: none;
}

.fyco-project-card__slide.is-active {
    display: grid;
    place-items: center;
}

.fyco-project-card__slide .fyco-media {
    width: 100%;
    height: 260px;
    object-fit: contain;
}

.fyco-project-card__controls {
    position: absolute;
    inset: 50% 12px auto;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.fyco-project-card__button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 24, 39, .74);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
}

.fyco-project-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 18px;
}

.fyco-project-sidebar__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 4px;
    background: #f2a300;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.fyco-project-sidebar__button {
    background: #111827;
}

.fyco-project-sidebar__list {
    display: grid;
    gap: 16px;
}

.fyco-project-sidebar__item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #111827;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.fyco-project-sidebar__item .fyco-media {
    width: 84px;
    height: 56px;
    object-fit: cover;
}

.fyco-equipment-list {
    display: grid;
    gap: 78px;
}

.fyco-equipment-section {
    display: grid;
    grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
    gap: 46px;
    align-items: start;
}

.fyco-equipment-section__copy h2 {
    margin: 0 0 64px;
    color: #050505;
    font-size: clamp(24px, 2.3vw, 30px) !important;
    font-weight: 800;
    line-height: 1.15;
}

.fyco-equipment-section__description {
    max-width: 560px;
    color: #050505;
    font-size: 16px;
    line-height: 1.65;
    text-align: justify;
}

.fyco-equipment-section__description p {
    margin: 0 0 14px;
}

.fyco-equipment-section__products {
    position: relative;
    min-width: 0;
    padding: 0 42px;
}

.fyco-equipment-carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 0 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.fyco-equipment-product {
    flex: 0 0 254px;
    scroll-snap-align: start;
}

.fyco-equipment-product__image {
    position: relative;
    display: grid;
    place-items: center;
    height: 330px;
    border: 1px solid #dcdcdc;
    background: #fff;
    overflow: hidden;
}

.fyco-equipment-product__image .fyco-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
}

.fyco-equipment-product__ribbon,
.fyco-equipment-detail__ribbon {
    position: absolute;
    z-index: 2;
    left: -42px;
    top: 28px;
    width: 170px;
    padding: 9px 18px;
    background: #f2a300;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: rotate(-45deg);
}

.fyco-equipment-product__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 44px;
    padding: 8px 12px;
    background: #e5e5e5;
    color: #050505;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

.fyco-equipment-product__title span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: #050505;
    font-size: 18px;
}

.fyco-scroll-button {
    position: absolute;
    top: 165px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 17, 17, .76);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.fyco-scroll-button--prev {
    left: 0;
}

.fyco-scroll-button--next {
    right: 0;
}

.fyco-equipment-detail {
    background: #fff;
}

.fyco-equipment-detail__hero {
    border-top: 8px solid #f2a300;
    background: #303030;
    color: #fff;
}

.fyco-equipment-detail__hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1400px, calc(100% - 40px));
    min-height: 88px;
    margin: 0 auto;
}

.fyco-equipment-detail__hero h1 {
    margin: 0;
    color: #fff;
    font-size: 18px !important;
    font-weight: 800;
    line-height: 1.2;
}

.fyco-equipment-detail__hero nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #bdbdbd;
    font-size: 12px;
}

.fyco-equipment-detail__hero a {
    color: #dedede;
    text-decoration: none;
}

.fyco-equipment-detail__layout {
    display: grid;
    grid-template-columns: minmax(320px, 50%) minmax(280px, 1fr);
    gap: 58px;
    align-items: start;
    width: min(1400px, calc(100% - 40px));
    margin: 70px auto 78px;
}

.fyco-equipment-detail__media {
    position: relative;
    min-height: 520px;
    border: 1px solid #e1e1e1;
    background: #fff;
    overflow: hidden;
}

.fyco-equipment-detail__media::before,
.fyco-equipment-detail__media::after {
    position: absolute;
    content: "";
    z-index: 1;
    background: #f2a300;
}

.fyco-equipment-detail__media::before {
    left: -10px;
    bottom: -30px;
    width: 6px;
    height: 170px;
}

.fyco-equipment-detail__media::after {
    left: -10px;
    bottom: -30px;
    width: 178px;
    height: 6px;
}

.fyco-equipment-detail__slides,
.fyco-equipment-detail__slide {
    min-height: 520px;
}

.fyco-equipment-detail__slide {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

.fyco-equipment-detail__slide.is-active {
    display: flex;
}

.fyco-equipment-detail__slide .fyco-media {
    width: 100%;
    height: 520px;
    max-height: none;
    object-fit: cover;
}

.fyco-equipment-detail__controls {
    position: absolute;
    inset: 50% 16px auto;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.fyco-equipment-detail__controls button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 17, 17, .76);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
}

.fyco-equipment-detail__content {
    color: #555;
    font-size: 14px;
    line-height: 1.65;
}

.fyco-equipment-detail__content hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #bdbdbd;
}

.fyco-equipment-detail__content h2 {
    margin: 0 0 20px;
    color: #333;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.25;
}

.fyco-equipment-detail__content p,
.fyco-equipment-detail__content ul,
.fyco-equipment-detail__content table {
    margin-top: 0;
}

.fyco-equipment-detail__content ul {
    padding-left: 18px;
}

.fyco-equipment-detail__content table {
    width: 100%;
    max-width: 520px;
    border-collapse: collapse;
    font-size: 13px;
}

.fyco-equipment-detail__content th,
.fyco-equipment-detail__content td {
    padding: 6px 8px;
    border: 0;
    vertical-align: top;
}

.fyco-equipment-detail__content th {
    color: #333;
    font-weight: 800;
}

.fyco-equipment-detail__content img {
    max-width: 190px;
    height: auto;
}

.fyco-equipment-detail__quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    min-height: 44px;
    margin-top: 20px;
    padding: 10px 22px;
    background: #f2a300;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
}

.fyco-equipment-detail__quote:hover,
.fyco-equipment-detail__quote:focus-visible {
    background: #111;
    color: #fff;
}

.fyco-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(0, 0, 0, .86);
}

.fyco-lightbox__image {
    max-width: min(1100px, 96vw);
    max-height: 88vh;
    object-fit: contain;
}

.fyco-lightbox__close {
    position: fixed;
    top: 18px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.fyco-lightbox-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    .fyco-grid,
    .fyco-single {
        grid-template-columns: 1fr;
    }

    .fyco-project-page__layout,
    .fyco-project-grid {
        grid-template-columns: 1fr;
    }

    .fyco-project-sidebar {
        position: static;
    }

    .fyco-equipment-section,
    .fyco-equipment-detail__layout {
        grid-template-columns: 1fr;
    }

    .fyco-equipment-section {
        gap: 24px;
    }

    .fyco-equipment-section__copy h2 {
        margin-bottom: 22px;
    }

    .fyco-equipment-section__products {
        padding: 0;
    }

    .fyco-scroll-button {
        display: none;
    }

    .fyco-equipment-detail__hero-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 18px 0;
    }

    .fyco-equipment-detail__layout {
        gap: 40px;
        margin-top: 44px;
    }

    .fyco-line-hero {
        margin-bottom: 6%;
        padding: 42px 3%;
    }

    .fyco-line-section {
        padding: 6% 3%;
    }

    .fyco-line-section + .fyco-line-section {
        margin-top: 6%;
    }

    .fyco-line-section__inner {
        grid-template-columns: 1fr;
        gap: 6%;
        width: 100%;
    }

    .fyco-line-gallery {
        width: 100%;
        margin: 6% auto;
        padding: 0 3%;
    }

    .fyco-line-gallery__filters {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        margin-bottom: 24px;
        padding-bottom: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .fyco-line-gallery__filters button {
        min-width: 112px;
        min-height: 48px;
        padding: 9px 16px;
        text-align: center;
    }

    .fyco-line-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .fyco-promo__box {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .fyco-promo__gallery {
        min-height: 280px;
    }

    .fyco-promo__content {
        padding: 28px 24px;
    }

    .fyco-promo__stock {
        right: 18px;
        top: -58px;
    }

    .fyco-promo__side {
        border-left: 0;
        border-top: 1px solid #e1e1e1;
    }

    .fyco-promo__price {
        justify-content: center;
        border-radius: 0;
    }

    .fyco-promo__state,
    .fyco-promo__logos,
    .fyco-promo__quote {
        margin-left: 24px;
        margin-right: 24px;
    }

    .fyco-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fyco-clientes__filters {
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 28px;
        padding: 0 16px 10px;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        scrollbar-width: none;
    }

    .fyco-clientes__filters::-webkit-scrollbar {
        display: none;
    }

    .fyco-clientes__filter {
        min-width: 118px;
    }
}

@media (max-width: 560px) {
    .fyco-grid,
    .fyco-logo-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .fyco-promo__title {
        font-size: 18px;
    }

    .fyco-promo__gallery {
        min-height: 220px;
    }

    .fyco-promo__gallery .fyco-media {
        padding: 18px;
    }

    .fyco-promo__price {
        font-size: 22px;
    }

    .fyco-promo__logos {
        grid-template-columns: 1fr 1fr;
    }

    .fyco-card__body {
        padding: 14px;
    }

    .fyco-logo {
        min-height: 92px;
        padding: 12px;
    }

    .fyco-equipment-list {
        gap: 52px;
    }

    .fyco-equipment-product {
        flex-basis: 230px;
    }

    .fyco-equipment-product__image {
        height: 292px;
    }

    .fyco-equipment-detail__layout,
    .fyco-equipment-detail__hero-inner {
        width: min(100% - 28px, 1400px);
    }

    .fyco-equipment-detail__media,
    .fyco-equipment-detail__slides,
    .fyco-equipment-detail__slide {
        min-height: 360px;
    }

    .fyco-equipment-detail__slide .fyco-media {
        height: 360px;
    }

    .fyco-line-hero {
        min-height: 220px;
        margin-bottom: 10%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .fyco-line-section {
        padding: 10% 5%;
    }

    .fyco-line-section + .fyco-line-section {
        margin-top: 10%;
    }

    .fyco-line-section__inner {
        gap: 10%;
    }

    .fyco-line-hero__frame {
        padding: 20px 0;
    }

    .fyco-line-gallery {
        margin: 10% auto;
        padding-left: 5%;
        padding-right: 5%;
    }

    .fyco-line-section__media,
    .fyco-line-section__slides,
    .fyco-line-section__slide {
        min-height: 240px;
    }

    .fyco-line-section__slide .fyco-media {
        height: 240px;
    }

    .fyco-line-gallery__filters {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
    }

    .fyco-line-gallery__filters button {
        min-width: 92px;
        max-width: 132px;
        min-height: 48px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .fyco-line-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .fyco-line-gallery__grid a {
        aspect-ratio: 1 / 1;
    }

    .fyco-line-gallery__grid .fyco-media {
        object-fit: cover;
    }
}
