.CustomFooter_footer__8I4hF {
    background-color: #051a05;
    position: relative;
}

.CustomFooter_inner__W0ppP {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--mantine-spacing-sx);
    padding-bottom: var(--mantine-spacing-sx);

    @media (max-width: 576px) {
        flex-direction: column;
    }
}

.CustomFooter_footer__8I4hF img {
    width: 130px;
}

.CustomFooter_links__u_KmD {
    @media (max-width: 576px) {
        margin-top: 0;
        padding-bottom: 20px;
    }
}

.CustomFooter_links__u_KmD a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.CustomFooter_links__u_KmD a:hover {
    color: #40c057;
}

.UserForm_input__4Owsq {
    background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-gray-9)) !important;
    border-color: light-dark(var(--mantine-color-gray-3), var(--mantine-color-gray-7)) !important;
    color: light-dark(var(--mantine-color-gray-9), var(--mantine-color-gray-1));
}

.UserForm_input__4Owsq::placeholder {
    color: var(--mantine-color-gray-5) !important;
}

.UserForm_inputLabel__BJJzm {
    color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-gray-2));
}

.UserForm_overlay__BmcCJ {
}

.Header_avatarIcon__dvjPQ{border:1px solid var(--theme-colors-dark-3);width:40px;height:40px;border-radius:50%}.Header_avatarIcon__dvjPQ:hover{box-shadow:var(--theme-shadows-xs)}.Header_buttonReg__Kd8py{color:var(--mantine-color-white);border:2px solid var(--mantine-color-primary-6);transition:all .2s ease;font-weight:400}.Header_buttonReg__Kd8py:hover{border-color:var(--mantine-color-white)}.Header_buttonReg2__xGcQi{font-weight:400;color:rgba(0,0,0,.7);background-color:var(--mantine-primary-color-8);transition:all .2s ease}.Header_buttonReg2__xGcQi:hover{color:rgba(0,0,0,.8);background-color:var(--mantine-primary-color-8);opacity:.8}.Header_buttonReg__Kd8py,.Header_buttonReg2__xGcQi{display:flex;align-items:center;justify-content:center}.Header_dashboardActionIcon__hSodm{border-radius:50%;color:rgba(0,0,0,.7);background-color:var(--mantine-primary-color-8);border:0;width:30px;height:30px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.Header_dashboardActionIcon__hSodm:hover{color:rgba(0,0,0,.8);background-color:var(--mantine-primary-color-8);box-shadow:var(--theme-shadows-xs);opacity:.8}.Header_header__NLhag{padding:0 var(--theme-spacing-md);z-index:100;width:100%;border-top:solid 4px var(--mantine-color-primary-3);transition:all .1s ease}.Header_header__NLhag img{height:90px;transition:all .1s ease}.Header_headerScrolled__Atpsi{background-color:var(--mantine-color-primary-3) !important;border-top:0}.Header_headerScrolled__Atpsi .Header_dashboardActionIcon__hSodm,.Header_headerScrolled__Atpsi .Header_buttonReg2__xGcQi,.Header_headerScrolled__Atpsi .Header_buttonReg__Kd8py{color:var(--mantine-color-white);background-color:rgba(0,0,0,.7);border:0}.Header_headerScrolled__Atpsi img{height:45px}.Header_headerAuth__dOuYS{background-color:var(--mantine-color-primary-3) !important;border-top:0}.Header_headerAuth__dOuYS img{height:45px;content:url("/logo-dark.svg")}.Header_headerAuth__dOuYS .Header_dashboardActionIcon__hSodm,.Header_headerAuth__dOuYS .Header_buttonReg2__xGcQi,.Header_headerAuth__dOuYS .Header_buttonReg__Kd8py{color:var(--mantine-color-white);background-color:rgba(0,0,0,.7);border:0}[data-mantine-color-scheme=light] .Header_header__NLhag{color:var(--mantine-text-color)}[data-mantine-color-scheme=dark] .Header_header__NLhag{color:var(--mantine-text-color)}.Header_headerContainer__FNRrI{align-items:center;display:flex;height:100%}.Header_headerContainer__FNRrI>*{display:flex;align-items:center}.Header_headerLinksWrap__ZFHE8{align-items:center;flex:1 1;padding-left:50px;padding-top:5px}@media(max-width: var(--theme-breakpoints-sm)){.Header_headerLinksWrap__ZFHE8{display:none !important}.Header_header__NLhag{padding:0 var(--theme-spacing-xs)}.Header_headerContainer__FNRrI{gap:var(--theme-spacing-xs)}}.Header_linkActive__hS3kv{color:var(--theme-colors-primary-6, var(--theme-black))}.Header_popoverLink__Gn0SC{padding-bottom:var(--theme-spacing-md);padding-left:var(--theme-spacing-lg);padding-right:var(--theme-spacing-lg);padding-top:var(--theme-spacing-md)}.Header_popoverWrap__852ja{width:100% !important}.Header_themeSwitch__ucrja:hover{box-shadow:var(--theme-shadows-xs)}.Header_themeSwitch__ucrja{border-radius:50%}.Header_languageDropdown__TPT_L{background-color:light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8))}
.GlareHover_glareHover__F4NQe {
    width: var(--gh-width);
    height: var(--gh-height);
    background: var(--gh-bg);
    border-radius: var(--gh-br);
    border: 1px solid var(--gh-border);
    overflow: hidden;
    position: relative;
    display: grid;
    place-items: center;
}

