.menuResponsive{position:absolute;top:0;background:#fff;z-index:999;height:100vh;width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;opacity:1;transition:all .3s ease 0s;overflow:hidden}.menuResponsive.hide{opacity:0;z-index:-999;transition:all .3s ease 0s}.headerMenu{width:100%;display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap}.headerMenu .menuLogo{width:200px}.headerMenu .menuIcon{width:50px}