.hcs-body {
    margin: 0;
    background: #222222;
}
body.hostinger-ai-builder-elementor, body.hostinger-ai-builder-gutenberg {
    padding-top: 0px!important;
}

.hcs-coming-soon,
.hcs-coming-soon * {
    box-sizing: border-box;
}

.hcs-coming-soon {
    --hcs-bg: #282828;
    --hcs-ink: #efefef;
    --hcs-muted: #d8d4ce;
    --hcs-lime: #d5ed18;
    --hcs-paper: #f2eee9;
    --hcs-black: #252525;
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    background: var(--hcs-bg);
    color: var(--hcs-ink);
    font-family: Montserrat;
}

.hcs-coming-soon,
.hcs-coming-soon * {
    font-family: Montserrat;
}

.hcs-stage {
    /* width: min(1280px, 100%); */
    min-height: calc(100svh - 36px);
    margin: 0 auto;
    padding: 0 50px 0 154px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 44px;
}

.hcs-copy {
    display: flex;
    gap: 129px;
    align-self: center;
    width: 828px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

.hcs-topline {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hcs-eyebrow {
    display: inline-block;
    color: var(--hcs-lime);
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
}

.hcs-brand-block {
    width: 100%;
}

.hcs-badge-logo {
    display: block;
    width: 108px;
    height: 108px;
    margin: 0 0 58px;
    object-fit: contain;
}

.hcs-wordmark {
    display: block;
    height: auto;
    object-fit: contain;
}

.hcs-wordmark--desktop {
    width: fit-content;
}

.hcs-wordmark--mobile {
    display: none;
}

.hcs-bottom-row {
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.hcs-tagline {
    margin: 0;
    color: #C6C3BE;
    margin-top: 25px;
    font-family: 'Montserrat',sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hcs-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hcs-button {
    min-height: 26px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
    padding: 10px 20px;
    align-items: center;
    letter-spacing: 4px;
    border-radius: 45px;
    border: 1px solid #4E542A;
}

.hcs-button:hover,
.hcs-button:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.hcs-button--wide {
    min-width: 96px;
}

.hcs-button--compact {
    min-width: 78px;
    min-height: 24px;
    padding-inline: 15px;
}

.hcs-button--outline {
    border-color: #889627;
    color: #889627;
    background: transparent;
}

.hcs-button--outline:hover,
.hcs-button--outline:focus-visible {
    border-color: var(--hcs-paper);
    color: var(--hcs-black);
    background: var(--hcs-paper);
}

.hcs-button--light {
    color: var(--hcs-black);
    background: var(--hcs-paper);
}
.hcs-button--light.boton-telefono, .boton-mail {
    display: flex;
    padding: 10px 23px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    background: var(--Color, #E5E1DC);
    color: #2B2B2B;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.4px!important;
}

.hcs-button--light:hover,
.hcs-button--light:focus-visible {
    color: var(--hcs-black);
    background: var(--hcs-lime);
}

.hcs-visual {
    min-width: 0;
    min-height: 0;
    display: block;
    align-self: center;
}

.hcs-carousel {
    --hcs-carousel-gap: 14px;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    width: 100%;
    height: 100vh !important;
}

.hcs-carousel__track {
    display: flex;
    flex-direction: column;
    gap: var(--hcs-carousel-gap);
    transform: translate3d(0, 0, 0);
    transition: transform 700ms cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
}

.hcs-carousel__slide {
    min-width: 0;
    min-height: 0;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #111111;
    aspect-ratio: 686 / 414;
}

.hcs-carousel__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: none;
}

@media (max-width: 1600px) {
    .hcs-stage {
        /* width: min(1280px, 100%); */
        min-height: calc(100svh - 36px);
        margin: 0 auto;
        padding: 0 46px 0 61px;
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
        gap: 57px;
    }
    .hcs-carousel {
        --hcs-carousel-gap: 14px;
        min-height: 0;
        overflow: hidden;
        border-radius: 18px;
        width: 89%;
        margin: auto;
        margin-right: 0;
        height: 100vh !important;
    }

}
@media (max-width: 1520px) {
    .hcs-carousel {
        --hcs-carousel-gap: 14px;
        min-height: 0;
        overflow: hidden;
        border-radius: 18px;
        width: 100%;
        margin: auto;
        margin-right: 0;
        height: 100vh !important;
    }
    .hcs-copy {
        display: flex;
        gap: 129px;
        align-self: center;
        width: 701px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
    }
    .hcs-wordmark--desktop {
        width: 116%;
    }
    .hcs-tagline {
        margin: 0;
        color: #C6C3BE;
        margin-top: 25px;
        font-family: 'Montserrat',sans-serif;
        font-size: 23px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
}

@media (max-width: 1500px) {
    .hcs-carousel {
        --hcs-carousel-gap: 14px;
        min-height: 0;
        overflow: hidden;
        border-radius: 18px;
        width: 100%;
        margin: auto;
        margin-right: 0;
        height: 100vh !important;
    }
    .hcs-copy {
        display: flex;
        gap: 129px;
        align-self: center;
        width: 618px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
    }
    .hcs-wordmark--desktop {
        width: 117%;
    }
    .hcs-tagline {
        margin: 0;
        color: #C6C3BE;
        margin-top: 25px;
        font-family: 'Montserrat',sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
}
/*@media (max-width: 950px) {
    .hcs-stage {
        padding: 42px 28px 0;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
        gap: 28px;
    }

    .hcs-copy {
        padding-top: 18px;
        padding-bottom: 26px;
        gap: 34px;
    }

    .hcs-bottom-row {
        grid-template-columns: 1fr;
        align-items: start;
    }
}*/

@media (max-width: 750px) {
    .hcs-coming-soon {
        overflow: auto;
    }

    .hcs-stage {
        width: 100vw;
        min-height: auto;
        padding: 64px 0px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .hcs-copy {
        display: block;
        width: 100vw;
        padding: 0 38px;
    }

    .hcs-topline {
        width: 100%;
        margin-bottom: 26px;
        align-items: start;
    }

    .hcs-eyebrow {
        font-weight: 700;
        width: 74px;
        color: var(--hcs-ink);
        font-size: 16px;
        line-height: 1.7;
        white-space: normal;
    }

    .hcs-button {
        font-weight: 400;
    }

    .hcs-button--wide {
        min-width: 102px;
        min-height: 28px;
        padding-inline: 16px;
        font-size: 10px;
    }

    .hcs-brand-block {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 78px;
        gap: 12px 18px;
        align-items: start;
    }

    .hcs-badge-logo {
        grid-column: 2;
        grid-row: 1;
        width: 78px;
        height: 78px;
        margin: 0;
    }

    .hcs-wordmark--desktop {
        display: none;
    }

    .hcs-wordmark--mobile {
        grid-column: 1;
        grid-row: 1;
        display: block;
        width: 182px;
        max-width: 100%;
        margin-top: 31px;
    }

    .hcs-bottom-row {
        grid-column: 1 / -1;
        margin-top: 2px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hcs-tagline {
        max-width: 277px;
        font-size: 20px;
        line-height: 27px;
    }

    .hcs-actions {
        gap: 12px;
        margin-top: 4px;
    }

    .hcs-visual {
        min-height: 0;
        display: block;
    }

    .hcs-carousel {
        --hcs-carousel-gap: 10px;
        border-radius: 14px;
    }

    .hcs-carousel__track {
        flex-direction: row;
    }

    .hcs-carousel__slide {
        flex: 0 0 calc(100% - 46px);
        border-radius: 14px;
    }

}

@media (max-width: 450px) {
    .hcs-button {
        font-weight: 400;
        font-size: 12px!important;
    }
}

@media (max-width: 360px) {
    .hcs-stage {
        padding-inline: 12px;
    }

    .hcs-brand-block {
        grid-template-columns: minmax(0, 1fr) 68px;
    }

    .hcs-badge-logo {
        width: 68px;
        height: 68px;
    }

    .hcs-wordmark--mobile {
        width: 166px;
    }
    .hcs-button {
        font-weight: 400;
        font-size: 10px!important;
        padding: 10px 17px!important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hcs-carousel__track,
    .hcs-button {
        transition: none;
    }
}
