.container-navbar{width:100%;height:auto}.container-navbar .content-navbar{width:100%;height:auto;display:flex;flex-direction:column;align-items:center}.container-navbar .content-navbar .top{width:100%;height:auto;padding:15px;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--green);color:var(--clr-light-a0)}.container-navbar.blue .content-navbar .top{background-color:var(--blue)}.container-navbar .content-navbar .top p{font-size:15px;font-weight:400}.container-navbar .content-navbar .bottom{width:100%;height:max-content;background-color:var(--green-light);color:var(--eleven);display:flex;flex-direction:column;align-items:center}.container-navbar.blue .content-navbar .bottom{background-color:var(--blue-light)}.container-navbar .content-navbar .bottom .content{width:100%;max-width:var(--max-width);height:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.container-navbar .content-navbar .bottom .content img{width:200px;height:auto}.container-navbar .content-navbar .bottom .content .links{width:100%;height:max-content;display:flex;flex-direction:flex;align-items:center;justify-content:flex-end}.container-navbar .content-navbar .bottom .content .links a{flex:1 1;max-width:200px;height:55px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 15px;font-size:17px;font-weight:500;letter-spacing:.5px;border-right:1px solid var(--eleven);transition:all .1s ease-in-out;text-align:center}.container-navbar .content-navbar .bottom .content .links a:focus,.container-navbar .content-navbar .bottom .content .links a:hover{background:var(--green-light-two);text-decoration:underline}.container-navbar .content-navbar .bottom .content .links a:last-child{border-right:none}@media (max-width:700px){.container-navbar .content-navbar .bottom .content{height:65px;justify-content:center}.container-navbar .content-navbar .bottom .content .links{display:none}}