@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box;text-decoration:none;list-style:none;scroll-behavior:smooth;font-family:Roboto,sans-serif}:root{--yellow: #d0bb00;--blue: #2d3277;--gray-blue: #555995;--light-blue: #3483fa;--red: rgb(149, 0, 0);--whatsapp: #20ba5c;--whatsapp-dark: #179447;--black: rgb(21, 21, 21);--dark-blue: #08172e}html{position:relative;min-height:100%}html:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.1;z-index:-1}.navbar-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 5%;background-color:var(--yellow);color:var(--blue);position:sticky;top:0;z-index:1000;height:100px;border-bottom:1px solid #e0ca00}.navbar-logo{height:100px;width:auto;object-fit:contain;cursor:pointer}.navbar-links-container{display:flex;align-items:center;gap:4rem;font-size:1.7rem;font-weight:700}.navbar-links-container a{color:var(--blue);cursor:pointer;text-decoration:none;transition:all .3s ease-in-out}.navbar-links-container a:hover{color:var(--light-blue)}.hamburger{display:none;background:none;border:none;color:var(--blue);cursor:pointer;z-index:1010}@media screen and (max-width: 992px){.navbar-logo{height:80px}.navbar-links-container{font-size:1.2rem}}@media screen and (max-width: 800px){.hamburger{display:block;font-size:2rem}.navbar-links-container{position:fixed;top:0;left:-100%;width:100%;height:100vh;background-color:var(--yellow);flex-direction:column;justify-content:center;align-items:center;gap:3rem;font-size:2rem;transition:left .4s ease;z-index:1000}.navbar-links-container.active{left:0}}@media screen and (max-width: 480px){.navbar-logo{height:70px}}.home-hero{background:linear-gradient(135deg,var(--dark-blue) 0%,var(--blue) 100%);color:#fff;padding:100px 5% 80px;position:relative;overflow:hidden}.hero-content{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.1rem;line-height:1.1;margin-bottom:1.5rem}.highlight{color:var(--yellow);font-weight:700}.title-underline{width:180px;height:5px;background:var(--yellow);margin:20px 0 35px;border-radius:0 50% 50% 0}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.95;font-weight:300}.hero-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9;font-weight:200}.hero-features{display:flex;gap:2rem;margin-bottom:3rem}.feature{display:flex;align-items:center;gap:15px}.feature svg{font-size:3rem}.feature p{font-size:1rem;font-weight:300}.hero-image img{width:100%;max-width:620px}.services-section{padding:5rem 5% 6rem}.services-container{max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem;justify-items:center;justify-content:center}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 10px 30px #00000014;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;height:100%;min-height:410px;max-width:350px}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001f}.service-card svg{font-size:5rem;color:#fff;background:var(--blue);border-radius:50%;margin:0 auto 1rem;padding:1rem}.service-card h3{color:var(--blue);font-size:1.6rem;min-height:52px}.service-card p{color:#555;line-height:1.4;margin-bottom:1rem;flex-grow:1}.service-btn{display:inline-block;padding:12px 28px;background:var(--blue);color:#fff;border-radius:8px;text-decoration:none;font-weight:700;margin-top:auto;transition:all .3s}.service-btn:hover{background:var(--light-blue);transform:translateY(-1px)}.trust-bar{background:#f8f9fa;padding:3rem 5%;border-top:1px solid #eee;border-bottom:1px solid #eee}.trust-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;text-align:center}.trust-item{display:flex;flex-direction:column;align-items:center}.trust-item svg{color:var(--blue);font-size:3rem;margin-bottom:1rem}.trust-item h4{color:var(--blue);font-size:1.25rem;margin-bottom:.6rem}.trust-item p{color:#666;font-size:1rem;line-height:1.5;max-width:220px}.about-section{padding:5rem 5% 6rem}.about-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{align-self:end}.about-image img{width:100%;border-radius:12px}.about-content h2{color:var(--blue);font-size:1.1rem;letter-spacing:2px;margin-bottom:.5rem}.about-underline{width:80px;height:4px;background:var(--yellow);margin-bottom:1.5rem}.about-content h3{font-size:2.1rem;color:#222;margin-bottom:1.5rem;line-height:1.2}.about-content p{color:#555;font-size:1.15rem;line-height:1.7;margin-bottom:2rem}.attention-box{display:flex;gap:1rem;border-radius:12px;align-items:center}.attention-box svg{font-size:4rem;color:var(--blue)}.attention-box strong{color:var(--blue);display:block;margin-bottom:.4rem}.attention-box p{margin:0}.home-guide-help{justify-self:center;background:var(--yellow)!important;border:none!important}.home-help-content{gap:4rem!important}@media (max-width: 992px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.6rem}.title-underline{justify-self:center;border-radius:50%}.hero-features{justify-content:center;margin-bottom:0}.about-container{grid-template-columns:1fr;text-align:center}.about-image{order:-1}.about-underline{margin-left:auto;margin-right:auto}.attention-box{justify-self:center}}@media (max-width: 768px){.home-hero{padding:60px 5% 50px}.hero-text h1{font-size:2.35rem}.hero-subtitle{font-size:1.25rem}.hero-features{justify-content:center;gap:1.5rem}.services-section{padding:3rem 5% 4rem}.trust-container{grid-template-columns:repeat(2,1fr);gap:2rem}.about-section{padding:3.5rem 5%}.home-help-content{gap:1rem!important}}@media (max-width: 480px){.hero-text h1{font-size:2rem;line-height:1.15}.hero-subtitle,.hero-description{font-size:1.15rem}.feature{font-size:.95rem}.hero-features{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.trust-container{grid-template-columns:1fr}}.routebutton-btn{padding:.5rem 1rem;border:none;background-color:var(--blue);color:#fff;font-weight:700;font-size:1.2rem;transition:.3s all ease-in-out;cursor:pointer}.routebutton-btn:hover{background-color:var(--light-blue)}.loading,.error{font-size:1.4rem}.product-list{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:120rem}.product-card{border:1px solid rgb(171,171,171);padding:1.5rem;text-align:center;background-color:#f0f0f0;transition:all .3s ease-in-out;display:grid;grid-template-columns:40% 60%;align-items:center;height:100%;cursor:default}.product-card:hover{background-color:#dcdcdc}.product-name{font-size:1.5rem;font-weight:700}.product-image{width:100px;height:100px;object-fit:cover;border-radius:50%}.discounted-price{font-weight:700;font-size:2rem;color:var(--blue)}.decimals{font-size:1.2rem;vertical-align:super;position:relative;top:-.3rem;font-weight:700}.product-condition{font-size:1.2rem;font-weight:700}.pagination-button.active{background:var(--blue);color:var(--light-blue)}@media screen and (max-width: 1280px){.filters{flex-direction:column;width:100%}.filters-selects,.select-container{width:100%}.product-card{display:flex;flex-direction:column;gap:1rem}.product-name{font-size:1.5rem}}@media screen and (max-width: 750px){.filters-selects{flex-direction:column}}@media screen and (max-width: 480px){.card-section{flex-direction:column;gap:.5rem}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media (max-width: 768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media (max-width: 480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media (max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media (hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{left:20px;right:auto;bottom:auto;width:auto;top:50%;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media (max-width: 768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media (max-width: 480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media (max-width: 768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media (max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media (hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media (hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media (max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.product-container{padding:2rem;max-width:1000px;margin:0 auto;text-align:center;box-sizing:border-box}.product-title{font-size:2.5rem;margin:1.5rem 0;color:var(--blue);font-weight:700}.product-image-gallery{margin-bottom:1.5rem;width:100%}.product-image-gallery .image-gallery-slide-wrapper{overflow:hidden;position:relative;margin:0 auto;padding:1rem}.image-gallery-slide.image-gallery-right{visibility:hidden}.product-image-gallery .fullscreen .image-gallery-slide-wrapper{height:100vh}.product-image-gallery .image-gallery-slides{width:100%;height:100%;overflow:hidden}.product-image-gallery .image-gallery-slide{width:600px;height:400px;display:flex;justify-content:center;align-items:center;overflow:hidden;margin:0 auto}.image-gallery-slide .image-gallery-image{height:100%}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:30px;width:30px}.image-gallery-left-nav{margin-left:1.2rem}.image-gallery-right-nav{margin-right:1.2rem}.product-image-gallery .fullscreen .image-gallery-slide{width:100vw;height:100vh;max-width:none;max-height:none}.product-image-gallery .fullscreen .image-gallery-image{width:100%;height:100%;max-width:100vw;max-height:100vh;object-fit:contain}.image-gallery-fullscreen-button{right:0;margin:0 1.2rem 1.2rem 0}.product-image-gallery .fullscreen .image-gallery-thumbnails-wrapper{display:none}.product-image-gallery .image-gallery-thumbnail{width:80px;height:80px;border:2px solid transparent;cursor:pointer;overflow:hidden;display:flex;justify-content:center;align-items:center}.image-gallery-thumbnails .image-gallery-thumbnails-container{display:flex;gap:.2rem;justify-content:center;align-items:center}.product-image-gallery .image-gallery-thumbnail img{width:100%;height:100%;object-fit:cover}.product-image-gallery .image-gallery-thumbnail.active,.product-image-gallery .image-gallery-thumbnail:hover{border-color:var(--blue)}.product-image-gallery .image-gallery-icon{color:#fff;background:var(--blue);padding:10px;border-radius:50%;filter:none;z-index:10}.product-image-gallery .image-gallery-icon:hover{background:var(--light-blue)}p{font-size:1.2rem;margin:.5rem 0}.product-text{font-size:1.5rem}.product-conditions{display:flex;gap:2.5rem;justify-content:center;align-items:center}.product-description{margin:4rem 0 2rem}.bold{font-weight:700}.price-section{font-size:2rem;color:#000;margin:4rem 0}.price-section strong{font-size:2.5rem;color:var(--blue)}.price-title{display:flex;justify-content:center;gap:2rem;align-items:center}.price-title p{font-size:1.4rem;font-weight:700;color:var(--blue)}.highlighted{color:#fff!important;background-color:var(--blue);padding:5px 10px;border-radius:5px}.prices-container{display:flex;justify-content:center;align-items:center;gap:7rem}.original-price-text{display:flex;justify-content:center;align-items:center;gap:.3rem;color:#555}.original-price-text svg{font-size:1.7rem}.original-price-text p{margin:0}.original-price{font-size:2.5rem;font-weight:700;color:#777;position:relative;display:inline-block;margin:.5rem 0}.original-price:after{content:"";position:absolute;left:0;right:0;top:50%;height:2.5px;background:#e74c3c;transform:rotate(-8deg);transform-origin:center}.discounted-price-save{color:var(--whatsapp-dark);font-weight:700;background-color:#d2d2d2;padding:5px 10px;border-radius:5px;display:inline-block;margin:1rem 0 0}.product-discounted-price{font-size:4rem;color:var(--blue);font-weight:700;margin:.5rem 0}.discounted-price-mp svg{font-size:2rem}.discounted-price-mp p{font-size:1rem;margin:0!important;font-weight:700}.btn{padding:14px 20px;font-size:1.1rem;font-weight:700;border-radius:30px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s;min-width:450px;justify-content:space-evenly}.guide-btn{background:var(--blue);color:#fff!important;border:none;cursor:pointer;display:flex;gap:.5rem}.guide-btn svg{font-size:3rem;color:#fff}.guide-text{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}@media screen and (max-width: 800px){.product-container{padding:1rem}.product-title{font-size:1.5rem}.product-image-gallery .image-gallery-slide-wrapper{width:300px;height:200px}.product-image-gallery .image-gallery-slides{width:100%;height:100%}.product-image-gallery .image-gallery-slide{width:300px;height:200px}.product-image-gallery .image-gallery-image{width:100%;height:100%;max-width:300px;max-height:200px;object-fit:contain}.product-image-gallery .image-gallery-thumbnail{width:60px;height:60px}.product-image-gallery .image-gallery-thumbnail img{width:100%;height:100%;object-fit:cover}.prices-container{display:block}.original-price-container{margin-top:2rem}.discounted-price-save{margin-top:3rem}}@media screen and (max-width: 480px){.btn{min-width:0!important}.consulta-divider:after,.consulta-divider:before{display:none!important}}.products-container{padding:4rem 0rem;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}.products-box{width:90%;max-width:80rem}.filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;width:100%;max-width:120rem}.filters input{flex:1;min-width:20rem;border:1px solid #ccc}.filters-selects{display:flex;gap:1rem}.sort-container{min-width:2rem}.sort-select{padding:1rem 3.5rem 1rem 1rem;font-size:1.5rem;border:1px solid #ccc;background:#fff;cursor:pointer;width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative}.sort-select::ms-expand{display:none}.sort-container:after{content:"";position:absolute;right:15px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:1.8rem;color:#333}.option-prompt{margin-right:1rem}.filters input,.filters select{padding:1rem;font-size:1.5rem;box-sizing:border-box}.filters select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:1rem 4rem 1rem 1rem;cursor:pointer;position:relative;width:100%}.select-container{position:relative;min-width:20rem}.select-container select{width:100%;padding:1rem 2.5rem 1rem 1rem;font-size:1.5rem;border:1px solid #ccc;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-container:after{content:"▼";font-size:1.5rem;color:#666;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);pointer-events:none}.select-container.price-open select,.select-container.brand-open select{border-color:var(--blue)}.select-container.price-open:after,.select-container.brand-open:after{content:"▲"}.results-count{font-size:1.2rem;color:#666;margin-bottom:1.5rem;margin-left:.5rem;text-align:left;width:100%}.firmware-list{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:120rem}.firmware-card{border:1px solid rgb(171,171,171);padding:1.5rem;text-align:center;background-color:#f0f0f0;transition:all .3s ease-in-out;display:grid;grid-template-columns:40% 60%;align-items:center;height:100%;cursor:default}.card-section{display:flex;justify-content:space-around;align-items:center;width:100%}.firmware-card:hover{background-color:#dcdcdc}.firmware-name{font-size:1.5rem;font-weight:700;display:flex;flex-direction:column}.firmware-image{width:100px;height:100px;object-fit:cover;border-radius:50%}.firmwares-price{font-weight:700;font-size:2rem;color:var(--blue)}.price-decimals{font-size:1.2rem;vertical-align:super;position:relative;top:-.3rem;font-weight:700}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;width:100%;max-width:120rem}.pagination-button{padding:.5rem 1rem;font-size:1.5rem;cursor:pointer;border:none;background:var(--blue);min-width:2.5rem;text-align:center;color:#fff}.pagination-button:disabled{cursor:not-allowed;opacity:.5}.pagination-button.active{background:var(--light-blue);color:#fff}.pagination-ellipsis{font-size:1.5rem;padding:.5rem;color:var(--gray-blue)}.pagination span{font-size:1.5rem;font-weight:700}@media screen and (max-width: 1280px){.filters{flex-direction:column;width:100%}.filters-selects,.select-container{width:100%}}@media screen and (max-width: 800px){.filters-selects{flex-direction:column}.firmware-card{display:flex;flex-direction:column;gap:1rem}.firmware-name{font-size:1.5rem;flex-direction:row;justify-content:space-between;width:100%;padding:0 5%}}@media screen and (max-width: 600px){.firmware-image{display:none}}.firmware-container{padding:2rem;max-width:1000px;margin:0 auto;text-align:center;box-sizing:border-box}.firmware-title{font-size:2.5rem;margin:1.5rem 0;color:var(--blue);font-weight:700}.firmware-main-image{width:85%;border-radius:10px;margin:2rem 0 3rem}p{font-size:1.2rem;margin:1rem 0}strong{color:var(--blue)}.firmware-info-container{margin-top:1rem;margin-bottom:3rem;justify-self:center}.firmware-info{display:flex;justify-content:baseline;align-items:center;gap:.5rem;font-size:1.2rem;margin:0 auto 2rem}.firmware-version{text-align:left}.firmware-info svg{font-size:1.5rem;color:var(--blue)}.disclaimer-title{font-size:1.5rem}.firmware-price{font-size:4rem;color:var(--blue);font-weight:700;margin-top:.5rem}.firmware-price strong{font-size:2.5rem;color:var(--blue)}.discounted-price-mp{display:inline-flex;gap:.3rem;justify-content:center;align-items:center;background-color:#d6e3f4;padding:10px;border-radius:5px;color:#164ca8}@media screen and (max-width: 800px){.firmware-container{padding:1rem}.firmware-title{font-size:1.5rem}}.action-buttons{display:flex;gap:1rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}.btn{padding:14px 20px;font-size:1.1rem;font-weight:700;border-radius:30px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s;cursor:pointer;min-width:450px;justify-content:space-evenly}.btn:hover{transform:scale(1.01)}.buy-btn{background:var(--whatsapp-dark);color:#fff}.buy-btn:hover{background:var(--whatsapp)}.buy-icons{display:flex;gap:.2rem;margin-right:.5rem}.buy-icons svg{font-size:3rem}.buy-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.buy-btn strong{color:#fff;font-size:1.2rem}.buy-btn p{font-weight:400;font-size:1rem}.guide-link{background:var(--blue);color:#fff;border:none;cursor:pointer;align-items:center;display:flex;gap:1rem}.guide-btn:hover{background:var(--light-blue)}.guide-btn svg{font-size:3rem}.guide-text{display:flex;flex-direction:column;align-items:center;justify-content:center}.guide-btn strong{color:#fff;font-size:1.2rem}.guide-btn p{font-weight:400;font-size:1rem}.consulta-section{text-align:center;margin:2.5rem 0}.consulta-divider{position:relative;display:inline-block;font-size:1.4rem;font-weight:600;color:#000;margin-bottom:2.5rem;padding:0 20px}.consulta-divider:before,.consulta-divider:after{content:"";position:absolute;top:50%;width:120px;height:1px;background:#000}.consulta-divider:before{left:-130px}.consulta-divider:after{right:-130px}.help-btn{background:transparent;color:var(--whatsapp-dark);font-size:1.3rem;border:5px solid var(--whatsapp-dark)}.help-btn:hover{background:var(--whatsapp-dark);color:#fff}.help-btn svg{font-size:3rem}@media screen and (max-width: 800px){.firmware-info-container{flex-direction:column;gap:2rem}}@media screen and (max-width: 600px){.consulta-divider:before,.consulta-divider:after{width:60px}.consulta-divider:before{left:-80px}.consulta-divider:after{right:-80px}}.guide-container{display:flex;justify-content:center;flex-direction:column;align-items:center;margin:2rem 0;max-width:1400px;justify-self:center}.guide-title{text-align:center;color:var(--black);margin:2rem 0}.first-line{font-weight:700;font-size:3.5rem;margin:0}.second-line{font-weight:700;font-size:4rem;margin:0}.second-line span{color:var(--yellow)}.subtitle-container{display:inline-block;position:relative}.subtitle{font-weight:400;font-size:1.3rem;padding-bottom:12px}.yellow-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:300px;height:4px;background:var(--yellow);border-radius:50%}.guide-steps{display:flex;flex-direction:column;gap:4rem;margin:2rem 0;width:100%;justify-content:center;align-items:center;padding:0 20px}.step-card{background:#fff;border-radius:16px;padding:2rem 3rem;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;cursor:default;margin:0 5%;max-width:1100px}.step-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.step-number{position:absolute;top:-10px;left:-10px;background:var(--blue);color:#fff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;border-radius:16px}.step-content{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}.step-image img{border-radius:16px;width:100%;height:auto}.step-text{display:flex;flex-direction:column;justify-content:center;gap:2rem}.step-text p{margin:0;font-size:1.2rem}.step-text h3{color:var(--blue);font-size:1.5rem}.guide-help{background:#fef8ea;padding:1.5rem 2rem;font-weight:500;border-radius:16px;border:2px solid #fce6ac;max-width:1100px;margin:1rem 5% 2rem}.help-content{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.guide-help-text-container{display:flex;gap:1rem}.guide-help-text-container svg{font-size:6rem;color:var(--black)}.guide-help-text{align-content:center}.guide-help-text strong{font-weight:700;color:var(--black);font-size:1rem}.guide-help-text p{font-weight:400;margin:.5rem 0 0;color:var(--black);font-size:1rem}.guide-whatsapp-btn{background:transparent;border:3px solid var(--black);color:var(--black);padding:15px 30px;border-radius:20px;text-decoration:none;display:flex;align-items:center;gap:8px;font-weight:700;transition:all .3s ease-in-out}.guide-whatsapp-btn svg{font-size:2rem}.guide-whatsapp-btn:hover{background:var(--whatsapp);color:#fff;border-color:var(--whatsapp)}.check-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;max-width:1100px;margin:1rem 5%;justify-content:center;align-items:center}.check{display:flex;gap:.3rem;justify-content:center;align-items:center;padding:0 1rem}.check svg{font-size:1.7rem;color:var(--whatsapp-dark)}.check p{font-size:1rem;white-space:nowrap}@media screen and (max-width: 1200px){.step-text p{margin:0;font-size:1rem}.step-text h3{color:var(--blue);font-size:1.2rem}.check-container{grid-template-columns:1fr 1fr;gap:2rem}}@media screen and (max-width: 950px){.step-card{max-width:615px}.step-text{align-items:center;text-align:center}.step-text h3{color:var(--blue);font-size:1.5rem}.step-content{display:flex;flex-direction:column}.first-line{font-size:2.8rem}.second-line{font-size:3.2rem}.subtitle{font-size:1.2rem}}@media screen and (max-width: 768px){.first-line{font-size:2.3rem}.second-line{font-size:2.7rem}.subtitle{font-size:1rem}.help-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.guide-help-text{text-align:center}.check-container{grid-template-columns:1fr;gap:2rem}}.footer{background:var(--blue);color:#ddd}.footer-container{max-width:1300px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr 2fr 2fr;gap:3rem}.footer-main{padding:4rem 0 2rem}.footer-col h4{color:var(--yellow);margin-bottom:1.2rem;font-size:1.1rem}.footer-col a,.footer-col p{color:#fff;text-decoration:none;line-height:1.8;transition:color .3s}.footer-col a:hover{color:var(--yellow)}.logo-col .footer-logo{height:80px;margin-bottom:1rem}.footer-description{line-height:1.6;margin-bottom:1.5rem}.footer-badges-text{display:flex;align-items:center;gap:.5rem}.footer-badges-text svg{color:var(--yellow);font-size:1.5rem}.nav-col p{transition:all .3s ease-in-out}.nav-col p:hover{color:var(--yellow)}.info-col{display:flex;gap:1rem}.info-col svg{color:var(--yellow);font-size:2rem}.info-col strong{color:#fff;font-weight:700;font-size:1.2rem}.info-col p{font-size:.9rem;color:#bbb;margin:0 0 2rem}.contact-col-texto{display:flex;gap:.5rem;align-items:center;margin-bottom:1.5rem}.contact-col-texto svg{color:var(--yellow);font-size:1.5rem}.contact-col-texto a{text-decoration:none;transition:all .3s ease-in-out}.contact-col-texto p{margin:0}.contact-col-texto a p:hover{color:var(--yellow)}.footer-bottom{background:var(--dark-blue);padding:1.2rem 0;border-top:1px solid #1e3a5f;font-size:.95rem}.footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;text-align:center;flex:1}.footer-secure{display:flex;align-items:center;gap:8px;white-space:nowrap}.footer-secure svg,.footer-secure p,.footer-secure strong{color:#bbb}.footer-secure svg{font-size:2rem}.footer-secure strong{font-weight:700;font-size:1rem}.footer-secure p{font-weight:400;font-size:1rem}.footer-yellow{background:var(--yellow);color:var(--blue);padding:1.2rem 0;font-weight:500}.yellow-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.help-text-container{display:flex;gap:1rem}.help-text-container svg{font-size:3rem;color:var(--black)}.help-text strong{font-weight:700;color:var(--black);font-size:1rem}.help-text p{font-weight:400;margin-top:.5rem;color:var(--black);font-size:1rem}.yellow-whatsapp-btn{background:transparent;border:3px solid var(--black);color:var(--black);padding:15px 30px;border-radius:20px;text-decoration:none;display:flex;align-items:center;gap:8px;font-weight:700;transition:all .3s ease-in-out}.yellow-whatsapp-btn svg{font-size:2rem}.yellow-whatsapp-btn:hover{background:var(--whatsapp);color:#fff;border-color:var(--whatsapp)}@media (max-width: 1300px){.footer-container{grid-template-columns:1fr 1fr}.nav-col{margin-top:7.5rem}}@media (max-width: 950px){.yellow-content{justify-content:center}}@media (max-width: 800px){.footer-bottom{padding:2rem 0}.footer-bottom .footer-container{flex-direction:column;text-align:center;gap:.8rem}.footer-secure{justify-content:center;margin-top:1rem}.footer-container{grid-template-columns:1fr;text-align:center}.footer-badges-text{justify-content:center}.info-col-container{justify-self:center}.info-col-texto{text-align:left}.contact-col-texto{justify-content:center}.nav-col,.info-col-container,.contact-col{margin-top:3rem}}
