
				:root {
				--cor1: rgb(44, 45, 147);
				--cor2: rgb(133, 133, 133);
				--cor3: rgb(37, 37, 44);
				--cor4: rgb(243, 243, 243);
				--cor5: rgb(255, 255, 255);
				--cor6: rgba(0, 0, 0, 0);
				--fonte1_base: //fonts.googleapis.com/css?family=Poppins:700;
				--fonte2_base: //fonts.googleapis.com/css?family=Poppins:regular;
				--fonte1_name: Poppins:700;
				--fonte2_name: Poppins:regular;
				--fonte1_f: Poppins;
				--fonte1_w: 700;
				--fonte1_s: normal;
				--fonte2_f: Poppins;
				--fonte2_w: normal;
				--fonte2_s: normal;
				--fonte3_f: Montserrat;
				--fonte3_w: normal;
				--fonte3_s: normal;
				} .btn-style-base{border-radius:0px} .btn-style-base-filled{background-color:rgb(31, 46, 67); border-color:rgb(31, 46, 67); color:var(--cor5);} .btn-style-base-filled:hover{background-color:rgb(31, 46, 67); border-color:rgb(31, 46, 67); color:var(--cor5);} .btn-style-base-outlined{background-color:transparent; border-color:rgb(31, 46, 67); color:rgb(31, 46, 67);} .btn-style-base-outlined:hover{background-color:rgb(31, 46, 67); border-color:rgb(31, 46, 67); color:var(--cor5);} .btn-style-base{font-family:Poppins; font-weight:null; font-style:normal} .switch-style-base:checked{background-color:rgb(31, 46, 67) !important; border-color:rgb(31, 46, 67) !important;} .switch-style-base:checked:focus{background-color:rgb(31, 46, 67) !important; border-color:rgb(31, 46, 67) !important;} .switch-style-base:not(:checked):focus{border-color:var(--n-200) !important;}