.headerContainer{z-index:10;background:#f4f4f4;justify-content:center;align-items:center;width:calc(100vw - 6px);padding:16px 5%;display:flex;position:fixed;box-shadow:0 4px 8px #00000014}@media (max-width:600px){.headerContainer{width:100vw;padding:16px 5%}}.headerContainer .headerContent{justify-content:space-between;align-items:center;width:100%;display:flex}@media (max-width:599px){.headerContainer .headerContent{justify-content:center}}.headerContainer .headerContent .logoImg{cursor:pointer;width:200px}@media (max-width:599px){.headerContainer .headerContent .logoImg{width:120px}}@media screen and (min-width:601px) and (max-width:820px){.headerContainer .headerContent .logoImg{width:150px}}.headerContainer .headerContent .atalhos{gap:16px;display:flex}@media (max-width:1366px){.headerContainer .headerContent .atalhos{display:none}}.headerContainer .headerContent .atalhos .menu{font-size:.875rem;font-weight:600}.headerContainer .headerContent .atalhos .menu:hover{color:#0ac775;cursor:pointer}.headerContainer .headerContent .buttons{align-items:center;gap:8px;display:flex}@media (max-width:599px){.headerContainer .headerContent .buttons{display:none}}.headerContainer .headerContent .buttons .contactButtons{align-items:center;gap:16px;margin-right:16px;display:flex}.headerContainer .headerContent .buttons .contactButtons .contactButton{border-radius:10px;justify-content:center;align-items:center;transition:all .2s ease-in-out;display:flex}.headerContainer .headerContent .buttons .contactButtons .contactButton img{width:22px}@media (max-width:599px){.headerContainer .headerContent .buttons .contactButtons .contactButton img{width:18px}}@media screen and (min-width:601px) and (max-width:820px){.headerContainer .headerContent .buttons .contactButtons .contactButton img{width:18px}}.headerContainer .headerContent .buttons .contactButtons .contactButton:hover{cursor:pointer;box-shadow:1px 1px 50px #0ac775}.headerContainer .headerContent .buttons .siteButton{cursor:pointer;color:#333;background-color:#0000;border:2px solid #252525;border-radius:30px;justify-content:center;align-items:center;gap:8px;width:160px;height:40px;transition:all .5s ease-in-out;display:flex;position:relative;overflow:hidden}.headerContainer .headerContent .buttons .siteButton svg{margin-top:2px;display:none}.headerContainer .headerContent .buttons .siteButton:after{content:"";visibility:hidden;z-index:-1;background-color:#0ac775;border-radius:30px;width:10px;height:10px;transition:all .5s ease-in-out;position:absolute;top:0;left:0}.headerContainer .headerContent .buttons .siteButton:hover{color:#fff;border:none}.headerContainer .headerContent .buttons .siteButton:hover:after{visibility:visible;transform:scale(100)translate(2px)}
