.header{padding:12px var(--padding-h);background:var(--light)}.header__button{display:none;line-height:100%;font-size:1.112rem;padding:.75rem 1rem;text-decoration:none;border-radius:var(--radiusButton);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,.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--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,.2)}.header__overlay{position:fixed;z-index:2;top:0;left:0;width:100%;opacity:0;height:0;background:var(--light);transition:opacity 400ms ease}.header__overlay--is-active{height:100vh;opacity:1}.header__container{display:grid;grid-template-columns:minmax(0,1fr) minmax(var(--width-logo),1fr) minmax(0,1fr);place-items:center;align-items:center;grid-gap:1rem}.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-self:flex-end}.header__language{display:none}@media only screen and (max-width:1023px){.header .button{padding:0;height:32px;width:32px;display:grid;place-content:center}.header .button span{display:none}.header .button i{margin:0}}@media only screen and (min-width:1024px){.header{padding:12px var(--padding-h)}.header__container{grid-template-columns:minmax(var(--width-logo),1fr) minmax(max-content,1fr) minmax(0,1fr)}.header__logo{justify-self:flex-start}.header__language{display:block;margin-left:12px}.nav__details{display:none}}.nav__list{list-style:none}.nav__link{display:block;color:currentColor;text-decoration:none;font-size:1rem}.nav__submenu{list-style:none}.nav__submenu .nav__submenu{position:relative;padding:0 1rem;border-left:1px solid var(--primary);font-size:.9rem;margin-top:.5rem}.nav__submenu .nav__submenu .nav__link:before{content:'';margin-right:.5rem;font-family:var(--awesome);color:var(--primary)}.nav__submenu .nav__submenu .nav__item--has-sub>a{display:block}.nav__submenu .nav__link{font-size:1rem}.nav__info .header__button{display:inline-block;margin:0}.nav__list>.nav__item--has-sub>.nav__submenu>.nav__item>.nav__link{font-weight:var(--bold1)}@media only screen and (max-width:1023px){body:has(.nav--is-active){overflow:hidden}.nav{background:var(--light);overflow:auto;display:flex;flex-direction:column;width:100%;text-align:left;position:absolute;top:100%;left:0;z-index:3;padding:0 1rem}.nav__details{padding:1rem 0;display:flex;flex-direction:column;justify-content:end;max-width:480px;width:100%;margin:0 auto;flex:1}.nav--down{height:0;opacity:0;transition:300ms opacity ease-in,300ms height 400ms ease-in}.nav--down.nav--is-active{height:calc(var(--app-height) - var(--header-height));opacity:1;transition:600ms opacity ease-in,0ms height ease-in}.nav__language{padding:.5rem}.nav__list>.nav__item>.nav__submenu{background:#ffff;padding:1rem;display:none}.nav__submenu .nav__item:not(:last-child){margin-bottom:.5rem}.nav__language select{height:32px;width:60px;border:1px solid #ddd;padding:2px;border-radius:var(--radius2)}.nav__list>.nav__item{border-bottom:1px solid #eee}.nav__list>.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:''}.nav__list>.nav__item>.nav__link{padding:.75rem 0}.nav__link{font-size:1.2rem}.nav__submenu .nav__link{font-size:1.15rem}}@media only screen and (min-width:1024px){.nav__language{display:none}.nav{display:flex;align-items:center;position:relative}.nav__list{display:flex;gap:2rem}.nav__submenu .nav__item:not(:last-child){margin-bottom:.75rem}.nav__list>.nav__item:hover>.nav__link,.nav__submenu .nav__link:hover{color:var(--primary)}.nav__item--selected>.nav__link,.nav__list>.nav__item--has-sub:has(.nav__item--selected)>.nav__link{font-weight:var(--bold1);color:var(--primary)}.nav__item--has-sub{position:relative}.nav__list>.nav__item--has-sub>.nav__submenu{visibility:hidden;opacity:0;position:absolute;z-index:3;transform:translateY(20%);filter:drop-shadow(0 0 12px rgba(0,0,0,.15));left:0;border-radius:8px;top:100%;background:#fff;text-align:left;width:100%;transition:transform 400ms ease,opacity 400ms ease,visibility 0s ease 400ms;padding:1rem;min-width:280px;font-size:.95rem}.nav__list>.nav__item--has-sub:hover>.nav__submenu,.nav__list>.nav__item--has-sub:has(a:focus)>.nav__submenu{visibility:visible;opacity:1;transform:translateY(0%);transition:transform 400ms ease,opacity 400ms ease}.nav__link .nav__down{margin-left:.5rem;display:inline-block;font-size:.8rem}.nav__list>.nav__item--has-sub>.nav__link:not([href="#"]):not([href="javascript:void(0);"]){pointer-events:none}.nav__list>.nav__item--has-sub>.nav__link:not([href="#"]):not([href="javascript:void(0);"]) .nav__txt{pointer-events:auto}}.hamburger{cursor:pointer;padding:3px;display:flex;flex-direction:column;justify-content:center;width:32px;height:32px;justify-self:flex-start}.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(10px) rotateZ(45deg)}.hamburger--is-active .bottom{transform:translateY(-10px) rotateZ(-45deg)}.hamburger .bar.middle{width:18px;margin:8px auto 8px 0}.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;justify-content:center;gap:.35rem}.buttons ul{list-style:none;display:flex;align-items:center;gap:.35rem}.buttons li{display:flex;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:2;flex-direction:column;gap:.25rem;display:none}.buttons--fixed ul{flex-direction:column;align-items:initial;gap:.25rem}.buttons--fixed li{margin:2px 0;display:flex;border-radius:var(--radiusBox) 0 0 var(--radiusBox);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 .facebook{background:var(--color-fb)}.buttons--fixed .facebook i{color:var(--color-fb)}.buttons--fixed .instagram{background:var(--color-ig)}.buttons--fixed .instagram i{color:var(--color-ig)}.buttons--fixed a,.buttons--fixed a[href^="tel:"]{width:auto;height:auto;flex:1;display:flex;align-items:center;border-radius:0;border:0;color:#fff;padding:0;background:none;text-decoration:none}.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 0 1px 1px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--primary);border-radius:var(--radiusBox) 0 0 var(--radiusBox)}.buttons--circle.buttons--fixed{right:8px}.buttons--circle.buttons--fixed li{border-radius:50%}.buttons--circle.buttons--fixed i{height:58px;width:58px;color:#fff;background:none;font-size:1.75rem}.buttons--fixed li.full i{height:42px;width:42px}@media only screen and (min-width:1024px){.buttons__phones li a{width:auto;height:28px;font-size:.95rem;padding:.2rem .5rem}.buttons__phones li span{display:block;margin-left:4px}.buttons__phones .full a{height:auto}.buttons--fixed:not(.buttons--circle){position:fixed;bottom:50%!important;transform:translateY(50%)}.buttons--fixed i{height:42px;width:42px;font-size:1.25rem}.buttons--fixed a,.buttons--fixed a[href^="tel:"]{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}}.nav__language{padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;border-top:1px solid #eee}.language__modal-list{list-style:none;font-size:1rem}.language__modal-list a img{display:block}.language img{width:24px;display:block;box-shadow:0 0 2px rgb(0 0 0/70%);border-radius:50%}@media only screen and (min-width:1024px){.nav__language{display:none}.header___language{margin-left:1rem}.header___language .language{display:flex;align-items:center;cursor:pointer}.header___language .language:after{content:'';font-weight:900;font-size:12px;font-family:var(--awesome);margin-left:.35rem}.header___language .language__modal{transform:translateY(-120vh);opacity:0;visibility:hidden;z-index:12;transition:opacity 400ms ease,visibility 0ms 400ms;position:fixed;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:var(--padding-h);color:var(--font-color)}.header___language .language__modal--active{opacity:1;visibility:visible;transform:translateY(0);transition:opacity 400ms ease}.header___language .language__modal-inner{text-align:left;padding:min(var(--padding-h),2rem);background:#fff;max-width:400px;position:relative;border-radius:var(--radius1)}.header___language .language__modal-title{font-size:20px;margin:0 0 1rem;line-height:1.4em;font-weight:var(--bold1)}.header___language .language__modal-close{position:absolute;top:0;transform:translateY(-100%);right:0;width:22px;color:#fff;height:40px;display:flex;font-size:30px;cursor:pointer;align-items:center;justify-content:center}.header___language .language__modal-list li:not(:last-child){margin-bottom:8px}.header___language .language__modal-list a{text-decoration:none;padding:.5rem 1rem;display:flex;align-items:center;color:inherit}.header___language .language__modal-list a span{display:inline-block;margin-left:.5rem;font-size:1rem}.header___language .language__modal-list .selected a{background:var(--primary);color:var(--primary-invert);border-radius:var(--radius1)}.header___language .language__modal-list .selected a:before{content:'';font-weight:900;font-family:var(--awesome);margin-right:1rem;font-size:1.25rem}.header___language .language__modal-list li:hover{color:var(--primary)}}@media only screen and (max-width:1023px){.header___language{display:none}.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:#eee;border-radius:100%}.nav__language .language__modal img{width:30px;display:block;border-radius:100%}.nav__language--text .language__modal img{display:none}.nav__language--text .language__modal-list a span{display:block}.nav__language--text .language__modal-list{gap:.5rem}.nav__language--text .language__modal-list a{box-shadow:none;border-radius:3px;padding:2px 8px;font-size:.9rem}.nav__language--text .language__modal-list .selected a:before{right:inherit;bottom:inherit;left:-6px;top:-6px}}.nav__banners{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem}.nav__details .box-txtOverImg__info{padding:1rem}.nav__details .box-txtOverImg{aspect-ratio:auto;height:30vw;max-height:300px;min-height:180px;flex:none}.nav__details{gap:.5rem}.nav__details .box--cols{flex-direction:row;text-align:left}.nav__details .box--cols .box__img{width:40%}.nav__details .box--cols .box__inner{padding:1rem 1rem 1rem 0}.nav__details .box--cols .box__title{padding-bottom:.5rem;margin-bottom:.5rem}.nav__details .box__info:not(:last-child){margin:0 0 .75rem}.nav__details .box-txtOverImg__link{justify-content:flex-end}.nav__details .box-txtOverImg__img:after{background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.6))}.nav__details .button{padding:.4em .75em;font-size:.9em}.nav__banners>*:not(.nav__banner){grid-column:span 2}.nav__banner p:not(:last-child){margin:0 0 .25rem}.nav__banner p:first-of-type{font-weight:var(--bold1)}.nav__banner{position:relative;display:grid;place-content:center center;align-items:center;grid-template-columns:min-content auto;grid-column-gap:.5rem;padding:.75rem;color:#fff;text-decoration:none;background:var(--secondary);text-align:center;border-radius:var(--radiusBox)}.nav__banner i{font-size:1.25rem;line-height:100%;opacity:.75;width:1.25rem}.nav__banner--destacado i{font-size:2rem;width:2rem;opacity:.75;margin:0;color:currentColor}.nav__banner--destacado{place-content:center start;text-align:left;grid-column:span 2;grid-template-columns:min-content 1fr min-content;grid-column-gap:.75rem;grid-row-gap:0;color:var(--secondary-invert);min-height:72px;background-image:none}.nav__banner--destacado:not(:has(i)){grid-template-columns:1fr min-content}.nav__banner--destacado:after{content:'';font-weight:900;font-size:.9em;font-family:var(--awesome);width:24px;display:grid;place-content:center;height:100%;background:var(--secondary-invert);color:var(--secondary);border-radius:var(--radiusButton)}.nav__banner--fb{background:var(--color-fb);color:#fff}.nav__banner--ig{background:var(--color-ig);color:#fff}.nav__banner--wa{background:var(--color-wa);color:#fff}.nav__banner--fb i,.nav__banner--ig i,.nav__banner--wa i{opacity:1;color:#fff}.nav__banner--destacado p:first-of-type{font-size:var(--font-s);line-height:1.2em}.nav__banner--destacado p+p:last-of-type{font-size:.95rem;line-height:1.2em}.nav__banner--destacado:not(:has(i)) p:first-of-type{font-size:var(--font-m);line-height:1.3em}.nav__banner--destacado:not(:has(i)) p+p:last-of-type{font-size:1rem;line-height:1.3em}