.header{color:#000;--navHeight:42px;position:relative;background:#fff}.header--fixed{position:fixed;width:100%;color:#fff;top:0;left:0;z-index:3;background:none}.header--reverse{flex-direction:column-reverse;display:flex}.header--sticky.header--reverse{background:#fff}.header--fixed .header__container{background:none;transition:max-width 300ms ease;max-width:calc(var(--max-width) + 2rem)}.header--fixed.--is-active .header__container{max-width:100%}.header--fixed.--is-active,.header--sticky.--is-active{color:var(--font-color);box-shadow:0 0 8px rgba(0,0,0,.25)}.header--fixed.--is-active .header__container{background:#fff}.header--sticky{position:sticky;position:-webkit-sticky;top:0;left:0;z-index:3}.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:0%;height:100%;z-index:9;right:0;top:0;background:rgba(0,0,0,0);transition:background 300ms ease}.header__overlay--is-active{background:rgba(0,0,0,.25);width:100%}.header__container{padding:1rem}.header__container-inner{display:grid;grid-template-columns:1fr var(--width-logo) 1fr;align-items:center;transition:grid-template-columns 300ms ease}.header--fixed:not(.--is-active) .header__logo img{content:url(/images/logo-invert.svg)}.header--fixed:not(.--is-active) .logo-cortizo img{content:url(/images/instalador-oficial-cortizo-invert.svg)}.header--fixed.--is-active .header__container-inner,.header--sticky.--is-active .header__container-inner{grid-template-columns:1fr calc(var(--width-logo) - 35px) 1fr}.header__logo-link{display:block}.header__logo-img{display:block;width:100%}.header__info{display:flex;align-items:center}.header__info:last-child{justify-content:flex-end}.header__info-txt{display:none;margin-right:16px}.header__language{display:none}@media only screen and (min-width:1280px){.header--sticky{background:none}.header.--is-active .nav{max-width:100%;border-radius:0}.header--sticky:not(.header--reverse)::after{content:'';display:block;width:100%;height:calc(100% - (var(--navHeight)/2));background:#fff;position:absolute;top:0;left:0;z-index:-1}.header--sticky:not(.header--reverse){margin-bottom:calc((var(--navHeight)/2)*-1)}.header--fixed.--is-active,.header--sticky.--is-active{border-bottom:solid 1px rgba(0,0,0,.2);box-shadow:none}.header__info--column{flex-direction:column;align-items:flex-end}.header__info-txt{display:block}.header__language{display:block;margin-left:12px}}.nav{--heightNavInfo:60px}.nav__list{list-style:none}.nav__link{display:block;color:currentColor;text-decoration:none}.nav__txt i{margin-right:.25rem;color:var(--primary)}.nav__submenu{list-style:none}.nav__close{text-transform:uppercase;font-size:.95rem;cursor:pointer;display:flex;height:38px;width:38px;background:var(--primary);border-radius:50%;display:grid;place-content:center;color:var(--primary-invert);font-size:1.75em}.nav__close i{transform:translateY(1px)}.nav__info{display:flex;height:var(--heightNavInfo);flex-shrink:0;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:"";height:24px;width:24px;font-size:.9rem;display:grid;place-content:center;border-radius:var(--radiusButton);background:#fff;font-family:var(--awesome);margin-right:.75rem}.nav__details .buttons{display:flex;justify-content:center}.nav__details .buttons ul{flex-wrap:wrap}.logo-cortizo img{border-radius:0}@media only screen and (max-width:1279px){.logo-cortizo{display:none}.nav{position:fixed;top:50%;transform:translateY(-50%);height:calc(100% - 2rem);overflow-x:hidden;z-index:10;background:#fff;display:flex;flex-direction:column;width:min(calc(100% - 1rem),520px);border-radius:var(--radiusButton) 0 0 var(--radiusButton)}.nav--left{left:-100%;transition:left 400ms ease}.nav--right{right:-100%;transition:right 400ms ease}.nav--is-active{box-shadow:0 0 24px rgba(0,0,0,.3)}.nav--right.nav--is-active{right:0%}.nav--left.nav--is-active{left:0%;transition:left 400ms ease}.nav__list:has(.nav__submenu--is-active){overflow:hidden}.nav__list{width:100%;padding:0 1rem}.nav__item:not(:last-child){margin:0 0 .25rem}.nav--is-active:has(.nav__submenu--is-active) .nav__link{opacity:0;transition:opacity 300ms linear}.nav--is-active .nav__submenu--is-active:not(:has(.nav__submenu--is-active))>.nav__item>.nav__link{opacity:1}.nav--is-active:has(.nav__submenu--is-active)>*:not(.nav__info):not(.nav__list){opacity:0;transition:opacity 300ms linear}.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);background:var(--primary);color:var(--primary-invert);border-radius:var(--radiusButton)}.nav__submenu .nav__submenu .nav__item--selected>.nav__link{font-weight:var(--bold1);background:var(--primary);color:var(--primary-invert);border-radius:var(--radiusButton)}.nav__item--has-sub>a{position:relative;display:flex;align-items:center;justify-content:space-between}.nav__item--has-sub>a .nav__down{width:28px;height:28px;display:flex;color:var(--font-color);align-items:center;justify-content:center;text-align:center;font-size:20px;background:#eee;border-radius:50%}.nav__item--has-sub>a .nav__down .--rotate{transform:rotate(180deg)}.nav__link,.nav__submenu .nav__link{padding:.5rem 1rem;color:#333;font-size:20px}.nav__txt i{margin-right:.5rem}.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:fixed;height:calc(100% - var(--heightNavInfo));z-index:3;box-shadow:none;right:0%;top:var(--heightNavInfo);background:#fff;overflow-x:hidden;text-align:left;width:min(100%,520px);display:flex;flex-direction:column;transition:right 500ms ease;padding:1rem 1rem 0}.nav__item--has-sub>.nav__submenu:not(.nav__submenu--is-active),.nav:not(.nav--is-active) .nav__item--has-sub>.nav__submenu:not(.nav__submenu--is-active){display:flex;right:-100%}.nav__details{padding:1rem;flex:1;display:flex;flex-direction:column;justify-content:end}}@media only screen and (min-width:1280px){.nav{transition:max-width 300ms ease;text-align:center;max-width:calc(var(--max-width)*1.25);background:none;border-top:solid 1px #fff;color:var(--primary-invert);margin:0 auto;width:100%;border-radius:0}.header--fixed.--is-active .nav{background:#fff;color:#000;border-top:solid 1px rgba(0,0,0,.2)}.nav__details{display:none}.header--fixed.--is-active .nav:after{background:rgba(255,255,255,.9)}.nav__list{display:flex;justify-content:space-between;position:relative;z-index:1}.nav__list>.nav__item{position:relative;width:100%}.nav__list>.nav__item:hover>.nav__link{background:rgba(0,0,0,.2)}.nav__item--selected>.nav__link,.nav__item:has(.nav__item--selected)>.nav__link{background:rgba(0,0,0,.1);font-weight:var(--bold1)}.nav__link{padding:.4rem .7rem}.nav__list>.nav__item>.nav__link{height:var(--navHeight);display:flex;align-items:center;justify-content:center}.nav__submenu .nav__link{padding:.5rem 1rem}.nav__list>.nav__item--has-sub{position:relative}.nav__submenu{visibility:hidden;opacity:0;position:absolute;z-index:3;border-radius:var(--radiusBox);display:flex;flex-direction:column;transform:translateY(20%);filter:drop-shadow(0 0 12px rgba(0,0,0,.15));left:0;top:100%;color:var(--font-color);background:#fff;text-align:left;min-width:180px;pointer-events:none;transition:transform 400ms ease,opacity 400ms ease,visibility 0s ease 400ms}.nav__list>.nav__item--has-sub:hover>.nav__submenu{visibility:visible;opacity:1;transform:translateY(0%);transition:transform 400ms ease,opacity 400ms ease}.nav__item--has-sub:hover .nav__submenu{pointer-events:auto}.nav__submenu .nav__submenu{transform:translateY(0);left:40%;top:0;height:100%;transition:left 400ms ease,opacity 400ms ease,visibility 0s ease 400ms}.nav__submenu .nav__submenu::after{content:'';position:absolute;left:-8px;top:12px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #fff;clear:both}.nav__submenu .nav__submenu::before{content:'';position:absolute;left:-12px;top:0;width:12px;height:100%;background:transparent}.nav__submenu .nav__submenu--is-active{visibility:visible;opacity:1;height:auto;left:calc(100% + 12px);transform:translate(0);transition:left 400ms ease,opacity 400ms ease}.nav__item--has-sub .nav__item{margin:0;text-align:left;position:relative}.nav__item--has-sub .nav__item--has-sub>.nav__link{display:flex;justify-content:space-between;align-items:center}.nav__item--has-sub .nav__item:hover>.nav__link,.nav__item--has-sub .nav__item--selected>.nav__link{color:var(--primary)}.nav__submenu .nav__item--has-sub>a .nav__down{width:20px;height:20px;display:flex;color:currentColor;align-items:center;justify-content:center;background:#f5f5f5;text-align:center;margin:0;border-radius:var(--radius1);font-size:16px;margin-left:.5rem}.nav__down{margin-left:.5rem;display:inline-block}.nav__submenu .nav__item--has-sub>a .nav__down i:before{content:''}.nav__list>.nav__item--has-sub>.nav__submenu>.nav__back{display:none}.nav__info{display:none}.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;margin-left:12px;padding:4px;display:grid;place-items:center}.hamburger .bar{display:block;height:2px;width:32px;background:currentColor;transition:transform 300ms ease}.hamburger .bar.middle{margin:8px auto;width:24px}.hamburger .bar.bottom{width:20px}.nav__back--active+.hamburger--is-active{background:#fff}.hamburger--is-active{height:38px;width:38px;background:#eee;border-radius:50%;display:grid;place-content:center}.hamburger--is-active .bar.top{width:28px;transform:translateY(11px) rotateZ(45deg)}.hamburger--is-active .bar.bottom{width:28px;transform:translateY(-9px) rotateZ(-45deg)}.hamburger--is-active .bar.middle{width:0}@media only screen and (min-width:1280px){.hamburger{display:none}}.header--fixed:not(.--is-active) .buttons{color:#fff}.buttons{display:flex;align-items:center;color:#666;font-size:1.125rem;gap:.35rem}.buttons ul{list-style:none;display:flex;align-items:center;gap:.25rem}.buttons li{display:inline-block}.buttons a{display:flex;align-items:center;justify-content:center;width:28px;color:inherit;min-height:28px;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}.header__info .buttons--bg li a{color:inherit}.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:#eee;border:0;color:var(--font-color);border-radius:var(--radiusButton)}.buttons--bg a{color:#fff;width:30px;height:30px;min-height:30px;font-size: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 .mail{background:var(--dark)}.buttons--fixed .mail i{color:var(--dark)}.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:1280px){.buttons__phones li a{width:auto;height:30px;font-size:.95rem;padding:.25rem .75rem}.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;background:#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:1280px){.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:1279px){.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:#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%}.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:1rem}.nav__details .buttons{justify-content:center}.nav__details .box-txtOverImg--style2 .box-txtOverImg__info{padding:.75rem 1rem}.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 .box-txtOverImg .button{padding:.4em .75em;font-size:.9rem}.nav__details .box-txtOverImg .button i{margin-left:.25em}.nav__banners>*:not([class^="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:var(--font-color);text-decoration:none;background:var(--secondary);background-image:linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.85));text-align:center;border-radius:var(--radiusBox);overflow:hidden}.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;padding-right:calc(.75rem + 38px)}.nav__banner--destacado:not(:has(i)){grid-template-columns:1fr min-content}.nav__banner--destacado:after{content:'';font-weight:900;font-size:1.15em;font-family:var(--awesome);width:38px;display:grid;place-content:center;height:100%;background:rgba(0,0,0,.1);color:var(--secondary-invert);position:absolute;top:0;right:0}.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--tel{background:var(--primary);color:#fff}.nav__banner--fb i,.nav__banner--ig i,.nav__banner--wa i,.nav__banner-tel 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}.nav__bannerImg{text-align:center;text-decoration:none;color:inherit}.nav__bannerImg p{margin:4px 0}.nav__bannerImg img{border-radius:var(--radiusBox);display:block}.header:not(.header--fixed) .nav__link{color:var(--font-color)}.header:not(.header--fixed) .nav{border-top:solid 1px rgba(0,0,0,.05)}