@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--nBar-bg: #201436;--nBar-primary: #FA171B;--nBar-secondary: #333333;--nBar-white: #fff;--nBar-black: #000}.header{display:flex;align-items:center;justify-content:space-around;padding:1rem 0;height:90px;width:100%;background-color:var(--nBar-black);position:fixed;flex-wrap:wrap;z-index:99}.header a{text-decoration:none;color:#fff}.header__logo img{width:160px}.header__nav{background-color:var(--nBar-black);top:155px;height:100vh;font-family:"ZonaPro-Regular",sans-serif;font-optical-sizing:auto;font-weight:400;transform:translateX(100%);transition:.3s ease-in-out;display:flex;align-items:flex-start;justify-content:center}@media screen and (min-width: 769px){.header__nav{align-items:center}}@media screen and (max-width: 1148px){.header__nav{width:100% !important}}.header__nav ul{list-style:none;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:wrap}@media screen and (min-width: 769px){.header__nav ul{flex-direction:row}}.header__nav li{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem 0}@media screen and (min-width: 769px){.header__nav li{width:-moz-max-content;width:max-content;padding:0 1rem}}.header__nav li a{display:block;padding:1rem;border-bottom:1px solid var(--nBar-primary);width:-moz-max-content;width:max-content;text-transform:capitalize;font-size:1rem;transition:.3s ease-in-out}@media screen and (min-width: 769px){.header__nav li a{border:none;font-size:1.2rem}}.header__nav li a:hover{color:var(--nBar-primary);transform:scale(1.2)}.header__info{background-color:var(--nBar-black);display:flex;align-items:center;justify-content:center;height:90px;top:90px;transform:translateX(-100%);transition:.3s ease-in-out}@media screen and (max-width: 1512px){.header__info{width:100% !important}}.header__info form{display:flex;align-items:center;justify-content:center}.header__info form button{padding:.5rem;transition:.3s ease-in-out}.header__info form button:hover{transform:scale(1.2)}.header__nav,.header__info{border-top:1px solid var(--nBar-primary);position:absolute;width:100%;left:0;border-bottom:1px solid var(--nBar-primary)}@media screen and (min-width: 769px){.header__nav,.header__info{transform:translateX(0%);position:relative;height:100%;top:0;border:none;width:-moz-max-content;width:max-content}}@media screen and (max-width: 1148px){.header__nav,.header__info{height:auto}}.header__nav--open,.header__info--open{transform:translateX(0%)}.header__nav button,.header__info button{background:rgba(0,0,0,0);border:none;cursor:pointer}.header__social{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 769px){.header__social{padding:0rem 2rem}}.header__social a{padding:1rem;display:block}.header__social i{font-size:1.3rem;color:var(--nBar-white)}.header__hamburger{padding:1rem}@media screen and (min-width: 769px){.header__hamburger{display:none}}.header__hamburger i{font-size:2rem;color:var(--nBar-white)}/*# sourceMappingURL=navBar.min.css.map */