.GlareHover_glareHover__F4NQe::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        var(--gh-angle),
        hsla(0, 0%, 0%, 0) 60%,
        var(--gh-rgba) 70%,
        hsla(0, 0%, 0%, 0),
        hsla(0, 0%, 0%, 0) 100%
    );
    transition: var(--gh-duration) ease;
    background-size: var(--gh-size) var(--gh-size), 100% 100%;
    background-repeat: no-repeat;
    background-position: -100% -100%, 0 0;
}

.GlareHover_glareHover__F4NQe:hover {
    cursor: pointer;
}

.GlareHover_glareHover__F4NQe:hover::before {
    background-position: 100% 100%, 0 0;
}

.GlareHover_glareHoverPlayOnce___7P9W::before {
    transition: none;
}

.GlareHover_glareHoverPlayOnce___7P9W:hover::before {
    transition: var(--gh-duration) ease;
    background-position: 100% 100%, 0 0;
}

.AsideCall_example__BJgjp {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.AsideCall_wrapper__ULHQp {
    background-color: #ffffff;
    padding-bottom: 80px;
    padding-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    border-top: 3px solid #cccccc;
}

.AsideCall_content__UnjLI {
    max-width: none;
    margin: 0;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}

.AsideCall_mainTitle__n3vLO {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #212529;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: 1.25rem;
    }
}

.AsideCall_subtitle__qGwW4 {
    font-size: 1.25rem;
    color: #6c757d;
    font-weight: 500;
    max-width: none;
    margin: 0;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: 1.1rem;
    }
}

.AsideCall_ctaButton__3pzuQ {
    color: #ffffff;
    background-color: #40c057;
    transition: all 0.2s ease-in-out;
    font-size: 1.2rem;
    padding: 0;
    font-weight: 600;
    display: block;
}

.AsideCall_ctaButton__3pzuQ:hover {
    background-color: #37b24d;
    color: #ffffff;
}

.AsideCall_glareHover__T6Bl8 {
    padding: 1rem 2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.AsideCall_chatIcon__ImmgR {
    transition: all 0.3s ease;
}

.AsideCall_chatIcon__ImmgR:hover {
    transform: scale(1.1);
    color: #228be6;
}

.AsideCall_supportPanel__e7W1f {
    background-color: #f8f9fa;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.AsideCall_supportPanel__e7W1f:hover {
    background-color: #e9ecef;
}

@media (max-width: 770px) {
    .AsideCall_wrapper__ULHQp {
        padding-bottom: 0;
    }

    .AsideCall_content__UnjLI {
        padding-right: 0;
    }

    .AsideCall_mainTitle__n3vLO {
        font-size: 1.3rem !important;
        text-align: center;
    }

    .AsideCall_subtitle__qGwW4 {
        font-size: 1rem !important;
        text-align: center;
    }

    .AsideCall_ctaButton__3pzuQ {
        margin: 0 auto;
    }

    .AsideCall_supportPanel__e7W1f {
        margin: 0 auto;
    }

    .AsideCall_example__BJgjp {
        margin: 0 auto;
        order: 2;
    }
}

.ContactIcons_wrapper__KZsJP {
    display: flex;
    align-items: center;
    color: #40c057;
}

.ContactIcons_icon__lt92q {
    margin-right: var(--mantine-spacing-md);
    background-color: transparent;
}

.ContactIcons_title__AXwH1 {
    color: #ffffff;
}

.ContactIcons_description__kFYKf {
    color: #ffffff;
}

.ContactUs_wrapper__vRGy1 {
    min-height: 400px;
    padding: calc(var(--mantine-spacing-xl) * 2.5);
    background-image: url("/bgf-der.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    position: relative;
    overflow: hidden;

    @media (max-width: 768px) {
        padding: calc(var(--mantine-spacing-xl) * 1.5) 0;
    }
}

.ContactUs_silkBackground__HRbGl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ContactUs_overlay__ehK8f {
    background-size: 80px auto !important;
    z-index: 1;
    opacity: 0.4;
    background-color: transparent;
}

.ContactUs_wrapper__vRGy1::before,
.ContactUs_wrapper__vRGy1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    filter: blur(4px);
}

.ContactUs_wrapper__vRGy1::before {
    top: 0;
}

.ContactUs_wrapper__vRGy1::after {
    bottom: -3px;
}

.ContactUs_content__gg0UI {
    position: relative;
    z-index: 10;
}

.ContactUs_title__Dyq6g {
    font-weight: 900;
    font-size: var(--title-fz);
    line-height: 1.2;
    color: #212529;
    margin-bottom: 1rem;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: var(--title-fz);
    }
}

.ContactUs_description___Fz1B {
    color: #6c757d;
    max-width: 300px;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        max-width: 100%;
    }
}

.ContactUs_form__ioDqq {
    background-color: #ffffff;
    padding: var(--mantine-spacing-xl);
    border-radius: var(--mantine-radius-md);
    box-shadow: var(--mantine-shadow-lg);
}

