::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background-color:#b9b9b9;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#8d8d8d}::-webkit-scrollbar-track:hover{background-color:#e9e9e9}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-button{height:0}:root{--Color_primario:#000;--Color_optionSelect:#cfb093;--Color_backgroundSliderMain:#cfb093}html{scroll-behavior:smooth;letter-spacing:1px;max-width:100%;font-size:16px;overflow-x:hidden}*{box-sizing:border-box;border:0;padding:0}body{max-width:100%;margin:0;padding:0;position:relative;overflow-x:hidden}header{z-index:10000;background-color:#0a9b1d;width:100%;position:fixed;top:0;left:0}main{margin:0}.panel-body{background:#163d67b2;width:auto;height:auto;min-height:100vh;margin:0;padding-top:89px;font-family:system-ui,sans-serif;display:block;overflow-x:visible}.loading_cnt{width:100%;height:100vh;display:flex}.loader{box-sizing:border-box;border-top:4px solid #fff;border-right:4px solid #0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}.loader:after{content:"";box-sizing:border-box;border-bottom:4px solid #ff3d00;border-left:4px solid #0000;border-radius:50%;width:48px;height:48px;position:absolute;top:0;left:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
