
				:root {
				--cor1: rgb(191, 191, 191);
				--cor2: rgb(166, 97, 81);
				--cor3: rgb(242, 242, 242);
				--cor4: rgb(0, 0, 0);
				--cor5: rgb(217, 199, 197);
				--cor6: transparent;
				--fonte1_base: //fonts.googleapis.com/css?family=Merriweather:regular;
				--fonte2_base: //fonts.googleapis.com/css?family=Open+Sans:regular;
				--fonte1_name: Merriweather:regular;
				--fonte2_name: Open+Sans:regular;
				--fonte1_f: Merriweather;
				--fonte1_w: normal;
				--fonte1_s: normal;
				--fonte2_f: Open Sans;
				--fonte2_w: normal;
				--fonte2_s: normal;
				--fonte3_f: Open Sans;
				--fonte3_w: normal;
				--fonte3_s: normal;
				} .btn-style-base{border-radius:0px} .btn-style-base-filled{background-color:var(--cor2); border-color:var(--cor2); color:var(--cor3);} .btn-style-base-filled:hover{background-color:var(--cor1); border-color:var(--cor1); color:var(--cor3);} .btn-style-base-outlined{background-color:transparent; border-color:var(--cor2); color:var(--cor1);} .btn-style-base-outlined:hover{background-color:var(--cor3); border-color:var(--cor3); color:var(--cor2);} .btn-style-base{font-family:Merriweather; font-weight:normal; font-style:normal} .switch-style-base:checked{background-color:var(--cor2) !important; border-color:var(--cor2) !important;} .switch-style-base:checked:focus{background-color:var(--cor2) !important; border-color:var(--cor2) !important;} .switch-style-base:not(:checked):focus{border-color:var(--n-200) !important;}