@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Source+Sans+3:wght@300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans:wght@400;700&family=Source+Sans+3:wght@200;300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.cdnfonts.com/css/muller-next-expanded-trial";@font-face{font-family:"BYD_ProductNames";font-display:swap;src:url(/_next/static/media/BYD_ProductNames.cf0a8ff1.ttf)}@font-face{font-family:"CMS BYD";font-display:swap;src:url(/_next/static/media/CMS_BYD.e8d5019e.ttf)}@font-face{font-family:"Logo_Consorcio";font-display:swap;src:url(/_next/static/media/Logo_Consorcio.25e3d591.ttf)}@font-face{font-family:"Logo";font-display:swap;src:url(/_next/static/media/logo.b1f70db8.ttf)}@font-face{font-family:"LogoGAB";font-display:swap;src:url(/_next/static/media/LogoGAB.6ca87d85.ttf)}.Sobre_sobrePage__l1KuQ{width:100%;background-color:#f5f5f5;padding-top:4rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH{display:flex;gap:1.5rem;justify-content:center;align-items:flex-start;padding-bottom:4rem;line-height:1.25;background-color:#f5f5f5;max-width:100%;margin-top:2.5rem}@media(max-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH{padding-left:1rem;padding-right:1rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL{display:flex;flex-direction:column;padding-top:2rem;min-width:240px;width:100%;max-width:1440px;padding-left:2rem;padding-right:2rem}@media(max-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL{padding-left:1rem;padding-right:1rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;width:100%}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy{flex-direction:row}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz{width:100%;position:relative}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz{width:50%}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_mainImage__j5rzT{width:100%;height:auto;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .5s ease-out;opacity:0;transform:scale(0.95)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_mainImage__j5rzT.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_mainImage__j5rzT[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd{position:absolute;bottom:-2rem;right:-1rem;width:14rem;height:10rem;border-radius:.5rem;transition:all .5s ease-out;transition-delay:150ms;opacity:0;transform:scale(0.95)}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd{width:300px;height:220px;right:-2rem;bottom:-3rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx{position:absolute;bottom:5rem;left:14rem;width:6rem;height:6rem;object-fit:contain;transition:all .5s ease-out;transition-delay:300ms;opacity:0;transform:scale(0.95)}@media(max-width: 1023px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx{bottom:-1rem;left:4rem;width:3rem;height:3rem}}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx{bottom:-1.5rem;left:21rem;width:5rem;height:5rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR{width:100%;display:flex;flex-direction:column}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR{width:50%}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_header__HXtaM{display:flex;flex-direction:column;justify-content:center;width:100%;font-size:2.25rem;color:#000;margin-bottom:1.5rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_header__HXtaM .Sobre_titleContainer__612oI{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0;width:100%}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_header__HXtaM .Sobre_titleContainer__612oI h2{max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_header__HXtaM .Sobre_titleContainer__612oI h2{max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_header__HXtaM .Sobre_titleContainer__612oI .Sobre_underline__T_uDi{display:flex;margin-top:.625rem;background-color:#dc2626;border-radius:.125rem;min-height:2px;width:60px}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_description__khCuv{display:flex;flex-direction:column;width:100%;font-size:1.125rem;line-height:1.5;color:#52525b;padding-left:0}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_description__khCuv{padding-left:2rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_description__khCuv p{width:100%;margin-top:1rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_heroSection__mtXMy .Sobre_textContent__2tInR .Sobre_description__khCuv p:first-child{margin-top:0}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX{display:flex;flex-direction:column;gap:2rem;margin-top:8rem;width:100%}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX{flex-direction:row}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA{width:100%;display:flex;flex-direction:column}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA{width:33.333333%}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA h3{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.75rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA p{font-size:1rem;line-height:1.5;color:#52525b;margin-bottom:1rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA .Sobre_imageContainer__nKfgz{position:relative}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA .Sobre_imageContainer__nKfgz .Sobre_standardImage__YTyNT{margin-top:1rem;width:100%;height:500px;object-fit:cover;transition:all .5s ease-out;transition-delay:100ms;border-radius:.5rem;opacity:0;transform:scale(0.95)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA .Sobre_imageContainer__nKfgz .Sobre_standardImage__YTyNT.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA .Sobre_imageContainer__nKfgz .Sobre_standardImage__YTyNT[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA .Sobre_imageContainer__nKfgz .Sobre_standardLogo__g_B7_{position:absolute;top:-1rem;right:1rem;width:6rem;height:6rem;object-fit:contain;transition:all .5s ease-out;transition-delay:300ms;opacity:0;transform:scale(0.95)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA .Sobre_imageContainer__nKfgz .Sobre_standardLogo__g_B7_.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA .Sobre_imageContainer__nKfgz .Sobre_standardLogo__g_B7_[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}@media(max-width: 1023px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_middleCard__AkfLc{display:flex;flex-direction:column}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_middleCard__AkfLc h3{order:1;margin-top:0;margin-bottom:.75rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_middleCard__AkfLc p{order:2;margin-bottom:1rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_middleCard__AkfLc .Sobre_imageContainer__nKfgz{order:3}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_middleCard__AkfLc .Sobre_imageContainer__nKfgz .Sobre_standardImage__YTyNT{height:450px}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_middleCard__AkfLc .Sobre_imageContainer__nKfgz .Sobre_standardLogo__g_B7_{top:auto;bottom:-2rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_middleCard__AkfLc h3{margin-top:1rem}@media(max-width: 1023px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed{display:flex;flex-direction:column}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed .Sobre_iconImage__jAqwW{order:1;margin-bottom:1rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed h3{order:2;margin-top:0;margin-bottom:.75rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed p{order:3;margin-bottom:1rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed .Sobre_imageContainer__nKfgz{order:4;margin-top:1rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed .Sobre_iconImage__jAqwW{width:8rem;height:8rem;margin-bottom:1rem;align-self:flex-start}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed .Sobre_imageContainer__nKfgz .Sobre_standardImage__YTyNT{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);margin-bottom:1rem;transition-delay:200ms}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed .Sobre_imageContainer__nKfgz .Sobre_standardLogo__g_B7_{top:-3.5rem;width:9rem;height:9rem}@media(max-width: 1023px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_standardsSection__a9YQX .Sobre_standardCard__tvjwA.Sobre_lastCard__bYhed .Sobre_imageContainer__nKfgz .Sobre_standardLogo__g_B7_{top:-2rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu{display:flex;flex-direction:column;gap:2rem;margin-top:6rem;width:100%}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu{flex-direction:row}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz{width:100%;position:relative}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz{width:50%}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_mainImage__j5rzT{width:100%;height:auto;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .5s ease-out;opacity:0;transform:scale(0.95)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_mainImage__j5rzT.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_mainImage__j5rzT[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd{position:absolute;top:16rem;right:-2rem;width:14rem;height:10rem;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:all .5s ease-out;transition-delay:150ms;opacity:0;transform:scale(0.95)}@media(max-width: 1023px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd{top:8rem;width:12rem;height:8rem;right:-1rem}}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd{width:300px;height:220px;top:18rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx{position:absolute;bottom:5rem;left:14rem;width:6rem;height:6rem;object-fit:contain;transition:all .5s ease-out;transition-delay:300ms;opacity:0;transform:scale(0.95)}@media(max-width: 1023px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx{bottom:-1rem;left:6rem;width:3rem;height:3rem}}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx{bottom:-0.5rem;left:21rem;width:5rem;height:5rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR{width:100%;display:flex;flex-direction:column}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR{width:50%}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_header__HXtaM{display:flex;flex-direction:column;justify-content:center;width:100%;font-size:2.25rem;color:#000;margin-bottom:1.5rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_header__HXtaM .Sobre_titleContainer__612oI{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0;width:100%}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_header__HXtaM .Sobre_titleContainer__612oI h2{max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_header__HXtaM .Sobre_titleContainer__612oI h2{max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_header__HXtaM .Sobre_titleContainer__612oI .Sobre_underline__T_uDi{display:flex;margin-top:.625rem;background-color:#dc2626;border-radius:.125rem;min-height:2px;width:60px}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_description__khCuv{display:flex;flex-direction:column;width:100%;font-size:1.125rem;line-height:1.5;color:#52525b;padding-left:0}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_description__khCuv{padding-left:2rem}}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_description__khCuv p{width:100%;margin-top:1rem}.Sobre_sobrePage__l1KuQ .Sobre_mainContainer__xvqoH .Sobre_contentWrapper__LFOeL .Sobre_groupSection__7LaDu .Sobre_textContent__2tInR .Sobre_description__khCuv p:first-child{margin-top:0}.Sobre_sobrePage__l1KuQ .Sobre_linksSection__0JpBm{display:flex;flex-direction:column;gap:3.5rem;width:100%;justify-content:center;align-items:center;padding:0 2rem}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_linksSection__0JpBm{flex-direction:row}}.Sobre_sobrePage__l1KuQ .Sobre_linksSection__0JpBm .Sobre_link__Z39Yy{font-size:1.125rem;color:#a1a1aa;transition:color .2s;display:flex;align-items:center;gap:.5rem}.Sobre_sobrePage__l1KuQ .Sobre_linksSection__0JpBm .Sobre_link__Z39Yy:hover{color:#dc2626}.Sobre_sobrePage__l1KuQ .Sobre_linksSection__0JpBm .Sobre_link__Z39Yy img{width:1rem;height:1rem}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r{position:relative;width:100%;min-height:800px;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:4rem;background-image:url("https://bloblandingpageprd.blob.core.windows.net/toyota/geral/sobre/Fundo.png")}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9{z-index:10;display:flex;gap:1.5rem;justify-content:center;align-items:flex-start;padding-bottom:4rem;line-height:1.25;max-width:100%;width:100%}@media(max-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9{padding-left:1rem;padding-right:1rem}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL{display:flex;flex-direction:column;padding-top:2rem;min-width:240px;width:1140px}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc{position:relative;background-color:hsla(0,0%,100%,.7);backdrop-filter:blur(4px);border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);padding:2rem;width:100%}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG{display:flex;flex-direction:column;gap:2rem;width:100%}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG{flex-direction:row}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q{width:100%;display:flex;flex-direction:column;justify-content:flex-start}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q{width:33.333333%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv{display:flex;flex-direction:column;width:100%;font-size:1.125rem;line-height:1.5;color:#52525b}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv .Sobre_header__HXtaM{display:flex;flex-direction:column;justify-content:center;width:100%;font-size:2.25rem;color:#000;max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv .Sobre_header__HXtaM{max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0;width:100%;max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI{max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI h2{max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI h2{max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI .Sobre_underline__T_uDi{display:flex;margin-top:.625rem;background-color:#dc2626;border-radius:.125rem;min-height:2px;width:60px}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialText__PQa0Q .Sobre_description__khCuv p{width:100%}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_{width:100%;display:flex;flex-direction:column}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_{width:66.666667%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_statementsGrid__1sp4l{display:grid;gap:1rem;align-items:flex-start;width:100%;line-height:1.375}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_statementsGrid__1sp4l{grid-template-columns:repeat(2, 1fr)}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_statementsGrid__1sp4l .Sobre_statementCard__mdgfW{display:flex;flex-wrap:wrap;width:100%;gap:1rem;justify-content:center;padding:1rem 1.5rem;background-color:#f9fafb;border-radius:1rem;min-height:110px;min-width:240px;box-shadow:0px 0px 16px rgba(0,0,0,.17);max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_statementsGrid__1sp4l .Sobre_statementCard__mdgfW{padding:1rem 1.25rem;max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_statementsGrid__1sp4l .Sobre_statementCard__mdgfW .Sobre_yearContainer__deerL{display:flex;gap:.5rem;align-items:center;padding-right:1rem;width:10rem;height:100%;font-size:1.125rem;color:#dc2626;white-space:nowrap;border-right:2px solid #71717a}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_statementsGrid__1sp4l .Sobre_statementCard__mdgfW .Sobre_yearContainer__deerL img{object-fit:contain;flex-shrink:0;align-self:stretch;margin:auto 0;aspect-ratio:1;width:60px}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_statementsGrid__1sp4l .Sobre_statementCard__mdgfW .Sobre_yearContainer__deerL .Sobre_year__TcoD_{align-self:stretch;margin:auto 0}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_statementsGrid__1sp4l .Sobre_statementCard__mdgfW .Sobre_statementLink__mK3b8{flex:1;flex-shrink:1;margin:auto 0;font-size:.875rem;color:#0369a1;flex-basis:1rem}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_showMoreButton__1gUUh{display:flex;justify-content:center;margin-top:1.5rem}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_showMoreButton__1gUUh button{font-size:1.125rem;color:#52525b;transition:color .2s;text-decoration:underline;text-decoration-color:#dc2626;text-underline-offset:4px}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_financialContent__204VG .Sobre_financialGrid__Jnkq_ .Sobre_showMoreButton__1gUUh button:hover{color:#dc2626}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_divider__DELWn{width:100%;height:1px;background-color:#d1d5db;margin:3rem 0}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK{display:flex;flex-direction:column;gap:2rem;width:100%}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK{flex-direction:row}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE{width:100%;display:flex;flex-direction:column;justify-content:flex-start}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE{width:33.333333%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv{display:flex;flex-direction:column;width:100%;font-size:1.125rem;line-height:1.5;color:#52525b}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv .Sobre_header__HXtaM{display:flex;flex-direction:column;justify-content:center;width:100%;font-size:2.25rem;color:#000;max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv .Sobre_header__HXtaM{max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0;width:100%;max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI{max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI h2{max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI h2{max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv .Sobre_header__HXtaM .Sobre_titleContainer__612oI .Sobre_underline__T_uDi{display:flex;margin-top:.625rem;background-color:#dc2626;border-radius:.125rem;min-height:2px;width:60px}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalText__A8jNE .Sobre_description__khCuv p{width:100%;margin-top:1rem}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI{width:100%;display:flex;flex-direction:column}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI{width:66.666667%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI .Sobre_notesGrid__B0oQG{display:grid;gap:1rem;align-items:flex-start;width:100%;line-height:1.375}@media(min-width: 1024px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI .Sobre_notesGrid__B0oQG{grid-template-columns:1fr}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI .Sobre_notesGrid__B0oQG .Sobre_noteCard__khxav{display:flex;flex-wrap:wrap;width:100%;gap:1rem;justify-content:center;padding:1rem 1.5rem;background-color:#fff;border-radius:1rem;min-height:110px;min-width:240px;box-shadow:0px 0px 16px rgba(0,0,0,.17);max-width:100%}@media(max-width: 768px){.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI .Sobre_notesGrid__B0oQG .Sobre_noteCard__khxav{padding:1rem 1.25rem;max-width:100%}}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI .Sobre_notesGrid__B0oQG .Sobre_noteCard__khxav .Sobre_pdfIcon__e9o18{display:flex;gap:.5rem;align-items:center;padding-right:1rem;width:10rem;height:100%;font-size:1.125rem;color:#dc2626;white-space:nowrap;border-right:2px solid #71717a}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI .Sobre_notesGrid__B0oQG .Sobre_noteCard__khxav .Sobre_pdfIcon__e9o18 svg{width:60px;height:60px}.Sobre_sobrePage__l1KuQ .Sobre_financialSection__nQK4r .Sobre_contentContainer__A6yV9 .Sobre_contentWrapper__LFOeL .Sobre_financialCard___cXKc .Sobre_technicalNoteContent__ZevGK .Sobre_technicalGrid__K6ByI .Sobre_notesGrid__B0oQG .Sobre_noteCard__khxav .Sobre_noteLink__BuQfR{flex:1;flex-shrink:1;margin:auto 0;font-size:.875rem;color:#0369a1;flex-basis:1rem}.Sobre_sobrePage__l1KuQ .Sobre_carModelsSection__5vYRb{width:100%}@media(max-width: 1023px){.Sobre_sobrePage__l1KuQ .Sobre_carModelsSection__5vYRb{display:none}}.Sobre_sobrePage__l1KuQ .Sobre_carModelsMobileSection__olv0t{display:none}@media(max-width: 1023px){.Sobre_sobrePage__l1KuQ .Sobre_carModelsMobileSection__olv0t{display:block}}.Sobre_overlayImage__k_NYd{position:absolute;bottom:-2rem;right:-1rem;width:14rem;height:10rem;z-index:2;border-radius:.5rem;transition:all .5s ease-out;transition-delay:150ms;opacity:0;transform:scale(0.95);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.Sobre_overlayImage__k_NYd.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_overlayImage__k_NYd[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}@media(min-width: 1024px){.Sobre_overlayImage__k_NYd{width:300px;height:220px;right:-2rem;bottom:-3rem;top:auto;left:auto}}@media(max-width: 1023px){.Sobre_overlayImage__k_NYd{width:14rem !important;height:10rem !important;bottom:-2rem !important;right:0 !important;top:auto !important;left:auto !important}}.Sobre_logoImage__QZDKx{position:absolute;z-index:3;object-fit:contain;transition:all .5s ease-out;transition-delay:300ms;opacity:0;transform:scale(0.95)}.Sobre_logoImage__QZDKx.Sobre_visible__oieVU{opacity:1;transform:scale(1)}.Sobre_logoImage__QZDKx[loading=eager]{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}@media(min-width: 1024px){.Sobre_logoImage__QZDKx{bottom:-1.5rem;left:21rem;width:5rem;height:5rem}}@media(max-width: 1023px){.Sobre_logoImage__QZDKx{left:auto !important;right:13rem !important;bottom:-1rem !important;width:3rem !important;height:3rem !important}.Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd,.Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_overlayImage__k_NYd{width:14rem !important;height:10rem !important}}@media(min-width: 1024px)and (max-width: 1400px){.Sobre_heroSection__mtXMy .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx{left:17rem !important;top:25rem !important}.Sobre_groupSection__7LaDu .Sobre_imageContainer__nKfgz .Sobre_logoImage__QZDKx{left:16rem !important;top:22rem !important}}

/*# sourceMappingURL=7f7cca048a259cbc.css.map*/