
				:root {
				--cor1: rgb(60, 82, 108);
				--cor2: rgb(214, 158, 129);
				--cor3: rgb(28, 45, 65);
				--cor4: rgb(186, 186, 186);
				--cor5: rgb(248, 247, 242);
				--cor6: rgb(255, 255, 255);
				--fonte1_base: //fonts.googleapis.com/css?family=Tenor+Sans:regular;
				--fonte2_base: //fonts.googleapis.com/css?family=Tenor+Sans:regular;
				--fonte1_name: Tenor+Sans:regular;
				--fonte2_name: Tenor+Sans:regular;
				--fonte1_f: Tenor Sans;
				--fonte1_w: normal;
				--fonte1_s: normal;
				--fonte2_f: Tenor Sans;
				--fonte2_w: normal;
				--fonte2_s: normal;
				--fonte3_f: Tenor Sans;
				--fonte3_w: normal;
				--fonte3_s: normal;
				} .btn-style-base{border-radius:0px} .btn-style-base-filled{background-color:var(--cor1); border-color:var(--cor1); color:var(--cor6);} .btn-style-base-filled:hover{background-color:var(--cor3); border-color:var(--cor3); color:var(--cor6);} .btn-style-base-outlined{background-color:transparent; border-color:var(--cor3); color:var(--cor3);} .btn-style-base-outlined:hover{background-color:var(--cor3); border-color:var(--cor3); color:var(--cor6);} .btn-style-base{font-family:Tenor Sans; font-weight:normal; font-style:normal} .switch-style-base:checked{background-color:var(--cor1) !important; border-color:var(--cor1) !important;} .switch-style-base:checked:focus{background-color:var(--cor1) !important; border-color:var(--cor1) !important;} .switch-style-base:not(:checked):focus{border-color:var(--n-200) !important;}