:root{--primary: #1e72b8;--primary-dark: #054D77;--primary-deeper:#061d3f;--primary-light: #4a9fd4;--accent: #2a90d5;--navy: #0a1e3d;--white: #ffffff;--gray-light: #E2E8F0;--gray-medium: #e3eaf3;--text-dark: #26272A;--text: #3a4a5e;--text-light: #6e8097;--font-main: Aeonik, sans-serif;--transition: 0.3s ease;--radius: 10px;--shadow: 0 4px 24px rgba(10, 30, 61, 0.1);--shadow-lg: 0 8px 40px rgba(10, 30, 61, 0.14);--topbar-h: 36px;--header-h: 72px}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-THIN.OTF") format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-THINITALIC.OTF") format("opentype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-LIGHT.OTF") format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-LIGHTITALIC.OTF") format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-REGULAR.OTF") format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-REGULARITALIC.OTF") format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-MEDIUM.OTF") format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-MEDIUMITALIC.OTF") format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-BOLD.OTF") format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-BOLDITALIC.OTF") format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-BLACK.OTF") format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Aeonik";src:url("../fonts/aeonik/AEONIK-BLACKITALIC.OTF") format("opentype");font-weight:900;font-style:italic;font-display:swap}.topbar{position:fixed;top:0;left:0;width:100%;z-index:1000;height:var(--topbar-h);background:#07131f;display:flex;align-items:center;background:linear-gradient(90deg, #043049 0%, #0A73AF 100%);backdrop-filter:blur(5.5500001907px)}.topbar .container{display:flex;justify-content:space-between;align-items:center;height:100%}.topbar .topbar-left,.topbar .topbar-right{display:flex;align-items:center;gap:20px;height:100%}.topbar .topbar-item{display:flex;align-items:center;gap:7px;font-family:"Aeonik",sans-serif;font-size:.8rem;font-weight:400;color:hsla(0,0%,100%,.9);height:100%;letter-spacing:.5px}.topbar .topbar-item.topbar-itemPrincipal{background-color:#095c8b;padding:0 14px}.topbar .topbar-item i{font-size:.72rem;color:#fff}.topbar .topbar-item a{color:inherit;text-decoration:none;transition:color .3s ease}.topbar .topbar-item a:hover{color:#fff}.site-header{position:fixed;top:var(--topbar-h);left:0;width:100%;z-index:999;transition:background .3s ease,box-shadow .3s ease;background-color:hsla(0,0%,100%,.4588235294);backdrop-filter:blur(2px)}.site-header .logo-white{display:block}.site-header .logo-color{display:none}.site-header .nav-menu>li>a{color:hsla(0,0%,100%,.88)}.site-header .nav-menu>li>a:hover{color:#fff}.site-header .btn-contact-nav{border-color:hsla(0,0%,100%,.55);color:hsla(0,0%,100%,.9)}.site-header .btn-contact-nav:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.8);color:#fff}.site-header .hamburger span{background:hsla(0,0%,100%,.9)}.site-header.scrolled,.site-header.interior{background:#fff;box-shadow:0 2px 20px rgba(10,30,61,.09)}.site-header.scrolled .logo-white,.site-header.interior .logo-white{display:none}.site-header.scrolled .logo-color,.site-header.interior .logo-color{display:block}.site-header.scrolled .nav-menu>li>a,.site-header.interior .nav-menu>li>a{color:#26272a}.site-header.scrolled .nav-menu>li>a:hover,.site-header.interior .nav-menu>li>a:hover{color:#1e72b8}.site-header.scrolled .btn-contact-nav,.site-header.interior .btn-contact-nav{border-color:#1e72b8;color:#1e72b8}.site-header.scrolled .btn-contact-nav img,.site-header.interior .btn-contact-nav img{filter:invert(1) opacity(0.5)}.site-header.scrolled .btn-contact-nav:hover,.site-header.interior .btn-contact-nav:hover{background:#1e72b8;color:#fff;border-color:#1e72b8}.site-header.scrolled .btn-contact-nav:hover img,.site-header.interior .btn-contact-nav:hover img{filter:invert(0) opacity(1)}.site-header.scrolled .hamburger span,.site-header.interior .hamburger span{background:#26272a}.header-inner{width:100%}.navbar-wrap{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:16px}.site-logo{flex-shrink:0}.site-logo a{display:flex;align-items:center;text-decoration:none}.site-logo .logo-white,.site-logo .logo-color{height:38px;width:auto;transition:opacity .3s ease}nav[aria-label="Navegación principal"]{flex:1;display:flex;justify-content:center}.nav-menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:2px}.nav-menu>li{position:relative}.nav-menu>li>a{display:flex;align-items:center;gap:5px;padding:8px 13px;font-family:"Aeonik",sans-serif;font-size:.95rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:10px;transition:all .3s ease}.nav-menu>li>a i{font-size:.6rem;transition:transform .25s ease;margin-top:1px}.nav-menu>li:hover>a i{transform:rotate(180deg)}.nav-menu>li:hover>a{background:hsla(0,0%,100%,.08)}.site-header.scrolled .nav-menu>li:hover>a,.site-header.interior .nav-menu>li:hover>a{background:#e2e8f0}.dropdown{position:absolute;top:calc(100% + 10px);left:0;background:#fff;border-radius:10px;box-shadow:0 8px 40px rgba(10,30,61,.14);border:1px solid #d6e2ef;list-style:none;padding:8px 0;margin:0;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:100}.dropdown li a{display:block;padding:10px 18px;font-family:"Aeonik",sans-serif;font-size:.9rem;font-weight:400;color:#26272a;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease,background .3s ease}.dropdown li a:hover{color:#1e72b8;background:#e2e8f0}.dropdown li a.active{color:#1e72b8;font-weight:600}.menu-item-has-children:hover>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}.btn-contact-nav{display:inline-flex;align-items:center;gap:9px;padding:3px 25px;border:1.5px solid;border-radius:100px;font-family:"Aeonik",sans-serif;font-size:.85rem;font-weight:400;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.btn-contact-nav i{font-size:.72rem}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:38px;height:38px;gap:5px;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0}.hamburger span{display:block;width:22px;height:2px;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(7,19,31,.65);z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(2px)}.mobile-nav-overlay.open{opacity:1;visibility:visible}.mobile-nav-panel{position:fixed;top:0;right:-320px;width:300px;height:100dvh;background:#fff;z-index:1002;transition:right .35s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column;overflow-y:auto}.mobile-nav-panel.open{right:0}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#1e72b8}.mobile-nav-head img{filter:brightness(0) invert(1);height:30px;width:auto}.mobile-nav-close{background:none;border:none;color:hsla(0,0%,100%,.75);font-size:1.1rem;cursor:pointer;padding:4px;line-height:1;transition:color .3s ease}.mobile-nav-close:hover{color:#fff}.mobile-nav-body{flex:1;padding:8px 0}.mobile-nav-body ul{list-style:none;padding:0;margin:0}.mobile-nav-body ul>li{border-bottom:1px solid #e3eaf3}.mobile-nav-body ul>li>a{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;font-family:"Aeonik",sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#26272a;text-decoration:none;transition:color .3s ease}.mobile-nav-body ul>li>a:hover{color:#1e72b8}.mobile-nav-body ul>li>a.active{color:#1e72b8}.mobile-nav-body .sub-links{display:none;background:#e2e8f0}.mobile-nav-body .sub-links.open{display:block}.mobile-nav-body .sub-links li{border-bottom:1px solid #e3eaf3}.mobile-nav-body .sub-links li a{padding:11px 20px 11px 28px;font-size:.95rem;font-weight:400;text-transform:none;letter-spacing:0}.mobile-toggle-sub{background:none;border:none;cursor:pointer;padding:0 4px;color:#6e8097;font-size:.72rem;transition:color .3s ease}.mobile-toggle-sub:hover{color:#1e72b8}.mobile-nav-foot{padding:16px 20px;border-top:1px solid #e3eaf3}.mobile-nav-foot a{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;background:#1e72b8;color:#fff;border-radius:10px;text-decoration:none;font-family:"Aeonik",sans-serif;font-size:.88rem;font-weight:600;letter-spacing:.03em;transition:background .3s ease}.mobile-nav-foot a:hover{background:#054d77}@media(max-width: 991px){nav[aria-label="Navegación principal"],.btn-contact-nav{display:none}.hamburger{display:flex}.navbar-wrap{height:60px}:root{--header-h: 60px}}@media(max-width: 768px){.topbar .topbar-left .topbar-item:not(:first-child){display:none}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:"Aeonik",sans-serif;font-weight:400;font-size:1rem;line-height:1.65;color:#3a4a5e;background:#fff;overflow-x:hidden;letter-spacing:.5px}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:#1e72b8;text-decoration:none;transition:color .3s ease;cursor:pointer}a:hover{color:#054d77}h1,h2,h3,h4,h5,h6{font-family:"Aeonik",sans-serif;font-weight:700;color:#26272a;line-height:1.15;margin:0}p{margin:0 0 1rem}p:last-child{margin-bottom:0}ul,ol{list-style:none;padding:0;margin:0}button{cursor:pointer;font-family:inherit}::-moz-selection{background:rgba(30,114,184,.18);color:#054d77}::selection{background:rgba(30,114,184,.18);color:#054d77}.bgLight{background:#e2e8f0}.bgNavy{background:#0a1e3d}.text-blue{color:#1e72b8 !important}.page-offset{padding-top:calc(var(--topbar-h) + var(--header-h))}#back-top{position:fixed;bottom:28px;right:24px;z-index:900;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s ease}#back-top.visible{opacity:1;visibility:visible;transform:translateY(0)}#back-top a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#1e72b8;color:#fff;border-radius:50%;box-shadow:0 4px 24px rgba(10,30,61,.1);font-size:.85rem;text-decoration:none;transition:background .3s ease,box-shadow .3s ease}#back-top a:hover{background:#054d77;box-shadow:0 8px 40px rgba(30,114,184,.18)}.kicker{display:inline-flex;align-items:center;gap:15px;font-family:"Aeonik",sans-serif;font-size:1.2rem;font-weight:400;letter-spacing:.5px;color:#26272a;margin-bottom:12px}.kicker::before{content:"";display:inline-block;width:8px;height:8px;background:#1e72b8;transform:rotate(45deg);flex-shrink:0}.kicker.light{color:hsla(0,0%,100%,.65)}.kicker.light::before{background:hsla(0,0%,100%,.65)}.section-title{font-family:"Aeonik",sans-serif;font-size:clamp(1.65rem,3.5vw,2.6rem);font-weight:500;text-transform:uppercase;letter-spacing:-0.01em;color:#26272a;line-height:1.1;margin-bottom:16px}.section-title span{color:#1e72b8;font-weight:700}.section-subtitle{font-size:1.1rem;color:#3a4a5e;line-height:1.7;max-width:850px}.text{font-size:1.05rem !important;color:#26272a !important;line-height:1.75 !important}.textBig{font-size:1.75rem !important;color:#394247 !important;line-height:1.75 !important}.colorLight{color:#68a9ce !important}.btn-primary{display:inline-flex;align-items:center;gap:10px;height:46px;padding:3px 25px;background:#1e72b8;color:#fff;border-radius:100px;font-family:"Aeonik",sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;transition:background .3s ease,box-shadow .3s ease}.btn-primary i{font-size:.8rem}.btn-primary:hover{background:#054d77;color:#fff;box-shadow:0 8px 40px rgba(30,114,184,.18)}.btn-outline-white{display:inline-flex;align-items:center;gap:10px;height:46px;padding:3px 25px;border:1.5px solid hsla(0,0%,100%,.55);color:hsla(0,0%,100%,.9);border-radius:100px;font-family:"Aeonik",sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.03em;text-transform:uppercase;text-decoration:none;transition:all .3s ease}.btn-outline-white:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.85);color:#fff}.btn-outline-primary{display:inline-flex;align-items:center;gap:10px;height:46px;padding:3px 25px;border:1.5px solid #1e72b8;color:#1e72b8;border-radius:100px;font-family:"Aeonik",sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.03em;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-outline-primary i{font-size:.8rem}.btn-outline-primary:hover{background:#1e72b8;color:#fff}.btn-pill-light{display:inline-flex;align-items:center;gap:9px;height:46px;padding:3px 25px;border:1.5px solid #6e8097;border-radius:100px;font-family:"Aeonik",sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:#6e8097;text-decoration:none;transition:all .3s ease;background:#fff}.btn-pill-light i{font-size:.75rem;color:#6e8097}.btn-pill-light:hover{border-color:#1e72b8;color:#1e72b8;box-shadow:0 2px 12px rgba(10,30,61,.08)}.btn-pill-light:hover i{font-size:.75rem;color:#1e72b8}.hero-home{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;padding-top:calc(var(--topbar-h) + var(--header-h))}.hero-home .swiper-slide{width:100%;position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;padding-top:calc(var(--topbar-h) + var(--header-h))}.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1.5px solid hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.12);color:#fff;font-size:.9rem;cursor:pointer;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;backdrop-filter:blur(4px)}.hero-prev{left:24px}.hero-next{right:24px}.hero-prev:hover,.hero-next:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.8);box-shadow:0 4px 20px rgba(0,0,0,.2)}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(6, 29, 63, 0.78) 0%, rgba(10, 30, 61, 0.55) 55%, rgba(10, 30, 61, 0.35) 100%)}.hero-content{position:relative;z-index:2;padding:80px 0 60px;width:100%}.hero-kicker{font-family:"Aeonik",sans-serif;font-size:1.1rem;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:hsla(0,0%,100%,.7);margin-bottom:20px;display:flex;align-items:center;gap:10px;letter-spacing:.75px}.hero-home h1,.hero-home .hero-title{font-family:"Aeonik",sans-serif;font-size:clamp(2.8rem,6.5vw,5.2rem);font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:-0.02em;line-height:1.05;margin-bottom:36px}.hero-home h1 .dot,.hero-home .hero-title .dot{color:#4a9fd4}.hero-scroll{position:absolute;bottom:40px;right:19px;z-index:2;display:flex;flex-direction:column;align-items:center;gap:23px;font-family:"Aeonik",sans-serif;font-size:.85rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.hero-scroll span{transform:rotate(-90deg)}.hero-scroll i{font-size:.85rem;animation:bounceY 1.6s ease-in-out infinite}@keyframes bounceY{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}.swiper-slide{flex-shrink:0;width:auto}.swiper-slide img{-o-object-fit:cover;object-fit:cover}.intro-section{padding:90px 0}.intro-section .intro-left{font-family:"Aeonik",sans-serif;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:700;line-height:1.5;color:#26272a}.intro-section .intro-left a{color:#1e72b8;text-decoration:underline;text-underline-offset:3px}.intro-section p{font-size:.95rem;color:#3a4a5e;line-height:1.75}.gallery-swiper{height:340px}.gallery-swiper .swiper-slide{overflow:hidden;border-radius:10px}.gallery-swiper .swiper-slide picture{display:block;width:100%;height:100%}.gallery-swiper .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.gallery-swiper .swiper-slide:hover img{transform:scale(1.05)}.products-section{padding:60px 0;overflow:hidden}.products-section .section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:20px}.products-section .section-head .kicker{margin-bottom:8px}.products-section .section-head .section-title{margin-bottom:0}.swiper-nav-group{display:flex;align-items:center;gap:10px;flex-shrink:0}.swiper-nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1.5px solid #d6e2ef;background:#1e72b8;color:#fff;font-size:.78rem;transition:all .3s ease;cursor:pointer}.swiper-nav-btn:hover{border-color:#fff;background:#fff;color:#1e72b8;box-shadow:0 2px 12px rgba(10,30,61,.08)}.swiper-nav-btn.swiper-button-disabled{opacity:.75;pointer-events:none;background-color:#c4d9f2}.products-swiper{overflow:visible !important}.products-swiper .swiper-wrapper{align-items:stretch}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e3eaf3;text-decoration:none;transition:box-shadow .3s ease,transform .3s ease;width:320px;position:relative}.product-card:hover{box-shadow:0 8px 40px rgba(30,114,184,.18);transform:translateY(-4px)}.product-card .card-img{position:relative;overflow:hidden;height:300px;border-radius:0 !important}.product-card .card-img picture{height:97%}.product-card .card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.product-card .card-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.45) 60%, rgb(255, 255, 255) 100%)}.product-card .card-img .thumb-badge{position:absolute;top:8px;left:8px;padding:3px 15px;background:#21c776;color:#fff;font-size:.75rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;border-radius:100px}.product-card:hover .card-img img{transform:scale(1.05)}.product-card:hover .card-img::after{border-radius:20px 20px 0 0;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0A73AF 100%)}.product-card:hover .card-body .card-title{color:#fff}.product-card:hover .card-body .card-meta{color:#fff;opacity:.85}.product-card:hover .card-body{color:#fff;background-color:#1e72b8}.product-card:hover .card-body .card-arrow{border:1px solid #fff;color:#fff;transition:transform .5s ease}.product-card:hover .card-body .card-arrow:hover{background-color:hsl(0deg 0% 100% / 71%)}.product-card:hover .card-body .card-arrow:hover i{transform:rotate(-45deg);transition:transform .5s ease}.product-card:hover .card-body .card-arrow i{color:#fff;transition:transform .5s ease}.product-card .card-body{margin-top:-5px;padding:20px 20px 16px;flex:1;display:flex;flex-direction:column;gap:3px}.product-card .card-bodyFooter{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin-top:auto;margin-top:10px;gap:8px;padding-top:5px;margin-bottom:10px;transition:transform .5s ease}.product-card .card-bodyFooter .card-arrow{position:relative;bottom:0;right:0;display:inline-flex;align-items:center;gap:6px;width:-moz-max-content;width:max-content;border-radius:50px;border:1px solid #8fa0b4;padding:4px 12px;color:#8fa0b4;font-size:.78rem;text-decoration:none;white-space:nowrap;transition:all .3s ease}.product-card .card-bodyFooter .card-arrow i{color:#8fa0b4;font-size:.72rem;transition:transform .3s ease}.product-card .card-bodyFooter .card-arrow:hover{border-color:#1e72b8;color:#1e72b8;background:rgba(30,114,184,.06)}.product-card .card-bodyFooter .card-arrow:hover i{color:#1e72b8;transform:translateX(2px)}.product-card .card-title{font-family:"Aeonik",sans-serif;font-size:1.25rem;font-weight:600;color:#054d77;transition:color .3s ease;letter-spacing:.5px;margin-bottom:.3rem}.product-card:hover .card-title{color:#1e72b8}.product-card .card-meta{font-size:.85rem;color:#8fa0b4;font-weight:400}.product-card .uppercase{text-transform:uppercase}.product-card .card-arrow{position:absolute;bottom:18px;right:18px;width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;color:#1e72b8;font-size:.75rem;transition:all .3s ease}.product-card .card-arrow i{color:#fff}.product-card:hover .card-arrow{border-color:rgba(0,0,0,0);color:#fff}.adicionales-section{padding:90px 0}.adicionales-section .section-title{margin-bottom:10px}.adicionales-section .section-subtitle{max-width:850px}.adicionales-list{margin-top:40px;border-top:1px solid #e3eaf3}.adicional-row{display:flex;align-items:center;gap:24px;padding:28px 0;border-bottom:1px solid #e3eaf3;text-decoration:none;color:inherit;transition:all .3s ease;justify-content:space-between}.adicional-name{flex-shrink:0;min-width:200px;font-family:"Aeonik",sans-serif;font-size:1.3rem;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:#26272a;transition:all .3s ease;display:flex;align-items:center}.adicional-name::before{transition:all .3s ease;content:""}.adicional-text{flex:1;font-size:1rem;color:#3a4a5e;line-height:1.6;max-width:50%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.adicional-img{position:absolute;flex-shrink:0;width:0;height:270px;overflow:hidden;border-radius:10px;opacity:0;transition:width .35s ease,opacity .3s ease;right:100px}.adicional-img img{width:200px;height:270px;-o-object-fit:cover;object-fit:cover;display:block}.adicional-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1.5px solid #e3eaf3;color:#8fa0b4;font-size:.82rem;transition:all .3s ease;background:#e2e8f0}.adicional-row:hover .adicional-name{color:#1e72b8;gap:8px;display:flex;align-items:center;transition:all .3s ease}.adicional-row:hover .adicional-name::before{content:"";display:inline-block;width:8px;height:8px;background:#4a9fd4;transform:rotate(45deg);flex-shrink:0;transition:all .3s ease}.adicional-row:hover .adicional-img{width:200px;opacity:1}.adicional-row:hover .adicional-btn{background:#1e72b8;border-color:#1e72b8;color:#fff}.adicional-row:hover .adicional-btn img{transform:rotate(45deg)}.accordion-custom .accordion-item{background-color:#fff;border:none;border-bottom:1px solid #e3eaf3;border-radius:15px !important;margin-bottom:12px;padding:0px 30px}.accordion-custom .accordion-item:first-child{border-top:1px solid #e3eaf3}.accordion-custom .accordion-header{margin:0;padding:5px 0px;display:flex;align-items:center;gap:10px;font-weight:400;border-bottom:1px solid #e3eaf3}.accordion-custom .accordion-header::before{content:"";display:inline-block;width:8px;height:8px;background:#1e72b8;transform:rotate(45deg);flex-shrink:0}.accordion-custom .accordion-button{background:rgba(0,0,0,0);font-family:"Aeonik",sans-serif;font-size:1.1rem;font-weight:500;color:#26272a;padding:16px 0;box-shadow:none !important;border:none;border-radius:0 !important;transition:color .3s ease;display:flex;justify-content:space-between;align-items:center}.accordion-custom .accordion-button i{color:#e2e8f0}.accordion-custom .accordion-button::after{display:none}.accordion-custom .accordion-button:not(.collapsed){color:#1e72b8 !important;background:rgba(0,0,0,0);box-shadow:none !important}.accordion-custom .accordion-button:not(.collapsed) i{color:#1e72b8 !important}.accordion-custom .accordion-button:focus{box-shadow:none}.accordion-custom .accordion-body{padding:8px 0px 16px;font-size:.88rem;color:#3a4a5e;line-height:1.7}.valores-section{padding:90px 0;background:#e2e8f0}.valores-section .section-title{margin-bottom:0}.valor-item{display:flex;flex-direction:column;gap:14px;text-align:center;align-items:center}.valor-item h3{font-family:"Aeonik",sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#26272a;margin:0}.valor-item p{font-size:.95rem;color:#3a4a5e;line-height:1.75;margin:0;font-weight:400}.valor-icon{width:52px;height:52px;border-radius:14px;background:rgba(30,114,184,.1);display:flex;align-items:center;justify-content:center;color:#1e72b8;font-size:1.3rem;flex-shrink:0}.marcas-section{padding:80px 0;border-top:1px solid #e3eaf3;border-bottom:1px solid #e3eaf3}.marcas-section .section-title{margin-bottom:8px}.marcas-section .section-subtitle{margin-bottom:0}.marcas-section .text-center .section-subtitle{margin-left:auto;margin-right:auto}.marcas-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:40px 56px;margin-top:48px}.marca-item{display:flex;align-items:center;justify-content:center;opacity:.45;filter:grayscale(1);transition:opacity .3s ease,filter .3s ease}.marca-item img{height:28px;width:auto;-o-object-fit:contain;object-fit:contain}.marca-item:hover,.marca-item.active{opacity:1;filter:grayscale(0)}.boxContact{background-color:hsla(0,0%,100%,.6);backdrop-filter:blur(10px);border-radius:24px;padding:50px 70px}.contact-cta-section{padding:90px 0;background:#1e72b8;background-size:cover !important;background-position:center !important;position:relative;overflow:hidden}.contact-cta-section::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg, #08334d 0%, #054D77 100%);pointer-events:none;z-index:0;opacity:.9}.contact-cta-section>.container{position:relative;z-index:1}.contact-cta-left h2{font-family:"Aeonik",sans-serif;font-size:clamp(1.5rem,3.2vw,2.6rem);font-weight:900;text-transform:uppercase;color:#fff;line-height:1.1;letter-spacing:-0.01em;margin-bottom:20px}.contact-cta-left h2 span{color:#4a9fd4}.contact-cta-left>p{color:hsla(0,0%,100%,.65);font-size:.92rem;line-height:1.75;margin-bottom:28px}.contact-info-item{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:.9rem}.contact-info-item i{color:#4a9fd4;font-size:1rem;width:20px;text-align:center;flex-shrink:0}.contact-info-item a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .3s ease}.contact-info-item a:hover{color:#fff}.contact-cta-heading{font-family:"Aeonik",sans-serif;font-size:clamp(1.7rem,3.8vw,3.5rem);font-weight:500;color:#26272a;line-height:1.2;margin-bottom:16px}.contact-cta-heading span{color:#4a9fd4}.contact-cta-desc{font-size:.9rem;color:#26272a;line-height:1.75;margin-bottom:0}.contact-cta-info{display:flex;flex-direction:column;gap:16px;margin-top:32px}.cta-info-item{display:flex;align-items:center;gap:16px}.cta-info-item .cta-info-icon{width:44px;height:44px;border-radius:10px;border:1px solid hsla(0,0%,100%,.18);background:#fff;display:flex;align-items:center;justify-content:center;color:#1e72b8;font-size:.95rem;flex-shrink:0;transition:all .3s ease}.cta-info-item .cta-info-label{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#26272a;margin-bottom:2px}.cta-info-item a{font-size:1.05rem;font-weight:500;color:#26272a;text-decoration:underline;transition:color .3s ease}.cta-info-item a:hover{color:#fff}.cta-info-item:hover .cta-info-icon{background:hsla(0,0%,100%,.603);border-color:rgba(154,171,185,.4);color:#4a9fd4}.form-card{background:#fff;border-radius:24px;padding:36px 40px;box-shadow:0 8px 40px rgba(10,30,61,.14)}.form-card h3{font-family:"Aeonik",sans-serif;font-size:1.25rem;font-weight:600;color:#26272a;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.form-card .form-subtitle{font-size:.9rem;color:#3a4a5e;margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group-custom{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-group-custom label{font-family:"Aeonik",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#3a4a5e}.form-group-custom input,.form-group-custom textarea,.form-group-custom select{font-family:"Aeonik",sans-serif;font-size:.9rem;color:#26272a;border:1.5px solid #d6e2ef;border-radius:10px;padding:11px 14px;background:#e2e8f0;width:100%;transition:border-color .3s ease,box-shadow .3s ease;outline:none;-webkit-appearance:none}.form-group-custom input::-moz-placeholder, .form-group-custom textarea::-moz-placeholder, .form-group-custom select::-moz-placeholder{color:#8fa0b4}.form-group-custom input::placeholder,.form-group-custom textarea::placeholder,.form-group-custom select::placeholder{color:#8fa0b4}.form-group-custom input:focus,.form-group-custom textarea:focus,.form-group-custom select:focus{border-color:#1e72b8;background:#fff;box-shadow:0 0 0 3px rgba(30,114,184,.12)}.form-file-input{font-family:"Aeonik",sans-serif;font-size:.9rem;color:#26272a;border:1.5px solid #d6e2ef;border-radius:10px;padding:8px 14px;background:#e2e8f0;width:100%;transition:border-color .3s ease,box-shadow .3s ease;outline:none;cursor:pointer}.form-file-input::file-selector-button{font-family:"Aeonik",sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:#1e72b8;color:#fff;border:none;border-radius:6px;padding:4px 12px;margin-right:12px;cursor:pointer;transition:background .3s ease}.form-file-input::file-selector-button:hover{background:#054d77}.form-file-input:focus{border-color:#1e72b8;background:#fff;box-shadow:0 0 0 3px rgba(30,114,184,.12)}.btn-form{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:#1e72b8;color:#fff;border:none;border-radius:50px;font-family:"Aeonik",sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .3s ease,box-shadow .3s ease;margin-top:4px}.btn-form i{font-size:.8rem}.btn-form:hover{background:#054d77;box-shadow:0 8px 40px rgba(30,114,184,.18)}.btn-form:disabled{opacity:.65;cursor:not-allowed}.form-card-cta .form-group-custom input,.form-card-cta .form-group-custom textarea,.form-card-cta .form-group-custom select{background:rgba(0,0,0,0);border:none;border-bottom:1.5px solid #d6e2ef;border-radius:0;padding:10px 0}.form-card-cta .form-group-custom input:focus,.form-card-cta .form-group-custom textarea:focus,.form-card-cta .form-group-custom select:focus{border-color:#1e72b8;background:rgba(0,0,0,0);box-shadow:none}.btn-form-dark{background:#0a1e3d;border-radius:100px}.btn-form-dark:hover{background:#054d77;box-shadow:none}.form-privacy{font-size:.75rem;color:#8fa0b4;text-align:center;margin-top:10px !important}.form-privacy a{color:#1e72b8}.form-privacy a:hover{text-decoration:underline}.site-footer{background:#e2e8f0;color:hsla(0,0%,100%,.62);font-size:.88rem}.footer-top{padding:72px 0 48px}.footer-logo{margin-bottom:20px}.footer-logo img{height:38px;width:auto}.footer-contact-mini{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.footer-contact-mini a{color:#6e8097;font-size:.83rem;text-decoration:none;transition:color .3s ease}.footer-contact-mini a:hover{color:#26272a}footer .footer-social a{background-color:#fff}.footer-social{display:flex;gap:10px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid hsla(0,0%,100%,.15);border-radius:8px;color:#1e72b8;font-size:1rem;text-decoration:none;transition:all .3s ease;background-color:#e2e8f0}.footer-social a:hover{border-color:#1e72b8;color:#4a9fd4;background:rgba(30,114,184,.12)}.footer-col-title{font-family:"Aeonik",sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1e72b8;margin-bottom:16px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{color:hsla(0,0%,100%,.62);color:#6e8097;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#26272a}.footer-links a.active{color:#4a9fd4}.footer-bottom{border-top:1px solid rgba(36,36,36,.08);padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-copy{font-size:.8rem;color:#6e8097}.footer-legal{display:flex;gap:20px}.footer-legal a{font-size:.8rem;color:#6e8097;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#26272a}.footer-credit{font-size:.78rem;color:hsla(0,0%,100%,.25)}.footer-credit a{color:inherit;text-decoration:none;transition:color .3s ease}.footer-credit a:hover{color:hsla(0,0%,100%,.5)}.hero-interior{position:relative;padding-top:calc(var(--topbar-h) + var(--header-h));min-height:380px;display:flex;align-items:flex-end;overflow:hidden}.hero-interior .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-interior .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(6, 29, 63, 0.72) 0%, rgba(10, 30, 61, 0.62) 100%)}.hero-interior .container{position:relative;z-index:2;padding-bottom:56px;padding-top:70px}.hero-interior .hero-interior-kicker{font-family:"Aeonik",sans-serif;font-size:.9rem;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:hsla(0,0%,100%,.8);margin-bottom:14px;display:flex;align-items:center;gap:12px}.hero-interior .hero-interior-kicker::before{content:"";display:inline-block;width:8px;height:8px;background:#1e72b8;transform:rotate(45deg);flex-shrink:0}.hero-interior h1{font-family:"Aeonik",sans-serif;font-size:clamp(2rem,5.5vw,4rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:-0.02em;line-height:1.05}.category-section{padding:80px 0}.category-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e3eaf3;text-decoration:none;transition:box-shadow .3s ease,transform .3s ease}.category-card:hover{box-shadow:0 8px 40px rgba(30,114,184,.18);transform:translateY(-3px)}.category-card .cat-img{height:220px;overflow:hidden}.category-card .cat-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.category-card:hover .cat-img img{transform:scale(1.05)}.category-card .cat-body{padding:22px 36px 24px}.category-card .cat-title{font-family:"Aeonik",sans-serif;font-size:1.05rem;font-weight:700;color:#054d77;margin-bottom:8px;transition:color .3s ease}.category-card:hover .cat-title{color:#054d77}.category-card .cat-text{font-size:.87rem;color:#3a4a5e;line-height:1.65;margin:0}.detail-intro{padding:80px 0}.detail-intro h2{font-family:"Aeonik",sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;color:#26272a;line-height:1.2;margin-bottom:28px}.detail-intro h2 span{color:#1e72b8;font-weight:700}.detail-intro .detail-btn-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.detail-section{padding:80px 0}.detail-section h2.detail-section-title{font-family:"Aeonik",sans-serif;font-size:clamp(1.65rem,3.5vw,2.75rem);font-weight:400;color:#26272a;text-transform:uppercase;letter-spacing:-0.01em;margin-bottom:40px}.detail-section h2.detail-section-title span{color:#1e72b8;font-weight:700}.detail-section .detail-img{border-radius:16px;overflow:hidden}.detail-section .detail-img img{width:100%;height:auto;display:block}.provider-section{padding:80px 0}.provider-block{background:#fff;padding:30px 0 60px;margin-bottom:40px;border-bottom:1px solid #e3eaf3}.provider-block:last-child{margin-bottom:0}.provider-header{display:flex;align-items:flex-start;gap:28px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e3eaf3}.provider-header .provider-logo picture{height:90px;width:170px;-o-object-fit:contain;object-fit:contain;border:1px solid #e3eaf3;border-radius:10px;padding:6px}.provider-header .provider-logo picture img,.provider-header .provider-logo picture source{-o-object-fit:contain;object-fit:contain;height:100%;width:100%}.provider-header .provider-info{flex:1}.provider-header .provider-info .provider-name{font-family:"Aeonik",sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:#26272a;margin-bottom:4px;margin-top:0px}.provider-header .provider-info .provider-name span{color:#1e72b8;font-weight:700}.provider-header .provider-info .provider-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.provider-header .provider-info .provider-tags span{padding:3px 10px;background:rgba(30,114,184,.08);color:#1e72b8;border-radius:100px;font-size:.7rem;text-transform:uppercase;font-weight:400;letter-spacing:.5px}.provider-header .provider-info p{font-size:.86rem;color:#3a4a5e;line-height:1.65;margin:8px 0 0}.provider-header .provider-nav{display:flex;gap:8px;flex-shrink:0}.prov-prev,.prov-next{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1.5px solid #d6e2ef;background:#1e72b8;color:#fff;font-size:.72rem;cursor:pointer;transition:all .3s ease}.prov-prev:hover,.prov-next:hover{border-color:#d6e2ef;background-color:#fff;color:#1e72b8}.prov-prev.swiper-button-disabled,.prov-next.swiper-button-disabled{opacity:.75;pointer-events:none;background-color:#c4d9f2}.product-thumb-card{border-radius:10px;overflow:hidden;border:1px solid #e3eaf3;text-decoration:none;display:block;background:#fff;transition:box-shadow .3s ease}.product-thumb-card:hover{box-shadow:0 4px 24px rgba(10,30,61,.1)}.product-thumb-card .thumb-img{height:140px;overflow:hidden;position:relative}.product-thumb-card .thumb-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-thumb-card .thumb-img .thumb-badge{position:absolute;top:8px;left:8px;padding:3px 8px;background:#21c776;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:100px}.product-thumb-card .thumb-body{padding:12px 14px}.product-thumb-card .thumb-body .thumb-title{font-size:.82rem;font-weight:700;color:#26272a;margin-bottom:3px}.product-thumb-card .thumb-body .thumb-sub{font-size:.75rem;color:#8fa0b4}.provider-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:8px}.provider-grid .product-card{width:100%}.provider-grid .card-bodyFooter{flex-wrap:nowrap;gap:6px}.provider-grid .card-bodyFooter .card-arrow{font-size:.72rem;padding:3px 8px;gap:4px}.contact-page{padding:80px 0}.contact-page h2{font-family:"Aeonik",sans-serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;text-transform:uppercase;color:#26272a;margin-bottom:12px}.contact-page .contact-intro{font-size:.95rem;color:#3a4a5e;line-height:1.7;margin-bottom:32px}.contact-info-box{background:#e2e8f0;border-radius:16px;padding:28px 32px;margin-bottom:20px}.contact-info-box .cib-label{font-size:.85rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:#3a4a5e;margin-bottom:0px}.contact-info-box .cib-value{font-size:1rem;font-weight:600;color:#26272a}.contact-info-box .cib-value a{color:#1e72b8}.contact-info-box .cib-value a:hover{color:#054d77}.about-section{padding:80px 0}.about-section h2{font-family:"Aeonik",sans-serif;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;text-transform:uppercase;color:#26272a;margin-bottom:20px}.about-section h2 span{color:#1e72b8}.about-section p{font-size:.95rem;color:#3a4a5e;line-height:1.75;margin-bottom:16px}.about-img{border-radius:16px;overflow:hidden}.about-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.value-block{display:flex;flex-direction:column;gap:12px;padding:28px;background:#e2e8f0;border-radius:16px;height:100%}.value-block .vb-icon{width:48px;height:48px;background:rgba(30,114,184,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1e72b8;font-size:1.2rem}.value-block h4{font-size:.92rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#26272a}.value-block p{font-size:.87rem;color:#3a4a5e;line-height:1.7;margin:0}.legal-content{padding:72px 0 100px;max-width:780px;margin:0 auto}.legal-content h2{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#26272a;margin:36px 0 12px;padding-bottom:10px;border-bottom:2px solid #e3eaf3}.legal-content p{font-size:.92rem;color:#3a4a5e;line-height:1.78;margin-bottom:14px}.legal-content ul{list-style:disc;padding-left:24px;margin-bottom:14px}.legal-content ul li{font-size:.92rem;color:#3a4a5e;line-height:1.75;margin-bottom:6px}.legal-content a{color:#1e72b8;text-decoration:underline}.page-404{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:calc(var(--topbar-h) + var(--header-h) + 60px) 0 80px;text-align:center}.page-404 .err-code{font-family:"Aeonik",sans-serif;font-size:clamp(5rem,18vw,12rem);font-weight:900;line-height:1;color:#1e72b8;opacity:.12;display:block;margin-bottom:-20px}.page-404 h1{font-size:clamp(1.5rem,3vw,2.4rem);font-weight:700;text-transform:uppercase;color:#26272a;margin-bottom:16px}.page-404 p{font-size:1rem;color:#3a4a5e;max-width:440px;margin:0 auto 36px;line-height:1.7}@media(max-width: 992px){.provider-grid{grid-template-columns:repeat(2,1fr)}}.provider-grid .product-card .card-img{height:220px}@media(max-width: 992px){.intro-section,.adicionales-section,.valores-section,.marcas-section,.contact-cta-section,.products-section,.category-section,.detail-intro,.detail-section,.provider-section,.contact-page,.about-section{padding:64px 0}.gallery-swiper{height:260px}.footer-top{padding:56px 0 36px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}.footer-legal{flex-wrap:wrap;gap:12px}}@media(max-width: 768px){.gallery-swiper{height:240px}.form-card{margin-top:30px}.form-card{padding:28px 24px}.form-row{grid-template-columns:1fr;gap:0}.marcas-logos{gap:24px 36px}.provider-header{flex-direction:column;gap:16px}.hero-interior{min-height:260px}.footer-legal{display:none}.page-404{min-height:auto;padding-top:140px}.boxContact{padding:28px 24px}.adicional-img{display:none !important}.provider-swiper .product-card .card-img{height:200px}}@media(max-width: 576px){.provider-grid{grid-template-columns:1fr}.products-section .section-head{flex-direction:column;align-items:flex-start;gap:12px}.gallery-swiper{height:200px}.adicional-text{display:none}.hero-home h1,.hero-home .hero-title{font-size:clamp(2.2rem,10vw,3rem)}.contact-cta-section{padding:56px 0}.provider-swiper .card-bodyFooter{flex-direction:column;align-items:flex-start;gap:6px}.provider-swiper .card-bodyFooter .card-arrow{font-size:.74rem;padding:3px 10px}}.contact-info-box{display:flex;align-items:flex-start;gap:20px;padding:20px 24px}.cib-icon{flex-shrink:0;width:46px;height:46px;border-radius:12px;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.05rem}.cib-text{flex:1}