.langSelector{position:relative;padding:10px;-webkit-user-select:none;user-select:none}.selected{display:flex;align-items:center;gap:5px;padding:8px 14px;margin:4px;cursor:pointer;border-radius:4px}.languajeSelectorIcon{display:flex;align-items:center;justify-content:center}.languajeSelectorIcon img{width:16px;filter:invert(74%) sepia(87%) saturate(5611%) hue-rotate(357deg) brightness(100%) contrast(100%);height:16px}.languajeSelectorSelect{font-weight:900;font-size:16px;text-transform:uppercase;color:var(--color);text-align:center}.dropdown{position:absolute;top:100%;left:50%;display:flex;flex-direction:column;align-items:center;transform:translate(-50%);margin-top:4px;background:#f0f0f0;border-radius:4px;z-index:10}.dropdownItem{padding:8px 12px;cursor:pointer;text-align:center;transition:background .2s;z-index:10;font-size:16px;font-weight:900;text-transform:uppercase;color:var(--color)}.square{width:16px;height:16px;background:#f0f0f0;margin-top:-6px;transform:rotate(45deg)}.dropdownItem:hover{background:#f0f0f0}.header{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box}.headerLogo{width:60px;height:40px;font-size:1.5rem;display:flex;align-items:center;margin-left:5%;color:var(--color);font-weight:900;gap:10px}.headerLogo img{height:70%;filter:invert(74%) sepia(87%) saturate(5611%) hue-rotate(357deg) brightness(100%) contrast(100%)}.headerMenu{flex:1;display:flex;align-items:center;justify-content:center;font-size:18px;color:#333}.headerMenu ul{list-style:none;padding:0;margin:0;display:flex;gap:20px}.headerMenu ul li{cursor:pointer}.headerMenu ul li:hover{text-decoration:underline}.notfoundContainer{display:flex;align-items:center;justify-content:center;height:70vh;width:100vw;text-align:center}.notfoundContainer .notfoundTitle{font-size:4 rem;font-weight:700}html{height:100%;margin:0;padding:0}body{background-color:#fff;margin:0;padding:0}body .fullApp{width:100vw;height:100vh;display:flex;flex-direction:column;font-family:var(--fontFamilySansSerif);overflow-x:hidden}:root{--color: #FD5151;--colorHover: #a2f9bb;--colorBlack: #000000;--colorLoading: #0f0f0f;--colorGrey: #666;--colorBackground: #FFFFFF;--colorBackground2: #f9f9f9;--colorBorder: #E2E2E2;--colorBorder2: rgba(0, 0, 0, .2);--colorBorder3: rgba(0, 0, 0, .8);--colorBorderDiv: #72767D;--colorFocus: #0077ff;--colorTitles: ;--colorSubtitles: ;--borderRadius: 10px;--borderRadius2: 32px;--borderRadius3: 16px}
