.footer{background-color:var(--color-oscuro);color:var(--color-fondo);z-index:100;background-image:linear-gradient(#0000,#000c),radial-gradient(circle at 50% 100%,#d31d241a 0%,#0000 50%);padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem;display:grid}.footer-column{flex-direction:column;gap:1.5rem;display:flex}.footer-logo{color:var(--color-primario);width:fit-content;margin:0;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.footer-logo:hover{color:var(--color-rojo-hover);text-shadow:0 0 8px #d31d244d}.footer-description{color:#fffc;text-wrap:pretty;margin:0;font-size:.95rem;line-height:1.6}.footer-social{gap:1rem;display:flex}.footer-social a{color:#fff;place-items:center;width:36px;height:36px;transition:transform .3s;display:grid}.footer-social a:hover{transform:translateY(-3px)}.footer-social .icon-mono,.footer-social .icon-color{grid-area:1/1;transition:opacity .3s}.footer-social .icon-mono{opacity:.7}.footer-social .icon-color,.footer-social a:hover .icon-mono{opacity:0}.footer-social a:hover .icon-color,.footer-social .social-tiktok:hover .icon-mono{opacity:1}.footer-title{color:var(--color-fondo);border-bottom:2px solid var(--color-primario);width:fit-content;margin:0;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:#fffc;width:fit-content;font-size:.95rem;text-decoration:none;transition:all .3s}.footer-links a:hover{color:var(--color-primario);transform:translate(5px)}.footer-contact{flex-direction:column;gap:1rem;display:flex}.footer-contact-item{color:#fffc;align-items:center;gap:.75rem;font-size:.95rem;text-decoration:none;transition:color .3s;display:flex}.footer-contact-item:hover{color:var(--color-primario)}.footer-contact-item svg{color:var(--color-primario);flex-shrink:0}.footer-contact-item:has(div){align-items:flex-start}.footer-contact-item:has(div) svg{margin-top:.2em}.footer-contact-item div{flex-direction:column;gap:.25rem;display:flex}.footer-hours{flex-direction:column;gap:1.25rem;display:flex}.footer-hours-item{align-items:center;gap:.75rem;display:flex}.footer-hours-item svg{color:var(--color-primario);flex-shrink:0}.footer-hours-item:has(div){align-items:flex-start}.footer-hours-item:has(div) svg{margin-top:.2em}.footer-hours-item div{flex-direction:column;gap:.25rem;display:flex}.footer-hours-item p{color:#fffc;margin:0;font-size:.9rem}.footer-hours-item strong{color:var(--color-fondo)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;flex-direction:column;gap:.5rem;padding-top:2rem;display:flex}.footer-bottom p{color:#fff9;text-wrap:pretty;margin:0;font-size:.9rem}.footer-disclaimer{color:#ffffff80!important;font-size:.85rem!important}@media (max-width:1024px){.footer{padding:3.5rem 2rem 2rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-column{gap:1.25rem}.footer-title{font-size:1.05rem}.footer-description,.footer-links a,.footer-contact-item{font-size:.9rem}}@media (max-width:480px){.footer{padding:2.5rem 1rem 1rem}.footer-grid{gap:2rem}.footer-column{gap:1rem}.footer-bottom{padding-top:1.5rem}.footer-bottom p{font-size:.85rem}}
header{z-index:1000;pointer-events:none;background:0 0;width:100%;position:fixed;top:0;left:0}.header-container{pointer-events:none;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.5rem 2rem;display:flex}.header-container>*{pointer-events:auto}.header-logo{height:80px;transition:transform .3s;display:block;position:relative}.header-logo:hover{transform:scale(1.05)}.header-logo img{object-fit:contain;z-index:1;filter:drop-shadow(0 2px 6px #0006);width:auto;height:100%;position:relative}.header-nav ul{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#0f0f12bf;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:0;margin:0;padding:.35rem;list-style:none;display:flex;position:relative;box-shadow:0 4px 16px #0000004d}.header-nav li{align-items:center;height:100%;display:flex;position:relative}.header-nav a{color:#fff;z-index:1;border-radius:50px;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex;position:relative}.pill-background{z-index:0;pointer-events:none;will-change:transform,width,left;background:#ffffff1f;border:1px solid #ffffff0d;border-radius:50px;height:calc(100% - .7rem);display:block;position:absolute;top:.35rem;box-shadow:0 4px 12px #0003}.header-nav a span{z-index:1;position:relative}.mobile-menu-button-wrapper{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:1000;background:#0f0f12bf;border:1px solid #ffffff14;border-radius:50px;padding:.35rem;display:none;position:relative;box-shadow:0 8px 32px #0006}.mobile-pill-background{z-index:0;pointer-events:none;background:#ffffff1f;border-radius:50px;position:absolute;inset:.35rem}.mobile-menu-button{color:var(--color-fondo);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:50px;padding:.65rem;transition:color .3s;display:none;position:relative}.mobile-menu-button:hover{color:var(--color-fondo)}.mobile-nav-footer{display:none}@media (max-width:968px){.header-container{padding:.75rem 1.5rem}.header-logo{height:65px}.mobile-menu-button-wrapper{display:block}.mobile-menu-button{justify-content:center;align-items:center;display:flex}.header-nav{-webkit-backdrop-filter:blur(25px)saturate(120%);z-index:999;background:#0a0a0cf2;flex-direction:column;justify-content:space-between;width:100%;max-width:380px;height:100vh;padding:6rem 2rem 3rem;transition:right .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-110%;box-shadow:-10px 0 40px #00000080}.header-nav.mobile-open{right:0}.header-nav ul{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:2rem;width:100%;padding:0}.header-nav li{justify-content:center;width:100%;display:flex}.header-nav a{letter-spacing:-.02em;text-shadow:none;-webkit-backdrop-filter:none;color:#fff9;text-align:center;background:0 0;border-radius:0;width:auto;padding:.5rem 1rem;font-size:2.5rem;font-weight:700;transition:color .3s;display:block}.header-nav a:hover,.header-nav a.active{color:#fff;background:0 0;transform:scale(1.05)}.header-nav a span{display:inline-block;position:relative}.header-nav a.active span:after,.pill-background{display:none}.mobile-nav-footer{border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding-top:2rem;padding-bottom:2rem;display:flex}.mobile-social-links{justify-content:center;gap:2rem;display:flex}.mobile-social-links a{color:#fff9;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:auto;padding:.5rem;font-size:1rem;transition:all .3s;display:flex}.mobile-social-links a:hover{color:#fff;background:#d31d24cc;transform:translateY(-3px)}.mobile-copyright{color:#ffffff4d;text-align:center;font-size:.85rem}}@media (max-width:480px){.header-container{padding:.75rem 1rem}.header-logo{height:55px}.header-nav{width:100%;right:-100%}.header-nav.mobile-open{right:0}}
@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4084ce120da2621a-s.a1b3e919.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/16d91c780434f2ce-s.f22a44f6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ef79401ea952b7f0-s.7264fe40.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8800dfc60902df36-s.p.e22d03ab.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Onest Fallback;src:local(Arial);ascent-override:92.2%;descent-override:28.99%;line-gap-override:0.0%;size-adjust:105.2%}.onest_873ad06b-module__5nMDuG__className{font-family:Onest,Onest Fallback;font-style:normal}.onest_873ad06b-module__5nMDuG__variable{--font-onest:"Onest","Onest Fallback"}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color)0%,var(--highlight-color)50%,var(--base-color)100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/onest-cyrillic-ext-wght-normal.36a5ca83.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/onest-cyrillic-wght-normal.98f0e72a.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/onest-latin-ext-wght-normal.bb55b482.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Onest Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(../media/onest-latin-wght-normal.d75b6697.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{--color-primario:#d31d24;--color-oscuro:#12100e;--color-fondo:#fff;--color-texto:#2b2b2b;--color-rojo-hover:#a91518;--color-gris-claro:#f5f5f5;--color-gris-medio:#757575;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--color-texto);background-color:var(--color-fondo);text-wrap:pretty;font-family:Onest Variable,system-ui,-apple-system,sans-serif;overflow-x:clip}h1,h2,h3,h4,h5,h6,p,li,a,span,label{text-wrap:pretty}#root{width:100%}button{font-family:inherit}:focus-visible{outline:2px solid var(--color-primario);outline-offset:2px}button:focus{outline:none}button:focus-visible{outline:2px solid var(--color-primario)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}#main-content{scroll-margin-top:calc(var(--header-height) + 2rem)}.focus\:not-sr-only:focus{clip:auto;white-space:normal;width:auto;height:auto;position:static;overflow:visible}.skip-link{z-index:9999;color:var(--color-primario);background:#fff;padding:1rem;font-weight:700;text-decoration:none;position:absolute;top:-9999px;left:0}.skip-link:focus{top:0}:root{--rt-transition-show-delay:.25s;--rt-transition-closing-delay:.25s}.custom-tooltip{max-width:300px;line-height:1.4;color:#1a1a1a!important;z-index:9999!important;background:#fff!important;border-radius:12px!important;padding:8px 12px!important;font-size:.9rem!important;font-weight:700!important;box-shadow:0 8px 32px #00000026,0 2px 8px #0000001a!important}.custom-tooltip .react-tooltip-arrow{background:#fff!important}.skeleton-image-container,.skeleton-map-container,.skeleton-full-height{width:100%;height:100%;line-height:1;display:block}.skeleton-image-container>span,.skeleton-map-container>span,.skeleton-full-height>span{width:100%!important;height:100%!important;display:block!important}.flex-1{flex:1}.flex-1>span{width:100%!important;display:block!important}
