@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; overflow-x:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h4, h5, h6, h1, h2, h3, ul, ol, p, html, body, div, section, strong, li{margin: 0; padding:0em; font-weight:100; font-size:1em; font-weight:100;}
strong{ font-weight:600;}
em{font-style:italic;}
h4, h5, h6, h1, h2, h3{ display: table; width:100%;}
input, textarea, button, select, submit{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
input[type='checkbox']{width:12px!important;height:12px!important;border-radius:0;}
body{font-family: 'Open Sans', sans-serif, 'Font Awesome 6 Free'; text-align:center; font-size:1em; color:#000; background-color:#fff;}


*{width:auto;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;vertical-align: middle;}
input[type="checkbox"] {
    appearance: none;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    position: relative;
}

input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000; /* Cor de fundo quando marcado */
    left: 3px;
    top: 3px;
}
input[type="radio"] {
    appearance: none;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
}

input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000; /* Cor de fundo quando marcado */
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

