.NavBlog{display:flex;justify-content:flex-end;align-items:center;height:62px;position:relative;width:100%}@media only screen and (max-width:900px){.NavBlog{height:auto;flex-direction:column;padding:4vh 4vw}}.NavBlog ul{display:flex;justify-content:space-between;width:100%;list-style:none;line-height:normal;padding-left:0;margin-right:20px}@media only screen and (max-width:900px){.NavBlog ul{flex-direction:column;width:100%;margin-right:0}}.NavBlog ul li{text-align:center;margin:0 5px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:900px){.NavBlog ul li{margin:1vh 0;border-bottom:1px solid #fff;padding-bottom:1vh}}.NavBlog ul li a{line-height:normal;text-align:center;color:#fff;font-weight:700;text-transform:uppercase;font-size:10px!important;transition:all .4s ease-in-out}@media only screen and (max-width:900px){.NavBlog ul li a{font-size:15px!important}}.NavBlog ul li a:hover{color:#f3a624}.NavBlog__button{background:#f3a624;color:#000;font-size:11px!important;font-weight:700;border-radius:5px;padding:7px 10px}#buttonSearch{cursor:pointer}@media only screen and (max-width:900px){#buttonSearch{display:none}}.searchForm{display:none;background:#918f8f;position:absolute;width:100%;bottom:-58px;left:0;padding:10px}.searchForm__content{display:flex;justify-content:space-between;width:57vw;margin:0 auto}.searchForm__content input[type=text]{font-weight:700;text-align:center}.searchForm__content label{color:#000}.searchForm__content button{background:#f3a624;color:#000;font-size:11px!important;font-weight:700;border-radius:5px;padding:7px 10px;border:0;cursor:pointer}