.ContactUs_social__QMPrC {
    color: #ffffff;

    @mixin hover {
        color: #e3f2fd;
    }
}

.ContactUs_input__IHlvU {
    background-color: #ffffff !important;
    border-color: #dee2e6 !important;
    color: #000000;
}

.ContactUs_input__IHlvU::placeholder {
    color: #6c757d !important;
}

.ContactUs_inputLabel__V58vL {
    color: #495057;
}

@media (max-width: 768px) {
    .ContactUs_title__Dyq6g {
        font-size: 26px;
        text-align: center;
    }
    .ContactUs_example__bOS8M {
        flex: 100% 1;
        padding: 20px;
        order: 2;
        margin-top: 25px;
    }

    .ContactUs_card__IMhGo .ContactUs_img__Gifcf {
        width: 30%;
    }
    .ContactUs_description___Fz1B {
        text-align: center;
        margin: auto;
    }
}

.FeatureCards_title__7VIdG {
    font-weight: 900;
    font-size: var(--title-fz);
    line-height: 1.2;
    color: #212529;
    margin-bottom: 1rem;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: var(--title-fz);
    }
}

.FeatureCards_description__vo0b_ {
    max-width: 600px;
    margin: auto;
    font-size: 14px;
    color: #6c757d;
}

.FeatureCards_subtitle__z0xH1 {
    max-width: 600px;
    margin: auto;
    font-size: 18px;
    color: #6c757d;
    font-weight: 500;
}

.FeatureCards_card__rKADq {
    border: 1px solid #f8f9fa;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 120px;
    max-height: 140px;
}

.FeatureCards_card__rKADq:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.FeatureCards_cardTitle__n62kM {
    color: #212529;
}

.FeatureCards_imageContainer__U3A9F {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FeatureCards_imageContainer__U3A9F img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.FeatureCards_imageContainer__U3A9F .mantine-Image-root {
    width: 100% !important;
    height: 100% !important;
}

.FeatureCards_contentContainer__gTgNG {
    margin-left: 50%;
    padding: 1.5rem 0 1.5rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.FeatureCards_wrapper__GB0r6 {
    background-color: var(--mantine-color-dark-1);
    width: 100%;
    padding: 70px 0 100px 0;
    position: relative;
    overflow: hidden;
}

.FeatureCards_wavesWrapper__45_1L {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 120px;
    margin-top: -50px;
    transform: scale(1.5);
    opacity: 0.7;
    z-index: 1;
}

.FeatureCards_wavesContainer__NZg2K {
    position: relative;
}

/* Onda ondulante simple */
.FeatureCards_wave-single__n3p5L {
    position: absolute;
    top: 50%;
    left: 0;
    width: 200%;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120L0,90C30,60 80,90 120,60C180,30 220,60 280,90C320,120 380,90 420,60C480,30 520,60 580,90C620,120 680,90 720,60C780,30 820,60 880,90C920,120 980,90 1020,60C1080,30 1120,60 1200,90L1200,120Z' fill='%2340c057' opacity='0.15'/%3E%3C/svg%3E")
        repeat-x;
    background-size: 1200px 120px;
    animation: FeatureCards_wave-move__xxmy7 15s linear infinite;
    z-index: 1;
    margin-top: -60px;
}

/* Onda espejada verticalmente */
.FeatureCards_wave-single-mirrored__a_7rA {
    position: absolute;
    top: 50%;
    left: 0;
    width: 200%;
    margin-top: 60px;
    height: 120px;
    transform: translateY(-50%) scaleY(-1);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0L0,30C30,60 80,30 120,60C180,90 220,60 280,30C320,0 380,30 420,60C480,90 520,60 580,30C620,0 680,30 720,60C780,90 820,60 880,30C920,0 980,30 1020,60C1080,90 1120,60 1200,30L1200,0Z' fill='%2340c057' opacity='0.15'/%3E%3C/svg%3E")
        repeat-x;
    background-size: 1200px 120px;
    animation: FeatureCards_wave-move-reverse__Cl_nf 20s linear infinite;
    z-index: 1;
}

@keyframes FeatureCards_wave-move__xxmy7 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-600px);
    }
}

@keyframes FeatureCards_wave-move-reverse__Cl_nf {
    0% {
        transform: translateX(-600px);
    }
    100% {
        transform: translateX(0);
    }
}

.FeatureCards_container__a8w1c {
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.FeatureCards_container__a8w1c {
    background-color: transparent;
}

.FeatureCards_ctaSecondary__3I0gy {
    border-color: #40c057;
    color: #40c057;
    transition: all 0.3s ease;
}

.FeatureCards_ctaSecondary__3I0gy:hover {
    background-color: #40c057;
    color: #ffffff;
    border-color: #40c057;
}

.FeaturesSlider_wrapper__Tp80d {
    background-color: white;
    padding: calc(var(--mantine-spacing-xl) * 3) 0;
    min-height: 600px;
}

.FeaturesSlider_title__qGqf5 {
    font-weight: 900;
    font-size: calc(var(--title-fz) + 0.5rem);
    line-height: 1.2;
    color: #212529;
    margin-bottom: 2rem;
    padding-bottom: 1rem;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: calc(var(--title-fz) + 0.3rem);
    }
}

