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