
				:root {
				--cor1: rgb(6, 73, 148);
				--cor2: rgb(216, 194, 150);
				--cor3: rgb(30, 27, 27);
				--cor4: rgb(243, 243, 243);
				--cor5: rgb(255, 255, 255);
				--cor6: rgba(0, 0, 0, 0);
				--fonte1_base: //fonts.googleapis.com/css?family=DM+Sans:700;
				--fonte2_base: //fonts.googleapis.com/css?family=DM+Sans:500;
				--fonte1_name: DM+Sans:700;
				--fonte2_name: DM+Sans:500;
				--fonte1_f: DM Sans;
				--fonte1_w: 700;
				--fonte1_s: normal;
				--fonte2_f: DM Sans;
				--fonte2_w: 500;
				--fonte2_s: normal;
				--fonte3_f: DM Sans;
				--fonte3_w: normal;
				--fonte3_s: normal;
				} .btn-style-base{border-radius:0px} .btn-style-base-filled{background-color:rgb(75, 108, 79); border-color:rgb(75, 108, 79); color:var(--cor5);} .btn-style-base-filled:hover{background-color:rgb(75, 108, 79); border-color:rgb(75, 108, 79); color:var(--cor5);} .btn-style-base-outlined{background-color:transparent; border-color:rgb(75, 108, 79); color:rgb(75, 108, 79);} .btn-style-base-outlined:hover{background-color:rgb(75, 108, 79); border-color:rgb(75, 108, 79); color:var(--cor5);} .btn-style-base{font-family:DM Sans; font-weight:700; font-style:normal} .switch-style-base:checked{background-color:rgb(75, 108, 79) !important; border-color:rgb(75, 108, 79) !important;} .switch-style-base:checked:focus{background-color:rgb(75, 108, 79) !important; border-color:rgb(75, 108, 79) !important;} .switch-style-base:not(:checked):focus{border-color:var(--n-200) !important;}