@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.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:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--color-black:#fff;--color-dark-grey:#f4f4f5;--color-anthracite:#e4e4e7;--color-silver:#52525b;--color-light-grey:#fafafa;--color-white:#18181b;--color-red:#e50914;--color-red-hover:#b9090b;--font-primary:"Inter", system-ui, -apple-system, sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-red:0 4px 14px 0 #e5091463;--max-width:1200px;--header-height:80px;--background:var(--color-black);--foreground:var(--color-white)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.text-center{text-align:center}.text-red{color:var(--color-red)}.text-silver{color:var(--color-silver)}.bg-black{background-color:var(--color-black)}.bg-dark-grey{background-color:var(--color-dark-grey)}.bg-anthracite{background-color:var(--color-anthracite)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.btn{border-radius:var(--radius-sm);white-space:nowrap;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--color-red);box-shadow:var(--shadow-red);color:#fff!important}.btn-primary:hover{background-color:var(--color-red-hover);transform:translateY(-2px);box-shadow:0 6px 20px #e5091466}.btn-outline{border:2px solid var(--color-red);background-color:#0000;color:var(--color-red)!important}.btn-outline:hover{background-color:var(--color-red);color:#fff!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s forwards fadeIn}.card{background:var(--color-dark-grey);border:1px solid var(--color-anthracite);border-radius:var(--radius-md);padding:2rem;transition:all .3s}.card:hover{border-color:var(--color-red);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.card-icon{color:var(--color-red);margin-bottom:1rem;font-size:2.5rem}.input-group{margin-bottom:1.5rem}.input-field{background:var(--color-dark-grey);border:1px solid var(--color-anthracite);border-radius:var(--radius-sm);width:100%;color:var(--color-white);padding:1rem;font-family:inherit;transition:border-color .2s}.input-field:focus{border-color:var(--color-red);outline:none}body.nav-is-open .whatsapp-float{opacity:0;pointer-events:none;transform:scale(.5)}.whatsapp-float{color:#fff;width:60px;height:60px;box-shadow:var(--shadow-lg);z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.whatsapp-float:hover{color:#fff;transform:scale(1.1)}@media (max-width:767px){.whatsapp-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}
.Header-module__Af2_WG__header{height:var(--header-height);z-index:1000;background-color:#000;border-bottom:1px solid #1a1a1a;align-items:center;display:flex;position:sticky;top:0}.Header-module__Af2_WG__headerContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logo{letter-spacing:1px;text-transform:uppercase;z-index:1001;font-size:1.5rem;font-weight:800}.Header-module__Af2_WG__nav{display:flex}.Header-module__Af2_WG__navList{align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__navList a{color:#d1d5db;font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__Af2_WG__navList a:hover{color:var(--color-red)}.Header-module__Af2_WG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__Af2_WG__phoneNumber{color:#fff;align-items:center;gap:.5rem;font-weight:600;transition:color .2s;display:flex}.Header-module__Af2_WG__phoneNumber:hover{color:var(--color-red)}.Header-module__Af2_WG__hamburger{z-index:1001;flex-direction:column;gap:5px;display:none}.Header-module__Af2_WG__hamburgerLine{background-color:#fff;width:25px;height:2px;transition:transform .3s}@media (max-width:992px){.Header-module__Af2_WG__nav{width:100%;height:100vh;padding-top:var(--header-height);box-shadow:none;z-index:999;background-color:#000;border-right:none;flex-direction:column;align-items:center;transition:left .3s;position:fixed;top:0;left:-100%}.Header-module__Af2_WG__navOpen{left:0}.Header-module__Af2_WG__navList{flex-direction:column;align-items:center;gap:2.5rem;padding:4rem 2rem}.Header-module__Af2_WG__navList a{font-size:1.5rem}.Header-module__Af2_WG__phoneNumber{display:none}.Header-module__Af2_WG__hamburger{z-index:1001;display:flex}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerLine:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerLine:nth-child(2){opacity:0}.Header-module__Af2_WG__hamburgerOpen .Header-module__Af2_WG__hamburgerLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}
.Footer-module__EZoWya__footer{color:#888;background-color:#000;border-top:1px solid #1a1a1a;padding-top:4rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__EZoWya__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__EZoWya__footerGrid{grid-template-columns:2fr 1.5fr 1.5fr 1fr}}.Footer-module__EZoWya__footerCol h3{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.Footer-module__EZoWya__footerLogo{margin-bottom:1rem;display:inline-block}.Footer-module__EZoWya__footerP{font-size:.95rem}.Footer-module__EZoWya__contactList li,.Footer-module__EZoWya__linksList li,.Footer-module__EZoWya__hoursList li{margin-bottom:.75rem;font-size:.95rem}.Footer-module__EZoWya__contactList a,.Footer-module__EZoWya__linksList a{transition:color .2s}.Footer-module__EZoWya__contactList a:hover,.Footer-module__EZoWya__linksList a:hover{color:var(--color-red)}.Footer-module__EZoWya__hoursList li{border-bottom:1px solid #2b2b2b;justify-content:space-between;padding-bottom:.25rem;display:flex}.Footer-module__EZoWya__footerCta{margin-top:1.5rem}.Footer-module__EZoWya__footerBottom{background-color:#050505;border-top:1px solid #1a1a1a;padding:1.5rem 0;font-size:.85rem}
