.header{padding:12px var(--padding-h);background:#fff}.header__button{display:none;font-size:.9rem;line-height:100%;padding:.6rem 1rem;text-decoration:none;border-radius:var(--radius1);cursor:pointer;text-decoration:none;background:var(--primary);color:var(--secondary-invert);font-weight:var(--bold1);margin:0 0 0 1.5rem;transition:padding 300ms ease,font-size 300ms ease,background 600ms ease}.header__button:hover{background:var(--secondary)}.header--fixed{position:fixed;width:100%;color:#fff;top:0;left:0;z-index:3;max-height:100vh;overflow:auto;background:rgba(255,255,255,0);transition:background 300ms ease}.header--fixed.--is-active{box-shadow:0 1px 6px rgba(0,0,0,0.3);color:#000;background:rgba(255,255,255,1)}.header--sticky{position:sticky;position:-webkit-sticky;top:0;left:0;z-index:3}.header--sticky.--is-active .header__logo{max-width:calc(var(--width-logo) - 25px)}.header--sticky.--is-active{box-shadow:0 10px 10px -10px rgb(33 43 53 / 10%)}.header--sticky.--is-active .header__button{padding:.65rem 1rem;font-size:.85rem}.header--pinned{position:fixed;width:100%;color:#fff;background:transparent;top:0;left:0;z-index:3;transition:all 250ms ease}.header--pinned.--not-active{transform:translateY(-100%)}.header--pinned.--is-active{transform:translateY(0);background:rgba(255,255,255,1);color:#000;box-shadow:0 1px 6px rgba(0,0,0,0.2)}.header__container{display:flex;justify-content:space-between;align-items:center}.header__logo{max-width:var(--width-logo);width:100%;transition:max-width 300ms ease}.header--fixed:not(.--is-active) .header__logo img{content:url(/images/logo-invert.svg)}.header--pinned:not(.--is-active) .header__logo img{content:url(/images/logo-invert.svg)}.header--fixed.--is-active .header__logo{max-width:calc(var(--width-logo) - 25px)}.header__logo-link{display:block}.header__logo-img{display:block;width:100%}.header__info{text-align:right;display:flex;align-items:center;justify-content:flex-end}.header__info-inner{display:flex;align-items:center;justify-content:flex-end}.header__info-txt{display:none;margin-right:16px}.header__language{display:none}@media only screen and (max-width:1023px){.header{max-height:100vh;overflow:auto}.header__container{flex-wrap:wrap}.header__info{width:100%}}@media only screen and (min-width:1024px){.header{padding:12px var(--padding-h)}.header__container{grid-template-columns:1fr auto}.header__info--row{flex-direction:row-reverse}.header__info--row .header__info-inner{margin-left:30px}.header__info--column{flex-direction:column;align-items:flex-end}.header__info--column .header__info-inner{margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid}.header__info-txt{display:block}.header__language{display:block;margin-left:12px}}.nav__list{list-style:none}.nav__link{display:block;color:currentColor;text-decoration:none}.nav__submenu{list-style:none}.nav__submenu .nav__link{padding:.5rem .75rem;color:#333}.nav__info .header__button{display:inline-block;margin:0}@media only screen and (max-width:1023px){.nav{background:#fff;display:flex;flex-direction:column;width:100%;text-align:left}.nav__info{padding:.5rem .5rem 0}.nav--fade{opacity:0;left:0;top:-100vh;transition:top 0ms ease 600ms,opacity 600ms ease}.nav--down{display:none;margin-top:8px}.nav--fade.nav--left{left:0}.nav--fade.nav--right{right:0}.nav--left{left:-100%;transition:left 400ms ease}.nav--right{right:-100%;transition:right 400ms ease}.nav--right.nav--is-active{right:0}.nav--left.nav--is-active{left:0}.nav--fade.nav--is-active{opacity:1;z-index:9;top:0;transition:opacity 600ms ease}.nav__language{padding:.5rem}.nav__language select{height:32px;width:60px;border:1px solid #ddd;padding:2px;border-radius:var(--radius2)}.nav__list{flex:1;overflow:auto}.nav__item{border-bottom:1px solid #eee}.nav__item:first-child{border-top:1px solid #eee}.nav__item--selected>.nav__link{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{height:100%;display:flex;color:#333;align-items:center;justify-content:center;text-align:center;font-size:16px}.fa-plus.--rotate:before{content:'\f068'}.nav__link{padding:.5rem .5rem;color:var(--font-color);font-size:16px}.nav__submenu{background:#f5f5f5;padding:2px}.nav__submenu:not(.nav__submenu--is-active){display:none}.nav__submenu .nav__item{border:0;padding-left:1rem}.nav__submenu .nav__link{padding:.5rem}}@media only screen and (min-width:1024px){.nav__language{display:none}.nav{display:flex;align-items:center}.nav__list{display:flex;margin-right:1.5rem}.nav__item{margin:0 0 0 1.5rem}.nav__item:hover>.nav__link{color:var(--primary)}.nav__item--selected>.nav__link{font-weight:var(--bold1);color:var(--primary)}.nav__link{padding:.25rem;font-weight:400}.nav__item--has-sub{position:relative}.nav__item--has-sub .nav__submenu{visibility:hidden;opacity:0;position:absolute;z-index:3;transform:translateY(20%);box-shadow:0 0 4px rgba(0,0,0,0.3);left:0;top:100%;background:#fff;text-align:left;min-width:180px;transition:transform 400ms ease,opacity 400ms ease,visibility 0s ease 400ms}.nav__item--has-sub:hover .nav__submenu,.nav__item--has-sub:has(a:focus) .nav__submenu{visibility:visible;opacity:1;transform:translateY(0%);transition:transform 400ms ease,opacity 400ms ease}.nav__item--has-sub .nav__item{margin:0;border-bottom:1px solid #eee}.nav__item--has-sub .nav__item:hover>.nav__link{background:#eee}.nav__link .nav__down{margin-left:.5rem;display:inline-block;font-size:.8rem}}.hamburger{cursor:pointer;margin-left:12px;padding:8px 0 8px 8px}.hamburger .bar{display:block;height:2px;width:26px;background:#333;transition:transform 300ms ease}.header--fixed .hamburger .bar,.header--pinned.--is-active .hamburger .bar{background:currentColor}.hamburger .bar.middle{margin:6px auto}.hamburger--is-active .top{transform:translateY(9px) rotateZ(45deg)}.hamburger--is-active .bottom{transform:translateY(-9px) rotateZ(-45deg)}.hamburger .bar.middle{width:18px;margin:7px 0 7px auto}.hamburger--is-active .bar.middle{width:0}.nav--right ~ .header--pinned .hamburger{transform:translateX(0);transition:all 400ms ease;background:rgba(255,255,255,0)}@media only screen and (min-width:1024px){.hamburger{display:none}}.buttons{display:flex;align-items:center;font-size:.9rem}.buttons ul{list-style:none;display:flex;align-items:center}.buttons li{display:flex;margin:1px 2px;align-items:center}.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--bg li{background:var(--secondary);color:#fff;border:0;border-radius:var(--radius2)}.buttons--bg a{color:currentColor;width:36px;height:36px;min-height:36px}.buttons--bg .buttons__social a{font-size:1.1rem}.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,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}@media only screen and (min-width:1024px){.buttons__phones li a{width:auto;height:auto;padding:.5rem 1rem}.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}}