.FeaturesSlider_featureList__32KBh {
    padding-right: 2rem;
    position: relative;

    @media (max-width: var(--mantine-breakpoint-md)) {
        padding-right: 0;
        margin-bottom: 2rem;
    }
}

.FeaturesSlider_featureList__32KBh::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #e9ecef;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.4), 4px 0 12px rgba(0, 0, 0, 0.3), 6px 0 16px rgba(0, 0, 0, 0.2),
        8px 0 20px rgba(0, 0, 0, 0.1);

    @media (max-width: var(--mantine-breakpoint-md)) {
        display: none;
    }
}

.FeaturesSlider_featureList__32KBh::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: white;
    z-index: 1;

    @media (max-width: var(--mantine-breakpoint-md)) {
        display: none;
    }
}

.FeaturesSlider_featureItem__V4_VR {
    cursor: pointer;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.FeaturesSlider_featureItem__V4_VR:hover {
    background-color: #f8f9fa;
    border-left-color: #40c057;
}

.FeaturesSlider_featureItem__V4_VR.FeaturesSlider_active__QUOBw {
    background-color: #e8f5e8;
    border-left-color: #a1e78e;
    position: relative;
}

.FeaturesSlider_featureItem__V4_VR.FeaturesSlider_active__QUOBw::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2rem;
    width: 2rem;
    height: 6px;
    background-color: #e8f5e8;
    transform: translateY(-50%);
    z-index: 2;

    @media (max-width: var(--mantine-breakpoint-md)) {
        display: none;
    }
}

.FeaturesSlider_featureIcon__FLIxF {
    flex-shrink: 0;
}

.FeaturesSlider_featureTitle__DngRI {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    color: #495057;
    margin: 0;
}

.FeaturesSlider_featureItem__V4_VR.FeaturesSlider_active__QUOBw .FeaturesSlider_featureTitle__DngRI {
    color: #2a6a2a;
    font-weight: 700;
}

.FeaturesSlider_carousel__4lo_L {
    height: 400px;
}

.FeaturesSlider_carousel__4lo_L .mantine-Carousel-viewport {
    transition: transform 0.5s ease-in-out;
}

.FeaturesSlider_carousel__4lo_L .mantine-Carousel-container {
    transition: transform 0.5s ease-in-out;
}

.FeaturesSlider_slideContent__eWjda {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.FeaturesSlider_slideIcon__8Xb_d {
    color: #40c057;
}

.FeaturesSlider_iconPatternContainer__zDICe {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    position: relative;
}

.FeaturesSlider_slideIcon__8Xb_d {
    color: #40c057;
    position: absolute;
    left: 0;
    top: -8px;
    z-index: 2;
    filter: drop-shadow(0 0 6px rgba(150, 255, 80, 1));
}

.FeaturesSlider_rectanglePattern__ktP3i {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1 1;
    height: 80px;
    justify-content: space-between;
    margin-left: 40px;
}

.FeaturesSlider_rectangle1__8kc8U {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 8px, #d4edda 100%);
    border-radius: 4px;
}

.FeaturesSlider_rectangle2__D3k8k {
    width: 85%;
    height: 8px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 8px, #d4edda 100%);
    border-radius: 4px;
}

.FeaturesSlider_rectangle3__FLvTy {
    width: 70%;
    height: 8px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 8px, #d4edda 100%);
    border-radius: 4px;
}

.FeaturesSlider_rectangle4__rq_LC {
    width: 90%;
    height: 8px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 8px, #d4edda 100%);
    border-radius: 4px;
}

.FeaturesSlider_rectangle5__km5ER {
    width: 60%;
    height: 8px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 8px, #d4edda 100%);
    border-radius: 4px;
}

.FeaturesSlider_slideTitle__Z7kk3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #2a6a2a;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.FeaturesSlider_slideDescription___JONL {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;
    text-align: justify;
}

