:root{--main-font: "Montserrat", sans-serif;font-family:var(--main-font);line-height:1.5;font-weight:400;box-sizing:border-box;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--grey: #506262;--bege: #F1F8F0;--blue: #1A2344;--contact-bar-blue: #1A2344;--ocre: #AC7F3C;--white: #fff}html{scroll-behavior:smooth}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;box-sizing:border-box;font-family:var(--main-font);overflow-x:hidden;max-width:100vw;background-color:#fff}*,*:before,*:after{box-sizing:inherit}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;display:block;height:auto}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header.header--smooth{transition:top .35s cubic-bezier(.4,0,.2,1)}.header.header--instant{transition:none}.header{min-height:10vh;width:100%;max-width:100vw;position:fixed;top:0;left:0;background:#031c16;color:var(--blue, #1A2344);display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:1000;overflow:visible;padding:0 1rem;box-shadow:0 2px 8px #0000001a;transition:min-height .6s cubic-bezier(.4,0,.2,1),background .6s cubic-bezier(.4,0,.2,1),box-shadow .6s cubic-bezier(.4,0,.2,1)}.header--at-top{min-height:10vh;background:transparent;box-shadow:none;align-items:flex-start}.header__logo-area{display:flex;align-items:center;margin-left:5rem;z-index:1100;position:relative}.header__logo{height:76px;width:auto;display:block;margin-right:4rem;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-origin:left center}.header--at-top .header__logo{transform:scale(2.45) translate(-80%) translateY(50%)}.header__contact{color:var(--grey, #506262);font-size:1rem;font-weight:500}.header__contact-btn{display:flex;align-items:center;background:none;border:none;color:var(--grey, #506262);font-size:1.35rem;font-weight:500;cursor:pointer;padding:0;gap:.7rem}.header__contact-icon{height:32px;width:32px;display:inline-block}.header__contact-text{display:inline-block}.header__nav{display:flex;align-items:center;gap:2rem;height:10vh;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.header--at-top .header__nav{opacity:1}.header__btn{background:#031c16;color:#fff;border:none;position:relative;overflow:hidden;padding:0 2rem;font-size:1.35rem;font-weight:500;text-decoration:none;cursor:pointer;display:flex;align-items:center;height:10vh;margin-right:1.5rem;box-shadow:0 1px 6px #1a23440a;letter-spacing:.01em;transition:color .5s cubic-bezier(.4,0,.2,1),background .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1);z-index:1}.header--at-top .header__btn{background:transparent;box-shadow:none;color:#fff}.header__btn:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0%;background:#f7f7f7;transition:height .5s ease;z-index:-1}.header--at-top .header__btn:before{display:none}.header__btn:hover:before{height:100%}.header--at-top .header__btn:hover:before{height:0%}.header__btn:hover{color:#031c16}.header--at-top .header__btn:hover{color:#fff}.header__btn:last-child{margin-right:3rem}.header__btn:focus{border-bottom:5px solid white}.header--at-top .header__btn:focus{border-bottom:none}.header__btn--active{border-bottom:5px solid white}.header--at-top .header__btn--active{border-bottom:none}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1002}.header__hamburger span{display:block;width:100%;height:3px;background:#fff;transition:all .3s ease;border-radius:2px}.header__hamburger--open span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.header__overlay{display:none}@media(max-width:768px){.header{position:fixed;justify-content:space-between;padding:0 1.5rem;top:0}.header__logo-area{position:absolute;left:50%;transform:translate(-50%)}.header__logo{height:50px;margin-right:0}.header__hamburger{display:flex;position:relative;z-index:1003;margin-left:auto}.header__nav{position:fixed;top:10vh;right:0;width:280px;height:90vh;background:#fff;flex-direction:column;align-items:flex-start;padding:2rem 1.5rem;gap:0;transform:translate(100%);transition:transform .3s ease-in-out;box-shadow:-2px 0 8px #0000001a;z-index:999}.header__nav--open{transform:translate(0)}.header__btn{width:100%;height:auto;padding:1rem 1.5rem;margin:0;justify-content:flex-start;box-shadow:none;border-bottom:1px solid #e0e0e0}.header__btn:last-child{margin-right:0;border-bottom:none}.header__overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:998}}@media(min-width:769px){.header{justify-content:center;align-items:center}.header__logo-area{flex:0 0 auto;margin-right:4rem;position:static;left:auto;transform:none}.header__nav{flex:0 0 auto;gap:1rem}.header__hamburger{display:none!important}}@media(min-width:769px)and (max-width:1200px){.header{padding:0 1rem}.header__logo{height:55px;margin-right:2rem}.header__nav{gap:1rem}.header__btn{padding:0 1rem;font-size:1.1rem;margin-right:.5rem}.header__btn:last-child{margin-right:1rem}}.alt-banner{position:relative;width:100%;height:52rem;overflow:hidden;margin-top:0;padding:0;display:flex;align-items:center;justify-content:center;z-index:1}.alt-banner__carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.alt-banner__slides{display:flex;transition:transform .8s ease-in-out;width:100%;height:100%}.alt-banner__slide{min-width:100%;height:100%;display:flex;justify-content:center;align-items:center}.alt-banner__image{width:100%;height:100%;object-fit:cover;object-position:center 76%;filter:brightness(1.2)}.alt-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000004d}.alt-banner__content{position:absolute;left:50%;top:50%;transform:translate(-50%,calc(-50% + 4rem));text-align:center;color:#fff;padding:2rem;max-width:1200px;width:100%}.alt-banner__title{font-size:2.2rem;font-weight:500;margin:0 auto 2.5rem;line-height:1.5;text-shadow:2px 2px 8px rgba(0,0,0,.5);white-space:normal;text-align:center}.alt-banner__subtitle{font-size:1.8rem;font-weight:400;margin:0 auto 2.5rem;line-height:1.4;text-shadow:1px 1px 6px rgba(0,0,0,.5);text-align:center}.alt-banner__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.alt-banner__btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.alt-banner__btn--primary{background:#031c16;color:#fff}.alt-banner__btn--primary:hover{background:#031c16;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1a234466}.alt-banner__btn--secondary{background:transparent;color:#fff;border:2px solid #fff}.alt-banner__btn--secondary:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #fff6}@media(max-width:1024px){.alt-banner__title{font-size:2.8rem}.alt-banner__subtitle{font-size:1.5rem}.alt-banner__btn{padding:.9rem 2rem;font-size:1rem}}@media(max-width:768px){.alt-banner{margin-top:10vh;height:350px}.alt-banner__content{padding:1rem .8rem}.alt-banner__title{font-size:1.5rem;margin-bottom:.8rem}.alt-banner__subtitle{font-size:1rem;margin-bottom:1.5rem}.alt-banner__buttons{flex-direction:column;gap:.8rem;width:100%}.alt-banner__btn{width:100%;padding:.9rem 1.2rem;font-size:.85rem}}@media(max-width:480px){.alt-banner{height:280px}.alt-banner__content{padding:.8rem .5rem}.alt-banner__title{font-size:1.3rem;margin-bottom:.6rem}.alt-banner__subtitle{font-size:.9rem;margin-bottom:1.2rem}.alt-banner__btn{font-size:.8rem;padding:.8rem 1rem}}.about{padding:4rem 2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto}.about-title{font-size:2.8rem;font-weight:700;text-align:center;color:#031c16;margin-bottom:3rem}.about-intro-row{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto 4rem}.about-intro-image{width:100%}.about-intro-image img{width:100%;height:auto;border-radius:.75rem;box-shadow:0 4px 16px #0000001a}.about-intro-text{text-align:left}.about-intro-text p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.about-intro-text p:last-child{margin-bottom:0}.about-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.about-card{background:#f9f9f9;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.about-card-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:#fff;border-radius:50%;margin:0 auto 1.5rem}.about-card-title{font-size:1.5rem;font-weight:600;color:#031c16;text-align:center;margin-bottom:1rem}.about-card-text{font-size:1.05rem;color:#444;line-height:1.6;margin-bottom:1rem;text-align:center}.about-card-tip{font-size:.95rem;color:#666;line-height:1.5;background:#fff;padding:1rem;border-radius:8px;border-left:4px solid #031C16;text-align:center}.about-card-tip strong{color:#031c16;display:block}@media(max-width:768px){.about-intro-row{grid-template-columns:1fr;gap:2rem}.about-intro-text{text-align:center}.about-intro-text p{font-size:1rem}.about-cards{grid-template-columns:1fr}.about-title{font-size:2rem}.about-subtitle{font-size:1.2rem}}@media(max-width:425px){.about{padding:3rem 1rem}.about-title{font-size:1.8rem}.about-subtitle{font-size:1.1rem}.about-card{padding:1.5rem}.about-card-title{font-size:1.3rem}}.about-products{margin-top:5rem}.about-products-title{font-size:2.5rem;font-weight:700;text-align:center;color:#031c16;margin-bottom:3rem}.about-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.about-product-card{display:flex;flex-direction:column;align-items:stretch;padding:0;background:#fff;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;overflow:hidden}.about-product-image-header{width:100%;height:180px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.5rem .5rem 0 0;flex-shrink:0}.about-product-card:hover{transform:translateY(-8px);box-shadow:0 6px 20px #00000026}.about-product-name{font-size:1.4rem;font-weight:600;color:#1a1a1a;text-align:center;margin:0;padding:1.5rem 1.5rem 0}.about-product-list{list-style:none;padding:1rem 1.5rem 2rem;margin:0;text-align:left}.about-product-list li{font-size:1rem;line-height:1.7;color:#555;margin-bottom:.8rem;padding-left:1.5rem;text-indent:-1.5rem}.about-product-list li:last-child{margin-bottom:0}@media(max-width:768px){.about-products-grid{grid-template-columns:1fr;gap:1.5rem}.about-products-title{font-size:2rem}}.company{padding:4rem 2rem;background:#fff}.company-container{max-width:1200px;margin:0 auto}.company-title{font-size:2.8rem;font-weight:700;text-align:center;color:#031c16;margin-bottom:3rem}.company-card{background:transparent;border-radius:12px;padding:3rem;box-shadow:none;display:flex;gap:3rem;align-items:center}.company-card-left{flex:0 0 300px;display:flex;align-items:center;justify-content:center}.company-card-image{width:100%;height:auto;max-width:300px;border-radius:8px;box-shadow:0 4px 12px #0000001a}.company-card-right{flex:1;text-align:left}.company-card-brand{font-size:2.5rem;font-weight:800;color:#031c16;margin:0 0 1rem;letter-spacing:2px}.company-card-subtitle{font-size:1.4rem;font-weight:600;color:#555;margin-bottom:1.5rem;line-height:1.6}.company-card-text{font-size:1.1rem;color:#444;line-height:1.8;text-align:left}.company-card-text strong{color:#031c16;font-weight:600}@media(max-width:768px){.company{padding:3rem 1rem}.company-title{font-size:2rem}.company-card{flex-direction:column;padding:2rem 1.5rem;gap:2rem}.company-card-left{flex:1;width:100%}.company-card-image{max-width:250px}.company-card-right{text-align:center}.company-card-brand{font-size:2rem}.company-card-subtitle{font-size:1.2rem}.company-card-text{font-size:1rem}}@media(max-width:425px){.company-title,.company-card-brand{font-size:1.8rem}.company-card-subtitle{font-size:1.1rem}}@media(min-width:769px)and (max-width:1200px){.company-container{gap:2rem}.company-left h1{font-size:2rem}.company-left h3{font-size:1.2rem}}.location{padding:2rem 0;background:transparent}.location-container{max-width:90vw;margin:0 auto;padding:2rem;background:transparent;border-radius:1rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.location-row{display:flex;flex-direction:row;gap:0;width:100vw;max-width:100vw;margin:0;padding:0}.location-col{width:40vw;min-width:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.location-col--left{padding:3rem 2rem;align-items:flex-start;text-align:left}.location-col--left h1{font-size:2.5rem;color:#031c16;font-weight:700;letter-spacing:.02em;margin-bottom:1.5rem;position:relative;text-align:left}.location-col--left h1:after{content:"";display:block;margin:.7rem 0 0;width:273%;height:4px;background:#1d3557}.location-col--right{padding:3rem 2rem;align-items:flex-start}.location-map-box{width:100%;display:flex;justify-content:center}.location-info{display:flex;flex-direction:column;gap:2rem}.location-address{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;max-width:400px;text-align:left;align-items:flex-start;margin-left:0}.location-contact{display:flex;flex-direction:column;gap:.7rem;align-items:flex-start;margin-top:.5rem}.location-address h3,.location-contact h3{font-size:1.3rem;color:#031c16;font-weight:600;margin-bottom:.5rem}.location-address p,.location-contact p{font-size:1.05rem;line-height:1.6;color:#031c16;margin:.25rem 0}.location-whatsapp-btn,.location-email-btn{min-width:220px;max-width:100%;width:220px;box-sizing:border-box;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease;padding:.6rem 1.2rem;display:inline-block;text-align:center;color:#fff}.location-whatsapp-btn{background:#25d366;color:#fff;box-shadow:0 2px 8px #25d3664d}.location-whatsapp-btn:hover{background:#20ba5a;transform:translateY(-2px);color:#fff;box-shadow:0 4px 12px #25d36666}.location-email-btn{background:#1976d2;color:#fff;box-shadow:0 2px 8px #1976d24d}.location-email-btn:hover{background:#1565c0;transform:translateY(-2px);color:#fff;box-shadow:0 4px 12px #1976d266}.location-social-btns{display:flex;flex-direction:column;gap:.7rem;align-items:flex-start;margin-top:0rem}.location-social-btn{min-width:220px;max-width:100%;width:220px;box-sizing:border-box;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease;padding:.6rem 1.2rem;display:inline-block;text-align:center;color:#fff;background:#4267b2;box-shadow:0 2px 8px #4267b24d}.location-social-btn.instagram{background:linear-gradient(90deg,#fd5949,#d6249f,#285aeb);box-shadow:0 2px 8px #d6249f4d}.location-social-btn:hover{background:#365899;transform:translateY(-2px);color:#fff;box-shadow:0 4px 12px #4267b266}.location-social-btn.instagram:hover{background:linear-gradient(90deg,#fd5949,#d6249f 60%,#285aeb);box-shadow:0 4px 12px #d6249f66}.location-right{height:220px;max-width:400px;min-width:260px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 12px #00000026;padding:0;margin:0}.location-right iframe{width:100%;height:100%;display:block;border:none;margin:0;padding:0}.location-right+.location-address{margin-top:.5rem;margin-left:auto;max-width:400px}.location-left .location-contact{margin-top:1.5rem}.location-col--right .location-address,.location-col--right .location-email,.location-col--right .location-whatsapp{text-align:left}@media(max-width:768px){.location-container{grid-template-columns:1fr;gap:2rem}.location-left h1{font-size:1.8rem}.location-address h3,.location-contact h3{font-size:1.1rem}.location-address p,.location-contact p{font-size:.95rem}.location-right{height:300px}}.location-right iframe{height:300px}.location-right p{font-size:1rem;text-align:left}.location-right p strong{font-size:1.1rem}} @media (min-width: 769px) and (max-width: 1200px){.location-container{gap:2rem}.location-left h1{font-size:2rem}.location-left h3{font-size:1.2rem}.location-right iframe{height:350px}}@media(max-width:900px){.location-row{flex-direction:column;width:100vw;max-width:100vw}.location-col{width:100vw;padding:2rem 1rem}.location-map-box{height:220px}}.footer{background-color:#2c2c2c;color:#fff;padding:3rem 2rem 1rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:2rem}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.8rem;color:#ccc;font-size:.95rem;line-height:1.6}.footer-links li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links li a:hover{color:#fff}.footer-contact-group{margin-bottom:1.5rem}.footer-contact-group:last-child{margin-bottom:0}.footer-contact-group p{margin:.3rem 0;color:#ccc;font-size:.95rem}.footer-contact-info{color:#ccc;font-size:.95rem;line-height:1.6}.footer-contact-info p{margin:.2rem 0}.footer-contact-info strong{color:#fff}.footer-hours{color:#ccc;font-size:.95rem;line-height:1.6}.footer-hours p{margin:.3rem 0}.footer-hours strong{color:#fff}.footer-address p{margin:.3rem 0;color:#ccc;font-size:.95rem;line-height:1.6}.footer-address p strong{color:#fff}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#999;font-size:.9rem;margin:0}.footer-social-btns{display:flex;flex-direction:column;gap:.7rem;align-items:flex-start;margin-top:.5rem}.footer-social-btn{min-width:220px;max-width:100%;width:220px;box-sizing:border-box;border-radius:8px;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;transition:background .3s ease,transform .2s ease;padding:.6rem 1.2rem;display:inline-block;color:#fff;background:#444}.footer-social-btn.email{background:#1976d2}.footer-social-btn.email:hover{background:#1565c0}.footer-social-btn.whatsapp{background:#25d366}.footer-social-btn.whatsapp:hover{background:#20ba5a}.footer-social-btn.facebook{background:#4267b2}.footer-social-btn.facebook:hover{background:#365899}.footer-social-btn.instagram{background:linear-gradient(90deg,#fd5949,#d6249f,#285aeb)}.footer-social-btn.instagram:hover{background:linear-gradient(90deg,#fd5949,#d6249f 60%,#285aeb)}.footer-icons-row{display:flex;justify-content:center;align-items:center;gap:2rem;margin:2rem 0 0;border-bottom:1px solid #444;padding-bottom:2rem}.footer-icon img{display:block;width:32px;height:32px;filter:brightness(0) invert(1);transition:transform .2s}.footer-icon:hover img{filter:brightness(0) invert(1);transform:translateY(-2px) scale(1.1)}.footer-icon{background:none;border:none;padding:0;cursor:pointer;outline:none}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-section h3{font-size:1.1rem}}.header-mobile{position:fixed;top:0;left:0;right:0;width:100%;background:#031c16;box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.header-mobile--at-top{box-shadow:none}.header-mobile__container{position:relative;width:100%;height:80px;display:flex;align-items:center;justify-content:center;padding:0}.header-mobile__logo{height:66px;width:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,calc(-50% + -0rem)) scaleX(1.1)}.header-mobile__hamburger{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.header-mobile__hamburger span{display:block;width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.header-mobile__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.header-mobile__hamburger--open span:nth-child(2){opacity:0}.header-mobile__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header-mobile__nav{position:fixed;top:0;right:-100%;width:75%;max-width:300px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;padding:80px 2rem 2rem;transition:right .3s ease;z-index:999}.header-mobile__nav--open{right:0}.header-mobile__btn{display:block;padding:1rem 0;color:var(--main-color);text-decoration:none;font-size:1.1rem;font-weight:500;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.header-mobile__btn:hover,.header-mobile__btn--active{color:var(--accent-color);padding-left:.5rem}.header-mobile__overlay{position:fixed;inset:0;background:#00000080;z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}display: flex; flex-direction: column; min-width: 160px; padding: .5rem 0; z-index: 1200; } .header-mobile__dropdown-btn{padding:1rem 2rem;color:var(--grey, #506262);text-decoration:none;font-size:1.2rem;text-align:left;background:none;border:none;cursor:pointer;transition:background .2s}.header-mobile__dropdown-btn:hover{background:var(--bege, #F1F8F0)}@media(max-width:768px){.header-mobile{display:flex}.header{display:none!important}}.alt-banner-mobile{position:relative;width:100%;height:60vh;min-height:400px;overflow:hidden;margin-top:70px}.alt-banner-mobile__carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.alt-banner-mobile__slides{display:flex;transition:transform .8s ease-in-out;width:100%;height:100%}.alt-banner-mobile__slide{min-width:100%;height:100%;display:flex;justify-content:center;align-items:center}.alt-banner-mobile__image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(1.2)}.alt-banner-mobile__overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;padding:1rem}.alt-banner-mobile__content{text-align:center;color:#fff;max-width:100%;transform:translateY(1.7rem)}.alt-banner-mobile__title{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;line-height:1.5;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.alt-banner-mobile__subtitle{font-size:1rem;font-weight:700;margin-bottom:1rem;line-height:1.5;opacity:.95;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.alt-banner-mobile__buttons{display:flex;flex-direction:column;gap:.8rem;align-items:center;transform:translateY(2rem)}.alt-banner-mobile__btn{display:inline-block;padding:.9rem 2rem;background:transparent;color:#fff;text-decoration:none;font-weight:700;font-size:1rem;border:2px solid white;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #0003;width:100%;max-width:280px;text-align:center}.alt-banner-mobile__btn:hover{background:#fff;color:#031c16;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.about-mobile{padding:3rem 1.5rem;background:#f9f9f9}.about-mobile-container{max-width:100%}.about-mobile-title{font-size:1.8rem;font-weight:700;color:var(--main-color);text-align:center;margin-bottom:2rem}.about-mobile-intro{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.about-mobile-intro-image{width:100%;display:flex;justify-content:center}.about-mobile-intro-image img{width:100%;max-width:300px;height:auto;border-radius:10px}.about-mobile-intro-text{width:100%}.about-mobile-intro-text p{font-size:.95rem;line-height:1.7;color:#555;margin-bottom:1rem;text-align:justify}.about-mobile-products{margin-top:2rem}.about-mobile-products-title{font-size:1.6rem;font-weight:700;color:var(--main-color);text-align:center;margin-bottom:2rem}.about-mobile-products-grid{display:flex;flex-direction:column;gap:1.5rem}.about-mobile-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.about-mobile-product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.about-mobile-product-image-header{width:100%;height:calc(150px + 3rem);background-size:cover;background-position:center;background-repeat:no-repeat}.about-mobile-product-name{font-size:1.3rem;font-weight:700;color:var(--main-color);padding:1.2rem 1.2rem .8rem;text-align:center}.about-mobile-product-list{list-style:none;padding:0 1.2rem 1.5rem;margin:0}.about-mobile-product-list li{font-size:.9rem;line-height:1.6;color:#666;margin-bottom:.7rem;padding-left:.3rem}.company-mobile{padding:3rem 1.5rem;background:#fff}.company-mobile-container{max-width:100%}.company-mobile-title{font-size:1.8rem;font-weight:700;color:var(--main-color);text-align:center;margin-bottom:2rem;line-height:1.3}.company-mobile-card{display:flex;flex-direction:column;gap:1.5rem;background:transparent}.company-mobile-card-image-wrapper{width:100%;display:flex;justify-content:center}.company-mobile-card-image{width:100%;max-width:350px;height:auto;border-radius:10px;box-shadow:0 4px 15px #0000001a}.company-mobile-card-content{width:100%}.company-mobile-card-brand{font-size:1.4rem;font-weight:700;color:var(--main-color);margin-bottom:.8rem}.company-mobile-card-subtitle{font-size:1.1rem;font-weight:600;color:var(--accent-color);margin-bottom:1rem;line-height:1.4}.company-mobile-card-text{font-size:.95rem;line-height:1.7;color:#555;margin-bottom:1rem;text-align:justify}.location-mobile{padding:3rem 1.5rem;background:#f9f9f9}.location-mobile-container{max-width:100%}.location-mobile-title{font-size:1.8rem;font-weight:700;color:var(--main-color);text-align:center;margin-bottom:2rem}.location-mobile-contact{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.location-mobile-btn{display:block;padding:1rem;text-align:center;text-decoration:none;font-weight:600;font-size:1rem;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.location-mobile-btn--email{background:#1976d2;color:#fff;box-shadow:0 2px 8px #1976d24d}.location-mobile-btn--email:hover{background:#1565c0;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1976d266}.location-mobile-social{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.location-mobile-btn--social{background:#4267b2;color:#fff;box-shadow:0 2px 8px #4267b24d}.location-mobile-btn--social:nth-child(2){background:linear-gradient(90deg,#fd5949,#d6249f,#285aeb);box-shadow:0 2px 8px #d6249f4d}.location-mobile-btn--social:hover{background:#365899;transform:translateY(-2px);box-shadow:0 4px 12px #4267b266}.location-mobile-btn--social:nth-child(2):hover{background:linear-gradient(90deg,#fd5949,#d6249f 60%,#285aeb);box-shadow:0 4px 12px #d6249f66}.location-mobile-btn--whatsapp{background:#25d366;color:#fff;box-shadow:0 2px 8px #25d3664d}.location-mobile-btn--whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 4px 12px #25d36666}.location-mobile-map{margin-bottom:2rem;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 15px #0000001a}.location-mobile-address{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.location-mobile-address h3{font-size:1.3rem;font-weight:700;color:var(--main-color);margin-bottom:1rem}.location-mobile-address p{font-size:.95rem;line-height:1.6;color:#555;margin-bottom:.5rem}.footer-mobile{background-color:#2c2c2c;color:#fff;padding:2.5rem 1.5rem 1.5rem}.footer-mobile-container{max-width:100%;display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.footer-mobile-section h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.footer-mobile-links{list-style:none;padding:0;margin:0}.footer-mobile-links li{margin-bottom:.6rem}.footer-mobile-links a{color:#ccc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-mobile-links a:hover{color:#fff}.footer-mobile-contact-info p,.footer-mobile-hours p{font-size:.95rem;line-height:1.6;color:#ccc;margin-bottom:.3rem}.footer-mobile-contact-info strong,.footer-mobile-hours strong{color:#fff}.footer-mobile-icons-row{display:flex;justify-content:center;gap:1.5rem;padding:1.5rem 0;border-top:1px solid #444;border-bottom:1px solid #444;margin-bottom:1.5rem}.footer-mobile-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.footer-mobile-icon:hover{background:#fff3;transform:translateY(-3px)}.footer-mobile-icon img{width:22px;height:22px;filter:brightness(0) invert(1)}.footer-mobile-bottom{text-align:center;padding-top:1rem;border-top:1px solid #444}.footer-mobile-bottom p{font-size:.85rem;color:#ccc;margin:0}*,*:before,*:after{box-sizing:border-box}.whatsapp-button-container{position:fixed;bottom:clamp(40px,4vw,60px);right:clamp(40px,4vw,60px);z-index:1000;cursor:pointer}.whatsapp-icon-fixed{width:clamp(50px,6vw,60px);height:clamp(50px,6vw,60px);object-fit:contain;transition:transform .3s ease}.whatsapp-icon-fixed:hover{transform:scale(1.1)}@media(min-width:1024px){.btn-especialista-section{margin-top:-4rem;margin-bottom:-2rem}}.btn-especialista-section{width:100%;background:#fff;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-sizing:border-box}.btn-especialista{padding:1.2rem 3rem;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;color:#fff;background:#031c16;border:none;border-radius:6px;cursor:pointer;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 12px #031c164d;text-align:center}@media(max-width:768px){.btn-especialista-section{padding:1.5rem 1rem 2rem}.btn-especialista{padding:1rem 1.5rem;font-size:clamp(.95rem,4vw,1.05rem)}}.btn-especialista:hover{background:#052a1f;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #031c1666;text-decoration:none}.servicos-page{min-height:100vh;background-color:#fff;padding-top:144px}.servicos-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:3rem;padding:0 2rem}.servicos-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.servico-card{background:#fff;padding:0;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;display:flex;flex-direction:column}.servico-image-header{width:100%;height:180px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.5rem .5rem 0 0;flex-shrink:0}.servico-card:hover{transform:translateY(-8px);box-shadow:0 6px 20px #00000026}.servico-icon{font-size:3.5rem;margin-bottom:1.5rem;line-height:1}.servico-card h2{font-size:1.6rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;padding:1.5rem 2rem 0}.servico-card p{font-size:1rem;line-height:1.7;color:#555;text-align:left;padding:0 2rem}.servico-list{list-style:none;padding:0 2rem 2rem;margin-top:1rem;text-align:left}.servico-list li{font-size:1rem;line-height:1.7;color:#555;margin-bottom:.8rem;padding-left:1.5rem;text-indent:-1.5rem}.servico-list li:last-child{margin-bottom:0}.servicos-info{grid-column:1 / -1;background:#f5f5f5;padding:2.5rem;border-radius:.5rem;text-align:center;margin-top:1rem}.servicos-info h3{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.servicos-info p{font-size:1.1rem;color:#555;line-height:1.8;max-width:900px;margin:0 auto}@media(max-width:768px){.servicos-page{padding-top:80px}.servicos-title{font-size:2rem;margin-bottom:2rem}.servicos-container{padding:0 1rem 3rem;grid-template-columns:1fr}.servico-card{padding:2rem 1.5rem}.servico-icon{font-size:3rem}.servico-card h2{font-size:1.4rem}.servicos-info{padding:2rem 1.5rem}.servicos-info h3{font-size:1.5rem}.servicos-info p{font-size:1rem}}.servicos-cta-section{width:100%!important;background:#fff!important;padding:3rem 2rem 4rem!important;display:flex!important;justify-content:center!important;align-items:center!important;box-sizing:border-box!important}.servicos-btn-especialista{padding:1.2rem 3rem!important;font-size:1.1rem!important;font-weight:600!important;color:#fff!important;background:#031c16!important;border:none!important;border-radius:6px!important;cursor:pointer!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.5px!important;transition:all .3s ease!important;box-shadow:0 4px 12px #031c164d!important;margin:0!important}.servicos-btn-especialista:hover{background:#052a1f!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #031c1666!important;text-decoration:none!important}.servicos-btn-especialista:visited,.servicos-btn-especialista:active,.servicos-btn-especialista:focus{color:#fff!important;text-decoration:none!important}@media(max-width:768px){.servicos-cta-section{padding:2rem 1rem 3rem}.servicos-btn-especialista{padding:1rem 2.5rem;font-size:1rem}}.killswitch-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3c72,#2a5298);padding:2rem}.killswitch-login,.killswitch-panel{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%}.killswitch-login h1,.killswitch-panel h1{text-align:center;color:#1e3c72;margin-bottom:2rem;font-size:2rem}.killswitch-login form{display:flex;flex-direction:column;gap:1rem}.killswitch-input{padding:1rem;font-size:1.1rem;border:2px solid #ddd;border-radius:8px;transition:border-color .3s ease}.killswitch-input:focus{outline:none;border-color:#1e3c72}.killswitch-btn-login{padding:1rem;font-size:1.1rem;font-weight:700;background:#1e3c72;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.killswitch-btn-login:hover{background:#2a5298}.killswitch-status{text-align:center;margin:2rem 0}.killswitch-status h2{color:#333;margin-bottom:1rem}.status-indicator{display:inline-block;padding:1.5rem 3rem;font-size:1.5rem;font-weight:700;border-radius:12px;margin:1rem 0}.status-indicator.active{background:#d4edda;color:#155724;border:3px solid #28a745}.status-indicator.inactive{background:#f8d7da;color:#721c24;border:3px solid #dc3545}.killswitch-btn{width:100%;padding:1.5rem;font-size:1.3rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333;transform:scale(1.02)}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838;transform:scale(1.02)}.killswitch-info{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #1e3c72}.killswitch-info h3{color:#1e3c72;margin-bottom:1rem}.killswitch-info ul{list-style:none;padding:0;margin:0}.killswitch-info li{padding:.5rem 0;color:#555;line-height:1.6}.killswitch-info li:before{content:"→ ";color:#1e3c72;font-weight:700;margin-right:.5rem}.killswitch-url{margin-top:2rem;padding:1rem;background:#fff3cd;border:2px solid #ffc107;border-radius:8px;text-align:center}.killswitch-url p{margin:0 0 .5rem;color:#856404;font-weight:600}.killswitch-url code{display:block;padding:.5rem;background:#fff;border-radius:4px;color:#1e3c72;font-size:.9rem;word-break:break-all}.maintenance-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.maintenance-content{text-align:center;color:#fff;max-width:600px}.maintenance-icon{font-size:6rem;margin-bottom:2rem;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.maintenance-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.maintenance-content p{font-size:1.3rem;margin-bottom:.5rem;opacity:.9}.maintenance-sub{font-size:1.1rem;margin-bottom:3rem;opacity:.8}.maintenance-contact{margin-top:3rem;padding:2rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.maintenance-contact p{font-size:1.1rem;margin-bottom:1rem}.maintenance-whatsapp{display:inline-block;padding:1rem 2rem;background:#25d366;color:#fff;text-decoration:none;border-radius:50px;font-weight:700;font-size:1.2rem;transition:all .3s ease;box-shadow:0 4px 15px #0003}.maintenance-whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}
