:root {
    --c_1: #202020;
    --c_2: #fff;
    --c_3: #39464E;
    --c_4: #860928;
    --c_5: #ac2648;
    --c_6: rgb(39, 39, 39);
    --c_7: #34af23;
    /*--c_8: #00aced;*/
    --c_8: #2081a7;
    --c_9: #FD8235;
    --c_10: #ff4500;
    --c_11: #ce5b0f;
    --c_12: #788509;
    --c_13: #2670ac;
    --c_14: #9126ac;
    --c_15: #e06bd1;
    --c_16: #5cb2d4;
    --c_17: #ddd565;
    --c_18: #a5e074;
    /*Sr Paulo
    --c_a: #3f4257;
    */
    --c_a: rgb(32, 32, 32);
    --c_p: #ac2648;
    --c_f: rgb(39, 39, 39, 0.3);
    --user1: #5cb2d4;
    --user2: rgba(255, 255, 255, 0);
    --corlegb: rgb(111 196 0);
    --corlegc: rgb(9, 230, 238);
    --corlegd: rgb(89 15 185);
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    text-decoration: none;
    outline: none;
    font-family: helvetica !important;
    /*box-sizing: border-box;*/
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: none;
}

dialog {
    z-index: 100000;
    top: 0;
    bottom: 0;
}

select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
    opacity: 1 !important;
}

button,
input {
    overflow: visible;
}

::-webkit-file-upload-button {
    background: #3f4257;
    color: white;
    border: none;
    padding: 3px 5px;
    border-radius: 2px;
    margin-right: 8px;
}

input {
    accent-color: #3f4257;
}

img,
video,
canvas,
div {
    -webkit-touch-callout: none !important;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* outline: none; */
    border: none;
    appearance: none;
}

fieldset {
    border: 1px solid;
    padding: 10px;
    display: initial;
    color: #3f42578c;
    margin: 10px auto;
    /* justify-content: space-between; */
    text-align: center;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

[hidden] {
    display: none;
}

[visible] {
    display: block;
}

[draggable] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

[titm] {
    opacity: 0.5;
    margin: 0;
    cursor: none;
    border-bottom: 0.5px dotted #ffffff63;
    border-top: 0.5px dotted white;
    font-size: 11px;
    text-align: center;
    padding: 5px 10px;
}

[disable="true"] {
    opacity: 0.1!important;
    pointer-events: none !important;
    cursor: none !important;
}

*::backdrop {
    background-color: black;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='180' viewBox='0 0 200 180'%3E%3Ctext xmlns='http://www.w3.org/2000/svg' x='12' y='63' fill='rgb(24 24 24)' style='font: bold 32px sans-serif;'%3E %7C XSOCIALX%3C/text%3E%3Ctext xmlns='http://www.w3.org/2000/svg' x='12' y='145' fill='rgb(24 24 24)' style='font: bold 32px sans-serif;'%3EXSOCIALX %7C %3C/text%3E%3C/svg%3E");
}

video:focus-visible,
img:focus-visible,
video:focus,
img:focus {
    pointer-events: none !important;
    touch-action: none !important;
}

img,
video,
canvas,
div {
    -webkit-touch-callout: none !important;
}

@media screen and (min-width: 600px) {
    fieldset>form {
        display: flex;
    }
    video:focus-visible,
    img:focus-visible,
    video:focus,
    img:focus {
        touch-action: initial !important;
        pointer-events: initial !important;
    }
}

@media (monochrome) {
    body {
        display: none;
    }
}

@media print {
    body {
        display: none;
        opacity: 0;
        height: 0;
        width: 0;
        transform: scale(0);
    }
}

.titngt {
    font-weight: 750;
}

.titngt:after {
    content: ": ";
}

.link.temp {
    margin: 10px;
    display: block;
}

.fieldset {
    display: flex;
    /* flex-wrap: wrap; */
    flex: 1;
    /* max-height: 33px; */
    display: inline-table;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 5px;
    cursor: unset;
    color: #b7b7b78c;
    pointer-events: none;
    margin: 18px 2px 3px 2px;
}

.fieldset>legend {
    color: #686868;
    font-weight: 600;
}

.fieldset>legend:after {
    content: ": ";
}

.fieldset>div>svg,
.fieldset>div>img {
    max-width: 25px;
    max-height: 20px;
    fill: grey;
}

.fieldset>div>span {
    color: grey;
    margin: 0 auto;
}

.fieldset>div>.cmsexo.flx {
    /* padding: 0px; */
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    border: 0px;
    border-radius: 0px;
    background: linear-gradient(270deg, #f3f1f1, transparent);
    padding: 3px;
}

.fieldset>div>.cmsexo.flx::before {
    content: var(--datacasal)":  ";
}