.header{padding:1rem;background:var(--theme-color);color:#fff;transition:padding 300ms ease}.header--fixed{padding:var(--padding-h);position:fixed;width:100%;color:#fff;top:0;left:0;z-index:3;background:rgba(255,255,255,0);transition:all 400ms ease}.header--fixed.--is-active{border-bottom:1px solid #222;color:#fff;padding:12px var(--padding-h);background:var(--theme-color)}.header--sticky{position:sticky;position:-webkit-sticky;top:0;left:0;z-index:3}.header--sticky.--is-active{border-bottom:1px solid #eee}.header--sticky.--is-active .header__logo{max-width:calc(var(--width-logo) - 20px);transition:max-width 600ms 400ms ease}.header--pinned{position:fixed;width:100%;top:0;left:0;box-shadow:0 1px 6px rgba(0,0,0,.3);z-index:3;transition:all 250ms ease}.header--pinned.--not-active{transform:translateY(-100%)}.header--pinned.--is-active{transform:translateY(0)}.header__overlay{position:fixed;width:100%;height:100%;z-index:-1;visibility:hidden;right:0;background:rgba(255,255,255,0);top:0;transition:backdrop-filter 800ms ease,background 800ms ease,-webkit-backdrop-filter 800ms ease}.header__overlay--is-active{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:rgba(255,255,255,.15);z-index:9;visibility:visible}.header__container{display:flex;align-items:center;justify-content:space-between}.header__logo{max-width:var(--width-logo);width:100%;transition:max-width 400ms ease}.header--fixed:not(.--is-active) .header__logo img{content:url(/images/logo-aluminios-del-atlantico.svg)}.header--fixed.--is-active .header__logo{max-width:calc(var(--width-logo) - 20px);transition:max-width 600ms 400ms ease}.header__logo-link{display:block}.header__logo-img{display:block;width:100%}.header__info{display:flex;align-items:center}.header__info-inner{display:flex;align-items:center;justify-content:flex-end}.header__info-txt{display:none;margin-right:16px}@media only screen and (min-width:1024px){.header--fixed{padding:calc(1rem*2)}.header--fixed.--is-active{padding:12px var(--padding-h)}}.nav__list{list-style:none}.nav__link{display:block;color:currentColor;text-decoration:none}.nav__submenu{list-style:none}.nav__info{display:flex;height:48px;align-items:center;justify-content:space-between;padding:0 1rem;background:#ddd;color:inherit;text-transform:uppercase;text-decoration:none;color:#333;font-weight:var(--bold1);cursor:pointer;font-size:.95rem;line-height:1.25em;overflow:hidden;transition:300ms height ease}.nav__info:has(.nav__back:not(.nav__back--active)){background:none}.nav__back{padding:.75rem 0;display:flex;align-items:center}.nav__back span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.nav__back--active:before{content:"";font-family:var(--awesome);margin-right:1rem}.nav__back{padding:.75rem 0;display:flex;align-items:center}.nav__back span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.nav__back--active:before{content:"";font-family:var(--awesome);margin-right:1rem}.nav__details{padding:1rem}.nav__details .buttons{display:flex;justify-content:center}.nav__details .buttons ul{flex-wrap:wrap}.nav{position:fixed;top:0;height:100%;overflow:auto;z-index:10;justify-content:space-between;background:var(--theme);color:var(--theme-color);display:flex;flex-direction:column;width:max(20%,300px);box-shadow:0}.nav--right{right:0;transform:translateX(100%);transition:transform 400ms ease}.nav--right.nav--is-active{transform:translateX(0%);transition:transform 600ms ease,box-shadow 600ms ease;box-shadow:-10px 0 30px rgba(0,0,0,.1)}.nav__list{flex:1;width:100%;position:relative;overflow-x:hidden}.nav__list:not(:has(.nav__submenu--is-active)){overflow-y:auto}.nav__list>.nav__item--selected>.nav__link,.nav__list>.nav__item:has(.nav__item--selected)>.nav__link,.nav__list>.nav__item:has(.nav__item--selected)>.nav__submenu>.nav__item:has(.nav__item--selected)>.nav__link,.nav__list>.nav__item--has-sub>.nav__submenu>.nav__item--selected>.nav__link{font-weight:var(--bold1);color:var(--primary)}.nav__submenu .nav__submenu .nav__item--selected>.nav__link{font-weight:var(--bold1);color:var(--primary)}.nav__item--has-sub>a{position:relative;display:flex;align-items:center;justify-content:space-between}.nav__item--has-sub>a .nav__down{width:32px;height:32px;display:flex;color:currentColor;align-items:center;justify-content:center;text-align:center;font-size:20px}.nav__item--has-sub>a .nav__down .--rotate{transform:rotate(180deg)}.nav__link,.nav__submenu .nav__link{padding:.75rem 1.25rem;color:currentColor}.nav__submenu .nav__submenu .nav__item--has-sub>a .nav__down{background:none}.nav__item--has-sub>a .nav__down i:before{content:''}.nav__item--has-sub>a .nav__down .--rotate{transform:rotate(0)!important}.nav__submenu:not(.nav__submenu--is-active){display:none}.nav__item--has-sub>.nav__submenu{position:absolute;height:100%;z-index:3;box-shadow:none;left:0;top:0;background:var(--theme);overflow-x:hidden;overflow:auto;text-align:left;width:100%;overflow-x:hidden;display:flex;flex-direction:column;transition:left 400ms ease}.nav__item--has-sub>.nav__submenu:not(.nav__submenu--is-active){display:flex;left:100%}.hamburger{cursor:pointer;padding:4px;width:36px;height:36px;display:grid;place-content:center;margin-left:1.25rem}.hamburger .bar{display:block;height:2px;width:28px;background:currentColor;transition:transform 300ms ease,width 300ms ease}.header--fixed .hamburger .bar,.header--pinned.--is-active .hamburger .bar,.header--pinned.--not-active .hamburger .bar{background:currentColor}.hamburger .middle{margin:9px 0 9px auto;width:20px}.hamburger--is-active .bar{width:24px}.hamburger--is-active .top{transform:translateY(11px) rotateZ(45deg)}.hamburger--is-active .bottom{transform:translateY(-11px) rotateZ(-45deg)}.hamburger--is-active .middle{width:0}.buttons{display:flex;align-items:center;gap:6px}.buttons ul{list-style:none;display:flex;gap:6px;align-items:center}.buttons li{display:inline-block;border-radius:var(--radius1)}.buttons a{display:flex;align-items:center;justify-content:center;width:28px;color:currentColor;min-height:24px;text-decoration:none}.buttons__phones li span{display:none;white-space:nowrap}.buttons__phones .full a{width:auto;padding:.2rem .5rem}.buttons__phones .full span{display:block;margin-left:4px}.buttons--bg .facebook{background:var(--color-fb)}.buttons--bg .instagram{background:var(--color-ig)}.buttons--bg .whatsapp{background:var(--color-wa)}.buttons--border li{border:1px solid currentColor}.buttons--bg li{background:var(--primary)}.buttons--bg a,.buttons--border a{width:28px;height:28px;min-height:28px}.buttons--bg a,.buttons--bg a[href^="tel:"]{color:#fff}.buttons--fixed{transition:bottom 300ms ease,transform 300ms ease;position:fixed;bottom:2px;right:0;z-index:1;display:none}.buttons--fixed ul{flex-direction:column;align-items:initial}.buttons--fixed li{margin:2px 0;display:flex;border-radius:var(--radius1) 0 0 var(--radius1);background:var(--primary);color:#fff;border:0;box-shadow:0 0 12px rgba(0,0,0,.1)}.buttons--fixed .whatsapp{background:var(--color-wa)}.buttons--fixed .whatsapp i{color:var(--color-wa)}.buttons--fixed a{width:auto;height:auto;flex:1;border-radius:0;border:0}.buttons--fixed .etiq{display:block;font-size:.8em;line-height:1.2em}.buttons.buttons--fixed .etiq+span{margin-left:0}.buttons--fixed li a>span{display:block;line-height:100%;margin-left:.5rem;flex:1;padding:.25rem .75rem .25rem 0}.buttons--fixed li:not(.full) a>span{display:none}.buttons--fixed i{height:42px;width:48px;font-size:1.125rem;margin:1px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--primary);border-radius:var(--radius1) 0 0 var(--radius1)}.buttons--fixed li.full i{height:42px;width:42px}.header__info-inner .buttons__social li:not(:first-child){display:none}@media only screen and (min-width:768px){.buttons__phones li a{width:auto;height:auto;padding:.2rem .5rem}.buttons__phones li span{display:block;margin-left:4px}.buttons__phones .full a{height:auto}.buttons__phones .full a{height:auto}.buttons--fixed{position:fixed;bottom:50%!important;transform:translateY(50%)}.buttons--fixed i{height:46px;width:46px;font-size:1.25rem}.buttons--fixed a{font-size:1.125rem;line-height:100%}.buttons--fixed li a>span{margin-left:.75rem;padding:.25rem 1rem .25rem 0}.buttons--fixed li:not(.full) a>span{display:block}.buttons--bg a,.buttons--border a{width:36px;height:36px;min-height:36px;font-size:18px}.header__info-inner .buttons__social li:not(:first-child){display:inline-block}}.nav__language{padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;background:var(--theme-dest);color:var(--theme-color)}.language__modal-list{list-style:none;font-size:1rem}.language__modal-list a img{display:block}.language img{width:22px;display:block;box-shadow:0 0 2px rgb(0 0 0/70%);border-radius:50%}.nav__language .language__modal-close,.nav__language .language__modal-title,.nav__language .language__modal-list a span,.nav__language .language{display:none}.nav__language .language__modal-list{display:flex;gap:1rem}.nav__language .language__modal-list li{position:relative}.nav__language .language__modal-list .selected a:before{content:"";font-weight:900;font-size:16px;font-family:'Font Awesome 6 Pro';width:16px;height:16px;border-radius:16px;background-color:var(--primary-invert);color:var(--primary);position:absolute;bottom:-4px;right:-4px;display:flex;align-items:center;justify-content:center}.nav__language .language__modal-list a{text-decoration:none;display:block;color:inherit;background:#fff;border-radius:100%;box-shadow:0 0 0 2px #f0f0f0,0 0 0 3px #ccc}.nav__language .language__modal img{width:30px;display:block;border-radius:100%}