:root{--color-blue-1:#7e9cba;--color-blue-2:#dcddef;--color-rose:#d16f99;--color-beige:#dbd2cf;--color-black:#000;--color-grey-1:#9f9f9f;--color-grey-2:#f2f2f2;--color-white:#fff;--color-sidebar:#7e9cba;--color-blue-1-dark:#6a8aa8;--color-blue-1-muted:rgba(126,156,186,.1);--color-placeholder:#ddd;--color-text-muted:#666;--color-text-dark:#333;--color-border-light:#ced4da;--color-blue-muted:#5d7a96;--color-error:#dc3545;--color-error-dark:#bb2d3b;--color-strategia-purple:#b36eac;--color-strategia-orange:#ef5927;--color-white-80:hsla(0,0%,100%,.8);--color-white-30:hsla(0,0%,100%,.3);--color-white-20:hsla(0,0%,100%,.2);--color-white-15:hsla(0,0%,100%,.15);--color-black-45:rgba(0,0,0,.45);--gradient-1:linear-gradient(315deg,#dcddef 17%,#7e9cba);--gradient-2:linear-gradient(315deg,#dcddef,#d16f99 76%);--gradient-strategia:linear-gradient(90deg,#b36eac,#ef5927)}*{box-sizing:border-box;padding:0;margin:0;font-family:Fraunces}body,html{max-width:100vw;height:100vh;overflow-x:hidden;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.form-control:focus,input:focus,select:focus,textarea:focus{outline:none!important;box-shadow:none!important;border-color:#ced4da!important}.bg-custom-grey-1{background-color:#f2f2f2}