.social-float{position:fixed;bottom:22px;z-index:30;display:flex;flex-direction:column;gap:9px}.social-float.right{right:22px}.social-float.left{left:22px}.social{width:50px;height:50px;border:0;border-radius:16px;color:white;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 25px #07131d35;cursor:pointer;transition:.25s}.social:hover{transform:translateY(-4px) scale(1.06)}.social.wa{background:#25d366}.social.ig{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.social.fb{background:#1877f2;font-size:22px}.social.share{background:#ff5a1f;font-size:20px}.switch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}.switch{display:flex!important;align-items:center;gap:11px;border:1px solid #e0e5e8;padding:15px;border-radius:12px;margin:0!important}.switch input{display:none}.switch span{width:44px!important;height:24px;background:#c9d0d5;border-radius:20px;position:relative;transition:.2s;margin:0!important}.switch span:after{content:'';position:absolute;width:18px;height:18px;background:white;border-radius:50%;left:3px;top:3px;transition:.2s;box-shadow:0 2px 5px #0002}.switch input:checked+span{background:#ff5a1f}.switch input:checked+span:after{left:23px}.panel select{width:100%;padding:12px;border:1px solid #d5dce0;border-radius:9px;background:white}@media(max-width:600px){.switch-grid{grid-template-columns:1fr}.social{width:46px;height:46px}}
