@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-text-primary: #1F1F1F;--color-text-secondary: #4B4B4B;--color-bg-light: #F2F2F2;--color-bg-white: #FFFFFF;--color-accent: #B03A2E;--font-headings: "Montserrat", sans-serif;--font-body: "Inter", sans-serif}body{margin:0;min-width:320px;overflow-x:hidden;font-family:var(--font-body);color:var(--color-text-primary);background-color:var(--color-bg-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);line-height:1.2;font-weight:600}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}html{scroll-behavior:smooth}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease}.navbar.transparent{background-color:#fff3;box-shadow:none}.navbar.solid{background-color:#fff;border-bottom:1px solid var(--color-bg-light);box-shadow:0 2px 8px #0000001a}.navbar.transparent .brand-text h1,.navbar.transparent .navbar-tagline,.navbar.transparent .navbar-menu li a{color:#fff}.navbar.solid .brand-text h1,.navbar.solid .navbar-tagline,.navbar.solid .navbar-menu li a{color:#6b3e26}.navbar.transparent .nav-cta{color:#fff!important}.navbar.solid .nav-cta{color:var(--color-accent)!important}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;cursor:pointer;gap:.8rem}.navbar-logo{height:50px;width:auto;object-fit:contain}.brand-text{display:flex;flex-direction:column;gap:.05rem;white-space:nowrap}.brand-text h1{font-family:Montserrat,sans-serif;font-size:1.5rem;line-height:1.1;text-transform:uppercase;font-weight:700}.navbar-tagline{font-family:Open Sans,sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;color:#999;overflow:hidden;text-overflow:ellipsis;line-height:1.2;margin-top:.1rem;white-space:nowrap}.navbar-menu{display:flex;list-style:none;gap:3rem;align-items:center}.navbar-menu li a{font-family:var(--font-body);font-size:1rem;font-weight:500;cursor:pointer;position:relative;transition:color .3s ease}.navbar-menu li a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--color-accent);transition:width .3s ease}.navbar-menu li a:hover:after{width:100%}.navbar-toggle{display:none;flex-direction:column;background:none;border:none;padding:.5rem;gap:5px;cursor:pointer;z-index:1001;position:relative}.navbar-toggle span{width:24px;height:2px;background-color:var(--color-text-primary);transition:all .3s ease}.navbar-toggle.active span{background-color:var(--color-bg-white)}@media(max-width:1024px){.navbar-container{padding:1rem 1.5rem}}@media(max-width:768px){.brand-text h1{font-size:1.2rem;flex-wrap:wrap}.navbar-tagline{font-size:.75rem;white-space:normal}.navbar-toggle{display:flex}.navbar-menu{position:fixed;inset:0;width:100vw;height:100vh;background-color:#1f1f1ff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .4s ease}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-menu li a{font-size:1.8rem;color:var(--color-bg-white)}}@media(max-width:480px){.navbar-logo{height:35px}.brand-text h1{font-size:1rem}.navbar-tagline{font-size:.65rem}}@media(min-width:1600px){.navbar-container{max-width:1700px;padding-left:4rem;padding-right:4rem}.navbar-logo{height:60px}.brand-text h1{font-size:2rem;gap:.5rem}.navbar-tagline{font-size:1rem}.navbar-menu{gap:4rem}.navbar-menu li a{font-size:1.1rem}}.hero{height:90vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero-overlay{height:100%;width:100%;background:linear-gradient(to right,#000000a6,#00000059);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 8%}.hero-overlay h1{color:#fff;font-size:3.5rem;font-weight:600;letter-spacing:1px;margin-bottom:.6rem;position:relative}.hero-overlay h1:after{content:"";display:block;width:60px;height:3px;background-color:#c9a24d;margin-top:12px}.hero-overlay p{color:#e0e0e0;font-size:1.2rem;font-weight:300;max-width:600px;line-height:1.6;margin-top:.8rem}@media(max-width:1024px){.hero{height:80vh}.hero-overlay{padding:0 6%}.hero-overlay h1{font-size:2.8rem}.hero-overlay p{font-size:1.1rem;max-width:100%}}@media(max-width:768px){.hero{height:70vh}.hero-overlay h1{font-size:2.2rem}.hero-overlay p{font-size:1rem;max-width:100%}}@media(max-width:480px){.hero{height:60vh}.hero-overlay h1{font-size:1.8rem}.hero-overlay p{font-size:.95rem;max-width:100%}}.quienes-somos{background-color:#f2f2f2;padding:5rem 2rem}.quienes-container{max-width:900px;margin:0 auto;padding:0 1rem}.quienes-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#5a2f1e;margin-bottom:2rem;position:relative;text-align:left}.quienes-title:after{content:"";display:block;width:60px;height:4px;background-color:#b03a2e;margin:.5rem 0 0}.quienes-container p{font-family:Inter,sans-serif;font-size:1rem;line-height:1.8;color:#4b4b4b;margin-bottom:1.5rem;text-align:justify}@media(max-width:992px){.quienes-title{font-size:1.75rem}.quienes-container p{font-size:.95rem}}@media(max-width:768px){.quienes-somos{padding:4rem 1.5rem}.quienes-title{font-size:1.5rem}.quienes-container p{font-size:.9rem}}@media(max-width:480px){.quienes-somos{padding:3rem 1rem}.quienes-title{font-size:1.25rem}.quienes-container p{font-size:.85rem}}.products{background:#fff;padding:5rem 2rem}.products-container{max-width:1200px;margin:0 auto}.products-header{text-align:center;margin-bottom:4rem}.products-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#5a2f1e;margin-bottom:2rem}.products-subtitle{font-family:Inter,sans-serif;font-size:1rem;color:#4b4b4b;max-width:700px;margin:0 auto;line-height:1.8}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-image{width:100%;height:400px;background:#e8e8e8;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .3s ease;display:block}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:1.75rem;flex:1;display:flex;flex-direction:column}.product-name{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;color:#1f1f1f;margin-bottom:.875rem}.product-description{font-size:.938rem;color:#4b4b4b;line-height:1.6;margin-bottom:1.5rem}.product-applications{margin-top:auto}.product-applications-title{font-size:.875rem;font-weight:600;color:#1f1f1f;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.product-applications-list{list-style:none;padding:0;margin:0}.product-applications-list li{font-size:.875rem;color:#4b4b4b;padding:.375rem 0 .375rem 1.25rem;position:relative;line-height:1.5}.product-applications-list li:before{content:"";position:absolute;left:0;top:.875rem;width:6px;height:6px;background:#b03a2e;border-radius:50%}.products-footer{background:linear-gradient(135deg,#b03a2e,#8b2f25);border-radius:16px;padding:3rem 2rem;margin-bottom:4rem;box-shadow:0 4px 16px #b03a2e33}.products-cta{text-align:center;max-width:800px;margin:0 auto}.products-cta-title{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:1rem}.products-cta-text{font-size:1.063rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.products-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.products-cta-button{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 1.75rem;font-size:1rem;font-weight:500;border-radius:8px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.products-cta-button.primary{background:#fff;color:#b03a2e}.products-cta-button.primary:hover{background:#f7f7f7;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.products-cta-button.secondary{background:transparent;color:#fff;border-color:#ffffff80}.products-cta-button.secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.button-icon{width:20px;height:20px;flex-shrink:0}.products-info{background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 2px 12px #0000000f}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;margin:0 auto}.info-item{text-align:center;display:flex;flex-direction:column;align-items:center}.info-icon{width:48px;height:48px;color:#b03a2e;margin-bottom:1rem}.info-item h4{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem}.info-item p{font-size:.938rem;color:#4b4b4b;line-height:1.5;margin:0}@media(max-width:768px){.products{padding:3rem 1.5rem;padding-top:calc(3rem + 70px)}.products-title{font-size:2rem}.products-subtitle{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{max-width:500px;margin:0 auto}.products-footer{padding:2rem 1.5rem}.products-cta-title{font-size:1.5rem}.products-cta-text{font-size:1rem}.products-cta-buttons{flex-direction:column;align-items:stretch}.products-cta-button{width:100%;justify-content:center}.products-info{padding:2rem 1.5rem}.info-grid{grid-template-columns:1fr;gap:2rem}}@media(min-width:769px)and (max-width:1024px){.products-grid,.info-grid{grid-template-columns:repeat(2,1fr)}}.gallery{background:#f2f2f2;padding:5rem 2rem}.gallery-container{max-width:1200px;margin:0 auto}.gallery-header{text-align:center;margin-bottom:4rem}.gallery-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#5a2f1e;margin-bottom:2rem}.gallery-subtitle{font-family:Inter,sans-serif;font-size:1rem;color:#4b4b4b;max-width:700px;margin:0 auto;line-height:1.8}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;grid-auto-rows:280px}.gallery-item{position:relative;overflow:hidden;background:#000;transition:transform .3s ease}.gallery-item.featured{grid-column:span 2;grid-row:span 2}.gallery-item:hover{transform:scale(1.02);z-index:10}.gallery-media{position:relative;width:100%;height:100%;overflow:hidden}.gallery-image,.gallery-video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;cursor:pointer}.gallery-item:hover .gallery-image,.gallery-item:hover .gallery-video{transform:scale(1.05)}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .3s ease}.gallery-item:hover .play-icon{background:#fff;transform:translate(-50%,-50%) scale(1.1)}.play-icon svg{margin-left:4px;color:#1f1f1f}.gallery-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 60%,transparent 100%);z-index:1}.gallery-item-title{color:#fff;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;margin:0 0 .5rem;line-height:1.3}.gallery-item.featured .gallery-item-title{font-size:1.75rem}.gallery-item-description{color:#ffffffe6;font-size:.875rem;line-height:1.5;margin:0}.gallery-item.featured .gallery-item-description{font-size:1rem}@media(max-width:640px){.gallery{padding:3rem 1rem}.gallery-title{font-size:2rem}.gallery-subtitle{font-size:1rem}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px;gap:.75rem}.gallery-item.featured{grid-column:span 1;grid-row:span 1}.gallery-content{padding:1rem}.gallery-item-title{font-size:1rem}.gallery-item.featured .gallery-item-title{font-size:1.125rem}.gallery-item-description{font-size:.813rem}.play-icon{width:56px;height:56px}}@media(min-width:641px)and (max-width:1024px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px}.gallery-item.featured{grid-column:span 2;grid-row:span 1}}@media(min-width:1025px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2}.gallery-item:nth-child(5){grid-column:span 2;grid-row:span 2}}.contact{background:#fff;padding:5rem 2rem;overflow-x:hidden}.contact-container{max-width:1400px;margin:0 auto;width:100%}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#5a2f1e;margin-bottom:2rem}.contact-subtitle{font-family:Inter,sans-serif;font-size:1rem;color:#4b4b4b;max-width:700px;margin:0 auto;line-height:1.8}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;width:100%;box-sizing:border-box}.form-container{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);box-sizing:border-box;width:100%}.form-header{margin-bottom:2rem}.form-title{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:600;color:#1f1f1f;margin-bottom:.75rem}.form-description{font-size:.938rem;color:#4b4b4b;margin:0;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#1f1f1f;letter-spacing:.3px}.form-input{padding:.875rem 1rem;font-size:.938rem;color:#1f1f1f;background:#fff;border:1.5px solid #E0E0E0;border-radius:8px;transition:all .3s ease;font-family:Inter,sans-serif}.form-input:focus{outline:none;border-color:#b03a2e;box-shadow:0 0 0 3px #b03a2e1a}.form-input::placeholder{color:#a0a0a0}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234B4B4B' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#b03a2e,#8b2f25);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #b03a2e33;font-family:Montserrat,sans-serif}.form-submit:hover{background:linear-gradient(135deg,#8b2f25,#6d241d);transform:translateY(-2px);box-shadow:0 4px 16px #b03a2e4d}.form-submit:active{transform:translateY(0)}.submit-icon{width:20px;height:20px}.form-note{font-size:.813rem;color:#6b6b6b;text-align:center;margin:-.5rem 0 0;line-height:1.5}.contact-info-container{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:2rem;box-sizing:border-box;width:100%}.info-title{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:600;color:#1f1f1f;margin:0}.contact-info-list{display:flex;flex-direction:column;gap:1.5rem}.info-item-compact{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #F0F0F0}.info-item-compact:last-child{border-bottom:none;padding-bottom:0}.info-icon-compact{width:40px;height:40px;background:linear-gradient(135deg,#b03a2e,#8b2f25);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon-compact svg{width:20px;height:20px;color:#fff}.info-text-compact{flex:1}.info-text-compact h4{font-family:Montserrat,sans-serif;font-size:.938rem;font-weight:600;color:#1f1f1f;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px;font-size:.813rem}.info-text-compact p{font-size:.938rem;color:#4b4b4b;line-height:1.6;margin:0}.info-text-compact a{font-size:.938rem;color:#4b4b4b;text-decoration:none;transition:color .3s ease;display:block;margin-top:.25rem}.info-text-compact a:hover{color:#b03a2e}.map-button{display:inline-flex;align-items:center;gap:.375rem;font-family:Inter,sans-serif;font-size:.813rem;font-weight:500;color:#b03a2e;background:transparent;padding:0;border:none;text-decoration:none;transition:all .3s ease;margin-top:.5rem}.map-button svg{width:14px;height:14px;flex-shrink:0}.map-button:hover{color:#8b2f25;gap:.5rem}.info-link-compact{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:#b03a2e;text-decoration:none;transition:all .3s ease;margin-top:.5rem}.info-link-compact:hover{gap:.625rem;color:#8b2f25}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.contact{padding:3rem 1rem}.contact-content{gap:1.25rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.form-container,.contact-info-container{padding:1.5rem 1rem}.form-title,.info-title{font-size:1.5rem}.form-row{grid-template-columns:1fr}.form-submit{width:100%}}@media(max-width:480px){.contact{padding:2rem .75rem}.contact-content{gap:1rem}.form-container,.contact-info-container{padding:1.25rem .875rem}.contact-header{margin-bottom:2.5rem}.info-icon-compact{width:36px;height:36px}.info-icon-compact svg{width:18px;height:18px}}.footer{background:linear-gradient(135deg,#2a2a2a,#1f1f1f);color:#f2f2f2;padding:4rem 1.5rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-about{display:flex;flex-direction:column;gap:1rem}.footer-brand-header{display:flex;align-items:center;gap:1rem}.footer-logo{width:60px;height:auto;object-fit:contain;flex-shrink:0}.footer-brand-name{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0;line-height:1.3;letter-spacing:-.02em}.footer-brand-description{font-size:.938rem;color:#b0b0b0;line-height:1.7;margin:0}.footer-social{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.footer-social-text{font-size:.875rem;color:#a0a0a0;margin:0;font-weight:500}.footer-social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:linear-gradient(135deg,#b03a2e,#8b2f25);color:#fff;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #b03a2e4d}.footer-social-link:hover{transform:translateY(-2px);box-shadow:0 4px 16px #b03a2e66;background:linear-gradient(135deg,#8b2f25,#6b1f1a)}.footer-social-link svg{width:18px;height:18px;flex-shrink:0}.footer-column{display:flex;flex-direction:column;gap:1.25rem}.footer-column-title{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.5px}.footer-nav-list{display:flex;flex-direction:column;gap:.75rem}.footer-nav-link{font-size:.938rem;color:#b0b0b0;text-decoration:none;transition:all .3s ease;display:inline-block;position:relative;width:fit-content}.footer-nav-link:hover{color:#fff;padding-left:.5rem}.footer-nav-link:before{content:"→";position:absolute;left:-1rem;opacity:0;transition:all .3s ease}.footer-nav-link:hover:before{opacity:1;left:-.25rem}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-list li{font-size:.938rem;color:#b0b0b0;padding-left:1rem;position:relative;line-height:1.5}.footer-list li:before{content:"";position:absolute;left:0;top:.625rem;width:4px;height:4px;background:#b03a2e;border-radius:50%}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact-list li{display:flex;gap:.75rem;align-items:flex-start;font-size:.938rem;color:#b0b0b0;line-height:1.6}.footer-icon{width:18px;height:18px;flex-shrink:0;color:#b03a2e;margin-top:.125rem}.footer-contact-list a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.footer-contact-list a:hover{color:#fff;text-decoration:underline}.footer-bottom{padding-top:2rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.footer-copyright{font-size:.875rem;color:#757575;margin:0;line-height:1.5}.footer-designer{font-size:.813rem;color:#666;margin:0;line-height:1.5}.designer-link{color:#ffb6d9;font-weight:500;text-decoration:none;transition:all .3s ease}.designer-link:hover{color:#ffc9e3;text-decoration:underline}@media(max-width:1024px){.footer-main{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:768px){.footer{padding:3rem 1.5rem 2rem}.footer-logo{width:50px}.footer-main{grid-template-columns:1fr;gap:2.5rem}.footer-about{text-align:center;align-items:center}.footer-brand-header{justify-content:center}.footer-brand-description{max-width:400px}.footer-social{justify-content:center}.footer-column{text-align:center;align-items:center}.footer-nav-link{padding-left:0!important}.footer-nav-link:before{display:none}.footer-contact-list li{justify-content:center}}@media(max-width:480px){.footer{padding:2.5rem 1rem 1.5rem}.footer-logo{width:45px}.footer-brand-name{font-size:1.15rem}.footer-main{gap:2rem}.footer-social{flex-direction:column;align-items:center}}.app{width:100%;min-height:100vh}
