﻿#menu{padding:0;background-color:#fff;}#menu>div{height:70px;display:flex;justify-content:flex-end;align-items:center;padding:10px 0;gap:20px;}@media screen and (min-width:320px){#menu>div{padding-left:10px;padding-right:10px;border:0;}}#menu>div.home{justify-content:flex-end;padding:20px 0;}#menu>div.home>a{display:none;}nav:not(.bottom){display:flex;box-sizing:border-box;background-color:#fff;}nav:not(.bottom) img{height:20px;}nav:not(.bottom)>a{display:flex;align-items:center;font-size:1em;color:#000;}nav:not(.bottom)>a:hover{text-decoration:none!important;}nav:not(.bottom)>a:visited,nav:not(.bottom)>a:active{color:inherit;}nav:not(.bottom)>a:last-child>img{height:25px;}@media screen and (min-width:320px){nav:not(.bottom){flex-direction:column;gap:20px;position:absolute;top:-50px;left:0;width:100%;height:0;opacity:0;z-index:100;padding:20px;overflow:hidden;transition:all ease .5s;}nav:not(.bottom).show{top:0;opacity:1;height:auto;width:100vw;}}@media screen and (min-width:992px){nav:not(.bottom){flex-direction:row;position:static;width:auto;height:auto;padding:0;opacity:1;gap:20px;align-items:center;}}