@media (max-width: 770px) {
    .FeaturesSlider_wrapper__Tp80d {
        padding: calc(var(--mantine-spacing-xl) * 2) 0;
    }

    .FeaturesSlider_title__qGqf5 {
        font-size: 1.4rem;
        text-align: center;
    }

    .FeaturesSlider_slideContent__eWjda {
        padding: 1.5rem;
    }

    .FeaturesSlider_slideTitle__Z7kk3 {
        font-size: 1.1rem;
    }

    .FeaturesSlider_slideDescription___JONL {
        font-size: 0.9rem;
    }

    .FeaturesSlider_featureItem__V4_VR {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .FeaturesSlider_featureTitle__DngRI {
        font-size: 0.9rem;
    }

    .FeaturesSlider_wrapper__Tp80d .mantine-Paper-root {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.FeaturesSlider_card__dCqYV {
    border: 1px solid #f8f9fa;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.7), 0 0 60px rgba(64, 192, 87, 0.2),
        0 0 80px rgba(64, 192, 87, 0.1);
    transition: all 0.3s ease;
}

.FeaturesSlider_card__dCqYV:hover {
    box-shadow: 0 0 25px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, 0.8), 0 0 75px rgba(64, 192, 87, 0.3),
        0 0 100px rgba(64, 192, 87, 0.15);
    transform: translateY(-5px);
}

.TiltedCard_tiltedCardFigure__W0hX_ {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.TiltedCard_tiltedCardMobileAlert__7arBo {
    position: absolute;
    top: 1rem;
    text-align: center;
    font-size: 0.875rem;
    display: none;
}

@media (max-width: 640px) {
    .TiltedCard_tiltedCardMobileAlert__7arBo {
        display: block;
    }
    .TiltedCard_tiltedCardCaption__ash8d {
        display: none;
    }
}

.TiltedCard_tiltedCardInner__VRmPa {
    position: relative;
    transform-style: preserve-3d;
}

.TiltedCard_tiltedCardImg__8pf2F {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    will-change: transform;
    transform: translateZ(0);
}

.TiltedCard_tiltedCardOverlay__FO6dF {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    will-change: transform;
    transform: translateZ(30px);
}

.TiltedCard_tiltedCardCaption__ash8d {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    color: #2d2d2d;
    opacity: 0;
    z-index: 3;
}

.HeroBanner_inner__lEP1H{display:flex;justify-content:space-between;padding-top:calc(var(--mantine-spacing-xl)*4);padding-bottom:calc(var(--mantine-spacing-xl)*4);padding-left:var(--mantine-spacing-lg);padding-right:var(--mantine-spacing-lg)}.HeroBanner_content__EQnBD{max-width:50%;position:relative}.HeroBanner_overlay___tHYn{background-size:80px auto !important;z-index:0;opacity:.7;background-color:rgba(0,0,0,.6)}.HeroBanner_imgOverlay__yXjh1{margin-top:70px;margin-left:50px}.HeroBanner_heroRoot__XnmFB{position:relative;background-color:#1a1a1a}.HeroBanner_control__Do3PZ{color:rgba(0,0,0,.8);background-color:#40c057;transition:all .2s ease-in-out;padding:0}.HeroBanner_control__Do3PZ:hover{background-color:#51cf66;color:rgba(0,0,0,.8)}.HeroBanner_title__Ep93c{color:#fff;font-size:32px;line-height:1.2;font-weight:900}@media(max-width: var(--mantine-breakpoint-xs)){.HeroBanner_title__Ep93c{font-size:24px}}.HeroBanner_subtitle__pVlH5{color:#ced4da;font-size:18px;line-height:1.5;font-weight:400}@media(max-width: var(--mantine-breakpoint-xs)){.HeroBanner_subtitle__pVlH5{font-size:16px}}.HeroBanner_inner__lEP1H ul li{color:#adb5bd}.HeroBanner_inner__lEP1H ul li b{color:#fff}.HeroBanner_image__BWObs{position:relative;width:50%;padding-top:30px}@media(max-width: 1024px){.HeroBanner_content__EQnBD{margin-right:0}.HeroBanner_title__Ep93c{font-size:28px}}.HeroBanner_glareHover__rzBfp{padding:0 30px;border-radius:10px}@media(max-width: 770px){.HeroBanner_content__EQnBD{margin-right:0;max-width:100%;text-align:center}.HeroBanner_inner__lEP1H{padding-top:calc(var(--mantine-spacing-xl)*2 + 55px);padding-bottom:calc(var(--mantine-spacing-xl)*2);padding-left:0;padding-right:0;justify-content:center}.HeroBanner_title__Ep93c{font-size:22px}.HeroBanner_subtitle__pVlH5{font-size:16px}.HeroBanner_control__Do3PZ{margin:0 auto}.HeroBanner_image__BWObs{display:none}.HeroBanner_heroRoot__XnmFB::before{height:290px;width:400px}.HeroBanner_heroRoot__XnmFB::after{display:none}}.HeroBanner_highlight__yhNHw{color:#40c057}
.PricesCards_title__5jJ_p {
    font-weight: 900;
    font-size: var(--title-fz);
    line-height: 1.2;
    color: #212529;
    margin-bottom: 1rem;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: var(--title-fz);
    }
}

.PricesCards_description__Qst7t {
    max-width: 600px;
    margin: auto;
}

.PricesCards_card__wRxoc {
    border: 1px solid #f8f9fa;
    background-color: #ffffff;
    position: relative;
}

.PricesCards_popularBadge__ZeeFp {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
}

/* Estilos para los iconos y textos de los headers */
.PricesCards_cardTop__0wNLK svg {
    stroke: #2a6a2a;
    opacity: 1;
}

.PricesCards_cardTop__0wNLK p {
    color: #2a6a2a !important;
    font-weight: 600;
}

/* Evitar que los textos cambien con el tema */
.PricesCards_cardTop__0wNLK p,
.PricesCards_footcard__PoN2s p,
.PricesCards_card__wRxoc .PricesCards_mantine-Text-root__CL3K8 {
    color: #2a6a2a !important;
}

/* Texto del precio fijo */
.PricesCards_priceText__Y7U3Y {
    color: #2a6a2a !important;
}

/* Texto de las características fijo */
.PricesCards_featureText__PH8A8 {
    color: #495057 !important;
}

/* Forzar colores en todos los elementos de texto de las cards */
.PricesCards_card__wRxoc .PricesCards_mantine-Text-root__CL3K8,
.PricesCards_card__wRxoc .PricesCards_mantine-List-itemText__JUlpQ,
.PricesCards_card__wRxoc .PricesCards_mantine-List-item__X_56y,
.PricesCards_card__wRxoc p,
.PricesCards_card__wRxoc span,
.PricesCards_card__wRxoc div {
    color: #495057;
}

/* EXCEPCIÓN: Botón "CONCERTAR CITA" debe ser blanco */
.PricesCards_card__wRxoc .PricesCards_mantine-Button-root__86ziR,
.PricesCards_card__wRxoc .PricesCards_mantine-Button-root__86ziR *,
.PricesCards_card__wRxoc .PricesCards_mantine-Button-root__86ziR span,
.PricesCards_card__wRxoc .PricesCards_mantine-Button-root__86ziR div,
.PricesCards_card__wRxoc .PricesCards_mantine-Button-root__86ziR p,
.PricesCards_card__wRxoc .PricesCards_mantine-Button-root__86ziR strong,
.PricesCards_card__wRxoc .PricesCards_mantine-Button-root__86ziR b {
    color: white !important;
}

/* EXCEPCIÓN: Badge "Más Popular" debe ser blanco */
.PricesCards_card__wRxoc .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g,
.PricesCards_card__wRxoc .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g *,
.PricesCards_card__wRxoc .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g span,
.PricesCards_card__wRxoc .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g div,
.PricesCards_card__wRxoc .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g p,
.PricesCards_card__wRxoc .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g strong,
.PricesCards_card__wRxoc .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g b {
    color: white !important;
}

/* Clase específica para el badge "Más Popular" */
.PricesCards_popularBadgeWhite__1Aqpa {
    color: white !important;
}

.PricesCards_popularBadgeWhite__1Aqpa *,
.PricesCards_popularBadgeWhite__1Aqpa span,
.PricesCards_popularBadgeWhite__1Aqpa div,
.PricesCards_popularBadgeWhite__1Aqpa p,
.PricesCards_popularBadgeWhite__1Aqpa strong,
.PricesCards_popularBadgeWhite__1Aqpa b {
    color: white !important;
}

/* Específicamente para los items de la lista */
.PricesCards_card__wRxoc .PricesCards_mantine-List-item__X_56y .PricesCards_mantine-Text-root__CL3K8 {
    color: #495057 !important;
}

/* Para el texto del precio en el footer */
.PricesCards_footcard__PoN2s .PricesCards_mantine-Text-root__CL3K8 {
    color: #2a6a2a !important;
}

/* Badge "Más Popular" fijo */
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g {
    color: white !important;
    background-color: #40c057 !important;
}

.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g span,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g div,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g p {
    color: white !important;
}

/* Badge "Pago Anual" fijo */
.PricesCards_priceSpan__Tlq4M.PricesCards_mantine-Badge-root__LAo5g {
    color: white !important;
    background-color: #40c057 !important;
}

.PricesCards_priceSpan__Tlq4M.PricesCards_mantine-Badge-root__LAo5g span,
.PricesCards_priceSpan__Tlq4M.PricesCards_mantine-Badge-root__LAo5g div,
.PricesCards_priceSpan__Tlq4M.PricesCards_mantine-Badge-root__LAo5g p {
    color: white !important;
}

/* Forzar texto blanco en todos los badges */
.PricesCards_mantine-Badge-root__LAo5g,
.PricesCards_mantine-Badge-root__LAo5g * {
    color: white !important;
}

/* Estilos específicos para el badge "Más Popular" */
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g *,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g span,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g div,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g p,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g strong,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g b {
    color: white !important;
    background-color: #40c057 !important;
}

/* Override más agresivo para "Más Popular" */
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g *,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g span,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g div,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g p,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g strong,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g b,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g .PricesCards_mantine-Badge-label__cD8VC,
.PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g .PricesCards_mantine-Badge-section__DN5xU {
    color: white !important;
    background-color: #40c057 !important;
}

/* Forzar en cualquier tema */
[data-mantine-color-scheme="dark"] .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g,
[data-mantine-color-scheme="light"] .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g,
[data-mantine-color-scheme="dark"] .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g *,
[data-mantine-color-scheme="light"] .PricesCards_popularBadge__ZeeFp .PricesCards_mantine-Badge-root__LAo5g * {
    color: white !important;
    background-color: #40c057 !important;
}

/* Estilos específicos para el badge "Pago Anual" */
.PricesCards_priceSpan__Tlq4M,
.PricesCards_priceSpan__Tlq4M *,
.PricesCards_priceSpan__Tlq4M span,
.PricesCards_priceSpan__Tlq4M div,
.PricesCards_priceSpan__Tlq4M p,
.PricesCards_priceSpan__Tlq4M strong,
.PricesCards_priceSpan__Tlq4M b {
    color: white !important;
    background-color: #40c057 !important;
}

/* Override global para todos los badges */
[data-mantine-color-scheme="dark"] .PricesCards_mantine-Badge-root__LAo5g,
[data-mantine-color-scheme="light"] .PricesCards_mantine-Badge-root__LAo5g {
    color: white !important;
}

[data-mantine-color-scheme="dark"] .PricesCards_mantine-Badge-root__LAo5g *,
[data-mantine-color-scheme="light"] .PricesCards_mantine-Badge-root__LAo5g * {
    color: white !important;
}

/* Iconos de check fijos */
.PricesCards_card__wRxoc .PricesCards_mantine-ThemeIcon-root___Y0_9 {
    background-color: #ced4da !important;
}

.PricesCards_card__wRxoc .PricesCards_mantine-ThemeIcon-root___Y0_9 svg {
    color: #495057 !important;
    stroke: #495057 !important;
}

.PricesCards_cardTop__0wNLK p {
    color: #2a6a2a !important;
    font-weight: 600;
}

.PricesCards_cardTop__0wNLK {
    background-color: #d4edda;
    margin-top: -20px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% + 40px);
}

.PricesCards_card__wRxoc:last-child .PricesCards_iconList__YgbJi {
    background: #40c057 !important;
}

.PricesCards_card__wRxoc:last-child .PricesCards_cardTop__0wNLK {
    background: #40c057;
    color: white;
}

.PricesCards_priceSpan__Tlq4M {
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    padding-top: 1px;
    margin-top: -4px;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    background-color: #40c057 !important;
    color: white !important;
}

.PricesCards_card__wRxoc:last-child .PricesCards_cardTop__0wNLK svg {
    stroke: #ffffff;
    opacity: 0.8;
}

.PricesCards_card__wRxoc:last-child .PricesCards_cardTop__0wNLK p {
    color: #ffffff !important;
}

.PricesCards_footcard__PoN2s {
    background-color: #d4edda;
    width: calc(100% + 70px);
    margin-left: -35px;
    height: 55px;
    position: absolute;
    bottom: 0;
}

.PricesCards_footcard__PoN2s p {
    color: #2a6a2a !important;
    font-weight: 600;
}

/* Tema Claro */
[data-mantine-color-scheme="light"] .PricesCards_welcomeRoot__1EkNH {
    background: url("/bg-light.jpg");
    background-size: cover;
}

/* Tema Oscuro */
[data-mantine-color-scheme="dark"] .PricesCards_welcomeRoot__1EkNH {
    background: url("/bg-dark.jpg");
    background-size: cover;
}

.PricesCards_welcomeRoot__1EkNH {
    position: relative;
    overflow: hidden;
}

.PricesCards_welcomeRoot__1EkNH::before {
    content: "";
    position: absolute;
    height: 435px;
    width: 598px;
    bottom: 0;
    background-image: url("/patron-d.svg");
}

.PricesCards_welcomeRoot__1EkNH::after {
    content: "";
    position: absolute;
    height: 295px;
    width: 480px;
    right: 0;
    top: 0;
    background-image: url("/patron-u.svg");
    z-index: 0;
}

.PricesCards_wrapper__cqPYP {
    background-color: #f8fdf8;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 70px 0 100px 0;
    position: relative;
    overflow: hidden;
}

.PricesCards_card__wRxoc {
    border: 1px solid #f8f9fa;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.7), 0 0 60px rgba(64, 192, 87, 0.2),
        0 0 80px rgba(64, 192, 87, 0.1);
    transition: all 0.3s ease;
}

.PricesCards_card__wRxoc:hover {
    box-shadow: 0 0 25px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, 0.8), 0 0 75px rgba(64, 192, 87, 0.3),
        0 0 100px rgba(64, 192, 87, 0.15);
    transform: translateY(-5px);
}

.PricesCards_silkBackground__jU0Qq {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.PricesCards_container__zNmJv {
    max-width: var(--mantine-breakpoint-lg);
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

@media (max-width: 770px) {
    .PricesCards_container__zNmJv .mantine-SimpleGrid-root {
        max-width: 80%;
        margin: 0 auto;
    }
}

.Solution_title__b1nnx {
    font-weight: 900;
    font-size: var(--title-fz);
    line-height: 1.2;
    color: #212529;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: var(--title-fz);
    }
}

.Solution_color-h__llgnF {
    color: #40c057;
    font-weight: 900;
    font-size: var(--title-fz);

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: var(--title-fz);
    }
}

.Solution_example__6KiqJ {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.Solution_list__HA5rJ li {
    color: #6c757d;
}

.Solution_list__HA5rJ li b {
    color: #212529;
}

.Solution_wrapper__ied34 {
    background-color: white;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url("/bgf-izq.svg");
    background-repeat: no-repeat;
    width: 100%;
    border-bottom: 3px solid #cccccc;
}

.Solution_painPointIcon__oscKx {
    color: #40c057;
    margin-top: 2px;
    flex-shrink: 0;
}

.Solution_list__HA5rJ li .Solution_mantine-Group-root__Qrgbt {
    align-items: flex-start;
}

.Solution_list__HA5rJ li .Solution_mantine-Group-root__Qrgbt .Solution_mantine-Box-root__A9kMi {
    flex: 1 1;
    line-height: 1.5;
}

.Solution_testimonialCard__BIeYH {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
}

.Solution_testimonialQuote__VX4dY {
    color: #495057;
    font-style: italic;
    line-height: 1.6;
}

.Solution_testimonialAuthor__MYQ5_ {
    font-weight: 500;
}

.Solution_testimonialAvatar__13lRh {
    flex-shrink: 0;
    border: 2px solid #e9ecef;
}

@media (max-width: 770px) {
    .Solution_title__b1nnx {
        font-size: calc(var(--title-fz) - 0.3rem);
        text-align: center;
    }

    .Solution_color-h__llgnF {
        font-size: calc(var(--title-fz) - 0.3rem);
    }

    .Solution_example__6KiqJ {
        flex: 100% 1;
        padding: 20px;
        order: 2;
        margin-top: 25px;
    }
}

.WhySosteniFood_title__jzvuS {
    font-weight: 900;
    font-size: var(--title-fz);
    line-height: 1.2;
    color: #212529;
    margin-bottom: 1rem;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: var(--title-fz);
    }
}

.WhySosteniFood_description__A96kE {
    max-width: 600px;
    margin: auto;
}

.WhySosteniFood_content__jNqzf {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.WhySosteniFood_tableContainer__xdgA_ {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.WhySosteniFood_comparisonTable__SXKTK {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
    border-radius: 0;
    overflow: hidden;
}

.WhySosteniFood_tableHeader__KRBN6 {
    font-weight: 600;
    text-align: center;
    padding: 3px;
    font-size: 0.9rem;
    border: none;
}

.WhySosteniFood_tableHeader__KRBN6:first-child {
    text-align: left;
}

.WhySosteniFood_characteristicsSpan__MX612 {
    background-color: rgba(211, 249, 216, 0.6); /* Light green with 60% opacity */
    color: #0a3d0a; /* Very dark green */
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
}

.WhySosteniFood_sostenifoodSpan__GaSHC {
    background-color: rgba(211, 249, 216, 0.6); /* Light green with 60% opacity */
    color: #0a3d0a; /* Very dark green */
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.WhySosteniFood_featureSpan__4ewKM {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 0.75rem 0.75rem;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 100;
}

.WhySosteniFood_sostenifoodCellSpan__QlaNf {
    background-color: rgba(0, 50, 0, 0.65); /* Much darker green with 65% opacity */
    color: #90ee90; /* Light green text */
    padding: 0.75rem 0.75rem;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
}

.WhySosteniFood_competitorSpan__Ta8Kk {
    background-color: rgba(255, 255, 255, 0.15); /* Same as featureSpan */
    color: rgba(255, 255, 255, 0.8); /* Same as featureSpan */
    padding: 0.75rem 0.75rem;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal; /* Same as featureSpan */
}

.WhySosteniFood_otherSolutionsSpan__8XbQ5 {
    background-color: rgba(211, 249, 216, 0.6); /* Light green with 60% opacity */
    color: #0a3d0a; /* Very dark green */
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
}

.WhySosteniFood_featureCell__DikRZ {
    font-weight: 600;
    padding: 3px;
    text-align: left;
}

.WhySosteniFood_sostenifoodCell__JWwyA {
    font-weight: 600;
    padding: 3px;
    text-align: center;
}

.WhySosteniFood_competitorCell__Wl7XZ {
    font-weight: 500;
    padding: 3px;
    text-align: center;
}

.WhySosteniFood_finalSubtitle__JWTJO {
    font-size: 1.1rem;
    color: #495057;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;

    @media (max-width: var(--mantine-breakpoint-sm)) {
        font-size: 1rem;
    }
}

.WhySosteniFood_wrapper__FfWBa {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url("/bgf-der.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.WhySosteniFood_silkBackground__0tWId {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.WhySosteniFood_overlay__R5N5r {
    background-size: 80px auto !important;
    z-index: 1;
    opacity: 0.4;
    background-color: transparent;
}

.WhySosteniFood_wrapper__FfWBa::before,
.WhySosteniFood_wrapper__FfWBa::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    filter: blur(4px);
}

.WhySosteniFood_wrapper__FfWBa::before {
    top: 0;
}

.WhySosteniFood_wrapper__FfWBa::after {
    bottom: 0;
}

@media (max-width: 770px) {
    .WhySosteniFood_title__jzvuS {
        font-size: calc(var(--title-fz) - 0.3rem);
        text-align: center;
    }

    .WhySosteniFood_tableContainer__xdgA_ {
        padding: 0.8rem;
        overflow-x: auto;
    }

    .WhySosteniFood_comparisonTable__SXKTK {
        min-width: 600px;
    }

    .WhySosteniFood_tableHeader__KRBN6,
    .WhySosteniFood_featureCell__DikRZ,
    .WhySosteniFood_sostenifoodCell__JWwyA,
    .WhySosteniFood_competitorCell__Wl7XZ {
        padding: 0.3rem 0.4rem;
        font-size: 0.8rem;
    }

    .WhySosteniFood_finalSubtitle__JWTJO {
        font-size: 0.95rem;
        text-align: center;
    }

    .WhySosteniFood_characteristicsSpan__MX612,
    .WhySosteniFood_sostenifoodSpan__GaSHC,
    .WhySosteniFood_featureSpan__4ewKM,
    .WhySosteniFood_sostenifoodCellSpan__QlaNf,
    .WhySosteniFood_competitorSpan__Ta8Kk,
    .WhySosteniFood_otherSolutionsSpan__8XbQ5 {
        font-size: 0.8rem;
        padding: 0.4rem 0.5rem;
    }

    .WhySosteniFood_sostenifoodSpan__GaSHC img {
        width: 120px !important;
        height: auto !important;
    }
}

