﻿
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: 'Open Sans',sans-serif;
    height: 100%;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0 none;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: none repeat scroll 0 0 hsl(60, 100%, 50%);
    color: hsl(0, 0%, 0%);
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "“" "”" "‘" "’";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid hsl(0, 0%, 75%);
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
/*.list_normal ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}*/
 .list_normal li {
  display: list-item;
  text-align: match-parent;
}
 .list_normal ul li {
  display: list-item;
  text-align: match-parent;
}
 .list_normal li li {
  display: list-item;
  text-align: match-parent;
}
.list_normal ul,.list_normal li { 
   list-style-type: disc; 
   list-style-position: inside; 
   list-style-image:initial;
}

.list_normal ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   list-style-image:initial;
}
.list_normal ul ul, .list_normal ol ul, .list_normal li li { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
   list-style-image:initial;
}
.list_normal ol ol, .list_normal ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
   list-style-image:initial;
}

/* ESTILS 2021 INICI */
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

/* ESTILS 2021 FI */