<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{position:sticky;top:0;z-index:3;padding:12px var(--padding-h);text-align:center}.header--dark{color:#fff;background:#181a65}.header--light{color:#333;background:#fff;box-shadow:0 0 20px rgb(0 0 0 / 20%)}.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,0.4);width:100%}.header__container{display:flex;position:relative;flex-direction:row;align-items:center;justify-content:space-between}.header__logo{order:2;text-align:center;line-height:100%;justify-content:center}.header__logo-img{display:block;margin:0 auto;width:100%;max-width:var(--width-logo);transition:max-width 300ms ease}.header__info{text-align:right;display:flex;flex-direction:column;align-items:center}.header__info-inner{display:flex;align-items:center;justify-content:flex-end}.header__info-txt{display:none;margin-right:16px}.header__language{display:none}.header__language select{height:28px;width:50px;border:1px solid #ddd;padding:2px;border-radius:4px}.header .buttons{order:3}@media only screen and (min-width:1281px){.header{display:flex;flex-direction:column;position:fixed;width:var(--width-head);height:100%;padding:1rem 0 0}.header--light{box-shadow:inset 0 0 20px rgb(0 0 0 / 20%)}header .buttons{display:none}.header__container{flex-direction:column;flex:1}.header__logo{width:100%;padding:1rem;order:inherit}}.nav__list{list-style:none}.nav__link{display:inline-block;color:currentColor;text-decoration:none}.nav__submenu{list-style:none}.nav__submenu .nav__link{padding:.6rem 1rem;opacity:.75}.nav__info{padding:1rem;opacity:.85;font-size:.95rem;line-height:1.4em;width:100%}.nav__info p:not(:last-child){margin:0 0 4px}.nav__info p i{margin-right:4px}.nav__info .buttons ul{flex-wrap:wrap}.nav__info .buttons{display:flex;margin-top:1rem;padding-top:.5rem;border-top:1px solid var(--secondary);flex-direction:column;align-items:center;justify-content:center}.nav{width:100%;display:flex;flex-direction:column;flex:1}@media only screen and (max-width:1280px){.nav{width:300px;position:fixed;top:0;left:-100%;height:100%;overflow:auto;z-index:10;justify-content:center;align-items:center;transition:left 400ms ease}.header--dark .nav{background:#0F1D22}.header--light .nav{background:#fff}}.nav--is-active{left:0;box-shadow:0 0 24px rgb(0 0 0 / 30%)}.nav__language{padding:4px 8px;text-align:left;background:#f5f5f5;box-shadow:0 0 15px rgba(0,0,0,0.15)}.nav__language:before{content:"Selecciona tu idioma:";display:inline-block;margin-right:8px;font-size:90%;line-height:120%}.nav__language select{height:32px;width:60px;border:1px solid #ddd;padding:2px;border-radius:var(--radius1)}.nav__list{width:100%;padding:2rem 1.5rem;flex:1;overflow:auto;display:flex;flex-direction:column}.nav__item{text-align:center;margin-bottom:.5rem}.header--dark .nav__item{border-bottom:1px solid rgba(255,255,255,0.06)}.header--light .nav__item{border-bottom:1px solid rgba(0,0,0,0.1)}.nav__item:first-child{margin-top:auto}.nav__item:last-child{margin-bottom:auto}.nav__item--selected&gt;.nav__link{color:var(--secondary)}.nav__item--has-sub&gt;a{position:relative}.nav__item--has-sub&gt;a .nav__down{margin-left:1rem;font-size:.9em;position:absolute;right:0;top:50%;transform:translate(100%,-50%)}.--rotate:before{content:'\f068'!important}.nav__link{padding:.75rem 1rem;color:inherit;text-transform:uppercase;letter-spacing:2px;font-family:var(--font2)}.header--dark .nav__submenu{background:rgba(255,255,255,0.1);padding:.5rem 0}.header--light .nav__submenu{background:rgba(0,0,0,0.05);padding:.5rem 0}.nav__submenu:not(.nav__submenu--is-active){display:none}.nav__submenu .nav__item{text-align:center;margin:0}.header .nav__submenu .nav__item{border:0}.nav__submenu .nav__link{padding:.5rem 1rem}.hamburger{cursor:pointer;padding:2px;order:1}.hamburger .bar{display:block;height:1px;width:24px;background:currentColor;transition:transform 300ms ease}.hamburger .bar.middle{margin:8px auto}.hamburger--is-active .top{transform:translateY(8px) rotateZ(45deg)}.hamburger--is-active .bottom{transform:translateY(-10px) rotateZ(-45deg)}.hamburger--is-active .middle{width:0}.nav--is-active+.hamburger--is-active{z-index:11}@media only screen and (min-width:1281px){.hamburger{display:none}}.buttons{display:flex;align-items:center}.buttons ul{list-style:none;display:flex;align-items:center}.buttons li{display:inline-block;margin:1px 2px}.buttons a{display:flex;align-items:center;justify-content:center;width:28px;color:currentColor;min-height:28px;font-size:1.15rem;text-decoration:none}.buttons__social{font-size:1.25rem}.buttons__phones li span{display:none}.buttons__phones .full a{width:auto;padding:.2rem .5rem}.buttons__phones .full span{display:block;margin-left:4px}.header.--is-active .buttons--bg .facebook,.nav .buttons--bg .facebook{background:var(--color-fb)}.header.--is-active .buttons--bg .instagram,.nav .buttons--bg .instagram{background:var(--color-ig)}.header.--is-active .buttons--bg .whatsapp,.nav .buttons--bg .whatsapp{background:var(--color-wa)}.buttons--bg li{border:1px solid #fff;border-radius:var(--radius1)}header.--is-active .buttons--bg li,.nav .buttons--bg li{background:var(--secondary);border:0}.buttons--bg 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,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&gt;span{display:block;line-height:100%;margin-left:.5rem;flex:1;padding:.25rem .75rem .25rem 0}.buttons--fixed li:not(.full) a&gt;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:1281px){.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&gt;span{margin-left:.75rem;padding:.25rem 1rem .25rem 0}.buttons--fixed li:not(.full) a&gt;span{display:block}.buttons--bg a{width:36px;height:36px;min-height:36px;font-size:18px}.header__info-inner .buttons__social li:not(:first-child){display:inline-block}}</pre></body></html>