#menuDesktop{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem;height:100%;margin-left:0;padding:.25rem .25rem 0 .25rem}#menuMobile,#menumobile_puntero{display:none;position:absolute;top:10px;right:30px}@media (max-width:667px){#menuDesktop{display:none}#menuMobile,#menumobile_puntero{display:block}}.menuDesktopItem a{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0;box-sizing:border-box;font-weight:500;font-size:1.2rem;color:#fff}.menuDesktopItem a.activo{border:3px #fff;border-style:none none solid}.menuDesktopItem a.activo,.menuDesktopItem a:active,.menuDesktopItem a:focus,.menuDesktopItem a:hover{font-weight:600!important}.menuMobileItem a{display:grid;grid-template-columns:auto auto;gap:1rem;font-weight:300!important;font-size:1.1rem;padding:1rem;color:#fff;border-bottom:1px solid #fff}.menuMobileItem a.activo,.menuMobileItem a:active,.menuMobileItem a:focus,.menuMobileItem a:hover{font-weight:600!important;border-bottom:6px solid #fff}.menuMobileItem{position:relative}.menuMobileItem ul{list-style:none;margin-left:2rem}.menuDesktopItem:hover ul{display:flex}.submenuDesktopItem{display:none;position:absolute;top:85%;left:0;background-color:#fff;list-style:none;z-index:10;padding:1rem;width:max-content;flex-direction:column;flex-wrap:nowrap;row-gap:.5rem;box-shadow:var(--bundles_boxInterior_shadow);min-width:115px;margin:0}.submenuDesktopItem li{padding:.5rem .5rem .5rem 0;border-bottom:1px solid var(--red)}.submenuDesktopItem a{color:var(--black);padding-left:0}.puntero_menumobile_tipo1{cursor:pointer;width:2rem;color:var(--menuMobile_iconOpen_color);font-size:.5rem;z-index:9999;padding:0 0 0 .5rem}.puntero_menumobile_tipo1 svg{width:45px;fill:#fff}.puntero_menumobile_tipo1 .puntero_menumobile_titulo{margin:-15.55px 0 0 3.5px;font-size:7.5pt;color:var(--menuMobile_iconOpen_titulo_textColor);text-align:center}.puntero_menumobile_tipo2{cursor:pointer;width:2rem;color:#fff;font-size:2.5rem;z-index:9999;padding:0 0 0 .5rem}.menumobile_tipo1{position:fixed;z-index:998;top:0;left:-16.5rem;width:100%;max-width:16.5rem;height:100%;overflow:hidden;background:var(--menuMobile_backColor);transition:all .5s}.menumobile_tipo2{padding:2rem;position:fixed;z-index:998;top:0;left:0;width:100%;height:100%;overflow:hidden;background:var(--verde_o2a);transition:all .5s}.menumobile_fondo_tipo1{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;opacity:0;background:var(--menuMobile_container1_backColor);transition:all .5s}.menumobile_fondo_tipo2{position:fixed;z-index:1;top:0;left:0;width:100%;height:100%;opacity:.8;background:var(--menuMobile_container2_backColor);transition:all .5s}.menumobile_contenido{margin-top:5rem;margin-right:1rem;margin-left:0}.menuDesktopItem{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;box-sizing:border-box}.menuMobileItem{padding:0;margin:0;border-bottom:var(--menuMobile_menuItem_borderBottom);list-style-type:none}.menuDesktopItem a svg,.menuMobileItem a svg{margin-top:-.2rem;width:1rem;height:1rem;fill:#fff}#menudesktop{background:var(--menuDesktop_backColor);width:fit-content;margin:0 auto}#menudesktop>div{width:fit-content;padding-left:2rem;display:grid;grid-auto-flow:column;column-gap:.5rem;align-items:center}#menudesktop .menuDesktopSep{height:calc(100% - 2rem)}@media (min-width:1101px){#menudesktop>div{height:var(--navDesktop_height)}}