@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue: red;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: red;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #f8fafc;
    text-align: left;
    background-color: var(--bg-color) !important;
    transition: all 0.6s;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: var(--titulo);
}

.fecha-actu-reglamento{
    color: var(--titulo) !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 90% !important;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #71b6f9;
    text-decoration: none;
    background-color: transparent;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    /* border-radius: 7%; */
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: var(--color-link);
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--titulo);
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 1.8rem;
}

h3,
.h3 {
    font-size: 1.575rem;
}

h4,
.h4 {
    font-size: 1.35rem;
}

h5,
.h5 {
    font-size: 1.125rem;
    color: var(--titulo);
}

h6,
.h6 {
    font-size: 0.9rem;
}

.lead {
    font-size: 1.125rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
    color: var(--color-link);
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}



.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #f66d9b;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }

}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }



}



.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-33 {
        flex: 0 0 25%;
        max-width: 24.5%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--color-link);
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid var(--bg-input-search);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--bg-input-search);
    font-size: 1rem;
    color: var(--color);
    background-color: #5b69bc;
}

.table tbody+tbody {
    border-top: 2px solid var(--bg-input-search);
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid var(--bg-input-search);
    ;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid var(--bg-input-search);
    ;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #ffb8b8;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #ff7a7a;
}

.table-hover .table-primary:hover {
    background-color: #ff9f9f;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ff9f9f;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c7eed8;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #98dfb6;
}

.table-hover .table-success:hover {
    background-color: #b3e8ca;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b3e8ca;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #d6e9f9;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #b3d7f5;
}

.table-hover .table-info:hover {
    background-color: #c0ddf6;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c0ddf6;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fffacc;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #fff6a1;
}

.table-hover .table-warning:hover {
    background-color: #fff8b3;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fff8b3;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f7c6c5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #f09593;
}

.table-hover .table-danger:hover {
    background-color: #f4b0af;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f4b0af;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }

    .imgmodal {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        position: relative !important;
        width: auto !important;
        height: 70vh !important;
        padding-top: 20vh !important;
      }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-link);
    background-color: var(--bg-color);
    background-clip: padding-box;
    border: 1px solid var(--bg-input-search);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: var(--color-link);
    background-color: var(--bg-color);
    border-color: var(--bg-input-search);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--bg-input-search) !important;
    opacity: 1;
}

#color {
    background-color: var(--bg-color);
}

.edit-disabled small {
    color: #71b6f9 !important;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.7875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: var(--color-link);
    background-color: var(--bg-input);
    outline: none !important;
}

.form-control-sm:focus {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: var(--color-link);
    background-color: var(--bg-input);
    border: 1px solid var(--bg-input-search);
}

.form-control {
    border: 1px solid var(--bg-input-search);
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #38c172;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.7875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(56, 193, 114, 0.9);
    border-radius: 0.25rem;
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #38c172;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #38c172;
    box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #38c172;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #38c172;
    box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #38c172;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #38c172;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #38c172;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #5cd08d;
    background-color: #5cd08d;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #38c172;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #38c172;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #38c172;
    box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 90%;
    color: #e3342f;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.7875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(227, 52, 47, 0.9);
    border-radius: 0.25rem;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e3342f;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem var(--bg-input-search);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #e3342f;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #e3342f;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #e3342f;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e9605c;
    background-color: #e9605c;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #e3342f;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #e3342f;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--titulo);
}

.soporteParrafo {
    font-size: 1rem !important;
    color: var(--titulo) !important;

}

[class^=fe-] {
    color: var(--color-link);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #6574cd;
    border-color: #6574cd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3e4fad;
    border-color: #3e4fad;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #3e4fad;
    border-color: #3e4fad;
    box-shadow: 0 0 0 0.2rem rgba(24, 66, 156, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3e4fad;
    border-color: #3e4fad;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3e4fad;
    border-color: #3e4fad;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 38, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success:hover {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b;
    box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d995b;
    border-color: #2a9055;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-info {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb;
}

.btn-info:hover {
    color: #fff;
    background-color: #4aa0e6;
    border-color: #3f9ae5;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #4aa0e6;
    border-color: #3f9ae5;
    box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3f9ae5;
    border-color: #3495e3;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a;
}

.btn-warning:hover {
    color: #212529;
    background-color: #ffe924;
    border-color: #ffe817;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #ffe924;
    border-color: #ffe817;
    box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffe817;
    border-color: #ffe70a;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a;
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c51f1a;
    border-color: #b91d19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: red;
    border-color: red;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: red;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #38c172;
    border-color: #38c172;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #38c172;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-info {
    color: #6cb2eb;
    border-color: #6cb2eb;
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #6cb2eb;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
    color: #ffed4a;
    border-color: #ffed4a;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffed4a;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-danger {
    color: #e3342f;
    border-color: #e3342f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #e3342f;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: red;
    text-decoration: none;
}

.btn-link:hover {
    color: #b30000;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}


.noticia-hover:hover {
    color: white !important;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: var(--bg-box);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: none !important;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 2px solid var(--color-linea);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--color-link);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--color-link);
    text-decoration: none;
    background-color: var(--bg-noti);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--bg-noti);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
    transform: none !important;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.7875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: flex;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.22rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #5b69bc;
    background-color: #5b69bc;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem transparent;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #35b8e0;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ffb3b3;
    border-color: #ffb3b3;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: red;
    background-color: red;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(255, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 0, 0.5);
}

.custom-switch {
    padding-left: 2rem;
    padding-top: 1.4rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.22rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 0, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-link);
    vertical-align: middle;
    background: var(--bg-input) var(--icono-table) right 0.75rem center/8px 10px no-repeat;
    border: 1px solid var(--bg-input-search);
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: var(--bg-input-search);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.7875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ff8080;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.6;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: red;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ffb3b3;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: red;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ffb3b3;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: red;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ffb3b3;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: var(--titulo);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent !important;
}

.nav-pills>li>a,
.nav-tabs>li>a {
    color: var(--titulo);
    ;
    font-weight: 500;
}

.nav-tabs .nav-link.disabled {
    color: var(--titulo);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #71b6f9;
    background-color: transparent;
    border-color: transparent !important;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: red;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
    color: var(--color);
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: none !important;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-drop {
    color: #71b6f9 !important;
    font-size: 20px;
    display: inline-block;
    line-height: 1px;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color-link);
    background-color: var(--bg-input);
    border: 1px solid var(--bg-input-search);
}

.page-link:hover {
    z-index: 2;
    color: var(--color-link);
    text-decoration: none;
    background-color: var(--bg-input);
    border-color: var(--bg-input-search);
}

.page-link:focus {
    z-index: 3;
    outline: 0;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--color-link);
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.page-item.disabled .page-link {
    color: var(--color-link);
    pointer-events: none;
    cursor: auto;
    border: 1px solid var(--bg-input-search);
    background-color: var(--bg-input);
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: red;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #cc0000;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #085a05 !important;
    padding: 1% !important;
    border-radius: 999px !important;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #085a05 !important;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(18, 75, 16, 0.5);
}

.badge-info {
    color: #212529;
    background-color: #6cb2eb;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #212529;
    background-color: #3f9ae5;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #fdd106;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #fdd106;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #e3342f;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #c51f1a;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.85rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #850000;
    background-color: #ffcccc;
    border-color: #ffb8b8;
}

.alert-primary hr {
    border-top-color: #ff9f9f;
}

.alert-primary .alert-link {
    color: #520000;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

.alert-success hr {
    border-top-color: #b3e8ca;
}

.alert-success .alert-link {
    color: #123c24;
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

.alert-info hr {
    border-top-color: #c0ddf6;
}

.alert-info .alert-link {
    color: #284257;
}

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}

.alert-warning hr {
    border-top-color: #fff8b3;
}

.alert-warning .alert-link {
    color: #5d561b;
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}

.alert-danger .alert-link {
    color: #4c110f;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.675rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.apps-vgroup {
    margin-left: .2rem;
    margin-right: .2rem;
    height: 250px;
    border-radius: 5px;
    background-color: red;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: flex;
    align-items: center;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: var(--bg-box);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: red;
    border-color: red;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.buttonmodal{
    position: absolute !important;
    z-index: 1 !important ;
    margin-right: 50% !important;
    margin-left: 43% !important;
    padding-right: 5% !important;
    padding-left: 5% !important;
    font-weight: bold !important;
    background-color: #fdd106 !important;
    color: #343a40 !important;
    border-radius: 2rem !important;
    font-size: 1rem !important;
}
.imgmodal {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    width: auto !important;
    height: 90vh ;
    padding-top: 5vh;
}

.card-home-noticias{

    height: 40rem;
    background-color: var(--bg-box);
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    margin-bottom: 1.6rem;
    border-radius: .25rem;
}


.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #850000;
    background-color: #ffb8b8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #1d643b;
    background-color: #c7eed8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #1d643b;
    background-color: #b3e8ca;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1d643b;
    border-color: #1d643b;
}

.list-group-item-info {
    color: #385d7a;
    background-color: #d6e9f9;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #385d7a;
    background-color: #c0ddf6;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #385d7a;
    border-color: #385d7a;
}

.list-group-item-warning {
    color: #857b26;
    background-color: #fffacc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #857b26;
    background-color: #fff8b3;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857b26;
    border-color: #857b26;
}

.list-group-item-danger {
    color: #761b18;
    background-color: #f7c6c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #761b18;
    background-color: #f4b0af;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #761b18;
    border-color: #761b18;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}


.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    color: var(--color-link);
    background-color: var(--bg-box);
    background-clip: padding-box;
    border: 1px solid var(--bg-input-search) !important;
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top: 1px solid var(--bg-input-search);
    border-bottom: 1px solid var(--bg-input-search);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.6;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid var(--bg-input-search);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.7875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
    margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^=top]>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
    margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^=right]>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
    margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
    margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^=left]>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 40% !important;
    background: 50%/100% 100% no-repeat;
}
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 40% !important;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: red !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #cc0000 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #38c172 !important;
}

.bg-blue {
    background-color: #71b6f9 !important;
}

.bg-pink {
    background-color: #ff8acc !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #2d995b !important;
}

.bg-info {
    background-color: #6cb2eb !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #3f9ae5 !important;
}

.bg-warning {
    background-color: #fdd106 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #ffe817 !important;
}

.bg-danger {
    background-color: #e3342f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #c51f1a !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #6574cd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #38c172 !important;
}

.border-info {
    border-color: #6cb2eb !important;
}

.border-warning {
    border-color: #ffed4a !important;
}

.border-danger {
    border-color: #e3342f !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }

}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.desc-form {
    color: var(--titulo);
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
    /*font-size: 2.2rem;*/
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #71b6f9 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #71b6f9 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #38c172 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #27864f !important;
}

.text-info {
    color: #6cb2eb !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #298fe2 !important;
}

.text-warning {
    color: #fdd106 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #fde300 !important;
}

.text-danger {
    color: #e3342f !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ae1c17 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #adb5bd !important;
    font-family: sans-serif !important;
    ;
}

@media (max-width: 767.98px) {
    .dropdown-lg {
        width: 210px!important;
    }
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.vid-container {
    background-image: url(/images/fondov4.gif);
    position: relative;
    height: 100vh;
    top: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    background: transparent !important;
    margin-top: 15rem !important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: none !important;
}

.card-body h1 {
    margin: 30px 0 10px 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    text-align: center !important;
    font-family: sans-serif !important;
}

.card-body h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center !important;
    font-family: sans-serif !important;
    font-weight: 500;
}

.btn-login {
    border-radius: 999px !important;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    justify-content: center;
}

.derechos {
    bottom: 5px !important;
    color: #fff !important;
    text-align: center !important;
    position: absolute;
    font-size: 1rem;
}

.logoIntranet img {
    position: absolute;
    right: 5% !important;
    top: 3% !important;
}

.flex-recordatorio {
    display: flex;
    justify-content: center;
}


/*
000
000
000
000
*/


/*
Template Name: Adminto - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 4.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Main Css File
*/

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

/* @import url("https://fonts.googleapis.com/css?family=Karla:400,700"); */

html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

.metismenu {
    padding: 0;
}

.metismenu li {
    list-style: none;
}

.metismenu ul {
    padding: 0;
}

.metismenu ul li {
    width: 100%;
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.nav-second-level li a,
.nav-thrid-level li a {
    padding: 8px 20px;
    color: #6c757d;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
    color: #71b6f9;
}

.nav-second-level li.mm-active>a,
.nav-third-level li.mm-active>a {
    color: #71b6f9;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.content-page {
    margin-left: 240px;
    overflow: auto !important;
    padding: 0 12px 2px 12px;
    min-height: 80vh;
    margin-top: 100px;
    margin-bottom: 60px;
}

.content-page-user {
    margin-left: 0 !important;
    overflow: auto !important;
    min-height: 80vh;
    margin-top: 100px;
}

.footer-create-text {
    margin: 0 !important;
}

.img-profile {
    width: 225px;
    margin: 0 auto !important;
    height: 225px;
    border-radius: 999px;
    position: absolute;
}

.btn-purple {
    background-color: #5b69bc;
    border-radius: 999px !important;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: flex-end;
}

.vcumple {
    font-size: 46px;
    font-weight: 700;
    color: var(--titulo);
    text-align: center !important;
    font-family: sans-serif !important;
}

.vformularios {
    font-size: 46px;
    font-weight: 700;
    color: var(--titulo);
    text-align: center !important;
    font-family: sans-serif !important;
    margin-bottom: 1rem;
}

.mantenedor-title {
    font-size: 46px;
    font-weight: 700;
    color: var(--titulo);
    text-align: center !important;
    font-family: sans-serif !important;
    margin-bottom: 1rem;
}

.vglosario {
    font-size: 46px;
    font-weight: 700;
    color: var(--titulo);
    text-align: center !important;
    font-family: sans-serif !important;
    margin-bottom: 2rem;
}

.menu-scroll {
    max-height: 750px;
    overflow-y: auto;
}

#sidebar-menu {
    height: auto;
}

.left-side-menu {
    width: 240px;
    background: #313844;
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: 70px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    z-index: 99;
    overflow-y: auto;
}

.left-side-menu .user-box .img-thumbnail {
    background-color: #ffffff;
    border-color: whitesmoke;
}

#sidebar-menu>ul>li>a {
    color: #fff;
    display: block;
    padding: 9.5px 20px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 0.925rem;
    font-family: sans-serif !important;
}

#sidebar-menu>ul>li>a:hover,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:active {
    color: #71b6f9;
    text-decoration: none;
}

#sidebar-menu>ul>li>a>span {
    vertical-align: middle;
}

#sidebar-menu>ul>li>a i {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 10px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#sidebar-menu>ul>li>a .drop-arrow {
    float: right;
}

#sidebar-menu>ul>li>a .drop-arrow i {
    margin-right: 0;
}

#sidebar-menu>ul>li>a.active {
    color: #71b6f9;
}

#sidebar-menu>ul>li>ul {
    padding-left: 37px;
}

#sidebar-menu>ul>li>ul ul {
    padding-left: 20px;
}

#sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material Design Icons';
    text-rendering: auto;
    line-height: 1.5rem;
    font-size: 1.1rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#sidebar-menu .menu-arrow:before {
    content: "\F0142";
}

#sidebar-menu .badge {
    margin-top: 4px;
}

#sidebar-menu li.mm-active>a>span.menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar-menu .menu-title {
    padding: 10px 20px;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #adb5bd;
    font-weight: 500;
}

.enlarged .logo-box {
    width: 70px !important;
}

.enlarged .logo span.logo-lg {
    display: none;
}

.enlarged .logo span.logo-sm {
    display: block;
}

.enlarged .left-side-menu {
    position: fixed;
    padding-top: 0;
    width: 70px !important;
    font-size: 5rem;
    z-index: 9;
    overflow-x: hidden !important;


}

.enlarged .left-side-menu #sidebar-menu .label-icono{
    display: none !important;
}

.enlarged .left-side-menu .slimScrollDiv,
.enlarged .left-side-menu .slimscroll-menu {
    overflow: inherit !important;
    height: auto !important;
}

.enlarged .left-side-menu .slimScrollBar {
    visibility: hidden;
}

.enlarged .left-side-menu #sidebar-menu .menu-title,
.enlarged .left-side-menu #sidebar-menu .menu-arrow,
.enlarged .left-side-menu #sidebar-menu .label,
.enlarged .left-side-menu #sidebar-menu .badge {
    display: none !important;
}

.enlarged .left-side-menu #sidebar-menu>ul>li {
    position: relative;
    white-space: nowrap;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px;
    min-height: 54px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a:hover,
.enlarged .left-side-menu #sidebar-menu>ul>li>a:active,
.enlarged .left-side-menu #sidebar-menu>ul>li>a:focus {
    color: #71b6f9;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a i {
    font-size: 1.125rem;
    margin-right: 20px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a span {
    display: none;
    padding-left: 25px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    color: #71b6f9;
    background-color: #fafafa;
    -webkit-transition: none;
    transition: none;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a span {
    display: inline;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover a.open :after,
.enlarged .left-side-menu #sidebar-menu>ul>li:hover a.mm-active :after {
    display: none;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
    box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul ul {
    -webkit-box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
    box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul a:hover {
    color: #71b6f9;
}

.enlarged .left-side-menu #sidebar-menu>ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #ffffff;
}

.enlarged .left-side-menu #sidebar-menu>ul ul li:hover>ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}

.enlarged .left-side-menu #sidebar-menu>ul ul li>a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.enlarged .left-side-menu #sidebar-menu>ul ul li.active a {
    color: #71b6f9;
}

.enlarged .content-page {
    margin-left: 70px !important;
}

.enlarged .footer {
    left: 70px !important;
}

.enlarged .user-box {
    display: none;
}

body.enlarged {
    min-height: 1200px;
}

.datepicker {
    background-color: white !important;
}

.bootstrap-timepicker-widget {
    background-color: white !important;
}

@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }
    .left-side-menu {
        display: none;
    }
    .sidebar-enable .left-side-menu {
        display: block;
    }
    .sidebartoggle{
        display: none;
    }
    .content-page,
    .enlarged .content-page {
        margin-left: 0 !important;
        padding: 0 10px;
        margin-bottom: 110px !important;
    }
    .pro-user-name {
        display: none;
    }
    .logo-box {
        display: none;
    }
}


/* =============
  Small Menu
============= */

body[data-sidebar-size="small"] .logo-box {
    width: 160px;
}

body[data-sidebar-size="small"] .left-side-menu {
    width: 160px;
    text-align: center;
}

body[data-sidebar-size="small"] .left-side-menu #sidebar-menu>ul>li>a>i {
    display: block;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin: 0;
}

body[data-sidebar-size="small"] .left-side-menu #sidebar-menu>ul ul {
    padding-left: 0;
}

body[data-sidebar-size="small"] .left-side-menu #sidebar-menu>ul ul a {
    padding: 10px 20px;
}

body[data-sidebar-size="small"] .left-side-menu .menu-arrow,
body[data-sidebar-size="small"] .left-side-menu .badge {
    display: none !important;
}

body[data-sidebar-size="small"] .left-side-menu+.content-page {
    margin-left: 160px;
}

body[data-sidebar-size="small"] .left-side-menu+.content-page .footer {
    left: 160px;
}

body[data-sidebar-size="small"] .left-side-menu .menu-title {
    background-color: whitesmoke;
}

body[data-sidebar-size="small"].enlarged #wrapper .left-side-menu {
    text-align: left;
}

body[data-sidebar-size="small"].enlarged #wrapper .left-side-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    vertical-align: middle;
    width: 20px;
}

body[data-sidebar="dark"] .logo-box {
    background-color: #38414a;
}

body[data-sidebar="dark"] .logo.logo-dark {
    display: none;
}

body[data-sidebar="dark"] .logo.logo-light {
    display: block;
}

body[data-sidebar="dark"] .user-box .user-name {
    color: #f7f7f7;
}

body[data-sidebar="dark"] .user-box .img-thumbnail {
    background-color: #ebeff2;
    border-color: #dee2e6;
}

body[data-sidebar="dark"] .left-side-menu {
    background-color: #38414a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body[data-sidebar="dark"] .left-side-menu .text-dark {
    color: #dee2e6 !important;
}

body[data-sidebar="dark"] .left-side-menu #sidebar-menu>ul>li>a {
    color: #9097a7;
}

body[data-sidebar="dark"] .left-side-menu #sidebar-menu>ul>li>a:hover,
body[data-sidebar="dark"] .left-side-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar="dark"] .left-side-menu #sidebar-menu>ul>li>a:active {
    color: #c8cddc;
}

body[data-sidebar="dark"] .left-side-menu #sidebar-menu>ul>li>a.active {
    color: #ffffff;
    background-color: #3d4751;
    border-right-color: #ffffff;
}

body[data-sidebar="dark"] .left-side-menu #sidebar-menu .menu-title {
    color: #adb5bd;
}

body[data-sidebar="dark"] .left-side-menu .nav-second-level li a,
body[data-sidebar="dark"] .left-side-menu .nav-thrid-level li a {
    color: #9097a7;
}

body[data-sidebar="dark"] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar="dark"] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar="dark"] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar="dark"] .left-side-menu .nav-thrid-level li a:hover {
    background-color: transparent;
    color: #c8cddc;
}

body[data-sidebar="dark"] .left-side-menu .nav-second-level li.mm-active>a,
body[data-sidebar="dark"] .left-side-menu .nav-third-level li.mm-active>a {
    color: #ffffff;
}

body[data-sidebar="dark"].enlarged #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
    background-color: #3d4751;
    color: #ffffff;
}

body[data-sidebar="dark"].enlarged #wrapper .left-side-menu .nav-second-level li.mm-active>a,
body[data-sidebar="dark"].enlarged #wrapper .left-side-menu .nav-third-level li.mm-active>a {
    color: #71b6f9;
}

.user-box .user-name {
    color: #ffffff;
}

.user-pro-dropdown {
    background-color: var(--bg-box);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 5px;
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
}

.user-pro-dropdown .dropdown-item {
    border-radius: 3px;
}

.user-pro-dropdown .dropdown-item i {
    display: inline-block;
}

.user-pro-dropdown .dropdown-item:hover {
    background-color: var(--bg-noti);
    color: var(--color-link);
}

.logo {
    display: block;
    line-height: 70px;
}

.logo span.logo-lg {
    display: block;
}

.logo span.logo-sm {
    display: none;
}

.logo.logo-dark {
    display: block;
}

.logo.logo-light {
    display: none;
}

.logo-box {
    height: 70px;
    width: 240px;
    float: left;
    background-color: #313844;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-custom {
    background-color: var(--bg-color);
    padding: 0 calc(24px / 2) 0 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 100;
    border-bottom: 2px solid var(--border-nav);
    transition: 0.4s;
    /* Search */
}

.navbar-custom:before {
    background-color: var(--bg-color);
    padding: 0 calc(24px / 2) 0 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 100;
    border-bottom: 2px solid #e3e9ed;
    /* Search */
}

.navbar-custom .topnav-menu.topnav-menu-left {
    margin-left: 6px;
    display: inline-block;
}

.navbar-custom .topnav-menu>li {
    float: left;
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 15px;
    color: var(--color-link);
    min-width: 32px;
    display: block;
    line-height: 70px;
    text-align: center;
    max-height: 70px;
}

.navbar-custom .dropdown.show .nav-link {
    background-color: rgba(108, 117, 125, 0.05);
}

.navbar-custom .app-search {
    overflow: hidden;
    height: 70px;
    display: table;
    max-width: 180px;
    margin-right: 10px;
}

.navbar-custom .app-search .app-search-box {
    display: table-cell;
    vertical-align: middle;
}

.navbar-custom .app-search .app-search-box input::-webkit-input-placeholder {
    font-size: 0.8125rem;
    color: #98a6ad;
}

.navbar-custom .app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 0;
    color: var(--color-link);
    background-color: var(--bg-input);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
}

.navbar-custom .app-search .input-group-append {
    margin-left: 0;
    z-index: 4;
}

.navbar-custom .app-search .btn {
    background-color: var(--bg-input);
    border-color: transparent;
    color: #6c757d;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-custom .button-menu-mobile {
    border: none;
    color: #323a46;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}

.navbar-custom .button-menu-desktop {
    border: none;
    color: #323a46;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}

.navbar-custom .button-menu-mobile.disable-btn {
    display: none;
}


/* Notification */

.noti-scroll {
    max-height: 230px;
}

.notification-list {
    margin-left: 0;
}

.notification-list .noti-title {
    background-color: transparent;
    padding: 15px 20px;
}

.notification-list .noti-icon {
    font-size: 21px;
    vertical-align: middle;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px;
}

.notification-list .notify-item {
    padding: 12px 20px;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 0px;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--titulo);
}

.notification-list .notify-item .notify-details b {
    font-weight: 600;
}

.notification-list .notify-item .notify-details small {
    display: block;
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notification-list .notify-item .user-msg {
    margin-left: 45px;
    white-space: normal;
    line-height: 16px;
}

.notification-list .profile-dropdown .notify-item {
    padding: 7px 20px;
}

.profile-dropdown {
    width: 170px;
}

.profile-dropdown i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.nav-user {
    padding: 0 12px !important;
}

.nav-user img {
    height: 32px;
    width: 32px;
}

.page-title-main {
    margin: 0;
    line-height: 70px;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .button-menu-mobile.disable-btn {
        display: block !important;
    }

    .botondesktop {
        display: none !important;
    }


    .page-title-main {
        display: none;
    }
}

body[data-topbar="dark"] .logo-box {
    background-color: #38414a;
}

body[data-topbar="dark"] .logo.logo-dark {
    display: none !important;
}

body[data-topbar="dark"] .logo.logo-light {
    display: block !important;
}

body[data-topbar="dark"] .navbar-custom {
    background-color: #38414a;
    /* app Search */
}

body[data-topbar="dark"] .navbar-custom .topnav-menu .nav-link {
    color: #dee2e6;
}

body[data-topbar="dark"] .navbar-custom .dropdown.show .nav-link {
    background-color: rgba(255, 255, 255, 0.03);
}

body[data-topbar="dark"] .navbar-custom .button-menu-mobile {
    color: #fff;
}

body[data-topbar="dark"] .navbar-custom .page-title-main {
    color: #dee2e6;
}

body[data-topbar="dark"] .navbar-custom .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

body[data-topbar="dark"] .navbar-custom .app-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

body[data-topbar="dark"] .navbar-custom .app-search .form-control {
    color: #fff;
    background-color: #414b56;
    border-color: #414b56;
}

body[data-topbar="dark"] .navbar-custom .app-search .btn {
    background-color: #414b56;
    color: rgba(255, 255, 255, 0.7);
}

body[data-topbar="dark"] .content-page {
    margin-top: calc(70px + 24px);
}

.footer {
    bottom: 0px !important;
    padding: 19px 15px 20px;
    position: absolute;
    right: 0;
    color: #6c757d;
    left: 240px;
    background-color: var(--bg-footer);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.footer .footer-links a {
    color: var(--color-link);
    margin-left: 1.5rem;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.footer .footer-links a:hover {
    color: var(--color-link);
}

.footer .footer-links a:first-of-type {
    margin-left: 0;
}

.textFooter {
    color: var(--color-link);
}

.footer-alt {
    left: 0 !important;
    text-align: center;
    background-color: transparent;
}

@media (max-width: 767.98px) {
    .footer {
        left: 0 !important;
        text-align: center;
    }
}

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    display: block;
    position: fixed;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 260px;
    z-index: 9999;
    float: right !important;
    right: -270px;
    top: 0;
    bottom: 0;
}

.right-bar .rightbar-title {
    background-color: #71b6f9;
    padding: 25.5px 25px;
    color: #fff;
}

.right-bar .right-bar-toggle {
    background-color: #414b5b;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #f7f7f7;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px;
}

.right-bar .right-bar-toggle:hover {
    background-color: #475364;
}

.right-bar .user-box {
    padding: 25px;
    text-align: center;
}

.right-bar .user-box .user-img {
    position: relative;
    height: 64px;
    width: 64px;
    margin: 0 auto 15px auto;
}

.right-bar .user-box .user-img .user-edit {
    position: absolute;
    right: -5px;
    bottom: 0px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    line-height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}

.right-bar .user-box h5 {
    margin-bottom: 2px;
}

.right-bar .user-box h5 a {
    color: #323a46;
}

.rightbar-overlay {
    background-color: rgba(50, 58, 70, 0.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

@media (max-width: 767.98px) {
    .right-bar {
        overflow: auto;
    }
    .right-bar .slimscroll-menu {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    body[data-layout="horizontal"] .container-fluid {
        max-width: 90%;
    }
}

body[data-layout="horizontal"] .content-page {
    margin-left: 0px;
    margin-top: 0;
    padding: 130px 12px 0 12px;
}

@media (max-width: 991.98px) {
    body[data-layout="horizontal"] .content-page {
        padding-top: 70px;
    }
}

body[data-layout="horizontal"] .footer {
    left: 0;
}

body[data-layout="horizontal"] .logo-box {
    background-color: transparent;
    width: auto;
    padding-right: 40px;
}

@media (max-width: 767.98px) {
    body[data-layout="horizontal"] .logo-box {
        display: block;
    }
}

body[data-layout="horizontal"] .logo.logo-dark {
    display: block;
}

body[data-layout="horizontal"] .logo.logo-light {
    display: none;
}

@media (max-width: 767.98px) {
    body[data-layout="horizontal"] .logo .logo-lg {
        display: none;
    }
    body[data-layout="horizontal"] .logo .logo-sm {
        display: block;
    }
}

body[data-layout="horizontal"] .navbar-custom {
    padding: 0;
}

@media (min-width: 992px) {
    body[data-layout="horizontal"] .navbar-custom {
        padding: 0 calc(24px / 2);
    }
}

body[data-layout="horizontal"].enlarged .content-page {
    margin-left: 0 !important;
}

body[data-layout="horizontal"].enlarged .footer {
    left: 0 !important;
}

body[data-layout="horizontal"] .page-title-box .page-title {
    line-height: 75px;
    margin: 0;
}

@media (max-width: 575.98px) {
    body[data-layout="horizontal"] .page-title-box .page-title {
        line-height: 70px;
    }
    body[data-layout="horizontal"] .page-title-box .page-title-right {
        display: none;
    }
}

#topnav {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1001;
    padding: 0 12px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

#topnav .arrow-down {
    display: inline-block;
}

#topnav .arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 5px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: .4em;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 15px 20px 0 20px;
    padding-top: 13px;
    height: 44px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #adb5bd;
    display: block;
    margin-bottom: 5px;
    transition: -webkit-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .has-submenu.active>a {
    color: #71b6f9;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #71b6f9;
}

#topnav .topbar-menu {
    margin-top: 70px;
}

.navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation-menu>li {
    float: left;
    position: relative;
}

.navigation-menu>li>a {
    display: block;
    color: #6c757d;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 20px;
    padding: 20px;
    position: relative;
}

.navigation-menu>li>a i {
    font-size: 15px;
    margin-right: 8px;
}

.navigation-menu>li>a:hover,
.navigation-menu>li>a:focus {
    background-color: transparent;
}


/*
Responsive Menu
*/

@media (min-width: 992px) {
    .navigation-menu>li>a:hover,
    .navigation-menu>li>a:focus,
    .navigation-menu>li>a:active {
        color: #71b6f9;
    }
    .navigation-menu>li:hover a {
        color: #71b6f9;
    }
    .navigation-menu>li:first-of-type>a {
        padding-left: 0;
    }
    .navigation-menu>li.last-elements .submenu {
        left: auto;
        right: 0;
    }
    .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    .navigation-menu>li>ul>li.has-submenu:active>a,
    .navigation-menu>li>ul>li.has-submenu:hover>a {
        color: #71b6f9;
    }
    .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 0;
        list-style: none;
        min-width: 200px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        border-radius: 4px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 40px 0px;
        box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 40px 0px;
    }
    .navigation-menu>li .submenu:before {
        left: 16px;
        top: -10px;
        content: "";
        display: block;
        position: absolute;
        background-color: transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
        z-index: 9999;
    }
    .navigation-menu>li .submenu li {
        position: relative;
    }
    .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .navigation-menu>li .submenu li a {
        display: block;
        padding: 9px 25px;
        clear: both;
        white-space: nowrap;
        color: #6c757d;
    }
    .navigation-menu>li .submenu li a:hover {
        color: #71b6f9;
    }
    .navigation-menu>li .submenu li.has-submenu>a .arrow-down:after {
        right: 20px !important;
        -webkit-transform: rotate(-135deg) translateY(-50%) !important;
        transform: rotate(-135deg) translateY(-50%) !important;
        position: absolute;
    }
    .navigation-menu>li .submenu li .submenu {
        left: 100%;
        top: 0;
        margin-left: 20px;
        margin-top: -1px;
    }
    .navigation-menu>li .submenu li .submenu:before {
        left: -20px;
        top: 10px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #fff;
    }
    .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }
    .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }
    .navbar-toggle {
        display: none !important;
    }
    #navigation {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 10px;
        margin-right: 0;
    }
    .navigation-menu>li.has-submenu.last-elements>.submenu:before {
        right: 11px;
        left: auto;
    }
}

@media (max-width: 991px) {
    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
        text-align: left;
    }
    #topnav .navigation-menu>li {
        display: block;
        float: none;
    }
    #topnav .navigation-menu>li>a {
        padding: 15px;
    }
    #topnav .navigation-menu>li>a i {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        vertical-align: inherit;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: #6c757d;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #71b6f9;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #71b6f9;
    }
    #topnav .has-submenu.active a {
        color: #71b6f9;
    }
    #topnav .has-submenu.active .submenu li.active>a {
        color: #71b6f9;
    }
    #topnav .arrow-down:after {
        right: 15px;
        position: absolute;
    }
    #topnav .navbar-header {
        float: left;
    }
    #navigation {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
        box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
        background-color: #fff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-height: 375px) {
    .navigation-menu {
        max-height: 240px !important;
    }
}

body[data-layout="horizontal"][data-topbar="light"] #topnav {
    background: #38414a;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

body[data-layout="horizontal"][data-topbar="light"] .navbar-custom {
    background: #fff;
}

body[data-layout="horizontal"][data-topbar="light"] .navbar-custom .app-search .form-control,
body[data-layout="horizontal"][data-topbar="light"] .navbar-custom .app-search .btn {
    background-color: whitesmoke;
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-topbar="light"] .navigation-menu>li>a {
        color: #dee2e6;
    }
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-menu-align="center"] #topnav .navigation-menu {
        text-align: center;
    }
    body[data-layout="horizontal"][data-menu-align="center"] #topnav .navigation-menu>li {
        display: inline-block;
        float: none;
    }
    body[data-layout="horizontal"][data-menu-align="center"] #topnav .navigation-menu>li>a {
        padding: 20px;
    }
    body[data-layout="horizontal"][data-menu-align="center"] #topnav .navigation-menu>li>a i {
        display: block;
        margin: 0 0 5px 0;
        float: none;
        text-align: center;
    }
    body[data-layout="horizontal"][data-menu-align="center"] #topnav .navigation-menu>li>a .arrow-down {
        display: none;
        margin: 0 0 5px 0;
    }
    body[data-layout="horizontal"][data-menu-align="center"] .content-page {
        padding: 156px 12px 0 12px;
    }
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-menu-dropdown="dark"] #topnav .has-submenu.active .submenu li.active>a {
        color: #fff;
    }
    body[data-layout="horizontal"][data-menu-dropdown="dark"] .navigation-menu>li .submenu {
        background-color: #414b56;
    }
    body[data-layout="horizontal"][data-menu-dropdown="dark"] .navigation-menu>li .submenu:before {
        border-bottom: 12px solid #414b56;
    }
    body[data-layout="horizontal"][data-menu-dropdown="dark"] .navigation-menu>li .submenu li a {
        color: #9097a7;
    }
    body[data-layout="horizontal"][data-menu-dropdown="dark"] .navigation-menu>li .submenu li a:hover {
        color: #fff;
    }
    body[data-layout="horizontal"][data-menu-dropdown="dark"] .navigation-menu>li .submenu li .submenu:before {
        border-right: 12px solid #414b56;
        border-bottom: 12px solid transparent;
    }
    body[data-layout="horizontal"][data-menu-dropdown="dark"] .navigation-menu>li>ul>li.has-submenu:active>a,
    body[data-layout="horizontal"][data-menu-dropdown="dark"] .navigation-menu>li>ul>li.has-submenu:hover>a {
        color: #fff;
    }
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-layout-header="unsticky"] #topnav,
    body[data-layout="horizontal"][data-layout-header="unsticky"] .navbar-custom {
        position: absolute;
    }
}

body[data-layout-size="boxed"] {
    background-color: #dfe5ea;
}

body[data-layout-size="boxed"] #wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #ebeff2;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

body[data-layout-size="boxed"] .navbar-custom {
    max-width: 1300px;
    margin: 0 auto;
}

body[data-layout-size="boxed"] .footer {
    margin: 0 auto;
    max-width: calc(1300px - 240px);
}

body[data-layout-size="boxed"].enlarged .footer {
    max-width: calc(1300px - 70px);
}

body[data-layout="horizontal"][data-layout-size="boxed"] #wrapper,
body[data-layout="horizontal"][data-layout-size="boxed"] .navbar-custom,
body[data-layout="horizontal"][data-layout-size="boxed"] .footer {
    max-width: 100%;
}

body[data-layout="horizontal"][data-layout-size="boxed"] .container-fluid {
    max-width: 1300px;
}

.width-xs {
    min-width: 80px;
}

.width-sm {
    min-width: 100px;
}

.width-md {
    min-width: 120px;
}

.width-lg {
    min-width: 140px;
}

.width-xl {
    min-width: 160px;
}

.font-weight-medium {
    font-weight: 500;
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem;
}

.avatar-sm {
    height: 2.25rem;
    width: 2.25rem;
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}

.avatar-lg {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-xl {
    height: 6rem;
    width: 6rem;
}

.avatar-xxl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.avatar-group {
    padding-left: 12px;
}

.avatar-group .avatar-group-item {
    margin: 0 0 10px -12px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
}

.logo .logo-dark {
    display: block;
}

.logo .logo-light {
    display: none;
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sp-line-1 {
    -webkit-line-clamp: 1;
}

.sp-line-2 {
    -webkit-line-clamp: 2;
}

.sp-line-3 {
    -webkit-line-clamp: 3;
}

.sp-line-4 {
    -webkit-line-clamp: 4;
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
    text-align: center;
}

.widget-box-2 .widget-detail-2 .badge {
    padding: 5px 10px;
}

.inbox-widget .inbox-item {
    border-bottom: 1px solid rgba(222, 226, 230, 0.5);
    overflow: hidden;
    padding: 0.75rem 0;
    position: relative;
}

.inbox-widget .inbox-item:last-child {
    border: none;
}

.inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-img img {
    width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
    color: #323a46;
    display: block;
    margin-bottom: 3px;
}

.inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 0.8125rem;
    margin: 0;
    overflow: hidden;
}

.inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 0.6875rem;
    position: absolute;
    right: 5px;
    top: 10px;
}

.checkbox label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

.checkbox label::before {
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #ced4da;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 18px;
    outline: none !important;
    top: 2px;
}

.checkbox label::after {
    color: #6c757d;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 7px;
    display: table;
    width: 4px;
    height: 8px;
    border: 2px solid #6c757d;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single input {
    height: 18px;
    width: 18px;
    position: absolute;
}

.checkbox.checkbox-single label {
    height: 18px;
    width: 18px;
}

.checkbox.checkbox-single label:before {
    margin-left: 0;
}

.checkbox.checkbox-single label:after {
    margin-left: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked+label::before {
    background-color: #6c757d;
    border-color: #6c757d;
}

.checkbox-secondary input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #10c469;
    border-color: #10c469;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #35b8e0;
    border-color: #35b8e0;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f9c851;
    border-color: #f9c851;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #ff5b5b;
    border-color: #ff5b5b;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-light input[type="checkbox"]:checked+label::before {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.checkbox-light input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-dark input[type="checkbox"]:checked+label::before {
    background-color: #323a46;
    border-color: #323a46;
}

.checkbox-dark input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-pink input[type="checkbox"]:checked+label::before {
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.checkbox-pink input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-purple input[type="checkbox"]:checked+label::before {
    background-color: #5b69bc;
    border-color: #5b69bc;
}

.checkbox-purple input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.checkbox-blue input[type="checkbox"]:checked+label::before {
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.checkbox-blue input[type="checkbox"]:checked+label::after {
    border-color: #fff;
}

.radio label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

.radio label::before {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ced4da;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    -webkit-transition: border 0.5s ease-in-out;
    transition: border 0.5s ease-in-out;
    width: 18px;
    outline: none !important;
    top: 2px;
}

.radio label::after {
    background-color: #6c757d;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 6px;
    margin-left: -20px;
    position: absolute;
    top: 6px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus+label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #71b6f9;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #71b6f9;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #71b6f9;
}

.radio-secondary input[type="radio"]+label::after {
    background-color: #6c757d;
}

.radio-secondary input[type="radio"]:checked+label::before {
    border-color: #6c757d;
}

.radio-secondary input[type="radio"]:checked+label::after {
    background-color: #6c757d;
}

.radio-success input[type="radio"]+label::after {
    background-color: #10c469;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #10c469;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #10c469;
}

.radio-info input[type="radio"]+label::after {
    background-color: #35b8e0;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #35b8e0;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #35b8e0;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f9c851;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f9c851;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f9c851;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #ff5b5b;
}
#wrapper {
  height: auto;
  overflow: hidden;
  width: 100%; }

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #ff5b5b;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #ff5b5b;
}

.radio-light input[type="radio"]+label::after {
    background-color: #f8f9fa;
}

.radio-light input[type="radio"]:checked+label::before {
    border-color: #f8f9fa;
}

.radio-light input[type="radio"]:checked+label::after {
    background-color: #f8f9fa;
}

.radio-dark input[type="radio"]+label::after {
    background-color: #323a46;
}

.radio-dark input[type="radio"]:checked+label::before {
    border-color: #323a46;
}

.radio-dark input[type="radio"]:checked+label::after {
    background-color: #323a46;
}

.radio-pink input[type="radio"]+label::after {
    background-color: #ff8acc;
}

.radio-pink input[type="radio"]:checked+label::before {
    border-color: #ff8acc;
}

.radio-pink input[type="radio"]:checked+label::after {
    background-color: #ff8acc;
}

.radio-purple input[type="radio"]+label::after {
    background-color: #5b69bc;
}

.radio-purple input[type="radio"]:checked+label::before {
    border-color: #5b69bc;
}

.radio-purple input[type="radio"]:checked+label::after {
    background-color: #5b69bc;
}

.radio-blue input[type="radio"]+label::after {
    background-color: #71b6f9;
}

.radio-blue input[type="radio"]:checked+label::before {
    border-color: #71b6f9;
}

.radio-blue input[type="radio"]:checked+label::after {
    background-color: #71b6f9;
}

.ribbon-box {
    position: relative;
    /* Ribbon two */
}

.ribbon-box .ribbon {
    position: relative;
    clear: both;
    padding: 5px 12px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.ribbon-box .ribbon:before {
    content: " ";
    border-style: solid;
    border-width: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-bottom: -10px;
    z-index: -1;
}

.ribbon-box .ribbon.float-left {
    margin-left: -30px;
    border-radius: 0 3px 3px 0;
}

.ribbon-box .ribbon.float-right {
    margin-right: -30px;
    border-radius: 3px 0 0 3px;
}

.ribbon-box .ribbon.float-right:before {
    right: 0;
}

.ribbon-box .ribbon.float-center span {
    margin: 0 auto 20px auto;
}

.ribbon-box .ribbon-content {
    clear: both;
}

.ribbon-box .ribbon-primary {
    background: #71b6f9;
}

.ribbon-box .ribbon-primary:before {
    border-color: #409df7 transparent transparent;
}

.ribbon-box .ribbon-secondary {
    background: #6c757d;
}

.ribbon-box .ribbon-secondary:before {
    border-color: #545b62 transparent transparent;
}

.ribbon-box .ribbon-success {
    background: #10c469;
}

.ribbon-box .ribbon-success:before {
    border-color: #0c9550 transparent transparent;
}

.ribbon-box .ribbon-info {
    background: #35b8e0;
}

.ribbon-box .ribbon-info:before {
    border-color: #1e9dc4 transparent transparent;
}

.ribbon-box .ribbon-warning {
    background: #f9c851;
}

.ribbon-box .ribbon-warning:before {
    border-color: #f7b820 transparent transparent;
}

.ribbon-box .ribbon-danger {
    background: #ff5b5b;
}

.ribbon-box .ribbon-danger:before {
    border-color: #ff2828 transparent transparent;
}

.ribbon-box .ribbon-light {
    background: #f8f9fa;
}

.ribbon-box .ribbon-light:before {
    border-color: #dae0e5 transparent transparent;
}

.ribbon-box .ribbon-dark {
    background: #323a46;
}

.ribbon-box .ribbon-dark:before {
    border-color: #1d2128 transparent transparent;
}

.ribbon-box .ribbon-pink {
    background: #ff8acc;
}

.ribbon-box .ribbon-pink:before {
    border-color: #ff57b6 transparent transparent;
}

.ribbon-box .ribbon-purple {
    background: #5b69bc;
}

.ribbon-box .ribbon-purple:before {
    border-color: #4250a2 transparent transparent;
}

.ribbon-box .ribbon-blue {
    background: #71b6f9;
}

.ribbon-box .ribbon-blue:before {
    border-color: #409df7 transparent transparent;
}

.ribbon-box .ribbon-two {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-box .ribbon-two span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 600;
}

.ribbon-box .ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two-primary span {
    background: #71b6f9;
}

.ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #2890f6;
    border-top: 3px solid #2890f6;
}

.ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #2890f6;
    border-top: 3px solid #2890f6;
}

.ribbon-box .ribbon-two-secondary span {
    background: #6c757d;
}

.ribbon-box .ribbon-two-secondary span:before {
    border-left: 3px solid #494f54;
    border-top: 3px solid #494f54;
}

.ribbon-box .ribbon-two-secondary span:after {
    border-right: 3px solid #494f54;
    border-top: 3px solid #494f54;
}

.ribbon-box .ribbon-two-success span {
    background: #10c469;
}

.ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #0a7d43;
    border-top: 3px solid #0a7d43;
}

.ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #0a7d43;
    border-top: 3px solid #0a7d43;
}

.ribbon-box .ribbon-two-info span {
    background: #35b8e0;
}

.ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #1b8bae;
    border-top: 3px solid #1b8bae;
}

.ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #1b8bae;
    border-top: 3px solid #1b8bae;
}

.ribbon-box .ribbon-two-warning span {
    background: #f9c851;
}

.ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #f5b008;
    border-top: 3px solid #f5b008;
}

.ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #f5b008;
    border-top: 3px solid #f5b008;
}

.ribbon-box .ribbon-two-danger span {
    background: #ff5b5b;
}

.ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #ff0f0f;
    border-top: 3px solid #ff0f0f;
}

.ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #ff0f0f;
    border-top: 3px solid #ff0f0f;
}

.ribbon-box .ribbon-two-light span {
    background: #f8f9fa;
}

.ribbon-box .ribbon-two-light span:before {
    border-left: 3px solid #cbd3da;
    border-top: 3px solid #cbd3da;
}

.ribbon-box .ribbon-two-light span:after {
    border-right: 3px solid #cbd3da;
    border-top: 3px solid #cbd3da;
}

.ribbon-box .ribbon-two-dark span {
    background: #323a46;
}

.ribbon-box .ribbon-two-dark span:before {
    border-left: 3px solid #121519;
    border-top: 3px solid #121519;
}

.ribbon-box .ribbon-two-dark span:after {
    border-right: 3px solid #121519;
    border-top: 3px solid #121519;
}

.ribbon-box .ribbon-two-pink span {
    background: #ff8acc;
}

.ribbon-box .ribbon-two-pink span:before {
    border-left: 3px solid #ff3eab;
    border-top: 3px solid #ff3eab;
}

.ribbon-box .ribbon-two-pink span:after {
    border-right: 3px solid #ff3eab;
    border-top: 3px solid #ff3eab;
}

.ribbon-box .ribbon-two-purple span {
    background: #5b69bc;
}

.ribbon-box .ribbon-two-purple span:before {
    border-left: 3px solid #3b4790;
    border-top: 3px solid #3b4790;
}

.ribbon-box .ribbon-two-purple span:after {
    border-right: 3px solid #3b4790;
    border-top: 3px solid #3b4790;
}

.ribbon-box .ribbon-two-blue span {
    background: #71b6f9;
}

.ribbon-box .ribbon-two-blue span:before {
    border-left: 3px solid #2890f6;
    border-top: 3px solid #2890f6;
}

.ribbon-box .ribbon-two-blue span:after {
    border-right: 3px solid #2890f6;
    border-top: 3px solid #2890f6;
}

@media print {
    .left-side-menu,
    .right-bar,
    .page-title-box,
    .navbar-custom,
    .footer {
        display: none;
    }
    .card-body,
    .content-page,
    .right-bar,
    .content,
    body {
        padding: 0;
        margin: 0;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #dee2e6;
    border-right: 5px solid #dee2e6;
    border-bottom: 5px solid #dee2e6;
    border-left: 5px solid #71b6f9;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: SpinnerAnimation 1.1s infinite linear;
    animation: SpinnerAnimation 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes SpinnerAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes SpinnerAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.custom-accordion .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6 !important;
}

.button-list .btn {
    margin-top: 7px;
    margin-right: 5px;
}

.imgPortada {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px !important;
}

.list-group-item {
    border-left: none;
    border-right: none;
}

.list-group-item:hover {
    background-color: var(--bg-noti);
}

.list-group-item:first-child {
    border-top: none;
}

.list-group-item:last-child {
    border-bottom: none;
}

.icons-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.icons-list-demo div p {
    margin-bottom: 0;
    line-height: inherit;
}

.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(50, 58, 70, 0.7);
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.icons-list-demo .col-lg-4 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
}

.icons-list-demo .col-lg-4:hover,
.icons-list-demo .col-lg-4:hover i {
    color: #71b6f9;
}

.demos-show-btn {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 500;
    background-color: #ff5b5b;
    color: #fff !important;
    line-height: 36px;
    padding: 15px 3px;
    border-radius: 6px 0 0 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    z-index: 9;
}

@media (max-width: 600px) {
    .demos-show-btn {
        display: none;
    }
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto;
}

.chat-list li a {
    display: block;
    color: #98a6ad;
    position: relative;
    padding: 12px 14px;
    font-size: 13px;
}

.chat-list li a .chat-user-img img,
.chat-list li a .chat-user-img .avatar-title {
    padding: 2px;
    border: 2px solid #f8f9fa;
}

.chat-list li a .chat-user-img.active img,
.chat-list li a .chat-user-img.active .avatar-title {
    border-color: #10c469;
}

.chat-list li.active a {
    background-color: #f8f9fa;
}

.chat-list li.unread a::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #71b6f9;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.conversation-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.conversation-list li {
    margin-bottom: 24px;
}

.conversation-list li .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}

.conversation-list li .chat-day-title .title {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 6px 24px;
}

.conversation-list li .chat-day-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    top: 10px;
}

.conversation-list li .message-list::after {
    display: block;
    clear: both;
    content: "";
}

.conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 36px;
}

.conversation-list .chat-avatar img {
    border-radius: 50%;
    width: 100%;
}

.conversation-list .ctext-wrap {
    background: #71b6f9;
    border-radius: 0px 6px 6px 6px;
    display: inline-block;
    padding: 12px;
    position: relative;
    color: #fff;
}

.conversation-list .ctext-wrap:after {
    content: " ";
    position: absolute;
    right: 100%;
    top: 0;
    border: solid transparent;
    border-right-color: #71b6f9;
    border-top-color: #71b6f9;
    border-width: 5px;
}

.conversation-list .ctext-wrap .user-name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.conversation-list .ctext-wrap p {
    margin: 0;
    padding-top: 4px;
}

.conversation-list .conversation-text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%;
}

.conversation-list .conversation-text .time {
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

.conversation-list .odd .chat-avatar {
    float: right;
}

.conversation-list .odd .conversation-text {
    float: right;
    margin-left: 0px;
    margin-right: 12px;
    text-align: right;
}

.conversation-list .odd .ctext-wrap {
    background-color: #f8f9fa;
    color: #6c757d;
    border-radius: 6px 0px 6px 6px;
}

.conversation-list .odd .ctext-wrap:after {
    left: 100%;
    right: auto;
    border-right-color: transparent;
    border-left-color: #f8f9fa;
    border-top-color: #f8f9fa;
}

@media (max-width: 575.98px) {
    .chat-send {
        min-width: auto;
    }
}

.inbox-app-main {
    margin-left: -20px;
}

.circle-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #98a6ad;
    border-radius: 100px;
    font-size: 14px;
    color: #98a6ad;
    cursor: pointer;
    display: block;
    float: left;
}

.circle-icon:hover {
    color: #6e818a;
    border-color: #6e818a;
}

.circle-icon.small {
    height: 25px;
    width: 25px;
    line-height: 21px;
    font-size: 11px;
}

.circle-icon.red {
    color: #ff5b5b;
    border-color: #ff5b5b;
}

.circle-icon.red:hover {
    color: #c10000;
    border-color: #c10000;
}

.checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 1px #98a6ad;
    box-shadow: inset 0 0 0 1px #98a6ad;
    border-radius: 1px;
}

.checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
    display: none;
}

.checkbox-wrapper-mail input:checked~label {
    opacity: 1;
}

.checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #98a6ad;
    opacity: 0;
    margin-bottom: 0px !important;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
}

.checkbox-wrapper-mail label:active {
    background: #6c757d;
}

#sidebar {
    position: fixed;
    height: 100%;
    width: 240px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 5;
    color: #323a46;
}

#sidebar li a {
    color: #323a46;
}

#sidebar .menu-segment {
    padding: 0 50px;
}

#sidebar .menu-segment ul,
#sidebar .menu-segment li {
    margin: 0;
    padding: 0;
}

#sidebar .menu-segment .ball.pink {
    border-color: #ff8acc;
}

#sidebar .menu-segment .ball.green {
    border-color: #10c469;
}

#sidebar .menu-segment .ball.blue {
    border-color: #71b6f9;
}

#sidebar .menu-segment li.title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    color: #6c757d;
}

#sidebar .menu-segment li.title .icon {
    float: right;
}

#sidebar .menu-segment li.active a,
#sidebar .menu-segment li.active a:hover {
    color: #ff5b5b;
    font-weight: 600;
}

#sidebar .menu-segment li a {
    display: block;
    margin: 0 -50px;
    padding: 10px 50px;
}

#sidebar .menu-segment li a:hover {
    background: rgba(206, 212, 218, 0.3);
}

#sidebar .menu-segment li .italic-link {
    font-style: italic;
    font-weight: 600;
}

#sidebar .menu-segment .labels li a span,
#sidebar .menu-segment .chat li a span {
    display: block;
    border: 5px solid #ff5b5b;
    border-radius: 100px;
    margin-top: 6px;
}

#sidebar .menu-segment .labels.labels li a span,
#sidebar .menu-segment .chat.labels li a span {
    float: right;
}

#sidebar .menu-segment .labels.chat li a span,
#sidebar .menu-segment .chat.chat li a span {
    float: left;
    margin-right: 10px;
}

#sidebar .menu-segment .chat li a {
    padding-left: 50px;
}

#sidebar .separator {
    margin: 30px 35px;
    height: 1px;
    background: rgba(152, 166, 173, 0.5);
}

#sidebar .bottom-padding {
    height: 100px;
}

#sidebar>.nano-pane {
    background: transparent;
    width: 5px;
}

#sidebar>.nano-pane .nano-slider {
    background: rgba(152, 166, 173, 0.3);
}

#main {
    position: fixed;
    top: 72px;
    left: 490px;
    bottom: 0;
    right: 0;
    z-index: 4;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #fff;
}

#main .overlay {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 100%;
    background: rgba(50, 58, 70, 0.6);
    z-index: 5;
    opacity: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#main .header {
    padding: 12px 25px;
    border-bottom: 1px solid rgba(152, 166, 173, 0.3);
    overflow: hidden;
}

#main .header .page-title {
    display: block;
}

#main .header .page-title .sidebar-toggle-btn {
    width: 0;
    margin-top: 1px;
    padding: 11px 0 0 0;
    float: left;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    opacity: 0;
    margin-right: 0;
}

#main .header .page-title .sidebar-toggle-btn .line {
    height: 3px;
    display: block;
    background: #ced4da;
    margin-bottom: 4px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

#main .header .page-title .sidebar-toggle-btn .line-angle1 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 15px;
    left: -11px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#main .header .page-title .sidebar-toggle-btn .line-angle2 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 21px;
    left: -11px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#main .header .page-title .icon {
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    cursor: pointer;
}

#main .header .search-box {
    width: 180px;
    height: 40px;
    margin-left: 30px;
    position: relative;
}

#main .header .search-box input {
    position: absolute;
    top: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 36px 0px 0px;
    margin: 0;
    text-indent: 15px;
    height: 38px;
    z-index: 2;
    outline: none;
    color: #adb5bd;
    background: transparent;
    border: 2px solid #dee2e6;
    border-radius: 5px;
    -webkit-transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
    transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}

#main .header .search-box input:focus {
    color: #323a46;
    border-color: #dee2e6;
}

#main .header .search-box input:focus~.icon {
    opacity: 1;
    z-index: 3;
    color: #10c469;
}

#main .header .search-box input::-webkit-input-placeholder {
    color: #adb5bd;
}

#main .header .search-box input::-moz-placeholder {
    color: #adb5bd;
}

#main .header .search-box input:-ms-input-placeholder {
    color: #adb5bd;
}

#main .header .search-box input::-ms-input-placeholder {
    color: #adb5bd;
}

#main .header .search-box input::placeholder {
    color: #adb5bd;
}

#main .header .search-box .icon {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    line-height: 38px;
    z-index: 1;
    cursor: pointer;
    opacity: .5;
}

#main .action-bar {
    padding: 5px;
    overflow: hidden;
}

#main .message-list {
    display: block;
    padding-left: 0;
}

#main .message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #6c757d;
}

#main .message-list li:hover {
    background: #f8f9fa;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
}

#main .message-list li .mail-col {
    float: left;
    position: relative;
}

#main .message-list li .mail-col-1 {
    width: 400px;
}

#main .message-list li .mail-col-1 .star-toggle,
#main .message-list li .mail-col-1 .checkbox-wrapper-mail,
#main .message-list li .mail-col-1 .dot {
    display: block;
    float: left;
}

#main .message-list li .mail-col-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
}

#main .message-list li .mail-col-1 .checkbox-wrapper-mail {
    margin-top: 15px;
    margin-right: 10px;
}

#main .message-list li .mail-col-1 .star-toggle {
    margin-top: 18px;
    font-size: 14px;
    margin-left: 5px;
}

#main .message-list li .mail-col-1 .title {
    position: absolute;
    top: 0px;
    left: 140px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#main .message-list li .mail-col-2 {
    position: absolute;
    top: 0;
    left: 400px;
    right: 0;
    bottom: 0;
}

#main .message-list li .mail-col-2 .subject,
#main .message-list li .mail-col-2 .date {
    position: absolute;
    top: 0;
}

#main .message-list li .mail-col-2 .subject {
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#main .message-list li .mail-col-2 .date {
    right: 0;
    width: 200px;
    padding-left: 80px;
}

#main .message-list li.active,
#main .message-list li.selected {
    background: #f8f9fa;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
}

#main .message-list li.active,
#main .message-list li.active:hover {
    -webkit-box-shadow: inset 3px 0 0 #71b6f9;
    box-shadow: inset 3px 0 0 #71b6f9;
}

#main .message-list li.unread {
    font-weight: 500;
    color: #343a40;
}

#main .message-list li.blue-dot .mail-col-1 .dot {
    border-color: #71b6f9;
}

#main .message-list li.orange-dot .mail-col-1 .dot {
    border-color: #f9c851;
}

#main .message-list li.green-dot .mail-col-1 .dot {
    border-color: #10c469;
}

#main .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 50px 0;
}

body[data-layout="horizontal"] #main {
    top: 132px;
    left: 350px;
}

@media (max-width: 1024px) {
    body[data-layout="horizontal"] #main {
        left: 270px;
    }
}

@media (max-width: 768px) {
    body[data-layout="horizontal"] #main {
        left: 0;
        top: 70px;
    }
}

body[data-layout="horizontal"] #message {
    top: 132px;
}

@media (max-width: 768px) {
    body[data-layout="horizontal"] #message {
        top: 70px;
    }
}

.show-main-overlay #main .overlay {
    opacity: 1;
    bottom: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

#main #main-nano-wrapper {
    position: absolute;
    top: 100px;
    bottom: 0;
    height: auto;
}

#message {
    position: fixed;
    top: 72px;
    left: 60%;
    bottom: 0;
    width: 40%;
    z-index: 5;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding: 20px 30px;
    background: white;
    -webkit-box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0px 77px 0 rgba(0, 0, 0, 0.08), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

#message .header {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(152, 166, 173, 0.2);
}

#message .header .page-title {
    display: block;
    float: none;
    margin-bottom: 15px;
    line-height: 40px;
}

#message .header .page-title .icon {
    margin-top: 4px;
    margin-right: 10px;
}

#message .header .grey {
    margin-left: 10px;
    color: #adb5bd;
}

#message .message-container {
    padding: 0 30px;
}

#message .message-container li {
    padding: 25px;
    border: 1px solid #dee2e6;
    background: white;
    margin: 0 0 30px 0;
    position: relative;
}

#message .message-container li .details {
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
    overflow: hidden;
}

#message .message-container li .details .left {
    float: left;
    font-weight: 600;
    color: #adb5bd;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#message .message-container li .details .left .arrow {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 20px;
    background: rgba(50, 58, 70, 0.15);
    vertical-align: top;
    margin: 10px 20px 0 15px;
    border: 0px solid rgba(50, 58, 70, 0.15);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#message .message-container li .details .left .arrow:after {
    position: absolute;
    top: -4px;
    left: 100%;
    height: 0;
    width: 0;
    border: inherit;
    border-width: 7px;
    border-style: solid;
    content: '';
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
}

#message .message-container li .details .right {
    float: right;
    color: #adb5bd;
}

#message .message-container li .message {
    margin-bottom: 40px;
}

#message .message-container li .message p:last-child {
    margin-bottom: 0;
}

#message .message-container li:hover .tool-box .red-hover {
    color: #ff5b5b;
    border-color: #ff5b5b;
}

#message .message-container li:hover .tool-box .red-hover:hover {
    color: #f40000;
    border-color: #f40000;
}

#message .message-container li .tool-box {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0px solid #dee2e6;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 8px 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#message .message-container li .tool-box a {
    margin-right: 10px;
}

#message .message-container li .tool-box a:last-child {
    margin-right: 0;
}

#message .message-container li:hover .details .left .arrow {
    background: #10c469;
    border: 0px solid #10c469;
}

#message .message-container li:hover .details .left .arrow.orange {
    background: #f9c851;
    border: 0px solid #f9c851;
}

#message #message-nano-wrapper {
    position: absolute;
    top: 130px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
}

.show-message #message {
    -webkit-transform: none;
    transform: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.show-message #main {
    margin-right: 40%;
}

@media only screen and (min-width: 1499px) {
    #main .overlay {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .show-message #main {
        margin-right: 0;
    }
    .show-message #message {
        left: 50%;
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    #main {
        left: 340px;
    }
    .show-sidebar #sidebar {
        -webkit-transform: none;
        transform: none;
    }
    .show-sidebar #main {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
    .show-message #main {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #sidebar {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    #main {
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #main .header .page-title .sidebar-toggle-btn {
        margin-right: 20px;
        opacity: 1;
        width: 20px;
        margin-left: 10px;
    }
    #main .header .page-title .sidebar-toggle-btn .line {
        height: 2px;
    }
    .show-sidebar #sidebar {
        -webkit-transform: none;
        transform: none;
    }
    .show-sidebar #main {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
    .show-message #main {
        margin-right: 0;
    }
    .show-message #message {
        left: 20%;
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    #main .header .search-box {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 0;
    }
    #main .header .search-box input,
    #main .header .search-box input:focus {
        width: 100%;
    }
    #main .action-bar {
        float: none !important;
    }
    #main .action-bar ul {
        margin-bottom: 0;
        text-align: center;
    }
    #main #main-nano-wrapper {
        position: absolute;
        top: 150px;
        bottom: 0;
        height: auto;
    }
    #main .message-list li .mail-col-1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 120px;
        width: auto;
    }
    #main .message-list li .mail-col-2 {
        right: 0;
        left: auto;
        width: 120px;
    }
    #main .message-list li .mail-col-2 .date {
        padding-left: 0;
        position: static;
    }
    #main .message-list li .mail-col-2 .subject {
        display: none;
    }
}


/**
 * Nano scroll stuff
*/

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano>.nano-content:focus {
    outline: none;
}

.nano>.nano-content:-webkit-scrollbar {
    visibility: hidden;
}

.nano>.nano-pane {
    background: rgba(152, 166, 173, 0.1);
    position: absolute;
    width: 7px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.nano>.nano-pane>.nano-slider {
    background: rgba(152, 166, 173, 0.35);
    position: relative;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-property: background;
    transition-property: background;
}

.nano>.nano-pane:hover .nano-slider,
.nano>.nano-pane.active .nano-slider {
    background: #dee2e6;
}

.has-scrollbar>.nano-content:-webkit-scrollbar {
    visibility: visible;
}

.nano:hover>.nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible \9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.authentication-bg.enlarged {
    min-height: 100px;
}

body.authentication-bg {
    background-image: url("../images/big/bg-light-img.jpg");
    background-size: cover;
    background-position: center;
}

.logout-icon {
    width: 140px;
}

.text-error {
    color: #71b6f9;
    text-shadow: rgba(113, 182, 249, 0.3) 5px 1px, rgba(113, 182, 249, 0.2) 10px 3px;
    font-size: 84px;
    line-height: 90px;
}

.taskList {
    min-height: 40px;
    margin-bottom: 0;
}

.taskList>li {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.taskList .kanban-detail {
    margin-left: 35px;
}

.taskList .kanban-detail ul li a {
    display: inline-block;
}

.taskList .kanban-detail ul li a i {
    font-size: 16px;
    color: #98a6ad;
    padding: 0px 5px;
    line-height: 32px;
}

.task-placeholder {
    border: 1px dashed #dee2e6 !important;
    background-color: #f7f7f7 !important;
    padding: 20px;
}

.gu-mirror {
    list-style: none;
}

.task-tags .bootstrap-tagsinput {
    padding: 0px;
    border: none;
    background-color: transparent;
}

.attached-files .files-list .file-box {
    vertical-align: middle;
}

.assign-team a {
    margin-right: 7px;
}


/* File Upload */

.fileupload {
    overflow: hidden;
    position: relative;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.add-new-plus {
    height: 32px;
    text-align: center;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    color: #98a6ad;
    font-weight: 700;
    background-color: #dee2e6;
    border-radius: 50%;
}

.profile-pills li a {
    color: #adb5bd !important;
    padding: 0 10px;
    display: block;
    line-height: 30px !important;
}

.profile-pills li a i {
    font-size: 14px;
}

.comment-footer {
    display: block;
    font-size: 12px;
}

.comment-footer i {
    font-size: 13px;
    margin-right: 7px;
}

.comment-footer,
.comment-footer a {
    color: rgba(50, 58, 70, 0.5);
}

.comment-footer:hover,
.comment-footer a:hover {
    color: #71b6f9;
}

.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

.pricing-column .inner-box {
    position: relative;
    padding: 0px 0px 40px;
}

.pricing-column .plan-title {
    font-size: 16px;
    color: #71b6f9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.pricing-column .plan-price {
    font-size: 40px;
    margin-bottom: 10px;
    color: #323a46;
}

.pricing-column .plan-duration {
    font-size: 13px;
    color: #98a6ad;
}

.pricing-column .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px;
}

.ribbon {
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0px 8px 0 rgba(50, 58, 70, 0.06), 0 1px 0px 0 rgba(50, 58, 70, 0.02);
    box-shadow: 0 0px 8px 0 rgba(50, 58, 70, 0.06), 0 1px 0px 0 rgba(50, 58, 70, 0.02);
    background: #71b6f9;
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #71b6f9;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #71b6f9;
}

.ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #71b6f9;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #71b6f9;
}

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
    text-align: right;
}

.timeline .time-show a {
    color: #fff;
}

.timeline:before {
    background-color: rgba(173, 181, 189, 0.3);
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0;
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #98a6ad;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 21px;
    left: -54px;
    margin-top: -11px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 21px;
}

.timeline .timeline-icon i {
    color: #f7f7f7;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

h3.timeline-title {
    color: #98a6ad;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

.timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -10px;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 0;
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -58px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.timeline-item.alt h4 {
    text-align: right;
}

.timeline-item.alt p {
    text-align: right;
}

.timeline-item.alt .timeline-date {
    text-align: right;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.timeline-desk .panel {
    background: var(--bg-box);
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    padding: 20px;
    border-radius: 7px;
}

.timeline-desk h5 span {
    color: #f7f7f7;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-desk p {
    color: #98a6ad;
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-desk .album {
    margin-top: 12px;
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}

.timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #fff;
    margin-top: 20px;
    padding: 8px;
}

.portfolioFilter a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #323a46;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 500;
}

.portfolioFilter a:hover {
    color: #71b6f9;
}

.portfolioFilter a.current {
    color: #71b6f9;
}

.thumb {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
    margin-top: 24px;
    padding: 10px;
}

.thumb-img {
    border-radius: 2px;
    overflow: hidden;
}

.gal-detail h4 {
    margin-top: 16px;
    font-size: 16px;
}

.counter-number {
    font-size: 32px;
    font-weight: 700;
    color: #343a40;
}

.counter-number span {
    font-size: 15px;
    font-weight: 400;
    display: block;
    color: #98a6ad;
}

.coming-box {
    float: left;
    width: 25%;
}


/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT
*/

.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}

*[dir="rtl"] .metismenu .arrow {
    float: left;
}


/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/

.metismenu .glyphicon.arrow:before {
    content: "\e079";
}

.metismenu .mm-active>a>.glyphicon.arrow:before {
    content: "\e114";
}


/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/

.metismenu .fa.arrow:before {
    content: "\f104";
}

.metismenu .mm-active>a>.fa.arrow:before {
    content: "\f107";
}


/*
 * Require Ionicons
 * http://ionicons.com/
*/

.metismenu .ion.arrow:before {
    content: "\f3d2";
}

.metismenu .mm-active>a>.ion.arrow:before {
    content: "\f3d0";
}

.metismenu .plus-times {
    float: right;
}

*[dir="rtl"] .metismenu .plus-times {
    float: left;
}

.metismenu .fa.plus-times:before {
    content: "\f067";
}

.metismenu .mm-active>a>.fa.plus-times {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.metismenu .plus-minus {
    float: right;
}

*[dir="rtl"] .metismenu .plus-minus {
    float: left;
}

.metismenu .fa.plus-minus:before {
    content: "\f067";
}

.metismenu .mm-active>a>.fa.plus-minus:before {
    content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.metismenu .has-arrow {
    position: relative;
}

.metismenu .has-arrow::after {
    position: absolute;
    content: '';
    width: .5em;
    height: .5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: currentColor;
    border-color: initial;
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
    right: auto;
    left: 1em;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active>.has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active>.has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(225deg) translate(0, -50%);
    transform: rotate(225deg) translate(0, -50%);
}


/*# sourceMappingURL=metisMenu.css.map */


/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

.waves-effect.waves-effect.waves-primary .waves-ripple {
    background: rgba(113, 182, 249, 0.4);
}

.waves-effect.waves-effect.waves-secondary .waves-ripple {
    background: rgba(108, 117, 125, 0.4);
}

.waves-effect.waves-effect.waves-success .waves-ripple {
    background: rgba(16, 196, 105, 0.4);
}

.waves-effect.waves-effect.waves-info .waves-ripple {
    background: rgba(53, 184, 224, 0.4);
}

.waves-effect.waves-effect.waves-warning .waves-ripple {
    background: rgba(249, 200, 81, 0.4);
}

.waves-effect.waves-effect.waves-danger .waves-ripple {
    background: rgba(255, 91, 91, 0.4);
}

.waves-effect.waves-effect.waves-light .waves-ripple {
    background: rgba(248, 249, 250, 0.4);
}

.waves-effect.waves-effect.waves-dark .waves-ripple {
    background: rgba(50, 58, 70, 0.4);
}

.waves-effect.waves-effect.waves-pink .waves-ripple {
    background: rgba(255, 138, 204, 0.4);
}

.waves-effect.waves-effect.waves-purple .waves-ripple {
    background: rgba(91, 105, 188, 0.4);
}

.waves-effect.waves-effect.waves-blue .waves-ripple {
    background: rgba(113, 182, 249, 0.4);
}

.slimScrollDiv {
    height: auto !important;
}

.slimScrollBar {
    width: 6px !important;
}

.swal2-modal {
    font-family: "Roboto", sans-serif;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.swal2-modal .swal2-title {
    font-size: 24px;
}

.swal2-modal .swal2-content {
    font-size: 16px;
}

.swal2-modal .swal2-spacer {
    margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid #dee2e6;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-modal .swal2-confirm.btn-confirm {
    background-color: #71b6f9 !important;
    font-size: 0.9rem;
}

.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #ff5b5b !important;
    font-size: 0.9rem;
}

.swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-icon.swal2-question {
    color: #71b6f9;
    border-color: #71b6f9;
}

.swal2-icon.swal2-success {
    border-color: #10c469;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #10c469;
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #10c469;
}

.swal2-icon.swal2-warning {
    color: #f9c851;
    border-color: #f9c851;
}

.swal2-icon.swal2-error {
    border-color: #ff5b5b;
}

.swal2-icon.swal2-error .line {
    background-color: #ff5b5b;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #71b6f9;
}


/* =============
   Notification
============= */

#toast-container>div {
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    opacity: 1;
}

#toast-container> :hover {
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    opacity: 0.9;
}

.toast-primary {
    border: 2px solid #71b6f9 !important;
    background-color: rgba(113, 182, 249, 0.8) !important;
}

.toast-secondary {
    border: 2px solid #6c757d !important;
    background-color: rgba(108, 117, 125, 0.8) !important;
}

.toast-success {
    border: 2px solid #10c469 !important;
    background-color: rgba(16, 196, 105, 0.8) !important;
}

.toast-info {
    border: 2px solid #35b8e0 !important;
    background-color: rgba(53, 184, 224, 0.8) !important;
}

.toast-warning {
    border: 2px solid #f9c851 !important;
    background-color: rgba(249, 200, 81, 0.8) !important;
}

.toast-danger {
    border: 2px solid #ff5b5b !important;
    background-color: rgba(255, 91, 91, 0.8) !important;
}

.toast-light {
    border: 2px solid #f8f9fa !important;
    background-color: rgba(248, 249, 250, 0.8) !important;
}

.toast-dark {
    border: 2px solid #323a46 !important;
    background-color: rgba(50, 58, 70, 0.8) !important;
}

.toast-pink {
    border: 2px solid #ff8acc !important;
    background-color: rgba(255, 138, 204, 0.8) !important;
}

.toast-purple {
    border: 2px solid #5b69bc !important;
    background-color: rgba(91, 105, 188, 0.8) !important;
}

.toast-blue {
    border: 2px solid #71b6f9 !important;
    background-color: rgba(113, 182, 249, 0.8) !important;
}

.toast-error {
    background-color: rgba(255, 91, 91, 0.8);
    border: 2px solid #ff5b5b;
}

.irs--flat .irs-bar,
.irs--flat .irs-to,
.irs--flat .irs-from,
.irs--flat .irs-single {
    background: #71b6f9 !important;
}

.irs--flat .irs-to:before,
.irs--flat .irs-from:before,
.irs--flat .irs-single:before {
    border-top-color: #71b6f9;
}

.irs--flat .irs-line {
    background: #dee2e6;
    border-color: #dee2e6;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    color: #98a6ad;
    background: #dee2e6;
}

.irs--flat .irs-grid-text {
    font-size: 12px;
    color: #ced4da;
}

.irs--flat .irs-handle>i:first-child {
    background-color: #71b6f9 !important;
}


/* Bootstrap tagsinput */

.bootstrap-tagsinput {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px 7px 4px;
    width: 100%;
    background-color: #fff;
    border-color: #ced4da;
}

.bootstrap-tagsinput input {
    color: #6c757d;
}

.bootstrap-tagsinput input::-webkit-input-placeholder {
    color: #6c757d;
}

.bootstrap-tagsinput input::-moz-placeholder {
    color: #6c757d;
}

.bootstrap-tagsinput input:-ms-input-placeholder {
    color: #6c757d;
}

.bootstrap-tagsinput input::-ms-input-placeholder {
    color: #6c757d;
}

.bootstrap-tagsinput input::placeholder {
    color: #6c757d;
}

.bootstrap-tagsinput .label-info {
    background-color: #71b6f9;
    display: inline-block;
    font-size: 13px;
    margin: 3px 1px;
    padding: 0 5px;
    border-radius: 3px;
    font-weight: 500;
}

.ms-container {
    background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
    width: auto;
    max-width: 370px;
}

.ms-container .ms-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

.ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #b1bbc4;
}

.ms-container .ms-selectable {
    background-color: #fff;
}

.ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px;
    color: #6c757d;
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #71b6f9;
    color: #fff;
}

.ms-container .ms-selection {
    background-color: #fff;
}

.ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px;
    color: #6c757d;
}

.ms-container .ms-selection li.ms-hover {
    background-color: #71b6f9;
    color: #fff;
}

.ms-selectable {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.search-input {
    margin-bottom: 10px;
}

.ms-optgroup-label {
    font-weight: 500;
    color: #323a46 !important;
    font-size: 13px;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 38px;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #98a6ad;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #98a6ad transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #98a6ad transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-results__option .select2-results__group {
    color: #323a46;
}

.select2-dropdown {
    border-color: #eff1f4;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #98a6ad;
    outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #71b6f9;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f7f7f7;
    color: #323a46;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #71b6f9;
    color: #fff;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    background-color: #fff;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #98a6ad;
}

.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
    color: #98a6ad;
}

.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
    color: #98a6ad;
}

.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
    color: #98a6ad;
}

.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
    color: #98a6ad;
}

.select2-container .select2-selection--multiple .select2-search__field::placeholder {
    color: #98a6ad;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #71b6f9;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}


/* Timepicker */

.bootstrap-timepicker-widget table td a {
    color: #6c757d;
}

.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: #71b6f9;
    text-decoration: none;
}

.bootstrap-timepicker-widget table td input {
    color: #6c757d;
    border: none;
    background-color: transparent;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom-color: #f7f7f7;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    border-top-color: #f7f7f7;
}

.datepicker {
    padding: 10px !important;
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #71b6f9 !important;
    background-image: none !important;
    color: #fff;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover {
    background: #71b6f9 !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #f7f7f7;
}

.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #6c757d;
    opacity: 0.4;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background-color: white;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #f7f7f7;
}

.datepicker .datepicker-switch:hover {
    background: none;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #fff;
}

.datepicker-dropdown:before {
    border-bottom-color: #eff1f4;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid #eff1f4;
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #fff;
}

.datepicker-inline {
    border: 2px solid #dee2e6;
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    cursor: pointer;
}

.daterangepicker {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    border-color: #dee2e6;
}

.daterangepicker .calendar-table {
    background-color: #fff;
    border-color: #dee2e6;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #adb5bd;
}

.daterangepicker th,
.daterangepicker td {
    padding: 5px;
}

.daterangepicker th.week,
.daterangepicker td.week {
    color: #ced4da;
}

.daterangepicker th.available:hover,
.daterangepicker td.available:hover {
    background-color: white;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
    background-color: #71b6f9;
}

.daterangepicker .ranges li:hover {
    background-color: #dee2e6;
}

.daterangepicker .month select,
.daterangepicker .calendar-time select {
    background-color: #fff;
    border-color: #ced4da;
    color: #6c757d;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: transparent;
    color: rgba(206, 212, 218, 0.7);
}

.daterangepicker td.in-range {
    background-color: white;
    color: #98a6ad;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left-color: #dee2e6;
}

.daterangepicker .drp-buttons {
    border-top-color: #dee2e6;
}

.daterangepicker .drp-buttons .btn {
    font-weight: 500;
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
}

.parsley-errors-list>li {
    list-style: none;
    color: #ff5b5b;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
}

.parsley-errors-list>li:before {
    content: "\F0159";
    font-family: "Material Design Icons";
    position: absolute;
    left: 2px;
    top: -1px;
}

.parsley-error {
    border-color: #ff5b5b;
}

.parsley-success {
    border-color: #10c469;
}

#commentForm .error {
    color: #ff5b5b;
    font-size: 12px;
    font-weight: 500;
}

@font-face {
    font-family: 'dropify';
    src: url("../fonts/dropify.eot");
    src: url("../fonts/dropify.eot#iefix") format("embedded-opentype"), url("../fonts/dropify.woff") format("woff"), url("../fonts/dropify.ttf") format("truetype"), url("../fonts/dropify.svg#dropify") format("svg");
    font-weight: normal;
    font-style: normal;
}

.dropify-wrapper {
    border: 2px dashed #dee2e6;
    background: #fff;
    border-radius: 6px;
    color: #6c757d;
}

.dropify-wrapper:hover {
    background-image: linear-gradient(-45deg, rgba(222, 226, 230, 0.4) 25%, transparent 25%, transparent 50%, rgba(222, 226, 230, 0.4) 50%, rgba(222, 226, 230, 0.4) 75%, transparent 75%, transparent);
}

.dropify-wrapper .dropify-preview {
    background-color: #dee2e6;
}

.dropify-wrapper .dropify-message p {
    font-size: 15px;
}

.ql-container {
    font-family: "Roboto", sans-serif;
}

.ql-container.ql-snow {
    border-color: #ced4da;
}

.ql-bubble {
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

.ql-toolbar {
    font-family: "Roboto", sans-serif !important;
}

.ql-toolbar span {
    outline: none !important;
}

.ql-toolbar.ql-snow {
    border-color: #ced4da;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: transparent;
}

.ql-toolbar .ql-picker {
    color: #6c757d;
}

.ql-toolbar .ql-stroke,
.ql-toolbar .ql-fill {
    stroke: #6c757d;
}

.ql-toolbar .ql-picker-options .ql-picker-item {
    color: #98a6ad;
}

.editable-clear-x {
    background: url("../images/clear.png") center center no-repeat;
}

.editableform-loading {
    background: url("../images/loading.gif") center center no-repeat;
}

.editable-checklist label {
    display: block;
}

.dataTables_wrapper.container-fluid {
    padding: 0;
}

table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #71b6f9;
}

table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
    border-color: #71b6f9;
}

table.dataTable tbody td:focus {
    outline: none !important;
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    outline: 2px solid #71b6f9 !important;
    outline-offset: -1px;
    color: #71b6f9;
    background-color: rgba(113, 182, 249, 0.15);
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    background-color: #10c469;
    top: 0.85rem;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #ff5b5b;
    top: 0.85rem;
}

div.dt-button-info {
    background-color: #71b6f9;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

@media (max-width: 767.98px) {
    li.paginate_button.previous,
    li.paginate_button.next {
        display: inline-block;
        font-size: 1.5rem;
    }
    li.paginate_button {
        display: none;
    }
    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1.5rem 0 0 !important;
    }
    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1.5rem;
    }
}

.responsive-table-plugin .dropdown-menu li.checkbox-row {
    padding: 7px 15px;
    color: #98a6ad;
}

.responsive-table-plugin .dropdown-menu li.checkbox-row:hover,
.responsive-table-plugin .dropdown-menu li.checkbox-row:focus {
    background-color: white;
    color: #98a6ad;
}

.responsive-table-plugin .table-responsive {
    border: none;
    margin-bottom: 0;
}

.responsive-table-plugin .btn-toolbar {
    display: block;
}

.responsive-table-plugin tbody th {
    font-size: 14px;
    font-weight: normal;
}

.responsive-table-plugin .checkbox-row {
    padding-left: 40px;
}

.responsive-table-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0;
}

.responsive-table-plugin .checkbox-row label::before {
    background-color: white;
    border-radius: 3px;
    border: 1px solid #ced4da;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none;
}

.responsive-table-plugin .checkbox-row label::after {
    color: #ced4da;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: none;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
    background-color: #dee2e6;
    cursor: not-allowed;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
    background-color: white;
    border-color: #71b6f9;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    color: #71b6f9;
}

.responsive-table-plugin table.focus-on tbody tr.focused th,
.responsive-table-plugin table.focus-on tbody tr.focused td,
.responsive-table-plugin .sticky-table-header {
    background: #71b6f9;
    color: #fff;
    border-color: #71b6f9;
}

.responsive-table-plugin .fixed-solution .sticky-table-header {
    top: 70px !important;
}

.responsive-table-plugin .fixed-solution .sticky-table-header th {
    color: #fff;
}

.responsive-table-plugin .btn-default {
    background-color: #f8f9fa;
    color: #323a46;
    border: 1px solid #dee2e6;
}

.responsive-table-plugin .btn-default.btn-primary {
    background-color: #71b6f9;
    border-color: #71b6f9;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(113, 182, 249, 0.5);
    box-shadow: 0 0 0 2px rgba(113, 182, 249, 0.5);
}

.responsive-table-plugin .btn-group.pull-right {
    float: right;
}

.responsive-table-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

@media (min-width: 992px) {
    body[data-layout="horizontal"] .responsive-table-plugin .fixed-solution .sticky-table-header {
        top: 130px !important;
    }
}

.tablesaw thead {
    background: #fcfcfc;
    background-image: none;
    border: none;
}

.tablesaw thead th {
    text-shadow: none;
}

.tablesaw thead tr:first-child th {
    border: none;
    font-weight: 500;
}

.tablesaw td {
    border-top: 1px solid #dee2e6 !important;
}

.tablesaw td,
.tablesaw tbody th {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important;
}

.tablesaw-stack tbody tr,
.tablesaw tbody tr {
    border-bottom: none;
}

.tablesaw-bar .btn-select .btn-small:after,
.tablesaw-bar .btn-select .btn-micro:after {
    font-size: 8px;
    padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f8f9fa;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #dee2e6;
    width: auto !important;
}

.tablesaw-bar-section label {
    color: #98a6ad;
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
    text-transform: none;
    border: 1px solid #dee2e6;
    padding: 3px 10px;
    color: #323a46;
}

.tablesaw-enhanced .tablesaw-bar .btn:after {
    display: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #fff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:active {
    color: #71b6f9 !important;
    background-color: #f8f9fa;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none;
}

.tablesaw-columntoggle-popup .btn-group {
    display: block;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    background-color: #fff;
    border-color: #eff1f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tablesaw-sortable-btn {
    cursor: pointer;
}

.flotTip {
    padding: 8px 12px;
    background-color: rgba(50, 58, 70, 0.9);
    z-index: 100;
    color: #f8f9fa;
    opacity: 1;
    border-radius: 3px;
}

.legend tr {
    height: 30px;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #98a6ad;
}

.legendColorBox div {
    border-radius: 50%;
}

.legendColorBox div div {
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .legendLabel {
        display: none;
    }
}

.morris-chart text {
    fill: #adb5bd;
}

.morris-hover {
    position: absolute;
    z-index: 10;
}

.morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #323a46;
    color: #f8f9fa;
    font-family: "Roboto", sans-serif;
    border: none;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
    color: #ced4da !important;
}

.ct-golden-section:before {
    float: none;
}

.ct-chart {
    max-height: 300px;
}

.ct-chart .ct-label {
    fill: #adb5bd;
    color: #adb5bd;
    font-size: 12px;
    line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #fff;
    fill: #fff;
    font-size: 16px;
}

.ct-grid {
    stroke: rgba(50, 58, 70, 0.15);
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5b69bc;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ff8acc;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f9c851;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #35b8e0;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #323a46;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #71b6f9;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #10c469;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #71b6f9;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #ff8acc;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #35b8e0;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #5b69bc;
}

.ct-area {
    fill-opacity: .33;
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    background: #323a46;
    color: #f8f9fa;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
    opacity: 1;
}

.chartjs-chart {
    margin: auto;
    position: relative;
    width: 100%;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #323a46 !important;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #323a46 !important;
}

.jqsfield {
    color: #f8f9fa !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: "Roboto", sans-serif !important;
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin: 15px 0 5px 0;
}

.fc-toolbar h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-weight: 700;
}

.fc-day {
    background: transparent;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #fcfcfc;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #dee2e6;
}

.fc-unthemed td.fc-today,
.fc-unthemed .fc-divider {
    background: #fcfcfc !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f8f9fa;
    border-radius: 50%;
    margin: 5px;
    font-size: 12px;
}

.fc-button {
    background: #f8f9fa;
    border: none;
    color: #6c757d;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    margin: 0 3px;
    padding: 6px 12px;
    height: auto;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 1rem;
}

.fc-state-hover {
    background: #f8f9fa;
}

.fc-state-highlight {
    background: #dee2e6;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #71b6f9;
    color: #fff;
    text-shadow: none;
}

.fc-cell-overlay {
    background: #dee2e6;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
}

.fc-basic-view .fc-content {
    color: #fff;
}

.fc-time-grid-event .fc-content {
    color: #fff;
}

@media (max-width: 767.98px) {
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right,
    .fc-toolbar .fc-center {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }
    .fc .fc-toolbar>*>* {
        float: none;
    }
    .fc-today-button {
        display: none;
    }
}

@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/summernote.eot");
    src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff?") format("woff"), url("../fonts/summernote.ttf?") format("truetype");
}

.note-editor.note-frame {
    border: 1px solid #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.note-editor.note-frame .note-statusbar {
    background-color: #f8f9fa;
    border-top: 1px solid #f7f7f7;
}

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-codable {
    border: none;
    color: #98a6ad;
    background-color: transparent;
}

.note-editor .note-btn-group .note-btn {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.note-status-output {
    display: none;
}

.note-editable {
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    padding: 0.45rem 0.9rem;
}

.note-editable p:last-of-type {
    margin-bottom: 0;
}

.note-popover .popover-content .note-color .dropdown-menu,
.card-header.note-toolbar .note-color .dropdown-menu {
    min-width: 344px;
}

.note-toolbar {
    z-index: 1;
    padding: 0 0 5px 5px;
    background-color: #f8f9fa;
}

div.hopscotch-bubble {
    background-color: white;
    border: 3px solid #71b6f9;
    border-radius: 5px;
    color: #6c757d;
}

div.hopscotch-bubble .hopscotch-title {
    color: #343a40;
}

div.hopscotch-bubble .hopscotch-next,
div.hopscotch-bubble .hopscotch-prev {
    background-color: #71b6f9 !important;
    background-image: none !important;
    border-color: #71b6f9 !important;
    text-shadow: none !important;
    margin: 0 0 0 5px !important;
    font-family: "Roboto", sans-serif;
    color: #fff !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
    background: #ff5b5b !important;
    padding: 0 !important;
    border-radius: 50%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 19px solid #71b6f9;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border: none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 19px solid #71b6f9;
    left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 0 solid #71b6f9;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #71b6f9;
    top: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 19px solid #71b6f9;
    top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble h3 {
    margin-bottom: 10px;
}

div.hopscotch-bubble .hopscotch-content {
    font-family: "Roboto", sans-serif;
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url("../images/jstree.png");
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y;
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
}

.jstree-default .jstree-anchor {
    line-height: 28px;
    height: 28px;
}

.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
    background: url("../images/loading.gif") center center no-repeat;
}

.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
}

.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
    background: rgba(113, 182, 249, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
    background: rgba(113, 182, 249, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jstree-default .jstree-last {
    background: transparent;
}

.jstree-default .jstree-wholerow {
    height: 28px;
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #f8f9fa;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #71b6f9;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #71b6f9;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #71b6f9;
}

.jvectormap-label {
    border: none;
    background: #323a46;
    color: #f8f9fa;
    font-size: 0.9rem;
    padding: 5px 8px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    background-color: #323a46;
    color: #f8f9fa;
}

.grid-item {
    width: 23%;
}

html {
    position: relative;
    min-height: 100%;
}

.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em;
}

.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: var(--titulo);
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card h2 span {
    display: block;
}

.material-card h2 strong {
    font-weight: 400;
    display: block;
    font-size: .8em;
}

.material-card h2:before,
.material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card h2:after {
    top: auto;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto;
    }
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
}

.material-card.mc-active h2:before {
    top: 0;
}

.material-card.mc-active h2:after {
    bottom: -16px;
}

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .mc-btn-action {
    top: 65px;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-footer h4 {
    position: absolute;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}

.material-card .mc-footer a {
    display: block;
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    text-decoration: none;
    top: 200px;
}

.material-card .mc-footer a:nth-child(1) {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.material-card .mc-footer a:nth-child(2) {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.material-card .mc-footer a:nth-child(3) {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.material-card .mc-footer a:nth-child(4) {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.material-card .mc-footer a:nth-child(5) {
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    z-index: 20;
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px;
    }
}

.material-card.mc-active .mc-description {
    top: 50px;
    padding-top: 4.5em;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #343434;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0;
    }
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 15px;
    padding-left: 25px;
}

.material-card.mc-active .mc-footer a {
    top: 0;
}

.material-card.mc-active .mc-footer h4 {
    top: -32px;
}

.material-card.Red h2 {
    background-color: var(--bg-box);
}

.material-card.Red h2:after {
    border-top-color: var(--bg-box);
    border-right-color: var(--bg-box);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Red h2:before {
    border-top-color: transparent;
    border-right-color: #b71c1c;
    border-bottom-color: #b71c1c;
    border-left-color: transparent;
}

.material-card.Red.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #f44336;
    border-bottom-color: #f44336;
    border-left-color: transparent;
}

.material-card.Red.mc-active h2:after {
    border-top-color: #b71c1c;
    border-right-color: #b71c1c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Red .mc-btn-action {
    background-color: #f44336;
}

.material-card.Red .mc-btn-action:hover {
    background-color: #b71c1c;
}

.material-card.Red .mc-footer h4 {
    color: #b71c1c;
}

.material-card.Red .mc-footer a {
    background-color: #b71c1c;
}

.material-card.Red.mc-active .mc-content {
    background-color: #ffebee;
}

.material-card.Red.mc-active .mc-footer {
    background-color: #ffcdd2;
}

.material-card.Red.mc-active .mc-btn-action {
    border-color: #ffebee;
}

.material-card.Blue-Grey h2 {
    background-color: #607d8b;
}

.material-card.Blue-Grey h2:after {
    border-top-color: #607d8b;
    border-right-color: #607d8b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue-Grey h2:before {
    border-top-color: transparent;
    border-right-color: #263238;
    border-bottom-color: #263238;
    border-left-color: transparent;
}

.material-card.Blue-Grey.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #607d8b;
    border-bottom-color: #607d8b;
    border-left-color: transparent;
}

.material-card.Blue-Grey.mc-active h2:after {
    border-top-color: #263238;
    border-right-color: #263238;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue-Grey .mc-btn-action {
    background-color: #607d8b;
}

.material-card.Blue-Grey .mc-btn-action:hover {
    background-color: #263238;
}

.material-card.Blue-Grey .mc-footer h4 {
    color: #263238;
}

.material-card.Blue-Grey .mc-footer a {
    background-color: #263238;
}

.material-card.Blue-Grey.mc-active .mc-content {
    background-color: #eceff1;
}

.material-card.Blue-Grey.mc-active .mc-footer {
    background-color: #cfd8dc;
}

.material-card.Blue-Grey.mc-active .mc-btn-action {
    border-color: #eceff1;
}

.material-card.Pink h2 {
    background-color: var(--bg-box);
}

.material-card.Pink h2:after {
    border-top-color: var(--bg-box);
    border-right-color: var(--bg-box);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Pink h2:before {
    border-top-color: transparent;
    border-right-color: #880e4f;
    border-bottom-color: #880e4f;
    border-left-color: transparent;
}

.material-card.Pink.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #e91e63;
    border-bottom-color: #e91e63;
    border-left-color: transparent;
}

.material-card.Pink.mc-active h2:after {
    border-top-color: #880e4f;
    border-right-color: #880e4f;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Pink .mc-btn-action {
    background-color: #ff8acc;
}

.material-card.Pink .mc-btn-action:hover {
    background-color: #880e4f;
}

.material-card.Pink .mc-footer h4 {
    color: #880e4f;
}

.material-card.Pink .mc-footer a {
    background-color: #880e4f;
}

.material-card.Pink.mc-active .mc-content {
    background-color: #fce4ec;
}

.material-card.Pink.mc-active .mc-footer {
    background-color: #f8bbd0;
}

.material-card.Pink.mc-active .mc-btn-action {
    border-color: #fce4ec;
}

.material-card.Purple h2 {
    background-color: var(--bg-box);
}

.material-card.Purple h2:after {
    border-top-color: var(--bg-box);
    border-right-color: var(--bg-box);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Purple h2:before {
    border-top-color: transparent;
    border-right-color: #4a148c;
    border-bottom-color: #4a148c;
    border-left-color: transparent;
}

.material-card.Purple.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #9c27b0;
    border-bottom-color: #9c27b0;
    border-left-color: transparent;
}

.material-card.Purple.mc-active h2:after {
    border-top-color: #4a148c;
    border-right-color: #4a148c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Purple .mc-btn-action {
    background-color: #9c27b0;
}

.material-card.Purple .mc-btn-action:hover {
    background-color: #4a148c;
}

.material-card.Purple .mc-footer h4 {
    color: #4a148c;
}

.material-card.Purple .mc-footer a {
    background-color: #4a148c;
}

.material-card.Purple.mc-active .mc-content {
    background-color: #f3e5f5;
}

.material-card.Purple.mc-active .mc-footer {
    background-color: #e1bee7;
}

.material-card.Purple.mc-active .mc-btn-action {
    border-color: #f3e5f5;
}

.material-card.Deep-Purple h2 {
    background-color: #673ab7;
}

.material-card.Deep-Purple h2:after {
    border-top-color: #673ab7;
    border-right-color: #673ab7;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Deep-Purple h2:before {
    border-top-color: transparent;
    border-right-color: #311b92;
    border-bottom-color: #311b92;
    border-left-color: transparent;
}

.material-card.Deep-Purple.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #673ab7;
    border-bottom-color: #673ab7;
    border-left-color: transparent;
}

.material-card.Deep-Purple.mc-active h2:after {
    border-top-color: #311b92;
    border-right-color: #311b92;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Deep-Purple .mc-btn-action {
    background-color: #673ab7;
}

.material-card.Deep-Purple .mc-btn-action:hover {
    background-color: #311b92;
}

.material-card.Deep-Purple .mc-footer h4 {
    color: #311b92;
}

.material-card.Deep-Purple .mc-footer a {
    background-color: #311b92;
}

.material-card.Deep-Purple.mc-active .mc-content {
    background-color: #ede7f6;
}

.material-card.Deep-Purple.mc-active .mc-footer {
    background-color: #d1c4e9;
}

.material-card.Deep-Purple.mc-active .mc-btn-action {
    border-color: #ede7f6;
}

.material-card.Indigo h2 {
    background-color: var(--bg-box);
}

.material-card.Indigo h2:after {
    border-top-color: var(--bg-box);
    border-right-color: var(--bg-box);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Indigo h2:before {
    border-top-color: transparent;
    border-right-color: #1a237e;
    border-bottom-color: #1a237e;
    border-left-color: transparent;
}

.material-card.Indigo.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #3f51b5;
    border-bottom-color: #3f51b5;
    border-left-color: transparent;
}

.material-card.Indigo.mc-active h2:after {
    border-top-color: #1a237e;
    border-right-color: #1a237e;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Indigo .mc-btn-action {
    background-color: #6cb2eb;
}

.material-card.Indigo .mc-btn-action:hover {
    background-color: #1a237e;
}

.material-card.Indigo .mc-footer h4 {
    color: #1a237e;
}

.material-card.Indigo .mc-footer a {
    background-color: #1a237e;
}

.material-card.Indigo.mc-active .mc-content {
    background-color: #e8eaf6;
}

.material-card.Indigo.mc-active .mc-footer {
    background-color: #c5cae9;
}

.material-card.Indigo.mc-active .mc-btn-action {
    border-color: #e8eaf6;
}

.material-card.Blue h2 {
    background-color: #2196f3;
}

.material-card.Blue h2:after {
    border-top-color: #2196f3;
    border-right-color: #2196f3;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue h2:before {
    border-top-color: transparent;
    border-right-color: #0d47a1;
    border-bottom-color: #0d47a1;
    border-left-color: transparent;
}

.material-card.Blue.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #2196f3;
    border-bottom-color: #2196f3;
    border-left-color: transparent;
}

.material-card.Blue.mc-active h2:after {
    border-top-color: #0d47a1;
    border-right-color: #0d47a1;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue .mc-btn-action {
    background-color: #2196f3;
}

.material-card.Blue .mc-btn-action:hover {
    background-color: #0d47a1;
}

.material-card.Blue .mc-footer h4 {
    color: #0d47a1;
}

.material-card.Blue .mc-footer a {
    background-color: #0d47a1;
}

.material-card.Blue.mc-active .mc-content {
    background-color: #e3f2fd;
}

.material-card.Blue.mc-active .mc-footer {
    background-color: #bbdefb;
}

.material-card.Blue.mc-active .mc-btn-action {
    border-color: #e3f2fd;
}

.material-card.Light-Blue h2 {
    background-color: #03a9f4;
}

.material-card.Light-Blue h2:after {
    border-top-color: #03a9f4;
    border-right-color: #03a9f4;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Light-Blue h2:before {
    border-top-color: transparent;
    border-right-color: #01579b;
    border-bottom-color: #01579b;
    border-left-color: transparent;
}

.material-card.Light-Blue.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #03a9f4;
    border-bottom-color: #03a9f4;
    border-left-color: transparent;
}

.material-card.Light-Blue.mc-active h2:after {
    border-top-color: #01579b;
    border-right-color: #01579b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Light-Blue .mc-btn-action {
    background-color: #03a9f4;
}

.material-card.Light-Blue .mc-btn-action:hover {
    background-color: #01579b;
}

.material-card.Light-Blue .mc-footer h4 {
    color: #01579b;
}

.material-card.Light-Blue .mc-footer a {
    background-color: #01579b;
}

.material-card.Light-Blue.mc-active .mc-content {
    background-color: #e1f5fe;
}

.material-card.Light-Blue.mc-active .mc-footer {
    background-color: #b3e5fc;
}

.material-card.Light-Blue.mc-active .mc-btn-action {
    border-color: #e1f5fe;
}

.material-card.Cyan h2 {
    background-color: #00bcd4;
}

.material-card.Cyan h2:after {
    border-top-color: #00bcd4;
    border-right-color: #00bcd4;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Cyan h2:before {
    border-top-color: transparent;
    border-right-color: #006064;
    border-bottom-color: #006064;
    border-left-color: transparent;
}

.material-card.Cyan.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #00bcd4;
    border-bottom-color: #00bcd4;
    border-left-color: transparent;
}

.material-card.Cyan.mc-active h2:after {
    border-top-color: #006064;
    border-right-color: #006064;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Cyan .mc-btn-action {
    background-color: #00bcd4;
}

.material-card.Cyan .mc-btn-action:hover {
    background-color: #006064;
}

.material-card.Cyan .mc-footer h4 {
    color: #006064;
}

.material-card.Cyan .mc-footer a {
    background-color: #006064;
}

.material-card.Cyan.mc-active .mc-content {
    background-color: #e0f7fa;
}

.material-card.Cyan.mc-active .mc-footer {
    background-color: #b2ebf2;
}

.material-card.Cyan.mc-active .mc-btn-action {
    border-color: #e0f7fa;
}

.material-card.Teal h2 {
    background-color: #009688;
}

.material-card.Teal h2:after {
    border-top-color: #009688;
    border-right-color: #009688;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Teal h2:before {
    border-top-color: transparent;
    border-right-color: #004d40;
    border-bottom-color: #004d40;
    border-left-color: transparent;
}

.material-card.Teal.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #009688;
    border-bottom-color: #009688;
    border-left-color: transparent;
}

.material-card.Teal.mc-active h2:after {
    border-top-color: #004d40;
    border-right-color: #004d40;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Teal .mc-btn-action {
    background-color: #009688;
}

.material-card.Teal .mc-btn-action:hover {
    background-color: #004d40;
}

.material-card.Teal .mc-footer h4 {
    color: #004d40;
}

.material-card.Teal .mc-footer a {
    background-color: #004d40;
}

.material-card.Teal.mc-active .mc-content {
    background-color: #e0f2f1;
}

.material-card.Teal.mc-active .mc-footer {
    background-color: #b2dfdb;
}

.material-card.Teal.mc-active .mc-btn-action {
    border-color: #e0f2f1;
}

.material-card.Green h2 {
    background-color: #4caf50;
}

.material-card.Green h2:after {
    border-top-color: #4caf50;
    border-right-color: #4caf50;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Green h2:before {
    border-top-color: transparent;
    border-right-color: #1b5e20;
    border-bottom-color: #1b5e20;
    border-left-color: transparent;
}

.material-card.Green.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #4caf50;
    border-bottom-color: #4caf50;
    border-left-color: transparent;
}

.material-card.Green.mc-active h2:after {
    border-top-color: #1b5e20;
    border-right-color: #1b5e20;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Green .mc-btn-action {
    background-color: #4caf50;
}

.material-card.Green .mc-btn-action:hover {
    background-color: #1b5e20;
}

.material-card.Green .mc-footer h4 {
    color: #1b5e20;
}

.material-card.Green .mc-footer a {
    background-color: #1b5e20;
}

.material-card.Green.mc-active .mc-content {
    background-color: #e8f5e9;
}

.material-card.Green.mc-active .mc-footer {
    background-color: #c8e6c9;
}

.material-card.Green.mc-active .mc-btn-action {
    border-color: #e8f5e9;
}

.material-card.Light-Green h2 {
    background-color: #8bc34a;
}

.material-card.Light-Green h2:after {
    border-top-color: #8bc34a;
    border-right-color: #8bc34a;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Light-Green h2:before {
    border-top-color: transparent;
    border-right-color: #33691e;
    border-bottom-color: #33691e;
    border-left-color: transparent;
}

.material-card.Light-Green.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #8bc34a;
    border-bottom-color: #8bc34a;
    border-left-color: transparent;
}

.material-card.Light-Green.mc-active h2:after {
    border-top-color: #33691e;
    border-right-color: #33691e;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Light-Green .mc-btn-action {
    background-color: #8bc34a;
}

.material-card.Light-Green .mc-btn-action:hover {
    background-color: #33691e;
}

.material-card.Light-Green .mc-footer h4 {
    color: #33691e;
}

.material-card.Light-Green .mc-footer a {
    background-color: #33691e;
}

.material-card.Light-Green.mc-active .mc-content {
    background-color: #f1f8e9;
}

.material-card.Light-Green.mc-active .mc-footer {
    background-color: #dcedc8;
}

.material-card.Light-Green.mc-active .mc-btn-action {
    border-color: #f1f8e9;
}

.material-card.Lime h2 {
    background-color: #cddc39;
}

.material-card.Lime h2:after {
    border-top-color: #cddc39;
    border-right-color: #cddc39;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Lime h2:before {
    border-top-color: transparent;
    border-right-color: #827717;
    border-bottom-color: #827717;
    border-left-color: transparent;
}

.material-card.Lime.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #cddc39;
    border-bottom-color: #cddc39;
    border-left-color: transparent;
}

.material-card.Lime.mc-active h2:after {
    border-top-color: #827717;
    border-right-color: #827717;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Lime .mc-btn-action {
    background-color: #cddc39;
}

.material-card.Lime .mc-btn-action:hover {
    background-color: #827717;
}

.material-card.Lime .mc-footer h4 {
    color: #827717;
}

.material-card.Lime .mc-footer a {
    background-color: #827717;
}

.material-card.Lime.mc-active .mc-content {
    background-color: #f9fbe7;
}

.material-card.Lime.mc-active .mc-footer {
    background-color: #f0f4c3;
}

.material-card.Lime.mc-active .mc-btn-action {
    border-color: #f9fbe7;
}

.material-card.Yellow h2 {
    background-color: var(--bg-box);
}

.material-card.Yellow h2:after {
    border-top-color: var(--bg-box);
    border-right-color: var(--bg-box);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Yellow h2:before {
    border-top-color: transparent;
    border-right-color: #f57f17;
    border-bottom-color: #f57f17;
    border-left-color: transparent;
}

.material-card.Yellow.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #ffeb3b;
    border-bottom-color: #ffeb3b;
    border-left-color: transparent;
}

.material-card.Yellow.mc-active h2:after {
    border-top-color: #f57f17;
    border-right-color: #f57f17;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Yellow .mc-btn-action {
    background-color: #ffed4a;
}

.material-card.Yellow .mc-btn-action:hover {
    background-color: #f57f17;
}

.material-card.Yellow .mc-footer h4 {
    color: #f57f17;
}

.material-card.Yellow .mc-footer a {
    background-color: #f57f17;
}

.material-card.Yellow.mc-active .mc-content {
    background-color: #fffde7;
}

.material-card.Yellow.mc-active .mc-footer {
    background-color: #fff9c4;
}

.material-card.Yellow.mc-active .mc-btn-action {
    border-color: #fffde7;
}

.material-card.Amber h2 {
    background-color: #ffc107;
}

.material-card.Amber h2:after {
    border-top-color: #ffc107;
    border-right-color: #ffc107;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Amber h2:before {
    border-top-color: transparent;
    border-right-color: #ff6f00;
    border-bottom-color: #ff6f00;
    border-left-color: transparent;
}

.material-card.Amber.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #ffc107;
    border-bottom-color: #ffc107;
    border-left-color: transparent;
}

.material-card.Amber.mc-active h2:after {
    border-top-color: #ff6f00;
    border-right-color: #ff6f00;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Amber .mc-btn-action {
    background-color: #ffc107;
}

.material-card.Amber .mc-btn-action:hover {
    background-color: #ff6f00;
}

.material-card.Amber .mc-footer h4 {
    color: #ff6f00;
}

.material-card.Amber .mc-footer a {
    background-color: #ff6f00;
}

.material-card.Amber.mc-active .mc-content {
    background-color: #fff8e1;
}

.material-card.Amber.mc-active .mc-footer {
    background-color: #ffecb3;
}

.material-card.Amber.mc-active .mc-btn-action {
    border-color: #fff8e1;
}

.material-card.Orange h2 {
    background-color: #ff9800;
}

.material-card.Orange h2:after {
    border-top-color: #ff9800;
    border-right-color: #ff9800;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Orange h2:before {
    border-top-color: transparent;
    border-right-color: #e65100;
    border-bottom-color: #e65100;
    border-left-color: transparent;
}

.material-card.Orange.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #ff9800;
    border-bottom-color: #ff9800;
    border-left-color: transparent;
}

.material-card.Orange.mc-active h2:after {
    border-top-color: #e65100;
    border-right-color: #e65100;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Orange .mc-btn-action {
    background-color: #ff9800;
}

.material-card.Orange .mc-btn-action:hover {
    background-color: #e65100;
}

.material-card.Orange .mc-footer h4 {
    color: #e65100;
}

.material-card.Orange .mc-footer a {
    background-color: #e65100;
}

.material-card.Orange.mc-active .mc-content {
    background-color: #fff3e0;
}

.material-card.Orange.mc-active .mc-footer {
    background-color: #ffe0b2;
}

.material-card.Orange.mc-active .mc-btn-action {
    border-color: #fff3e0;
}

.material-card.Deep-Orange h2 {
    background-color: #ff5722;
}

.material-card.Deep-Orange h2:after {
    border-top-color: #ff5722;
    border-right-color: #ff5722;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Deep-Orange h2:before {
    border-top-color: transparent;
    border-right-color: #bf360c;
    border-bottom-color: #bf360c;
    border-left-color: transparent;
}

.material-card.Deep-Orange.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #ff5722;
    border-bottom-color: #ff5722;
    border-left-color: transparent;
}

.material-card.Deep-Orange.mc-active h2:after {
    border-top-color: #bf360c;
    border-right-color: #bf360c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Deep-Orange .mc-btn-action {
    background-color: #ff5722;
}

.material-card.Deep-Orange .mc-btn-action:hover {
    background-color: #bf360c;
}

.material-card.Deep-Orange .mc-footer h4 {
    color: #bf360c;
}

.material-card.Deep-Orange .mc-footer a {
    background-color: #bf360c;
}

.material-card.Deep-Orange.mc-active .mc-content {
    background-color: #fbe9e7;
}

.material-card.Deep-Orange.mc-active .mc-footer {
    background-color: #ffccbc;
}

.material-card.Deep-Orange.mc-active .mc-btn-action {
    border-color: #fbe9e7;
}

.material-card.Brown h2 {
    background-color: #795548;
}

.material-card.Brown h2:after {
    border-top-color: #795548;
    border-right-color: #795548;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Brown h2:before {
    border-top-color: transparent;
    border-right-color: #3e2723;
    border-bottom-color: #3e2723;
    border-left-color: transparent;
}

.material-card.Brown.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #795548;
    border-bottom-color: #795548;
    border-left-color: transparent;
}

.material-card.Brown.mc-active h2:after {
    border-top-color: #3e2723;
    border-right-color: #3e2723;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Brown .mc-btn-action {
    background-color: #795548;
}

.material-card.Brown .mc-btn-action:hover {
    background-color: #3e2723;
}

.material-card.Brown .mc-footer h4 {
    color: #3e2723;
}

.material-card.Brown .mc-footer a {
    background-color: #3e2723;
}

.material-card.Brown.mc-active .mc-content {
    background-color: #efebe9;
}

.material-card.Brown.mc-active .mc-footer {
    background-color: #d7ccc8;
}

.material-card.Brown.mc-active .mc-btn-action {
    border-color: #efebe9;
}

.material-card.Grey h2 {
    background-color: #9e9e9e;
}

.material-card.Grey h2:after {
    border-top-color: #9e9e9e;
    border-right-color: #9e9e9e;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Grey h2:before {
    border-top-color: transparent;
    border-right-color: #212121;
    border-bottom-color: #212121;
    border-left-color: transparent;
}

.material-card.Grey.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #9e9e9e;
    border-bottom-color: #9e9e9e;
    border-left-color: transparent;
}

.material-card.Grey.mc-active h2:after {
    border-top-color: #212121;
    border-right-color: #212121;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Grey .mc-btn-action {
    background-color: #9e9e9e;
}

.material-card.Grey .mc-btn-action:hover {
    background-color: #212121;
}

.material-card.Grey .mc-footer h4 {
    color: #212121;
}

.material-card.Grey .mc-footer a {
    background-color: #212121;
}

.material-card.Grey.mc-active .mc-content {
    background-color: #fafafa;
}

.material-card.Grey.mc-active .mc-footer {
    background-color: #f5f5f5;
}

.material-card.Grey.mc-active .mc-btn-action {
    border-color: #fafafa;
}

.material-card.Blue-Grey h2 {
    background-color: var(--bg-box);
}

.material-card.Blue-Grey h2:after {
    border-top-color: var(--bg-box);
    border-right-color: var(--bg-box);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue-Grey h2:before {
    border-top-color: transparent;
    border-right-color: #607d8b;
    border-bottom-color: #607d8b;
    border-left-color: transparent;
}

.material-card.Blue-Grey.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #607d8b;
    border-bottom-color: #607d8b;
    border-left-color: transparent;
}

.material-card.Blue-Grey.mc-active h2:after {
    border-top-color: #607d8b;
    border-right-color: #607d8b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue-Grey .mc-btn-action {
    background-color: #607d8b;
}

.material-card.Blue-Grey .mc-btn-action:hover {
    background-color: #263238;
}

.material-card.Blue-Grey .mc-footer h4 {
    color: #263238;
}

.material-card.Blue-Grey .mc-footer a {
    background-color: #263238;
}

.material-card.Blue-Grey.mc-active .mc-content {
    background-color: #eceff1;
}

.material-card.Blue-Grey.mc-active .mc-footer {
    background-color: #cfd8dc;
}

.material-card.Blue-Grey.mc-active .mc-btn-action {
    border-color: #eceff1;
}


/*****************************************************************************************************************************************************/


/*






*/

.datos-vgroup {
    position: absolute;
    top: 4rem;
}

.cont-users {
    display: flex;
    justify-content: center;
}

.agenda-desc {
    color: #343a40;
}

.m-saludable {
    display: flex;
    justify-content: center;
}

.link-interes {
    color: var(--titulo);
}

.link-interes:hover {
    color: #6cb2eb;
}

.content-cumple {
    display: flex;
    justify-content: center;
}

.img-user-profile {
    width: 225px !important;
}


/* .name-title{
  text-transform: uppercase;
} */

.text-black {
    color: black !important;
}

.select-img {
    position: absolute;
    right: 6%;
    color: #fff;
    margin-top: 1rem;
    z-index: 1;
}

.remove-portada {
    position: absolute;
    left: 5%;
    color: #fff;
    margin-top: 1rem;
}

.remove-portada:hover {
    color: #fff;
}

.hidden {
    display: none !important;
}


/* .imgVerano{
  background-image: url(/images/Beach_ball.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
} */

.imgVerano {
    display: flex;
    justify-content: space-between;
}

.pruebacolor {
    background-color: red !important;
}

.img-profile {
    width: 225px;
    margin: 0 auto !important;
    height: 225px;
    border-radius: 999px;
    top: 13rem;
    left: 38%;
}

.name-user {
    margin-top: 1rem !important;
    position: relative;
    top: 25rem;
}

.cargo-user {
    position: relative;
    top: 25rem;
}

.imgPortada {
    background-size: cover;
    background-repeat: no-repeat;
    width: 91%;
    position: absolute;
    height: 300px !important;
}

.tituloAniversario {
    color: var(--titulo) !important;
}

.img-noAniversarios {
    width: 400px;
}

.noAniversariosTitle {
    font-size: 4rem;
    font-weight: 700;
    color: #a9a9a9 !important;
    font-family: sans-serif !important;
    padding-top: 20px;
}

.recordatorioIconView {
    color: var(--titulo) !important;
}

.card-firma{
    width: 80% !important;
}
.card-btn-firma{
    justify-content: center;
    width: 50%;
}

@media (max-width: 575.98px) {
    .imgPortada {
        background-size: cover;
        background-repeat: no-repeat;
        width: 80%;
        position: absolute;
        height: 300px !important;
    }
    .img-profile {
        width: 225px;
        margin: 0 auto !important;
        height: 225px;
        border-radius: 999px;
        position: relative;
        left: 5px;
    }
    .name-user {
        margin-top: 1rem !important;
        position: relative;
        top: 13rem;
    }
    .cargo-user {
        position: relative;
        top: 13rem;
    }
    .img-noAniversarios {
        width: 50%;
    }
    .noAniversariosTitle {
        font-size: 3rem;
        font-weight: 700;
        color: #a9a9a9 !important;
        font-family: sans-serif !important;
        padding-top: 20px;
    }
    .content-cumple {
        display: grid;
        justify-content: center;
    }

    .firmaGenerica{
        width: 100% !important;
    }

    .card-firma{
        width: 100% !important;
    }

    .card-btn-firma{
        justify-content: space-between;
        width: 100%;
    }

    .btn-funciona{
        margin-bottom: 1rem;
    }
}


/*Tableta*/

@media (min-width: 600px) and (max-width: 769px) {
    .imgPortada {
        background-size: cover;
        background-repeat: no-repeat;
        width: 84% !important;
        position: absolute;
        height: 300px !important;
    }
    .img-profile {
        width: 225px;
        margin: 0 auto !important;
        height: 225px;
        border-radius: 999px;
        left: 33%;
    }

    .firmaGenerica{
        width: 80% !important;
    }
}



.month {
    text-transform: uppercase;
}

.btn-glossary-filter {
    margin: 1px 1px 15px;
    padding: 0 5px;
    font-size: 1.3rem;
    color: var(--titulo);
}

.btn-glossary-filter:hover {
    color: var(--titulo);
}

.glossary-item {
    margin: 15px 0;
}

#search-group {
    position: relative;
    margin-top: 2rem;
}

.titleCumpleanero {
    display: flex;
    justify-content: center;
}

.img-vacaciones {
    background-image: url(/images/img-vacaciones.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.card-vgroupenses {
    background-image: url(/images/VGroupTarjeta.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.card-sasi {
    background-image: url(/images/SasiTarjeta.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.card-datosVgroup {
    background-image: url(/images/TarjetaVGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#search-group .glossary-search-icon {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    transition: all .33s;
}

#search-group .glossary-search-input {
    padding-left: 40px;
    transition: all .33s;
    background-color: var(--bg-input) !important;
    color: var(--color-link);
    border-radius: 30px 30px 30px 30px;
    outline: none !important;
    border: 0 !important;
}

.badge-successs {
    color: #fff !important;
    background-color: #38c172 !important;
    border-radius: none !important;
}

#search-group .glossary-search-input:focus {
    padding-left: 15px;
}

#search-group .glossary-search-input:focus~.glossary-search-icon {
    left: calc(100% - 80px);
}

.card-glosary {
    background-color: var(--bg-box);
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: .25rem;
    color: #000;
}

.grid-item {
    /* float: left;
  width: 600px; */
    background: rgba(41, 41, 41, 0);
    border: 6px solid var(--bg-form);
}

.grid-item--width2 {
    width: 700px;
}

.grid-item--height2 {
    height: 600px;
}

.img-cumple-left {
    position: absolute;
    top: 7px;
}

.img-cumple-right {
    position: absolute;
    top: 7px;
    right: 0;
    margin-right: 1rem;
}

.btn-purple {
    color: #fff !important;
}

.permisosLegales .desc {
    color: var(--titulo);
}

.permisosLegales .cant {
    color: #71b6f9;
}

.avatar-large {
    height: 5.5rem;
    width: 5.5rem;
}

h7 {
    font-size: 1.2rem;
}

.header-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.btn-google {
    background-color: var(--bg-input);
    border-color: transparent;
    color: #6c757d;
    border-radius: 0 30px 30px 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute;
    top: auto;
    height: 38px;
}

.google-search {
    width: 85%;
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 0;
    color: var(--color-link);
    background-color: var(--bg-input);
    /* -webkit-box-shadow: none; */
    box-shadow: none;
    border-radius: 30px 0 0 30px;
}

.google-search:focus,
 :active {
    color: none !important;
    background-color: none !important;
}

.card-users {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    margin-bottom: 24px !important;
    border-radius: .25rem;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.card-users .card-mant {
    padding-bottom: 5rem !important;
}

.logo-mant {
    padding-top: 2rem;
    ;
}

.benefit .mant-desc {
    color: var(--titulo);
}


.card-users .mant-desc {
    font-size: 1.5rem !important;
    color: var(--titulo);
    font-size: sans-serif !important;
}

.mant-title {
    font-size: 4rem;
    font-weight: 700;
    color: #a9a9a9 !important;
    font-family: sans-serif !important;
}

.card-beneficios {
    width: 100%;
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    margin-bottom: 24px !important;
    border-radius: .25rem;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.card-beneficios .card-mant {
    padding-bottom: 5rem !important;
}

.card-beneficios .mant-desc {
    font-size: 1.5rem !important;
    color: var(--titulo);
}

#gestion-solicitudes_filter {
    text-align: right;
}

#sugerenciasGlosario_filter {
    text-align: right;
}

#mis-notificaciones_filter {
    text-align: right;
}

#gestion-recordatorios_filter {
    text-align: right;
}

.card-box-form {
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    margin-bottom: 24px !important;
    border-radius: .25rem;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.card-box-form .card-mant {
    padding-bottom: 5rem !important;
}

.card-box-form .mant-desc {
    font-size: 1.5rem !important;
    color: var(--titulo);
}

.card-box-glos {
    width: 100%;
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    margin-bottom: 24px;
    border-radius: .25rem;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.card-box-glos .card-mant {
    padding-bottom: 5rem !important;
}

.card-box-glos .mant-desc {
    font-size: 1.5rem !important;
    color: var(--titulo);
}

.contenedorr {
    display: flex;
    justify-content: center;
}

.contenedorr-xl {
    display: flex;
    justify-content: center;
}

.contenedorr-xl .punto-dnone {
    background-color: #fdd106;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    align-self: center;
    margin-top: 1rem;
}

.contenedorr .punto {
    background-color: #fdd106;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    align-self: center;
    margin-top: 1rem;
}

.title-pages {
    font-size: 4rem !important;
    font-family: sans-serif !important;
    font-weight: 700;
}

.title-pages-xl-punto {
    font-size: 3.9rem !important;
    font-family: sans-serif !important;
    font-weight: 700;
}

.title-pages-soporte {
    font-size: 3.5rem !important;
    font-family: sans-serif !important;
    font-weight: 700;
}

.go-top {
    position: fixed;
    bottom: 8em;
    right: 2em;
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding: 1em;
    display: none;
}


/* .go-top:hover {
  background-color: rgba(0, 0, 0, 0.2);
} */

.title-pages-xs {
    font-size: 3.9rem !important;
    font-family: sans-serif !important;
    font-weight: 700;
}


/* .hopscotch-bubble {
  left: 250px !important;
} */

.sugerencia {
    color: #6cb2eb;
}

.sugerencia:hover {
    color: #6cb2eb;
}

.sugerencia-card {
    display: flex;
    justify-content: space-between;
}

.cont-recordar {
    margin-left: 17.5rem;
}

@media (max-width: 540px) {
    .row {
        display: block !important;
    }
    #pills-instruccional>div>div.col-2 {
        display: inline !important;
    }
    #pills-instruccional>div>div.col-10 {
        display: inline !important;
    }
    #pills-lmsalumno>div>div.col-2 {
        display: inline !important;
    }
    #pills-lmsalumno>div>div.col-10 {
        display: inline !important;
    }
    #pills-lmsdocente>div>div.col-2 {
        display: inline !important;
    }
    #pills-lmsdocente>div>div.col-10 {
        display: inline !important;
    }
    #pills-clientes>div>div.col-2 {
        display: inline !important;
    }
    #pills-clientes>div>div.col-10 {
        display: inline !important;
    }
    #pills-servicios>div>div.col-2 {
        display: inline !important;
    }
    #pills-servicios>div>div.col-10 {
        display: inline !important;
    }
}

@media (max-width: 1024px) {
    .grid-item {
        width: 100% !important;
    }
    .page-title-main {
        display: none;
    }
    .img-cumple-left {
        position: initial !important;
        top: 35px;
        margin-top: 1rem;
    }
    .img-cumple-right {
        position: initial !important;
        top: 10px;
        margin-top: 1rem;
        margin-right: 0 !important;
    }
    .permisosLegales {
        display: flex;
        justify-content: space-between;
        flex-direction: column !important;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    h7 {
        font-size: 1.1rem;
    }
    .btn-google {
        margin-top: 0px !important;
    }
    .google-search {
        width: 100% !important;
    }
    /* .imgLogos{
      width: 80% !important;
    } */
    .select-img {
        position: absolute;
        right: 15%;
        color: #fff;
        margin-top: 1rem;
    }
    .remove-portada {
        position: absolute;
        left: 15%;
        color: #fff;
        margin-top: 1rem;
    }
    .card-users {
        box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
        margin-bottom: 24px !important;
        border-radius: .25rem;
        display: flex;
        justify-content: center;
        flex-direction: column !important;
    }
    .logo-mant {
        padding: 0 !important;
        text-align: center !important;
        padding-bottom: 1rem !important;
        order: -1;
    }
    .card-users .mant-desc {
        font-size: 1.5rem !important;
    }
    .mant-title {
        font-size: 3rem;
        font-weight: 700;
        padding-top: 0 !important;
    }
    .card-users .mant-img {
        width: 270px !important;
    }
    .card-users .card-mant {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
    .card-beneficios {
        box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
        margin-bottom: 24px !important;
        border-radius: .25rem;
        display: flex;
        justify-content: center;
        flex-direction: column !important;
    }
    .card-beneficios .mant-desc {
        font-size: 1.5rem !important;
    }
    .card-beneficios .mant-img {
        width: 250px !important;
    }
    .card-beneficios .card-mant {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
    .card-box-form {
        box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
        margin-bottom: 24px !important;
        border-radius: .25rem;
        display: flex;
        justify-content: center;
        flex-direction: column !important;
    }
    .card-box-form .mant-desc {
        font-size: 1.5rem !important;
    }
    .card-box-form .mant-img {
        width: 250px !important;
    }
    .card-box-form .card-mant {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
    .card-box-glos {
        box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
        margin-bottom: 24px !important;
        border-radius: .25rem;
        display: flex;
        justify-content: center;
        flex-direction: column !important;
    }
    .card-box-glos .mant-desc {
        font-size: 1.5rem !important;
    }
    .card-box-glos .mant-img {
        width: 250px !important;
    }
    .card-box-glos .card-mant {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
    .title-pages {
        font-size: 3rem !important;
        font-family: "Nunito", sans-serif;
        font-weight: 700;
    }
    .contenedorr-xl .punto-dnone {
        display: none;
    }
    .contenedorr .punto {
        background-color: #fdd106;
        width: 20px;
        height: 20px;
        border-radius: 999px;
        align-self: center;
        margin-bottom: .5rem;
    }
    h1 .punto {
        left: 2.7rem;
        top: 1.1rem;
        background-color: #fdd106;
        width: 20px;
        height: 20px;
        border-radius: 999px;
        align-self: center;
        margin-top: 0;
        position: absolute;
    }
    .navbar-custom .delete-notification {
        font-size: .8rem !important;
    }
    .hopscotch-bubble {
        display: none !important;
    }
}


/*Final media querie*/

@media(max-width:769px) {
    #wrapper>div.navbar-custom>ul.list-unstyled.topnav-menu.float-right.mb-0>li.conocenos>a {
        display: none !important;
    }
}

@media(min-width:769px) {
    #side-menu>li.conocenosLateral>a {
        display: none !important;
    }
}

@media (min-height:767px) and (max-width: 1023px) {
    .metismenu {
        max-height: none;
        overflow-y: auto;
    }
    .cont-recordar {
        margin-left: 1rem !important;
    }
    /* .logo-intranet {
        display: none !important;
    } */
}

@media (max-width: 766px) {

    .title-pages-xs {
        font-size: 2.7rem !important;
        font-family: sans-serif !important;
        font-weight: 700;
    }
    .title-pages-xl-punto {
        font-size: 2.7rem !important;
        font-family: sans-serif !important;
        font-weight: 700;
    }
    .title-pages-soporte {
        font-size: 2.5rem !important;
        font-family: sans-serif !important;
        font-weight: 700;
    }
}


/* width */

 ::-webkit-scrollbar {
    width: 5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 1023px) {


    .cont-recordar {
        margin-left: 1rem !important;
    }
    /* .logo-intranet {
        display: none !important;
    } */
    .card-google {
        display: none !important;
    }
}

.btn-form {
    margin: 3px;
}

.text-celeste {
    color: #71b6f9 !important;
}

#descripcion-beneficio {
    margin-bottom: .5rem !important;
}

.button-group {
    margin-bottom: 3rem;
}

#beneficios_filter {
    text-align: right;
}

#formularios_filter {
    text-align: right;
}

#usuarios_filter {
    text-align: right;
}

#glosarios_filter {
    text-align: right;
}

.btn-rounded {
    border-radius: 2em;
}

.beneficios p {
    color: #71b6f9;
}

.card-box {
    position: relative;
    background-color: var(--bg-box);
    padding: 1.2rem;
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    /* margin-bottom: 24px; */
    border-radius: .25rem;
}

.benefit-button {
    position: absolute;
    top: 515px;
    right: 25px;
}

.btn-create {
    color: #fff;
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.btn-create:hover {
    color: #fff;
    background-color: #71b6f9;
    border-color: #71b6f9;
}

.modal-open {
    padding: none !important;
}

.btn-edit-beneficio {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-enviar-correo {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-edit-beneficio:hover {
    color: #fff;
    background-color: #f9c851;
    border-color: #f9c851;
}

.btn-aceptar-beneficio {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-aceptar-beneficio:hover {
    color: #fff;
    background-color: #f9c851;
    border-color: #f9c851;
}

.btn-aceptar-sugerencia {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-aceptar-sugerencia:hover {
    color: #fff;
    background-color: #f9c851;
    border-color: #f9c851;
}

.btn-edit-sugerencia {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-edit-sugerencia:hover {
    color: #fff;
    background-color: #5b69bc;
    border-color: #5b69bc;
}

.btn-edit-recordatorio {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-edit-recordatorio:hover {
    color: #fff;
    background-color: #f9c851;
    border-color: #f9c851;
}

.footer-create {
    margin-top: 3rem;
    bottom: 0px !important;
    padding: 19px 15px 20px;
    right: 0;
    color: var(--color-link);
    background-color: var(--bg-footer);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.footer .footer-links a {
    color: var(--color-link);
    margin-left: 1.5rem;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.footer .footer-links a:hover {
    color: var(--color-link);
}

.footer .footer-links a:first-of-type {
    margin-left: 0;
}

.btn-ver-user {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-ver-user:hover {
    color: #fff;
    background-color: #10c469;
    border-color: #10c469;
}

.btn-delete-beneficio {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-delete-beneficio:hover {
    color: #fff;
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.btn-delete-user {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-add-user {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

a.pulse-button {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

a.pulse-button:hover,
a.pulse-button:focus {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}


/* Declate color shifting animation */

@keyframes colorShift {
    0%,
    100% {
        background: #0045e6;
    }
    33% {
        background: #fb3e3e;
    }
    66% {
        background: #0dcc00;
    }
}


/* Declare border pulse animation */

@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }
    100% {
        box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
    }
}


/* Declare shine on hover animation */

@keyframes hoverShine {
    0% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    }
    50% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    }
    100% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .4) 100%);
    }
}


/* .btn-conocenos{
  transition: 0.3s all ease;
  transform: scale(1);
  animation: light 1.5s infinite alternate;
}

.btn-conocenos:hover{
  transform: scale(1.03);
}

@keyframes light {
  0% {
      -webkit-box-shadow: 0px 0px 20px 0px rgba(190,77,227,0);
      -moz-box-shadow: 0px 0px 20px 0px rgba(190,77,227,0);
      box-shadow: 0px 0px 20px 0px rgba(190,77,227,0);
  }
  100% {
      -webkit-box-shadow: 0px 0px 20px 0px rgba(190,77,227,1);
      -moz-box-shadow: 0px 0px 20px 0px rgba(190,77,227,1);
      box-shadow: 0px 0px 20px 0px rgba(190,77,227,1);
  }
} */

.btn-delete-user:hover {
    color: #fff;
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.nav-pills>a {
    color: var(--color);
}

.btn-soporte {
    color: var(--color);
    border-radius: 999px !important;
    outline: none !important;
}

.btn-soporte:hover {
    color: var(--color);
    border-radius: 999px !important;
}

.btn-soporte.active {
    color: #fff;
    background-color: #5b69bc;
    border-radius: 999px !important;
}

.tab-content {
    padding: 20px;
    border: none;
    border-top: none;
}


/* #añadir-palabra{
  display: flex;
  justify-content: space-between;
} */


/* .btn-delete-user-admin{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-delete-user-admin:hover{
  color: #fff;
  background-color:#ff8acc;
  border-color: #ff8acc;
} */

.punto-amarillo {
    background-color: yellow;
    width: 15px;
}

.btn-delete-recordatorio {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-delete-recordatorio:hover {
    color: #fff;
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.btn-delete-form {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-delete-form:hover {
    color: #fff;
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.btn-delete-sugerencia {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-delete-sugerencia:hover {
    color: #fff;
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.btn-delete-glosario {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-delete-glosario:hover {
    color: #fff;
    background-color: #ff8acc;
    border-color: #ff8acc;
}

.card-box-forn {
    background-color: var(--bg-box);
    padding: 1rem;
}

.card-boxx {
    background-color: var(--bg-box);
    box-shadow: 0 0.75rem 6rem rgb(56 65 74 / 3%);
    margin-bottom: 24px;
    border-radius: .25rem;
}

.imgAplicaciones {
    width: 100%;
    border-radius: 0.25rem;
}

.linkAplication {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .8s;
}

.hidden-file {
    display: none !important;
}

.btn-file {
    color: #fff;
    background-color: #f66d9b;
    border-color: #f66d9b;
}

.btn-file:hover {
    color: #fff;
    background-color: #f66d9b;
    border-color: #f66d9b;
}

.btn-fileJefatura {
    color: #fff;
    background-color: #f66d9b;
    border-color: #f66d9b;
}

.btn-fileJefatura:hover {
    color: #fff;
    background-color: #f66d9b;
    border-color: #f66d9b;
}

.btn-delete-confirm {
    color: #fff;
    background-color: #5b69bc;
    border-color: #5b69bc;
}

.btn-delete-confirm:hover {
    color: #fff;
    background-color: #5b69bc;
    border-color: #5b69bc;
}

.view-glosario {
    color: var(--color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 0.925rem;
}

.view-glosario:hover {
    color: #71b6f9;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 0.925rem;
}

.linkAplication:hover {
    transform: scale(1.1);
}

.beneficios {
    overflow: hidden;
}

.row .imgLogo {
    background-image: var(--vbeneficios);
    width: 55% !important;
}

.minHeight.collapse {
    clear: both;
    height: 0;
    display: block;
    /* Alto minimo */
    min-height: 50px;
    overflow: hidden;
}

.minHeight.collapsing {
    clear: both;
    min-height: 50px;
}

.minHeight.collapse.in {
    height: auto;
}

[data-theme="light"] {
    --bg-color: #ebeff2;
    --color: #343a40;
    --bg-footer: #e3e9ed;
    --bg-box: #fff;
    --titulo: #343a40;
    --bg-input: #e2e6ea;
    --color-link: #6c757d;
    --border-nav: #e3e9ed;
    --bg-noti: #e9ecef;
    --color-linea: #e9ecef;
    --bg-form: #ebeff2;
    --bg-input-search: #ced4da;
    --icono-table: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}

[data-theme="dark"] {
    --bg-color: #282e38;
    --color: #fff;
    --bg-footer: #2c333e;
    --bg-box: #313844;
    --titulo: #f7f7f7;
    --bg-input: #313844;
    --color-link: #dee2e6;
    --border-nav: #313844;
    --bg-noti: #3a4250;
    --color-linea: #6c757d;
    --bg-form: #282e38;
    --bg-input-search: #424c5c;
    --icono-table: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23adb5bd' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}

@media (min-width: 1200px) {
    .col-xll-2 {
        flex: 0 0 19.999999% !important;
        max-width: 19.999999% !important;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .logo-mant {
        display: none;
    }
}

.content-noti {
    border: none !important;
    padding: 0 !important;
}

.nav-noti {
    border: none !important;
}

.logo-aplicaciones {
    top: 50px;
    position: absolute;
}

.post-box {
    display: inline-block;
    width: 100%;
    max-width: 1070px;
    margin-top: 80px;
}

.post-box .post-photo {
    margin-bottom: 30px;
}

.post-box .post-photo img {
    width: 100%;
}

.post-box .post-title {
    font-size: 27px;
    font-weight: 700;
    color: #a9a9a9;
    text-transform: uppercase;
}

.post-box .post-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: var(--color);
    margin-bottom: 5px;
}

.post-box .post-summary {
    display: inline-block;
    width: 100%;
    max-width: 830px;
    font-size: 18px;
    font-weight: 300;
    color: #090a19;
    margin-bottom: 25px;
}

.post-box .post-content {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #090a19;
    margin-bottom: 25px;
}

.post-box .post-content p {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #090a19;
    margin-bottom: 25px;
}

.badge {
    border-radius: 2px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: .5rem;
}

.social-bar {
    position: fixed;
    right: -0px;
    top: 70%;
    background-color: white;
}

.social-bar__item {
    padding: 10px 10px 10px 25px;
    color: white;
    font-size: 30px;
    text-align: center;
    transition-property: transform, opacity;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
}

.social-bar__item:hover {
    transform: translate(-10px);
    opacity: 0.9;
}

.social-bar__fb {
    background-color: #3b5999;
}

.social-bar__twitter {
    background-color: #55acee;
}

.social-bar__linkedin {
    background-color: #0077B5;
}

.social-bar__instagram {
    background-color: #e4405f;
}

.social-bar__printerest {
    background-color: #bd081c;
}

#siteWrapper {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#treeContainer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -55px;
    align-self: flex-start;
    left: 7rem;
}

#tree {
    position: relative;
    border-radius: 20px;
    width: inherit;
}

.star {
    background: #ffd700;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 38px;
    width: 40px;
    transform: translateY(-20%);
    position: absolute;
    z-index: 8;
}

.ball {
    border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    background: radial-gradient(rgb(14, 12, 12) 15%, transparent 16%) 0 0, radial-gradient(rgb(231, 22, 22) 15%, transparent 16%) 4px 3.5px, radial-gradient(rgba(105, 66, 66, 0.1) 15%, transparent 20%) 0 0.5px, radial-gradient(rgba(194, 57, 57, 0.1) 15%, transparent 20%) 4px 3.5px;
    background-color: #dfc63b;
    background-size: 8px 8px;
    box-shadow: 3px 3px 10px 1px rgb(32, 31, 31);
    z-index: 1;
}

.layerContainer {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
}

.layer {
    flex-direction: row;
    justify-content: center;
    position: relative;
    background-color: green;
    width: 60px;
    height: 60px;
    border-radius: 0 10px 35px 10px;
    transform-origin: center;
    transform: rotateZ(45deg) translateX(20%) translateY(20%);
    box-shadow: 2px 10px 2px rgba(43, 43, 43, 0.158);
}

.edge {
    position: absolute;
}

.edge.left {
    left: 0;
    bottom: 0;
    width: 25px;
    height: 30px;
    border-radius: 0 10px 35px 10px;
    transform: translateY(50%) translateX(0);
}

.edge.right {
    top: 0;
    right: 0;
    width: 30px;
    height: 25px;
    border-radius: 0 10px 35px 10px;
    transform: translateY(0) translateX(50%);
}

#tree .layerContainer:nth-child(1) {
    transform-origin: left;
    transform: scale(0.8) translateY(0%) translateX(-50%);
    z-index: 5;
}

#tree .layerContainer:nth-child(2) {
    z-index: 4;
    transform-origin: left;
    transform: scale(1.5) translateY(40%) translateX(-50%);
}

#tree .layerContainer:nth-child(3) {
    z-index: 3;
    transform-origin: left;
    transform: scale(2) translateY(60%) translateX(-50%);
}

#tree .layerContainer:nth-child(4) {
    z-index: 2;
    transform-origin: left;
    transform: scale(2.5) translateY(80%) translateX(-50%);
}

#tree .layerContainer:nth-child(5) {
    z-index: 1;
    transform-origin: left;
    transform: scale(2.8) translateY(100%) translateX(-50%);
}

#tree .layerContainer:nth-child(5) .layer {
    border-radius: 0 10px 40px 10px;
}
.btn-delete-noticia{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }

  .btn-delete-noticia:hover{
    color: #fff;
    background-color:#ff8acc;
    border-color: #ff8acc;
  }

#tree .layerContainer:nth-child(5) .layer .edge {
    border-radius: 0 10px 35px 10px;
}

.stem {
    border-radius: 0 0 3px 3px;
    height: 25px;
    width: 25px;
    position: absolute;
    transform-origin: left;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #a04d04;
    box-shadow: 0 0 10px 5px rgb(19, 18, 18);
}

#tree .layerContainer:nth-child(odd) .layer,
#tree .layerContainer:nth-child(odd) .edge {
    background-color: rgb(14, 110, 14);
}

#tree .layerContainer:nth-child(even) .layer,
#tree .layerContainer:nth-child(even) .edge {
    background-color: #0f880f;
}

#tree .ball.a {
    transform: scale(1.3);
    margin-left: 18px
}

#tree .ball.b {
    transform: scale(0.8);
    margin-top: 10px
}

#tree .ball.c {
    transform: scale(0.7);
    margin-left: 38px
}

#tree .ball.d {
    transform: scale(0.55);
}

#tree .ball.e {
    transform: scale(0.55);
    margin-top: -10px
}

#tree .ball.f {
    transform: scale(0.55);
    margin-left: 0px
}

#tree .ball.g {
    transform: scale(0.55);
    margin-left: 0px;
    margin-top: -2px;
}

#greeting span.space {
    width: 0.4em;
}

#greeting span.text:nth-child(1) {
    animation-delay: 0s
}

#greeting span.text:nth-child(2) {
    animation-delay: 0.1s
}

#greeting span.text:nth-child(3) {
    animation-delay: 0.2s
}

#greeting span.text:nth-child(4) {
    animation-delay: 0.3s
}

#greeting span.text:nth-child(5) {
    animation-delay: 0.4s
}

#greeting span.text:nth-child(6) {
    animation-delay: 0.5s
}

#greeting span.text:nth-child(7) {
    animation-delay: 0.6s
}

#greeting span.text:nth-child(8) {
    animation-delay: 0.7s
}

#greeting span.text:nth-child(9) {
    animation-delay: 0.8s
}

  #app > div.cont.content-page > div > div.container-fluid > div > div:nth-child(2) > div:nth-child(6) > div > h4{
    font-size: 1.1rem;
  }

#greeting span.text:nth-child(11) {
    animation-delay: 1s
}

#greeting span.text:nth-child(12) {
    animation-delay: 1.1s
}

#greeting span.text:nth-child(13) {
    animation-delay: 1.2s
}

#greeting span.text:nth-child(14) {
    animation-delay: 1.3s
}

#greeting span.text:nth-child(15) {
    animation-delay: 1.4s
}

#greeting {
    font-size: 75px;
    font-weight: bolder;
    color: #7b7e4eb4;
    word-wrap: normal;
    right: 3rem;
    position: absolute;
    bottom: 10rem;
    z-index: 999;
}

#greeting span {
    display: table-cell;
    animation: blink 1.5s ease-in infinite;
}

#from {
    font-size: 30px;
}

#from,
a {
    color: white;
}

@keyframes blink {
    0%,
    100% {
        color: #ffd700;
        filter: blur(2px);
        text-shadow: 0 0 10px #f9fc3e, 0 0 20px #d0ff00, 0 0 40px #f9fc3e, 0 0 80px #f9fc3e, 0 0 1200px #f9fc3e, 0 0 200px #f9fc3e, 0 0 300px #f9fc3e, 0 0 400px #f9fc3e;
    }
    5%,
    95% {
        color: rgb(247, 214, 30);
        filter: blur(1px);
        text-shadow: none;
    }
}

canvas {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0 !important;
}

#road {
    position: absolute;
    height: 40px;
    background: #87CFFF;
    width: 100%;
    bottom: 0px;
}

#path {
    position: absolute;
    bottom: 30px;
    left: auto;
    margin-top: -85px;
    animation: path-animation 6s infinite;
    -webkit-animation: path-animation 6s infinite;
}

#santa {
    width: 85px;
    height: 85px;
    border: 1px solid transparent;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAABVCAYAAADXEZbUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAArR9JREFUeNrsvQd4XNd1LrrOFPQy6ARAgAP2TrBToiSCkmzLkmyRsR3Hsi2RThzL8r1PopPrWC6hlOTmvu9LHEm5iWueSdmJSxxHlFwky5IIWY0UKRHsnWgkehmUAaaft/99zj5zZnCmATMAKM7Wd4QBOHXN2qv8619rE6VXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqVXeqXXbFhSWgTplV7plV7plV7plV7plV7pdb2uV2tX2diPBpbZbJMlqZ7dxu/46WBXk3odZ1fjHS0nWtISS680AJBe6ZVe6ZVe6RU5sGpAICWbJARU89hlV//pNTW4QkDVlJZUeqVXeqVXes1A4v8ky2h2sMTfFufD4K+eYdd+5rscaSmmVxoASK/0Sq/0Sq8bPaBCgr+DXfexq4EFVfF4CwRRBxBUsYCqMS3FBOQ9b5UiY1SvlMCUV6zeL4GpLMv4XI+oOqVf0JenJUlK60t6pVd6TcZXPcp+7OWJ/+QyGtjYp9n1VBoISK80AJBe6ZVe6ZVeN2IwFZqoMQ+hJqaJrhZ2PcECqv1pqYbI16Ym+dsI1FSJ6mWKGri2qEnya0yWB67T5P9xBOjR7jMw6HiipLjo8bSGpFd6pVcCtvRZ2FPZZGxALQX5lL98ieG/jV/tIBe7woAA+Kyn0tJNrzQAkF7plV7plV43SuK/V01OlcTNlBT3gGr27uutPYAlrXZVFnY1MGyabJVale196vPVT0G+AANAWb1uKlVMjqjOPRnrfpevNNOo07m7fvWq/UnSZzsF21Rabm872ZLe5emVXu8bf1XPk3+J7AKgzmOJftGWDZS3bClP+vMiJP7ha/TMeRphl+PwERo8dBSgwAHVZ6XZAOmVBgDSK73SK73S630ZSCFJ2qdP/MOTU31glT23iv+Oykqk5WBBFKoro2fP8YAKARYplZXHr5PEf4I8dAn4HkmSDsQhVzz+QVKYFLZwrztJVoUmYnY9PdvlyWSJz9084fMbrAsXL9G4y4XPVVe/epUjAf0VjAokBNvUnzZNzqRrXZGpkd1+jtLzKtIrva735P8g28u23BVLqfJj91HZB7dTFvNNyVjwX32Nrze1fW//9jQIECJzW1h84Ejb0TQAkF7plV7pNRsTWztPDniyJTuQANzedjLtsIIy4r2T4QkanHvlxz9KpR+4nSf+0ZL9eBZolr0vHaSuA7/eP3LyzJ7ZGlSxhFUJLKMkrKNOJ3V39zyxcMH8xyPonGifsBu+RtgsBQStAFVsWzby34s2bzB8XVSofCMjLDg9oqeuzmp2RbzVf6zjJ0+Jm3vqV696Ko5gVMynqI8l4yggSnpeRXrNhqSqQYnGJaa7yvyPtE5GT/5tN2201T36RWY3N6Ty5VooTsD3fRo/7SIFVG0Q2WIIoBoqJ+gtBgIfSJ+ukAYApltZxVEfUNR5LACwG3wyoaCNaVQvvdLrfem0GtSkYEcEGyCcFYKr525UW6DvndT/Hcno3D/9LE/+p5r0R1pjV1qacubbd7KgalYFCfFWqwEAgK7O1k6WqB5Q5YlA6UEyZg2EACuQK6pVts0bObgy2aqVAFU6f/kcGBa7Z+OsBSbTg7FkgjU0PEwtrW3i10Ym1+0GOqsNpIwErqTnVaTXdWB7hR4rzKDISZXeV4nEynGDy64+f9Xygwu/8Ze2FCf+4Yu3BDCf5bgBZAxf9gjpgdXE7SpyrafT9tRYh1XZIj5dE+HECpGnNr6vAAA1yGrQKRcUpTHRjaWiU3iebfqAIE7kX7xu+viP+GUtlHYN6eiVhCqKrDindI9les2gfooEzJ6ADRALTuqGqQJqvZO6JApJac2ffobsj35xOt/KE8zuPz6LklW8l72x7qcDAFoG7r3/GaF3sR5nu2kjzfn4fRxcSfYCGCD7fHty6ubNquFV8QIAav9/CACg6qnw8TtivtYNPK8ivWa9zUXM9KiaWNkmmVQJX/X0jaifsAdV93/84ILH9thSBU7HWA4VBDhwQ+insKuJx1P6hZzgugRWkzUDSOfHBFvNluDeFyy1lOidNE3CjKhgpDuCIxoQEJX2N3nkX9AA96SBgBBjsCMcXIkhZ34OOKUpQOk1vYn/XjX5T0ZfdaNqB5rexzKbQHFHP/+yb/1d3AOTkry4zJndn3GZMx/VHE8i39vXTx2dnfy28xt/T+6mU9ET/y0bqW5PyqmqIQnsbJBnvABAWPWffJeaHcOPfp0ojrkBRsn/jTSvYhpthhIPGJ9Y4aBQdmVjWmrRE6spJlXCbu6+UeIs6GD5PR88uOLb/2ibyvMEZJl8Xi+/nZGRMdmnQZ6y530kW8RPTxrZWyNQFfbUyuypYlcLJvy76+o1DkiHnbBw3QCryZgBFI2tNoW9nxIwRZoGgdrUoLM+2v2aW9uahoeHt+sHAOnOon4w0uNjCbQoLPDyDo8IJz8BhLjenL4OWAmvQnEKDlPU/XEaAZsOXNlhpCUJJldwUM+kKUDplfLEn+sn750MWeL4Hwt3VksNn2v0zDnyMXvA+6vZT+HgVUPreJ/JzTD5X/vzH9IMVVT0tndPvLYqhbZUjud++mq15+cHaPTH/xnxvov2foXmfu4zM/FxZgW7gon0SdU/Ga5xl4vL0+/3BwPI516gsR/8OP7XuEHnVUxD4rpLTVztCfp/yGu/Gk+10A26IiVWRkmVaAXKmlut/S2ruor7JMz9wPIND/O4NSyxet8DVYL2X/+TH8Rd+Uei7/F4+OX1+sjn81IgYGzeTWjLsljJarVwUACXKbauzxb7Oun4X22XfNIwr1L3O+QN3RTtaokWCaC/AFVxukLfy685xtuu7pnNOcFUZgCp8ZWY/2OL5KsiLaPjKsPiUj0QsDtZQOt0AADPUhwUPgQCLrf7wMrly3aqxvO+WI/TC5Qr6paNlLdsiYb8x/RUKvoPBYXTZ8KGUHdeD04/HmV1DA01tra174w0VVmHVO2KR8azBbWaJsMqdFBvVJ+ZanVtwjng7OJ9QBOrKtDF46QwKm54Sqph4k9BABABlOithiFNtLcaQRWcVd/vX4UtaFLtQMv7RHYTbAUcDpL/RJw6EjWvjwVULKhys+CKJ8HqT30whZXJAimz2cQDKrPZHM/T755JECAeAEBH/1cS2J/8kl9Ga9m3/pZT/mdwcR2eyVkLqo86ZqRHff391NXdM+ExQ//PY+S/0hrzuW/keRUGMg4vkGC+yf5JtFZOqFhP0f/vV/3/DQMERDpVRchSJFUArBI5qi6Kr7qeYlYRU9l08eFrkey+8FsbX/iFLZackPS7XS7kEORyuSkrK5Mn/Xr/FAkAKCws5DbJ6RzjP/HYrMxMyszKigYGbJ/ssbAzGf+re/zJiDE/+7ilH7qd62ey29WQY8k+7+6Kez60fxbqZsIzgAbuvb+R9EBplCxbAKjwW+FHVcbyXz61aD14+CgvWkGOpBwFPGUmijQNSnosnvuePX+Bb9bhv/jrFt/5S/ZY9zfbCnjAD0XFz2QsAAJdz7/g6Pjpf22fzUmXSlM5FktZu3t6EGSFDFXSOfkH41Va/RKMCjG1eqKyGiLV2Ch7rhMK0C6KQInin8/nO3D67LndCR5V1UBG54DHTwcSrSrXdf/fZGaARHNY5sICqvzER/kxQMmksMPg9vzmdw5LYcF25qyua/BFld+x8L2+6gdPUekHb48r6UdQNT4+zgMqBEyoqsRaubk5/P54HAAABFXZ2dlktViiPWztTNHXYwEAkMOFS5dDAkr3i6/ud/7Lv5FOtg1TSf7x3Hgdvz9g7PPMJi7LBOirDjVQnTEdZgHos+z1d2RkWPlnGx936fv9w9cBFlQ5KAognZ5XEWJLkWhGKpI43B7PEyyReSpOGxFXj7q+UhVOA8YJFRwYC/X9RDdIS0WkU1V4vHTzRprzseTPAIGv6n3xlabKP96xfbYOqVPzgGejxJstLFndWWSzNYUn/3V7vmiLttcBSCNxd7td3N/Ax+Tn5XI7CXvT09sX008V5OeH2GDn2BgHEeDrMjOztOcLf89M3nXXU/yvFvz2RXrcnE/cRzhZIVnHKUZZyAd2zyZgNdEZQPKo0zH4J5+P3ZLCTGhmTTXPUZMVp/I9/9JBGnzr8IGuZ3+9eyrgX6oBgKgUQH1wderMWX47FgVwOpB/39Awgv8Zp6VGkWtcw5VUA4Cbu1W0am+04Co8+ddPrJ4MWn0dUoBiGgHVADQxo7o2RjAQOu03DnAlAeP5xPXUaznZGSBMho8bPQZ6CXr1NFVYZ13wj/XY3ctsLChpYO9tG8lUz3UKOazMf8KxHvf5fE0fOpvxSHiSgMQfAEC0hcQdgRCSfQQ/CIIQXMUTVCHZZ8Ecv43KDH8utboCqmVuTg5/LiPdZp9n+wzp6DGK0Gbm8XippbWVU9bDFs6sbwl7nriPvhPgCoLNWJUqsSA/fCeCshoHqNKkggAzkhw0nTgZVwugeJ8AViPRU9PzKkLsaUyZwv+PjjoNj6zU2dhdFA546/yT3v8nOscCBRXQWNWTKt5XrCoDAOVZo5hsGmeAOFRfNdsGgcasVGNdaW5xjIyOYv83ieSfxfq2m9580fD+sJvwKcJu6hN//Rrp7yafo4PMvvGJ4EFWMeWXz6WM7DxD2zwy6uS+Szx/AYs7whgBMwJYJxr/+zu69gz9+ZcjDlOdIbs6q/Q1FTOAMPgXLYDJKlAbAmCDjiZrkW3Sc3+k2aCoA4MOar96VUkaT56l4cf+dsJ9Zgj5h9PfOZuQVRX9a47nvhiuhCFLoFSCWhmvRgAJTCazQts8s5sC1KA6qrgQQBgv5qwejzvpF68TpepfFCVIAJAStiDDWd+jOpkZIKocnzQyyDCoCKimuW991gxX++pdS20ms+lRlug/AtnKcoDW3bmTbtn5IFXOD846GOy+Ru/+/lk6cuDfKbt7lMpHJCobligrN58QVBnJT1RonWNOXk1BgomgKrzi3D8wyCKrbmOHZM2nfFsRT/KNQAUEVXgdPagQtmYqqNrF3tc+fQCJhJ/pJHf6+j514RvCj6uLh/EmABFcSOQBlkBW+PvgoCNm8l9aUqLRXcfYd4UAGO85h8kxJzcnEmV1RgdXQU+PnzwVEwAMZ1XpK6rpeRUh8nyc4qhWiQQgLzd3+8IF8xvDZAt/t48MhlSVfWg7r1Yn0/+DEdD96xcdIyfPbl/17X+c1awqlQX4SJjPAnDxDIUB1aocnyUDkBpMoHhYVimIWWdNdTXexAoxFbO3Lb0f/uQeVS9t4UwqYfeEDxE2EWCzUZuZzHyU3HqE5LHByOHunGVkqmB+MzPP8N8BdovXAiMgLy9P79umvTiQ7Ph/FtjVWaGvyZwBhCI1AJVpPqpyUro44wBAOLXSCACYTL/q+xip2qUayJgLrAphvAbuvT/m/W9wClBcsyp0AAD0oo7J1U4xhn9or2Ey7gOK11Doe4F6X3oVtznFd5a3qyQ0A6T5vk/Yct2Soc2YBX3VM8oGeOzDy0KolNn5BfTpr/8zzV+9KeJjhgf76XtfeYAGrzWTNSDRvX/8Jdr4uYdDk3aVRimqHQh0QIs0rNL7PRS48hbJg+0RX9NUvYak6tUR/10fVCGAw2vpQIYZk3HTiZPcX2VnZRlV+8N9wlqD6n9EfxcuY6OKlV4uRiufBZ957DH6paesRnpegS/ONJCtsgEaKKwFKFo7FaqrmZUVe1f/8F8eTc+riL9XFav96jUaGOTJzwEm452qPO0UoUd9mvw/B3xmI6tKle2z0WJWpkOOs+cviEq1IRAzw/HqbAKq4o5Vj59UKqnOp75L7pf/wHVQVP95f/7YmNaGpl+wd7bCgomJ/7XjJA93x58IlS4gqYxd+RXa3/B6jqHhCfeFncBrMlsxEwDApOL/1o9/ivJdUtKSf/2JCkYrwVMWZrxVLVkzgAD4IU6dIUAl4UKVZaaNbkdnVyj9MTvLQVMcVpXkxXuQmX6sYYLdPQv8lD2eO4FVoQ8mMxbNJ8/FK4b3hWxX/eDp6Uj8xYKDPcZkOpsoazviuRMqgkIvRv/fp+MKxLAwswJtK1PpA8JesPFhlxuo7pGHUFWxdf7y+WMnL1zeverb/7ifZtlSK6JxydXDnInP59txblstea+0UNWgUrHO9kpTTv6RCMiBgBrAebVeav69sJ9xBv1Ye9lnmjcTduBr96yoZ5/hIHttW0D9LLGSf57oZGTR9s//Nf3un79C445+WvXJz4YEOKKKHB5UTUj+WeIvd52jQNdZfjtqcMCCL+q7TCYEVXOWMiFnhCSseruEKjgYBejFRHXFJEnzZlBlkSQ9y5L/iAmAd9xJJ176+RN/+s0nw5P/HUaJQzhVFRV/AB5GOlccGCB/1xmyeEIn//ot2RRgV0beFvZb7oRACxdkCjniO0U/bG5ObjgjAO9vRm2EmugfUK+41u1tJx1y64m4fF4i8yr0A8IAQvk8fh7sxzmvYh/7vptmKGBtiNfn6GYt7Ig0RJU7si0buX2dJv9vU+0ojPmsGbAIZlWs5F/1UzbPuPPYk5/c7mi70GMrHzFRlic5yb/wU8pPOWyfWxNJrGyqjm6b4Zh1Wzx3CgFbGzZTx9FGWntXQ0T/JFaWs4NyOi6TvPQOknKKJpX4a/ab+StceB6wAgAIWC+9TLkZJTSWP49kkyXEh2GIKeYDTOd67MPLbEdf+uUjGz74sYTj/0vb7TR66RLZBy1UOagwARHzx5uoCtsqTleIdKpCSMyrzqvJZLobY6AiZ4kyfa2brXMs8PkBqIYCTaMt+nwsntbKVLtYNa+KG6BONQDwXDSDqkOotXXy7B9sl1YFWmyj1FLdR00f+fkPE0b+oaBuFujjdqQjQOD0JcnE0X+L2k8Z4/iPXQCJZgkIEFMGok9FM1oRkn8kVeinngHESgArIhC4Lo5bGtIdy9GzptrWfSlA1UMmyhs3vj+CKvueh5M+/Ec8N4AA7uz/9R9giJ6aTXLsbD6/t7JuSdx7lqNb67fRsY4WOj8nQBerTFQ4EqA7b96ZUPKvd1TxDKwTgZXoq8YE4NlkB75x78p69oIHA9gzymvTujt3xEz+NVuXnUtb73+E5P7LZM3KoeGREV4xNqo2Z7gHKaOfJfALb1ZokQkk/iHLPaoAAezi1RUEVQiuWg9TpsVG7uzykLsjScZ7KiwosM2EriIB+M/HPonWivp5626jxbfcQ0VVwbxzzNFLLe/9gS688VsaHx168mt3L0cy1UgSPWeSTAdIVwkMn3ugB1bCq1U8kBgbZDI+SxILQI0cMvpXccnnX6ZAUQ2ZwK4Io6xKJhOhHUQktyOjoyx4HuevpyYNa+g6XCqwEhVEnOq8CjEEDD2+4nvDFWNeBVqUZmJeRX08d0Lyr0+cmK9oDhvMp/l/JP8z9Dma1SLA4zOpY4/dvaxh011//Gy8wEoGs6crP/WQ7eD3H6dzc/xUMmaiKoeJJ1aQZbzx6mRmgIjYVQB/cfiq4zNVZBkbHqzPKSiKeb9BXQ4wVpBJp6sDZN+wiIoMqu/CR+UNntOA0sDZl+h0WyvZiwspN1uh5/f099LA0CAtnb94wuN9TO5uj1u77wRbfOUtInYhG8gdd3CgYaRkJXkyi0IARGYrpi3W+vo9K2w+v+/gUF9XfTx6FR7/97VdJinLROcq/Owi+vxX/yYm4KcHVGFbRWFAsM2irZLiIm6L0VKIlg2Aq9DXnOysSPZUAHDbZ8gMNFGMGUDhe/Tg0FG7c6W/sXJIcmxauBV7f0ciL6jEqF7y+pRcNVKsKphpYt/HmPlDKvhH8YAAKQUAfvDVB5s++Vf/RAVFJSFKhSQK/WnhAkV15cqRV3mfS392wL72sf/REI8xBWIKJRWKCUHFUlIIG5RKrGH2fuI8/mNGDaq6GilK/x8+R/jZys7BXjo219eU5zc3LuqUXhOKXnzrTWsSVVr964jXwE8EvXrFTIAC1KAGAttnQ491tIVeYL3OjluJ2koC1FrsJ5vXQnNZrFk+LJHFr1QC0Ks+jeeAQyceVNG/xpmW1dfuWb5vfGQoLt3SgyqFlXaWgylJLjywtKCaln79K3EZU1QLUP0EsJevUqVjAQAwrKWlJfzxsBnowxbTf1GVjmBsYQeeY+/xwHTIkr3WPvZ/G7dILNGTmHy27ngg7n2KVVSzmPJqqiMmRFKA2UMWVCHY4QHOxUZqd/qoLDBMmWbFFjrHx2jAMUA1lXMNgyruUIx6MXXVFRMLsApJGcA0XLyCV7f173VgcPD4tCcAamuFHOD9ldTKEv3mo408oYYumTTGiMQCPz/zDSZm7wI29nMHe8yOOYuW8iFq4ROpw5dpsIUpeLA1IuGKFcAYJkc/ZFlQQVLFMpKKahQ9H7hKss/EXsQSIk/BrmBJbj1dZ0s36d5Qr8PnVSDo1Psd7cSEKPMqMjKCwDd8PhJ+XGJeBQJX/DSYV9EAhtNs9VndYUcs9ps9YdyRqSf/emaVHoiKI0AN8VszxapSgb9dzJzu23zPnyRkT8vmL6fconIaHeghR75E/Tk+Knz4wZg9/+EzQETLzsgoxQQBRAuQ8HVx+ioUWQ5MN9OCyXVfd+ul+rpVG2P4bS+Pq+JduUOX+RVuF4e6W2nYateS+t6BXsrMMAZHxliecerCGbp53RbtbwOOQSbHTENQAOCrrfsIjRYt4WwAdSH53z8dsvzGR1YyOygdtJClvvnEEaL7o+unUfxfaMsna4aVXONuql25hepuuyNqLKU/CQFssiJblsZaQ54ULb8SiSoW9BWXYHPAnqIAYcBQEza1YSbi15Ovv9i4/OYP1Mc7A6jn8mka7e9GSNDQUSDT3G8+GlcRVQB+iBFEC1qsfY8iNmQOezE6Osr/hj0v8tUIC/u+Mda+TxkA8PV7VkBZn/35k9+kTZ94mCtErA96rvFZ8rrGmBORqHrhcrrj01+KakgxEMQI+edfUIx+Stxf9FMKo4rngoKamIJGOf4DDmv/TFVasTnUKd/28H8D7ccIWEEw21MQqB+wmOpbSwK7AoHAgdW33fXa9seefCQRZ++G4rLnjsSqMJJxAhSgZ9nnWjsTcv3qh5fG7KmCMQhHVR0dLTxJRUIwkiXT6aoAnSuXaeV4Ed3zvRlpW4FOgEoFgOqJmdLRr9+78nH22rukOE46wB6FzurCfsrJyaLVa5fz39b90V9Qdl5B1GBKP2Fe37ueoZ7tGzWgUJ0QDCkuVAHHUAEcUyYARxqER0oFMOUAwNfuXr6L6RhP3pB8IsDG0g/8i7aGdeCKKX+O4X0yx3uooP8UBwG0b4El6m3HDlHGvAVUXlLG/9bZ08krJ5GCqnOXL9CmNcF5Friv2WzRQAH9MCara4CKu96m4ZKV4WyA/dOpq0atFUo7oAyyBW8Xwe8Bf4D7JRVZ5xRdWZL5/l+wdqsNlNCICL57kPKZfBFIBgKjNJY7h3IGL2mJf7SKVMTkmD2WPz4zj7daWLrOUqkcIGfhAn2QqgSASkX7tZlMSB/78LJdZov5PnXYqk1vG9TTKxpxagWT8WvMnjb+/W/PwHY9SmFVWaN5FWA5RJpXUdR/PPq8CnkNUc7EeRWi2iXiCMQFiA/C5lUA4JxWAKCn7VJLee3CqPcBszL8qMW38rsoaxFRxaiJavtNVLpwSULJv54CDD2PFlsJ36+vVMcABWaEXfmNe1c2sP27D59lMva0cslq8vWeZ08hUf+gk26//+GYALV+Boh+eF1ubuwz67OzFcq5kGk+T6xc8fgqFAemj7H2kZX72H7e5XKOxNQpVFZD5MT8SE5uNo22vku09pYQgNrW18T9htGqLK+k5qst5GSPhz0dGhmmNctWE2mt3RK36UzJuE/i3+XoMBWw2AK291LrZfYcc6La4Lyxa1Q4v54CJiuNjIzsthUWTkt8xfzSXmYTeQzQcvooH/BbVFFN8cb/Le820qata/l+PHvqIt3zha8ax7i6Ib2wqwCcjAbL5mVlkLn7DPdrE/Q8s4gsRWAWlBjaU37UO8uvwFCD3oYNVcTC8eTTCgB87Z7lu376f7786PYv7KXy+Sso1gwgr8tJR/7rO6pWSXT7px+mqgXLouq5foaF2PsiJ+4fiLXvs3UyKtC+J3HEMmJY3CfsexLg+fZpBwCYYbWxjfYsfHPLe69xZV10W3QK75W3fk0DF96mOdXl1N3RS/f8+VfjEqYR8s+VNDuDxvs7mOHwhvRUovLEjWheKDVJ30sphIvLYKgSBLuLXTPGAjjy6m+eLluw6knhEMTZykZOGYDKpbde4IrKg1ZZRvC1a8tH7t8Vj9PHc4NKimoYQBFQeBxDselqqKpCIfUUIIFYRaAA2VWF3TmtQcBHVvIz5s8ceoWWbzFGRYEAhiapzJX4PNR9+RQVFOZTRWUprxRePHeFMmwFdNt3WfI/f/LJv37AyiQqKqQGzg0qq2JaQQBeTZXlvQE5ENf9J8wAUc1qf98gLdpwG81dutZQL6FTotIKx2YrnGgDsGcLTUx3ey+T2R9q0AOShXwZ+ZRVsDI0IZAkDgjC8WH/A3FFFdUguLJPSwVQor3Yu4o8Jf5fIkH7UHBmBTl6OmhO7fzYFRV1IfFvudqqJfOgVS4Vei0HYyrxlnx+H78fKi8IwlBlKcwvoIXzFhh/NBbUFQ5fokCN4jxHRkb3MFveMo0JwITWClkXMEqSzO2eiekR/i77mfPOzeIBwtgY8w9jLlq0rI5qVqw1TP7x+QCsAGDR7EbfZTr20n/QysXLefDJE7bOqywoQsC6asJzgHUB4CWSDLVWC/VryBs8z16vlxyl9SF9q1ardUYq1cwe8CSLydbu9wcowPQCcjYxu4ZL4oNRwWkJ4H4NLNB9VAW+AK416IPTG31exV99aEn99/7yM0/+r32/5z28Rvsd9jS8rfLamSP8pyuT6RoLGbprsunL//xUXPZDUIBxG/4fNjUWu1KAMgKgRdIsZisgkI0wc2VaWVWIUfmAWlkB8OO1p3rZllXXkilrmOmFlxo++5eGQHW43kYa0om4yMZsoeQydtdgq5jnVEzwb8JXAbQe4b7Kw30UgGxd3LBrugCAr9+zYgcG1cGMnj30Ki3bcnvEgkp7+9UJiRZ01b6ghm5dyfxUbxN5iuoov3IBB0/9vZH3ct3ceTx5R+UfCT7sa45sIdnlJSnTgi+ZOagA/z2H/Tv8EgDrMubjwGqDzwKIENUV5xRx+wBtyR84c5/v8I8Qs+63bH4gZTEWs4MNzBM9KmvANNGBb/8dbf/cYxRP/A9A5fzrv6HTbmUPb7zrY1RUXh0Sa4qCh76oh9NmIp2sYGY2MzcCa40DNK5ukr3DE+ypyLNQ+YYtxevBNmCP6IDVhmkGAXcwH7TPT35668ffoq1sH4PdEzn5H6Pjv/xnKi3KJPeIhfKKKyIWquMZ0MuP8pXZd+NxkUlt9eNyNiE+VexJVnFRRDAFcTBkiDgVrIqwIcHIAezRWAApAQBUyqodCSfok8df/Bm1nz1Gi7feTXNXhvatDl89S+/+9uc0vyqL1m1axZKoZqpafjOFU4fCEVSeiUdB/rMGLlBm99mJ/6YGu9I4M6Z5N0/opcSXg+eFExOVBjFUSSfc+2YKAPj6vSvqD3zrK3vX3n1/TFAFLRUHf/A35HE5g8Ets4Nb73uA6lZGpmbpB1cJCpAeCYw2mEUotXA+egqQYFhAaSMcW7VjOmmVzFk1MB3lxvXQ8/9BZQvrNaPKg29mVIGqGn3Wsfb3uFxLisupuMTGEnY/T4Y+883/G3c1QVS0BLNC31ZhaFxZoitYFXFUVfhZutMNArDXelIgo6ffepmiUQCNZoBcO32UJ1aXzrfQjr/6flSDyo2j7sx5oyQgM0oSgMRMkkdJ1lGp9UAAbIugXAmkNuw84JRWAFE1VYEGvn8lsz5Bjb0gX70+lfh6WLIvkzt/LuUVlXFg1HQtcnXUPtfOgykBAoD6X5SdT/K4h6QMpnvMthNL6mQPS3SzclkAlsuDKgAHA0MD/LWN2gVC9CUzV9PjIk8XsaCqgQVU01IBMGqtQKUf7xtzYQJMdFnMHsypKqfRESf19zmo4c6b+GPPnLxALVeuUklJETnaTlNxTeieh2wL+5oMz59GsNnc3kpLFyzmQElvfy+vPhknHT4OvOC7EEyK0xfPcPAgkmwRhBX1HCFP3TYeSDBb3lhWWnJgun3VV+9a+iTT20c5eKL6HuGHOKuCXSYkYEz27GMqrRWBAP997R337RBgf3pehQCr6KDLOWw7+J//Rpt37NYGw0E2CAL5kV8GcrrAEgC+/0uLuPy37PwC5VVWR/X/oqUy3P+LpD4aAxA2UgClSGz1RRvIbqZZVUriE4Bu2uCzA4FA3PZUv/q7u+n8G++QrayK7vvanSFJldEMkKIimyFlV7QCZURpBcKeDpx7KaTtR++rwFTS+8m+vn49UEXTQa1myapN/Q555f3dl5+l9fd8hkqqanSAiIvHVXpgWttXg7105ehBKi4qUuj7zD9nWSWWQyxmviaP+wrZPWr84mz/V9RVUMXCDLZ3lSKf99BBkvKzeNWfTOw7ZjFagPku2emhZbd+gjo622iou4VsVSVkLy9lttoVAwAo1m2SYVFAA7uiKIVi3Qu7iVYb2EzYxsvvvk55ZXNp8bYY8T9LVv/w//0d+TzjClOV6cjtn3o4Yj6lB67NBL0NJqpgUcksn4qrXS2CPeV7w+ue8Jp6YLUgP98+jeA0QMB9APYRr3rdY9T4b39DtfWYAXR3yAyggHuErh5/gy6+9QJt2rycved8FqeO062f+pIh6CeY6SJuLywsNI7XmawKhi5ElavJwnxZBDClpDhDY6kZzP0RgMr+aQMAvnbPciD5O4iz+pSACqv70il2neSVUqwNN62hgsI8ar7YRj3NV6m/1axMPmWK+rldeykW8g+hTgX5h8D9x5/lxpQrqO74D2HAtd/VoUoutyvyFzk9yT8LVqV9kkmyNb3wU+ptv0Rr7n6AcovKJty3t/kMHf7Pb5NVdtGq+qVcXu8ePkGLli2lD+16xMAhhjqtaBSggkyJXN3nyeqdSPECBchaPHeCTYxEATI4buxBmiZaJdPPfTyxYmp38djb9NrPvxsTVMFydLbQGz/5IU/4uzv7qKujh+s1qECxet70xlf0qyOJjWcIUBavwJh4gBZnVaVedci7p8mgIsjAxSvWx159jm774z+PfwaIy0ltTa9zGwCACswho7N/QwyY3z1pGyDsgEalrljKjwIShtY11D8h0BWAoKBwpRZNYXsBdhSVaPY+8B2XV5SS1+ONSAPUB6vhQZYtI8Cr/XnyKJmqarEpKZBbFNH5IOFEZWX+YqZGFuWz+s6fJyk3U0mYkcihqsKCKn+/m5bV30rNV1tZcnuWgwErFi+P2IcZ9GJ5uiCjjQePvsM/arJsfmBtioNVw9YKkQxwyj/T45tuXc/BgOPvnuYV9ldefJPLX6Wt0+E3j9EmfyYt3vhBziiBnbV6nZTLEnB9S4V+LV2whM5dPk/vnjrGf4esKksqSGYBg4R9DHuLgI995zlZOex7AAjTwkEAgAWgt8YCVjDsMbNQscHMxj4x7b7qnhVPMlkGk3/F4GqWV2mjYAE5mbSWC/43Uu5fWrcsPa8iKEsbkwqq1TamqPTe735BOdWLyVYZm4DguXqUxvvbaG5tJa1eu4yy8ktow32fNfT/ejsbyf/jdj6NkW+oQwNhuO225muMk4z8VROKKvDzSEZFtVGwqsIq1QA7d6SaBcD2vp15/V08+ZeVfQ52lK28KiF7ihZAJA5bdz6ggfnRZoBImBmXWTEh8Y93Bkg0XzU+0MVu5xgCVQAepilmfZSJwy5OMIBsfvEPf0ENn9/L7VGsZPXt//gnMpvM5BgaIodjiGy2wojJPuJ1zEEhlpSL5HKCvOdcZYko81dZVsWmAgBwspirYA5Za9fRPHYZJWSyx8mEN6D8HGM/nYMTYgnZrbXY2FIFWnM2pcQSOBUkha7yYgD7r/Xwr2lOiZnM1ZuN4/8rZ+jIL79LY4O9/LH4TubMX8r2ZlHU9mjEBzkjrUxOlWRa1MBtYeDaCS6XScXYwp5iZk0p09fBdioZ6ePzFIyAVZ/XN33FKpMEcIWDuH6fn9sp+J/L77zCZ9Hx3IBdd++4nYaHRunCyQs0MDBEv/t1L5cn7AWGMQt/INjS4bI1Ktbxvd+ryCYmWAkwBUOC2X7HvtcXrcfDXk/M/UFegFyV2euogEryrYJMe7kjl2S15UYd5iVLtH7TGppTVUYvPHeQ3j10ggVWVh5wcVqrSiUtqphLNcvX8SQxEtKM6kpez3m2GZYqSjVZ5F8gW+gRhFGtXs0BAbnnEmUPOyYc/wFEB8iqGB447UumR5mC1nMjwBx0x5mj1H7iMFUsWEEFFbWUmZtHAdcIleZ6KS9LZreHKbuokFcKoMCIsxZsuovF8qGBTPgZq2IwmlHPPhTWxAxCTgSDoFGA/M4QB6XfDAIEwuuJ3kodsDItw6qQADC9s6vVAP6Zj/32J4S+tSUNO/mkX6MFmaP/Bw7LzN4vkFl8HlT977g/+swKPcACOeAzi4oAdCsaCICATDBQxIRr0f8Xo6oCauXT08KqkOgRHvCT4qRAP0tsBsgBDgLAYS3ccBvXjUjBFCqrBQOnub7J8s3Kvp2kDdBQ67ajREy3OSjIdDfzciMVWfMmBP94PyKATdX6H7fUIpBqUCjSSnU0Pz+X1m1aSWdPXaJjrzxn2HPKZ1V0dE7oAUZ1xUz9QJGiVDhYIMWCI/5TDbImrLYBCrAg1JTlY7aR2XkWVMlON9sHmZS95iO0fM3E6hZfCF7xvSCg0gW8UqahLa1PORMgQmsFEvgNW9bgSEp6751T9EbjEc1OQrfxd15NMSnVavitez/UwBz02+SzzaPMxbeh1koBx7mIgT2oqutXruU9qDxBzysgf98I+26YPmXxJ2eyYsHemIckj48l/vM4CwNMACwktQUR5mIEN0hQNwPnXjrI5MnPX2cyfXwagOpdzCY+KmqSCggQ4PtGYQAEba7ybyzzmz+X8gvy6GpbJw30O6hirjG4dYPOq9irJMdKEDDO9Obg95+gjR97aAKjUp9Qoa3y6rFXaYT5fjBYrrZ20sf2/O9QvDRsmKLYA8XFxRH9f2bnCcoM8//63mzJxOKxsKKKAA/gw8Z4ccVvWKlW/X9KAQCmcY/wHY9WFEkBoFCtNvLfkewpTgXpbTnLn8O++maKNgMEQBUSK7PMbMiyDyrxqi7xF21Tk/ZVzIYWsudz5VbRSNHSkJgV3y9knHKwWhRvdMkqYp7BjhZ69bt7afuffW1C263eN73179+ioc5WpSWIPcezz/+Wdj/wqVCTbWOftXZjxIR/Qiy69W7yX5hLvosnWBLVCuSPTPMWU8atd0V+EPwefBIABr3OjA1O+A4EDpRCP/WIVkiVZV78ycwEhd5Mg4PD9Luf/Dv720+pHPF/eQ1Zs3K5XmJA3chAt67FCpuPuQRrZsgMi5C4XDenRuRFp3/xN5TLcgcBogJUPX72BJ+tYDQrAa1saKMwBFYFeEUKr6Cwt4nbUthUvb66PZ7G6VDUxz68DCDgo7xYFQhoyT4WBiaiQD0y7OR56gvPH+S+SiTaspqrrrj5Tm2onxGTQuz9rG6WXy69nevWpI+q5DnuWfIDCNAVrS1XGlmyP4fvff3Ce/J6+7Vh2NMCAKjTlBsEqgoFJAXc573j1gwLHTl0XO2pDCiVF2aAJbNJrf5LVLtqMzdYkZB/gVDxwObKW9R1qYklowNUoFK3YUxRhULPpJEiQokNB33AqOL4DzVwymUCx+sYOH1Ur6d9uBpQawQCYkK6GEqF2x0XTrAgvIsn+ZB5zurFdOVMD6dSe9xe6u7q5RqLf1u17V6lMmBAp9YrmyngDQkiE0ICwxyU/tgq/9jwxMqvDljJi6GwyQwCFIDKpPQAqv3MZxqfJ9lxmfJqVlF+9TLt3kOdbYR5FoMdzVoGwY2GSQkgIg1W0c+UEABIGEWHr/xsK3OELYaUYSSfptySCVUVff8fgqoIveqKI0kxCwB0KiamHcJrQk+tFisVWwao+/grVLHmjqiPP/3yL3ivmqAIg+IWyaiG9607TrzI+803rdmo7XnYAAT6KxYtN7QBCHhFsjDB0PYFkVmrXwn+jYarMUecMlCFOaUG7As4fK6nbK/7maM6f+YKNV9uo66uZ6iy/jYqLFJ69TBNmc8tiTC85vhvfkSdVhft+OjdYZ6fBd61NQqtNDM2sGlt2EG+t39P/vZLbOOyxN/n524kc8enjW22SALCAipeaRnpDnnNMKc4I60VpWUlPMlva+nglEm/2rOu7HVJq8AooJwppCXDGnBFTcil3CImjzmIxJgSF/PSg5CP75f/wmy6iyR/hvI6PgVYCTjGqPJzj1HZSC85Rxw8Ucj0sWTE72VB6YCirwYVqhC6qlqpgv/wHf7RARawNqXYDjzJQlbtNA/ur3yKVeBBqWTmCX9FVRlda+uia1e7qaKyTG+c6cI7r9GmmhVR971+vV/nVTx29zL4/UcF40QE8z5eMf0Wrb55K5Uu2kD+jEI1gJXo2ul3uK/yucb5d2BS2S22iipa/4Gdmv+PRAGGPQlP/hPx/6Kooj9TPVLFSlT+EIeofnEbpX7t0relQD6nGg/QvI13Uk5eQXz29Lc/1va/KTvfMPnXg9Ritf7+u3zivH7eB3QP+mvEVuns6eI6WmwriuyrdMkGADKDmNVRWlKc0sSK7fsdwqaKAhUKT7l52TTQ1UrP/5+Hyb5uG5XVLacctWId8Lqo/dRhunLkoAbGiDah5pZW+s7399Gn/uyL2jg56FKiy7x4Nb+mjBeHgQ7QaTVGSFlcpbJhNPAMif/Who000OegpndPK21ULCbouniSM6y5X5JIY13znEpFYWUVfI0nngomhwFuR0VSjwQfuhhpUCL+HTZUgNMAuPH4SDYVuorYarRiPcnZNpEXTA9bTWI2gFOAFH2DrxdzqwqLCmiwf4guX2xVinxysP1CscNKrlq2qJ6fxGGYWHtG2N4/pc2fGzv9O7ra00MLioPxDmQDH5QwS00UrTGPgtmAAmcfZbO9b8RScwwNt0wbAADKKnf6sqQZAdD88/JzqeNaN7176CQXHG/JkcyaM+YVAfafJBgDcSBUYvVfPkqjTCkLVCWDUDFQyWJMieYIln4AE5IB9FlqFRVdIMWdfm8TD/xBWdGtZ2j61yMi6BTJvypz2njTGt6n+uZrR2locJiOvXNKAwdkNerBve2rN5E11xaRAoTPC9CDU4DG5pFp/s1TowAZHVvVfZZKxoYNKUBKW8BY6tG/uzGojuo58URWGChWq5Vq7VXUcrmdLp46zzLS87pEnybQWE1mMbyKqG7VhgkzFcSADj3YEakHELK19J6jgv6zkd/0aB7JuZkRqypCfqJXXUcBwj81pFqmwyPOHQX5ubr3ZaLqmjl8PsKbz/+I8t95kxZtvZuql28IeVzH2aN04Y3fUM+VM1p1EEJ1j40aBlToq9YP9cTKUdkacECgrIu+6kg0aVCDYSf0AACmAON3o8oq9gWGq+F1XZXruM6wgK/RVliYskpVICBv87GgMiNT6fPNzskij9vDnFILZ524nKP026e/Stv+9JtkzY4Omp155b/o2pmjdE0Nzu7+xKdJuHDs8YRMfEYWWbd9hKw8YXeQ7HaRqWxO4h9QVFr0z81shAoCPJHKwUrRWiv6egZ4BVokU8opAALSUu4vbKtYhw4fpS2bNxgGjTz5EayKaMDK9k+Q9+CzJI+OcB/JmRVjbjIvU57Xkl/GgquysI8RZmtRpUKlBcCA2RoMGNzOaXNSfAaIRDZxcoJJVNTZnsF8lYzMDBoeHqWS8mJ+JNXQ0AiX7ZG3j5OgDuPzLyyQeVB6o8+rYJqm+X2lD1gJmPBj7YaVVFpoosMHfkjDTI7wY3rQSnsGk5IALN28nfvX8N70Cf6fyVC2b9KSnMn6f+1M9dajZOJAwHzKuPB7KrAUcEA1PFgFgJ2fl5dSUOUv71y0QwXDNHZqWUUJrduwhF753l/T+j/+cnz29NQRNRSQaaS/i/JL5kyo/KFNJbwNCAkS/JTwPyIJKLYVG/uqoYEQAAC+7fyV8zypMmINiJjVWcyS5YolYn7G06ne9ywRvQ+6J5gVWCvrl3D//8oLb/DfAUrhUopRUjBJVavcnDUcII1B2NXdQ8fPtdDtW+J7DxiACfC2tmZu6u1caZ2D7Y2dqdr/X9hcjQKADf5fJPYo9gwy33Ti2BlOWRcsNNFyKeQvQGrOspLNGhA70KbEMD716FMrk3d232mtlSp8wR4OOE7Se6eOcV3DCQscVFUBBuLAIqdzcfuK+3T0dPEYCnp6seUynx8SFaBhMV3xnGqezDI9fcpisUzXsFotBhAxvX1+DQ07hqmro4+6O/uFK2If06xhx5wJCFAVhesI85gNARVmC7tbTlFZRujwX9gDowUGG2wDmILBuHWQt/tq+16Xq0ZgqSGGOjBtAAALWHegX1KgeJDappvr6Wp7FwcA/AF/CNVCwPI8qCIlWb3y3ht0y8c/H0ILgYKC9me0Kssq6RwziFA4CAaC0xy5bBwt8eN81C8BvZVYRpVCLcFgTjG3bi2ZsvLRmnCgsKBg2gcqMdnwnjWOWKkBKHfi7G+tV65R8+Wr5Bwd4/2qIpAyW8wqGqggVuXzl/MkMR6ABY7/xNu/Chk2BUQPaDWU0sj5JIMCxAxayqsqXo/vQbBRSINGiBYusVP13ArquNrNKZHMMmg2TpYlUlEArWrAT1QgBQ28+aNKT2WsfvUJNDw+LOVEXH1A/L5nXwppVREMDbwuKtr6Bcfv8fSKNgN7yvUzIN/n8ylH8XE9ZXLr7emnnq4+GnOO0/iV0/zUBLEZTaI1SD1SLVipUwLW0Qtvk7RmM9cNJGhm9xAVdr1j2FcNfUNAhCQe4J+o7JUVl/IedQ6Wqd8fLgRb4UFYOCBgtPhxLOpEVpfLtSeV8mQBUoPH6yWrx8peN5Nuvm09nT19ia4xW+pXdXDgajP9/l8eo40ff4hXVsIXqJVNv36GgywCXDl2/CQV152g2+s/Etf7AMKNKlhV5cQkXyqwJXAmQTxB1QLYiD0sqErZgNVYrRUOBwapBSmBIvnXWFckabR14WAOvvYG71ddtjEIzqF/Mrz9Ker3XVxBmR97iPxXzlGgr4s/tbnaTqa5cW5dMAwADoYzLUJXY4qr/3ZUVkTAqjAAFV0ttBXQllvX00DfIG+teO/wSV5dAQswZO+r87qWLlnEB/YmfV6F6/qaV8H9vqjgkcJC4QPf2Oc5dfw8l7FP7V/VVIHdFu0pSlGVV1yoxL40IgU4vLUCbMjjL/87LawMHo2GajQSUqNYCTYXsykisarEUDAezzFfhtcDXT2cujo+Pp7SuQpO5/h9BZZcbfI/5AeW1bnTl6n1Uiv1/fNXaNMnvsRjJUN7+qv9dI3ZU54AqL7M23qMqOTDmo+3DrAEYMAYzEc8BRnBV8EHQW74PTcji0+pJ3WGBamM2OJCxVc5yxXmKuJVxK/iKLtIK98GtpEyd8FsMj2eav8/Pu7ekZubrcTZ6t5H28mlc83KnIWAFMLEkQOSRvfX/qYWWQQwA50vqlmc0Pu4fKWZ+yqLrucaoADmM+D0lqT5qoLKllSCf0wEDWChQDd59Znp27BjhN47coon/3oZiXyAD1DliWnwtmi/xgL7D0ki9lzGkm0czJR9PRSIAADAHq5jsT6KKWBM1dXMo3wLs8NoTcuystdVkn+crIBrkX0Bzw8w20bEv7DJ8fguvhf7Lu5g9hQs8udSGQN8aWsNCoB2xU0psiufU0LLVi5kvumkArSqOSNvEaLgyUBiTh3s79k3f0dVi9eEgG/hp/7oZYm4U5w8gX2vVf9FT4H6vPjycX9xH3EbNgP3jzQwmB+V6e4ksq/kn8ExNLyztKTYMS0AwMM319R7vT47KqlcKZkhM7EEFDQK9PWJXv+AWnFVUCkTRwLVU5e5Edi6fgWfYAyEOLNiAVdSS98RijRzFsgoUKnO3k4aG/dxAc0treTVEwlTci0q8u/mY4a180JdqnDhtMAIiBmgZSmoWb53AEM/cFQRqJQpT1Z5YHU3p6zadFEB5Rfm0sab6umdt5qUKoqsxVAcCVSqLsFkFX8b6TcOnlDdFG0VIfuSORmgTiKpB7qHYClSoBROAcJjh0aHIxoBbBR816AAIbH1eDxQ1idS76xcDVZrnoaMQjZwVoeZLJGsCmqwgrjLwV4qWTfFWn1sFvu8C9bdErVfHeAKRwTHWPKIimsiib8REKC2qoihIFLfFSrsb6cR2xIN3VWryDyBi3DsYnIDVVmhrIOmhjWvrppPSUfShL0PMEoEXQqVWg1vZdIlAMoNW2Eh3XnTavIzZ+UtWsDBN/IXsMA9ciUKQRTYFUOc/WPhRtY04mZ6xUxchgJKKn3Vbsph70UEYTg2SASusfqq9RXrjPZD+5gdaFGr1UlPqlgSahdADo6ZxAKYAttp4bQ0WQ1Ke3g/cE5hKVUsXMnplTj9A72XGASkBVQhEHX8Q4uR/J+/cNEQAEh+VWVBk6VsYUpPV4nVWiH2uPBTQl8FjVqwADCsilSQ2+320E//87/pjzJstG7pB0OCmkSXef5SfiUVTGI2ItB2FDqa2iNWWfJPgs2nVqMFUIq44NL5Zurs6A1hBYgBVXqbC3lD77Nu8HkVKq3aRjpmZAULVNduXMn9/uDAkBZoC8aKxlZTEyqJTOpgRaanzlHDoFE/UDHE1YwMUKdZ1ii8HT2dEStWIkDVAwAAVWGLjejrIljOcA2w5HaNavP8Dp/fvz/FjqrB62H7H/M2JOKsFMxG4APWmB66hgao8QdPUK6tjMqZPc21lfJ5CoOdij0VCZdwV/VrVtLSUjP5O14ned5myixmepi7lPwDkdl8kCdiKjDReLyUnUeBoXGmy2j/UUJyoaulYGxm9HLmqliIdyMxXIPBVZ4KcEoAqQ6q1cCU+Ko/31RZ7/P6bIpLV4AqqydA7a+eJPOwm2xDLjK7fGQaD4L33uJsklls7ivJJndZDvmzLSHHsIqiQLTBjBNigLJS7quaTpxk/qqS+8nBwUHqVYeJ3rL1pmR+7JTOqmKy2AYgGiCAxWqm227fzOOpVnbpEV7FLykIij5ZFfkUqcV66Kywp9jrZgGQYJDitQj21ZJBGflzqLoWVVDld9+7TM/HugXqqgyrHfdw/S3YdAdtXPEh6mm/oLDqbIVkdg+zINozcYZCWPKvBNsexDy4GjCzhulqSmwBE8sOxAC8CKjGAKOj49R09DR1Mf8kbC10MCAFNOA1WBSQuY/bvrKK2zC3bT7llVWTiX1WqdMRdd+jQC1m/2AfZ/gBKvgUlhqeGwVbl5eKcwt5riXag2BLeVErRpEKLYb8/TP5Fw2ff1A9qvJAJEZl0gAAZryZYWX6kK0ILCcnm9NWr1xq44gVdBRBAKcFmnQJKgUrKbgPkH9+hFJvE5nrlD4puag2sgKxVVI1n0pql2oC8J05RvxcIT7h3awE/m4vCwbGqW7JerIWdfKgn0mdJf9zYgf+BbrgYnyogRRKNfop104HCDA+5t6GKqDY+PiCl65YyKspQAX1qCmpAxV1A5eVviC2UZvfbSTL/Q9pSWIG27+5nUdDetT0C2DKaaaAegoQB0uAVIuqahQKEAICw941vQKy77qkvEJQgJ5mRjul8nxoc5WNJcb13ACALcH+Q4tKe2sH11PopDXDqk0BF0GsoKnpgl3+e3H1fE5djITI6YMrmcn58oVjlCO7tUBJUPpAYTXqrQKIErH/Tx0KggXCr+hVxxVWVWlMqUy3VNklyWQDcyIz00o19iqunz1d/fy8dL3DCqn4S1pKRfrhgWAtcN/gG2ffhTlY4TQ6BkjtrcY0YBu7bVP7q7E8L/6UTPmZin4iaPP4+RFAckYhLb7ri1Ta3U5ORw9VMbkXZ6gyBV06nj7XscF6NQiALShKsjzr4fzNartP57Veanz5EBhWqk0jrb1HVPrGh/qp5d3XNLvKKYFitkWIraWoR4CGL7StoIJy+sxZLagCKNDW3k4u9n1fT0GVCopFba0A3U/QqDmQKoYwqVRLDqZKev+lMoPYfw6POe730dZ+lTo6O2nLpo2p/sigXjdZKpevpdSvB4N5lrKXl65cyH1U57UeTv0XTikYuKqtGLIcwg588aVXbvh5FcPDzvsKCnI4GU0JQk1UUJjPE4H+3kGtL1VYUWX4slqpEuC/HDzirv3Yq7Tspjs0xh38EwD48JYqsTB8Ej5ctOVpbRJ+nf/XBgdbtKQfvg2tlWjHiNVWgTOwc8sUgJP5it25uTkpa/354pa5NrZ17QDssP8LCvLolu2b6JUX3yC32y8AQi7HsaE+Zk8btWKViKVkWfQNKyTBLLWqDF9lEgy/CLrJ48gMpfUpn/myfPV+cl8XyZ2NKsdY7d9GvDrqIkvRMlr7Rx+lgf4ucg128SpiFouz5JEuIz008lNEoS2ASQcBmQ42QCDu/hEqHvJRZs8YWUaiD+K1DqgzkXqclHNWAQTc1fnkrson3UzwhBZ804Z1a+lKczMHAuC34L/y8/N42yt+1zMD4MdGRkY5cDD7lmxHDIAjootLKrifAuDHGUBon5ZDiyZaXiWF412yxsZuaWkn+7zaiICqxPIsAAKGYKoIt1bfSt6XfsaZVDixhudWOFrRy/Rg7lJ+UlVtxcKIxSt+soLapgbdREwXYdlTJll/YBva/Xj8z3xP+ZxSnktdGxrmMQDAEUmLs0wh+1+wVerstTSnopyIxfbZ+YVs79cxZS6NyVKrZfmnFreymNV7hNmYPHFUJU6q8FFg3Mu+5yxauflD7Du7QMMeNxWWVpGd6WlM4E+/Rvt2sf/jQhvZ2pQCAGazaQ0Ehb4+IE3oS792tYsPrJDNagKloqciIeWIVUA4KkXInV3dkY//0Csqfqro/4T79A6T//w7JHkyFAaAL4hSmew30bzVNmNDCdQfyokEwDNq+EXKwb4Lmyrcx1NtCpjD2pGVlaFL9CU6euik4txV2YkhH1xZJUVxJQpNWneygAoOH9T77OW3K+f6jlewRNIYAEBCqqcA4dzqDLbReV9ltlXpqxQUIKa0dSyJRTuGoAABELDHorACAQxSgIBYYQjQM6lC/5iRrIcOIlkFC2Be3VyqW1BDf3jlcHDQlypL3A6oU/41ZFUN9sXwkEgLVf/C3mMTKOsuRxc5mSwFAADZIsCKxKqAPPUzK6JSLUnpP8JrO0rr9a0VKZ1ZgdMUvCpS7XSOc6DvWns3Z1Mow0DNGsgnKi1cvirtSYlZJc24trS2RT4GCIYTU1CFo4qSCJgXbiD/mUMsSlPQVfIoxwBZFi/ijy3BFS1wgh1AHysLtvigNb2zCoIEyT8LXJZsQNAl9dztRUvsvIVK80IqHT00sVWrqaqcxcAaSZY0sCrbI9H8HhMVOeMPrUCbXLN6FV1gARV6LMVCUAVaZXhQlQq6ZXL3f+zWigAHX8zBKqo4no6CR9oFB9yRxmKpXLQqfmDFZuNBKgJTfQAKGY+MjNASpqNJW5bMlAMrf7ahop7JzS6o6LCdRcU2PuwPRyWKmQCKzEwaCKjZWJVeKXoy0aqC9eGP33/DzqsI+P0NPha7wK4K33P5Qqt2HJiyx5VsVLSmCFxVq6aqgAD09GMfvIWsoAAXL6a8eav4oF9/rxy5oqqyqpDUI8HH79z/s/0tgVllUo6rRMCaY7GEsKqET4tEVw3qZrACmHXt8F6d/086qIITlOC3Ub1DnLp46XwaGR4ln9fP97ts0p1cpdpUsc9FUipsqRJmSXTu/EVquG2rIVsl3hkg/Ei7q1cp0HZWYavhFVw+5nOYr1pv13wV2XV0Y1odObFiP6WMXK1QoFu2VOhpcY9rXvaIj3IH3ZN+DgACuDKvjdDYslKS8zOI5MSfB34J/kq/4JPG3ztGhw4foTJmaxGfDAwOcnYk7j8ZACDScMhkLZ/Pz22pF6c49A7QO282TSj2CTaa8P2angfkYLIqkZYjoFUNrVhr16zS2chcMq/ZGRegym1wcQVl7PwCy6+OU6CjlQW0LKdicZp1cwOzCVnx2VE9wKrTTwFqqWt/qmQrmUwNbhavAgRE8W/thhV8Bg2KggFtoys5FH+jgaAMBaja2dmtsdQkI7Yf4lTEqBjGy38WGbMCj71HAYdDd1Qlew+jbjKVllLG0juYjbpjYuEPsanPo8SmKpBiVLTSFc0j+v/kMQB8Ad5TganzmP4JxKqns48rqTjuR5guBAI8kTLJwaq2euOF371CdfZ5oQaVBd5w/vq+56g+pf4WJvAC8p0+QnJPt3JUW1Y+WW+5h/etRgIWjND/CcIdC0mWU1pZ5aj1TdX17P3YIFfQ1rJY0IqEFf2q4mgqXrHmSRWpiLVoJ5FD2i6AWCEhRUVaTPmF8sqR0Gr2bxlMgTkFSGVB+A79ngVSQ4pdsYjjqrzM6YxRyU0foI3rdlBPy6m4KUCSno48kQKU9FkLTOsamK5yg4lKAOjVGPrF9dRi1gApEVBx+rpu4KI2TVqV77XzTeQddZA1L6hX0WZWCFbF8bMnqSC/QJtZYTGZtL4/nQUKYVVgoW814gR74UxdA1Rhy+E6PT7uOpCTk70/pUoqSfWCKQHK1MVzzQrFWvtntSqlOitJy/pD6aqkC1xBqd79QDD45/9WvYZMUdDpCXZg7S1kqllE/pbzFLjWwoKrAFmXLGV/jz1ViNsDXAAbKOoU4aTbAD7MR52PADuKYUqYp+B0j3MdFRmnctySrNF+ZTmoPxrAAn1kQfv8bhNVDk6uYx8BkgiSRMKPn6+/+TanW5aXlfFK2FTplpHOJk7mire1QmOlBORgZUVflgozmgBXbNb8hAJVtFUcZ/IDWJKVnaVNFMb7SCoAMA2L+fwdoKtmZ5u1JMo56qS3X3+PHINDwUFfssJLFb2X4qewA/qKdtPxU1RkvzHnVTC/b2dysUNP8yzZlFeQQ+u3rKbXfn9ISUxlPdAvhRaoZDnEtiomQaUA+8Ypz9XF/P/qyKwqLVjPpcI5y8i2RLXlzB56Xv4ls8FqoC9OqxjzUGBknBZv+yOyqUPtSpjfLyssZO/HH5W9SfrTKvwewaraxfx/XfKBFdnu8we0Kf/tLR185o/GPuFNvyqDitsiSRu2rJ3CoFKGhQ8bZMH7s8//hnZ+9J4QX5VIUsV99q33UKBvPfmb1eHDaDOKdwZIhKPrDNZrU5Ugs/cIdPjEf+eVKy2HP/7JB6nN2ZCsbwggQME718i5tJRcVck5blswAwCu9vQqR6nixKnamppJV/8xayCVy2w2aX4mJzebz6YJSf65bwpobkgD+7TQUQoBqkRh4NnnfsPt8Z2bPqvpTsK2jyX6ltWbiXBN+YPq4sTajSSf+jVu7k4Vs/qhLdV2MAARY42Pu2nhkjpeDOzvG+T73aSTOz8VQOx5xdhqgCvs8gu/e5l23ndPGJg3Rxl2jlw1Hn3/wJ+Q/9QR8l86SfKIg9tTU3kNWdbfFlFeGkODx6ahwIAG/IUuR8oBACRWogfF5fLwsxO1CqmudxpDf7SgSv03cU4wBIvK374f/YQb1Gqds01Yr5J5/IcOvcVZpCryvz/VE4DVjVwP9UNgg54VDKvDOZW8L5WUyqqsJgFiMKBGr9T1AwL1vnToJG246xbj1wFKxT5bLLTavP4D5H3p5ySPj6oUICUAIFM2merWEEKD2lJjmpERBSgUsQoBV+ypkKdfUOwwsM/toXcPn9Ro1JqBVQNQMWlVJP9K1SqIruK+QP+rHO+RU15AluqVlJtpocDY5YjgNVgVGDiFxB/H1ImZFUD9wKqATPlLuL18aBX+HVWVc1cu8NMq4p1ZIb7DLP8oelQfJ2UAWEr0lcnPpkz1lbiz2rB5NR07eprTlRQnJPGASkypDYlWRf+aKXgMC+4DJtC3v/dD+vSX51FVdbBSknAyXVrBL9pwW3L3pTIhOyV91SYpGHhmqrTS7s4+Lj8MWhIJqdanrnP8pJ6+IgYH2Zmpqu1jyW2ScmtR7dfTLREMCbolKiy1tTWTeu5UB1WTaa2Y6KdkXbsV+37cMs3vkTi4ku1NLMVcsXwZD0J7+xTQBLcx8+boe8d4i4AYZgWaKlouMMB1OloGJuX/Zdrm9fpZkqko4rz5c5nO9vKp1aJCJYbSitaK8MRKzwQUwDXl3KjzKiQ7RIGqFORqX1DD9ZT7fcmsUfuFPeX6KuypFJoQ8NtM5JiqzmmrEfyFRgGOVK2CbapdSYErx5WKlW6uglTI4obq1VRRTdF9v1P1+4ICHNoDLG7ZVCCgMck6qjFUUAXGSRQd7V0hJyqJxF/AgIJBpcnJJIXoKGzFuXMX6YeD/0GfqbuNioSPmkRiZSqdw6+kalG+8n0yWSNefXyKyT++k4Pq90O58+fTuh98l977/EPJfc/eAOWd7CHTmJeGhoeT5rdwOkAyTghQ31NLqnb+wzfNbZBVEAD7+kP3bqODL71F416XBj4pOZRZiQF0x9iSZgKkYDyr67SGvrZEYPxGWofeOUIrli3joHVKbapi67enNK+SZbukFkkg2wtnr1Bb87UgE5WC7ArOspRJG7DKba5uEPixJuVUu7t3L9HAP9jAhMGU9bfya6pASnh8rGOp7U45AKCc76so4tIVCzi1atihIssmlU4lK1MV/ZJfqayKBIHLXAm0rAGJ8o9hKvc7VP3R+B1/Z2cXza+zU6oXR3bajj7FlHQPTcMCFQjVfSsLnoBYjY+5qLe7P0j51QVPfNaCbqOL28VjJlrcKdHYqbdpqGYeFa7QBejs85hL5ydIAfrzIAVofJwl/hWcAjQppFpPUQvejnl8xRT0dJug7YIOVVJaRD3dfcGgXlYqkdpkVfRSk0mXaClT6oWM0QskjokzL9qk6EjZgsgD/tjnz2Mbc1HVEu2sbt+VsyzhH1OCCyvegNJWgZkV5cvWkrV2HfVcvUAWFiCtXLyeCuTxBLxVBzbFXlJmVuxMBasCib5kVo6pqphTxo//e6PxCOXl5ajGU+b9q6KtIjhJPcgAUoovppDnzW4ZJufJdqL18b2PK80tLFj2Tkv1VCqZ18K+4+2poP+KgBR6ODg4TD/70fMK+kx8ijUfXIVhi1pbiv6MXzX4L3CbaHm7RHkGqoLzrZPBBTWiW0528XO3XS5HSr+0JLZWoOK/QE38pyrD8MAKwAASWVzaXsjKosWT1Ov2q9dSvh9MklQPEAjfY2FhPo8BUFlBpYT8QUYVZwqpe1/MUtDAVR2wSur0+rpVN+a8CqaHDRhOaeF+38UH1SFQDU76NmnDk7nOCvspWlLEZQomA6j+gVWVrRt5hGqVqe7muP2/dfOdFKhZRL4LJ3jFiizs/VQVkvW2uxL3/SowECwAaAUBRyqSAJM6zBPyAPtnzbpldOl8C+XkZulAaYmso14+NFrSAGqlR10wqzTgRaUH4zsAYO3yBuJ+LwD5iouKpidmLV+y31yxeErn1auVfy35x8L7X/wnn6TM9qv09t/8Hf9bhtlKGWzfZVsyeVtFXqYygFj53TTRF3ndLNwJ0Kh7nN8e9YzxoazcNna7yPmH98iz8TbOKp4NCz65u7sHP1N2mgrz/46grBR9c7u9NMZi/5ycLGVPSxQyN0Ukq1prkDpknXTAAO6X75KodiQ/ofcDABpMF72fgp1F+1qywVYzZyY8kLoQgIJHeMM/1K9fQadOnFeKVZLKmObHqJqCxUDdgFp+NLB6/GK+m9mT/z5FPaXvkv3RTXG9fjSWWtL1qLjOIQ93744W8ydzBoB6/IRM8xfWcmSlt2dA2bjqSXRmVTF5v5Ush6BWkG/ZsETLr5p4tcqyrjL+JNnr49WjstLSCcEUhJ3UflTmxJiSPpFKJQ35EiWp0GJRnD0SfFD/IVNJTFQXU+nFJGUVocbfzT6ZlnSFUn+PP/4zWrDrdqpVKUBSTuLzy1JGAapeQ/LwS7i5J1UUIBEEQEY1tZX8+A8MVeKGVUX+xNR//SRwrRdYkjWZ1/abyH+UJagRBqsIwIgjc7nFESvYJn8W+V5/ngI4qUJMVgWtcnicTLVrqbTARqUrJgIsfDCVQS9QlO+0PhXAilKVgmwkvhcxUR3yQbIaUrH2yyEVFFmtsIiEV8xfqGQfY36PmbLYRytbGj+iCoPe2tZOC+bXhfSlw+iiLz2Zw36kwuqWVPX+/t/XWxu/tLWW61lefg4/nvLs6cskqfEl5IrEQAQD+l513K7tlzjgF2ldO3SEym+7OeTosJleGIhHKRqmpu2zJLRWAKCu6zZxVoVRcJiMheAAl2gJQHvAZH0Y3hP6XVO9PF4vB1cw9LO41MbbKro7evm+Fy2AyimcAa01jff7hwdYWs8qJdwD/H6aVwFxWC3K+dOQBYJ/t9sdKqdAcC5FyLA61bZqwIoUZFV95/v76FN/9kWqXqoraCS6j6rmUUbVvOR8UB3wIM1ZhsG2UPrtKQL/lSMSWbJkKyrkOgqGhc8xRgX9bsrodkYdXufLzyBfcTa57DbyZ1lCT65g/1UmcHoHdA77MhwAAPMH80GSWW2Vyhe1JuFpntQn/zVz51JxkfLrlm9+nbr3/4yyWPwCACChPWtVWn3zMoInFQ25RtnlRFsxSZdaqf3qVe7TZ4OPGmA2WbXzr6Xqdf71zfam/3nrPBXsI3rxV69x2r7SVjXGfZfwV9A7/n5UPEo5oUIBV80YbNnnJMnrp7zCAqobUOb/1N2bGIsMrAmA0Wjxy8/P5zNqIAdhT2fnEMVIeapZOXkOhdESG9kXzKX3jp7CPHgFnFYLAbxQFZBCWVRqfsBjgC4zj7O47i5fEvfrA0hBG4oRABDun5Kw75ssFYujxvtJZgCQNimlmxlXDFrhR4JkWEIGKIWwUpiDymBR7PI2iQMAmtNeEb9QRRXl9NmznEYJ44rEHxsWQRSQ/yQ7+aTT06IEAvUmNUFatKyO5lSV07Ejp9QeIWkC6idQ/7JhouVXzYbU3/7T/VQbr8Iy+Z2/eHF6plUrCfLaVJ5VDTlBnjh+GrMTnKPjypAYpqtIqIRTF5U/0Qckgivoc9GoIlskqN2/epcq1i+iPHuQWok+nERmVphrF5P0oc+S//Q75O9sIxlDQWzllHFn5JkVOnlN7AXCJHuxv0KHALWkRkelFgRVcEQYpoZjP0kFSUbhsFgCg4mrXIoBCu25VGFZGF8bk6udPVQ/pM5SED9aDaOKPY9hP6gG8mOAmCyBYGP/J9lRpfgYIGphKmjPzcvhx34BABBJKQAir1eRLcBADrKqiROq/lUOU9TnDvT08qqwfV4tzfRCIIHAYtTpTD0AMMXWivKRIEBttNqbTlDJ1s1Je79FRbakyNdiNqdUrg9tqW7Qz/Dgp3+Mjmu/az/ZffyiWq2CsGL/6wEs5U9B8DWR9X6ZVyFOoMGyz6+hVfVL6OUX3tBOrxA+SRv2qddX7dQAcW510M7Cn59r7qDqhniTnhQMpYy0P8uXtPi7zu5Mlf8XssJ15uQF6jpmpqoLg5Q97I0PYB7x8CurdYjcBZk0vqKM/Oyn2S/TfE9BgklVDWcBvMH0EgAfFvwUdBUJ15L8pMp7TRKeY5e4gcp/cZhtWvM/H6bmJ7+TlDdbmJXHLyzvybPcN3T39FBFefmM+qqh4RH9vj+QytcScz4yMjOoqLiAt1KhGwWtvPD7mLGkn7MkUEG0TWS3DfOTGEzjXh3QMkoFJXOVwZ0JLuz9Ivad97LEFaAVYin8TYAC+rgK9gUxGP49mclsUu2qagcA/gFQwSlAKFyFxADqaSACoBZHVhe6zbS6VeKxfzBGjX/vV7IYFcVqzP6BDeD7fnSU2traycJi5CTnWfaYNi2Zr4ZeNQjtV//9Mgm6FOhrfr+VMrMylcCK96kHp1YWeEy0ptUUItDJLPSjQiFB/+MfjCmfMFKg/4UDAOHTl2ctYqUeS4UEC5RqVAXGRGVV7amWVFmaeU+QTIs7iFenI62sefa4Xx/AChxTuLzgqBAcJKOnKuTzbvqsI5XsCqZ/TYGAzOmVTe+eVk+mMHHquNMpU3ZOphaY+mV/sJeKlD5q0H5rdNU/n9NNJx7/GS350oepXLCADKZGxwxO0KuuTqyemgAz+HnCepBAVo4K3J+qkxWYbrZwFgDTx7qFNXwOwIljZzWnhKog9juSWa6qsqyyLZUA1co824Iuorm9yv31KxF0VT/sB44JICACflRUUFmBHovKitBf/JwkDdOWyn3PbCSCYDuOAQKtWp9M6Z0ZnBhmruRarLS1M5tT/GKt8TffoaHPfZonh8VFthm1bwjsPB7N+D+XUuc/ydYK7PtwJpXRcl3toN6+fiorLZlxv6FU/h3TwqwICayYXb3t9k38ZIUxp4tXqbXZNGaTBlSLYyr1rRUhR1cGMLxSntLsiut5XoVJrVQhEM3Ny+aBKtopIEt+frXOfnJGpToRXLCqgjqvnhQghi3iNJDiyoRkCNsZzqqCDKFfSY2hsvIpleC/3+dvZDZgr9XppbI2J2WPeCf9XJnDbrJeHKTKikpmF0xk27I8ocfDD9269SbNBykAdiVPsgBMQS9FzCpmgCAJmyR1eGpG/qEtO3555g+Ojy2/zRYJmJzz8ftCAACvSSaHNbh5M5hOFnoSZ5wFunvJf6WVwOcBcFdYUDBjNlXnpxrrV69qSbE9xT6oLyqx0eata+nyxVbVHylAHmwBfD8Gg6O4Yh73Uf7pXrIOGJ9OIJgWk116YFW/kG9BXwFiIc9CzAX98E6ims2Lth2dqbWramEKew6sil/98mWtWIUYAINSecE6oMxNCbZXSjRvwMRyq4kxQCIxqmCpwRcBABR/Q/LPZxEZyAR/nyQjaPoAABawNuI8UDgtHAH47uET5PX4uHtHgKpMCM5S6OukOLZqh5lWXDMl5fWhbOidxKVfEDKQfxhODH5BogeF5dQ/FhQkKlgEMn39/dNmdEwWk0O0omFi7dX2Lh29Ooc5eBX9VxPUpZ0SVcUIVLNrqhKSK5L847x6UsopQOIIFe4MkkxXU5U2ZcaVJatDSrAq0dzaSs5SARWQn2DBdNTH9AMnLWRmZoacp57vIl79M0qwAAJc3neQyr8U//uAPNHTm2r6qUrxfGKqA4CiB6umJo6Ms82OJL+svJh03CmOnGK/j6nUde6w1EFgBW6J1rRNHQAM19dwYAooK4bZQFc5M0DV38kCWEj0UrmY7j3H9HSHgyWqv/zJb0mU9viJJlq7lXKkopXF91u6Mik/ziF0CKo4C4CU1q1UBVUtI91ky8glWxQwTFdRaWFBVWMqZTqZ1gpU99Y3m+MCVnwnz3JAIy8vd8Zp5WfPX9DL9rVUvpZo/8MqKLbxc5UPv9mkVLCYvxetaWLKOnrV+TBg/QwQIi35B8Oqps/EGYGWweQct3W9zaswqTNosFqbr3FmFQ8IWZAdkDOZXNXQTXeCigCquZgl3ZngspL4g1lVxZLV5RXL4n4fxeo56mBVVVVVqglpkAL8gTuSyta3p1SmZpOj+NoY2dpHE34sEih9DzsKCON9TqrMmPwMEOGrwhMtwQwQCZRPbVMBQDAZIPDqtY6pJP9guu3728Yf2+bZKuhm+yrKy504aTxrbhWZWTzlKfbTBYuTTna0a62SQpdzLRk0x59J5WxfFzlNlB0n/uJ6/gXKffQh7rOnAwDA/vYz+6S34bDruvVMqt+DMmNAqve4PNrONqkt/QrJV5EpTgfLanFQcfNIRL2tLiwLabFI1kJOhWQf+RRnW5VZppQPIPlXmYApWyxmaiEVrEYLQBWLAZRilbKPEaOa3SYltxKDaNlacc1MVQ7jvZ4ISzUSmIJEHzYW+15vZ1F4hYwBYCe64jmqMmkAAGjAos8Px9RdudhGXZ29uun/ivNC4o2goGbYoiX/o55xyjBbEu4fimdBcECwxfEfPOivreHo/2SCNFBnkzWZND7UOnCcqd0OyLCHD/+TtbOngQwDsQIVCIHqumZTXIFqogt0HiT+qKoi+ccRKnBGQP/Ch4PMdgqQycwZAPz24qV1XEcxrVpNuhB58XYAHBeUYbWS2cIC0RGJVkSh/nIHuGBxQu8DG7uSyTBcB/VV6qQF6Js+25hKVgVLrBwP3zy3idnLehypiCQqeFqC/iQQZao15AsQYL47m1Z3RtcRVFURXCTDDkA3oa9K4l/Dg9vJ6CgMKwsIWlKsqgdYsr9PZoH8kuULeALgdI6RLJnUoD9AYuTUakcO2byJVVdcz71IOZ//bNKDqsZrJ+jp4/9NB668xX9H8n9w5z/QqiK7miwG3yfsqC5JfWY69n8irRUlgQza0GKOuwrtPXmGfMMj1K5WTGdyxgJs1ziTLd4Dk/GB1Mo0SKv0s/2NFiBUrBXGhcyBdx58qQzAgHqwsqhWi8diWK29Sw5pAbpR51UEAuK0GuV/SEqE73eNsTjKY1Z6gXXHJpKAXfnBKwozAI8pHA3Qgh5TiFwTSVJhO8F4ELMkcFIFgv9wVpXw/wBbk80MnOr6J0uWnQ717Is32UfChAF2uB1PXOpK0qBNyBs0YCFHVL0RI0w2JkCxyjE0NBVdxQBhXvLfc2of/Xbp30e847F6G9WUm8jb6iVTlymk1Q8/3WzfX6FRais2U1FZFtW3xwesul/+A2Xf/zEaohTM9DICALweamlt4/EB7A7yFl3Mj+r//tT7Kek5Jr5dg4ND9Px//V7Z4bJoTVWOpMPeLrs8RPm9xoleWa6NJ/8T7NfJ01Sj+oapLnwXydjriAPU5D+lwOq/vtXe8qWtNdxGVtfOoapqAADngnOpJABuSpsF2q1yTFZa2WHmYLTH72WXb8JAS/j8REEAIzlu2byRroTZWRS0J8P6gb9gNjumLJOWoTHFRJVhFwAT0Vdh0nrQKGRaZWm3j1YMZPBhH22Obo6m1toqqDgnaGhHR5OHBCXr+A/+vhQlTXXwH0xYTZJDaOYtDRt5wnqeBa3iyB8YJ3zZ23rzQ4wpZBuv84oX7TNSRIAA6F8BBUj0sE22d3U6KEA+H0dWeSCFyapciupQEEl3FAj0FrKd58ygNX2xHU6iSSpkCdmN1tZQXl4e0/dRDlJBhqhUXU+DVVS5NrLEv/5qWxefWB08h5YfnMyF6/P5NUO7vNdKi52xzQ+c1fwkAABY0Mtk9FUPK4lrSm3Adw9dc3xpa+1+9jq7Fi+fz3UUg1VFlC+SgeXD2WQfS5ze5375NS2ogv1IxpTlJ975MT3OLv1yuEdp5y++SScf+AHf2xUV5TzwcDI7qmNRQJZPTYeexttakeMM0HoWxFoCiT2/59BRku64jVN7a+ZWz8heVCvUIrDazwJWR4pfsgWBKQ/iRsb4CSCi+jw2BrDPT9nZmcFigBzQprFzsMIdoBVXWVLgFCmsLq64QedVINFg8toL+7l200oaHXbS0cMng0m+T2aydiptK1Zz8MhKFAe8frKOeihXstKCQSvZRqcW6CMpNZoBADAVrKoiXauloABPJt5KVWGFJf8hx9dFSvqLcwqoMCt3UjETgOpk9qkny1epcfTQFJ5iB/9/NYvvMj30kZce54BufdjR3E2vvUgX3nubWpgfwbBKJSeQOeVaFAFgH/gJKqMB2tJn5sPU4l1j3/8x5X3jyxyIEol5qloCBtVBfwYsP9jRaTn9i8mukQnLIUsmW1FxoXIcKLPrksqcRHxa3syS/76JyT+S0+qCMq7Phs/d3cd1dTKMktT4ZD8HXLCYr0p5u5oM2UrU0N7SwQEAfQyg1gC53sKPrugxUdmYha4N9VKvU3Gjq+aE6n7vu01Uuf3WKb8vgADhDPbJrnHXeFwnVZiSJVQmr0ZB6QNihR5LWQ6d8IvbFaMm2jCQw5P+a0N92pEfYuiH5gxOnuEOdzYtbBooa6r7f0KUVZZVerXMh9bxFgpBp1Rlu44lqMVjQWPaPNDJLxytksqFJBYDlMCowGAYBAn4HRWDyVRWUTlLNQXoO29fA1OlCXJ7/eBhOtl0TtNT0g2phMxrRixctnFt3prEklRs9HlMbkj60Q6An2BW8GAijLoj+tWnsOzToKfPwOGj//+Ou7aqVUGzVgUE5VcMtsH+X+yMT6595y/GRWWarjUaTFxT7qjMFtPTkONg/xCn/kO+AFAFiJI36qflw5OrhsjOMRr7wY94gnW5uZnbWny2qey/++bfPJHu75ep5XQLvXmuiX+PcPQI4rqUo5TEvfZMQ5Iq9JTPGQhtrSAuXwFUm33E930iAWowUP0RBwFSbcf0+ogEWcgSQUtLa8jQ7ydS/R7+5Y027g85rbLURh/5oztJDAXFnkfv7NDQCE4K0AbUySoLa363RLecF8m/QSCDeRUsMZwNsQD8v+57fS61ryY1YVYSpOQYGCYkAQqVWnVQ4ng6lhhg1oLb7SFyeijn0iCVvn2NCt65RubDLeTqHEjZO0SlGn5MGQpXxKmr+Ntk6Krc/6fguEqW/O+KlPwjUUKStKSsll+omE6lYNJ9+lzKh0MmklSBqaLqa+OUnqwkg0nPqgG625/9X7T/3Et68HbPd77yuQPQSMyrqJlXxU+pEkeuiqMq8Z5wPG1DX37CthU21f3KH7TEHP7DlUBcIMDeiYmSiz8fnpcf8cf2eJRTU/ZMR4KKhQKAyWw6AJ+PAsAStQigHKVsYsn/SMTkf2HJ3IjJP7cZLLfCZ54uHxXLpp46c1a8lwPT8Zo+vx/sChpkdvXF5xu13FTPWAEDeF1vFi+ugKEukn+wgsKPs+xsbpk1+17sfRxVSXEUqpPGAPj2W1dbvrCpqkk2UT0m1v7/7H0JfJTV9fbJzGQje0JIgCATVlGQoFBBqwS0WnewVattFVz6YVsrqfXrv62WpLV/W2tNxLpUq4RW28+qJVi7uCZY3BeCKMo+7DuZJISsJN997rx3cued+868M5k1zOH3/iaZMMnMee895znPWa6zqZV27cQ0cNeAGizkjONJHPxz1oQpFCUVgn3VK/U4A6ZYHDnZWVEv/9Mx/w2R/NsPv7WT961icSLzDzAlWi0go48m8yy126B1d/LsPzd6x3uUvxObP9ZKgKSsVWP4N0jvcpxbjTJg9KviGEDS1ij/x4KWoZ0291oNl2D4nH4AXXp6uvLIFb5ZgzhyBcbg2LFjYZ/09sQH+xrZOm3o6uwqh06L2IWTQGR2FYKMdWm7+Yw1BgCBGJowflzUDSv6qqVBQKvC/feWrnJAp7WrXn9ngTg6VT5CZdhWts/zg68UQWklLktRITlnTqfU886lkbNmKHs8zQiyQsgOASACKCL4J8cx/rjr0D4qHpGjelkNA1V1EbyNflsrZhxIoxwTLRUgr7c17eGBgyCwQawcvecB6qs4RjuZHkGShtN/wW4e0VqzxOk3cvAfKbKaBfqNbHmWgaSGXZWOBHK1/zDwin5WHGWLYYAFx1N4X2WWHwwfqXkVZm2pCHrCPa/i4bd2OBfNHNmIU4AwAGzLxu3akD+uFe2caotGrPZR9vYWyt3XTpbjfR7BADLa3v7/UMgmmIbqPOvmEFZVaWfWo3S9bOdf/lrOLuqQKguhl8KMPL5vVWfTBysdaz+lnWPsUa9WAU7VDakMHlOlWhqoOLVcfgq2feFr9zfas4or5pRM5fvgh3PHrm9v75g3clQxP1557+4DfF1SUv+MitxuW1DBv5C26sfIVjqarGNcR1A2N7coKy5AMsv3wJVh3k6jGE7Vtw/An4Mo0dp6fMnCSJT+y5KSklzF7PuCttZjfOg39j/a1TKdnZR9qNMw+Dcz8A+EioP5pQnjxoWk+i9EsjISf4S57Tqrpa8aa/OcuV+iNR9+xk8Dcw1L7eN+HYG/iKt2NO13vzYzxTsm6Nq0NWYqKlwEllPgVL8Y1RLKP56cYnsQmZQhGUP4NPAkraY6SSu5nrYvmW9+KPhgWz/LplqwAP7oqwoHKxyw4fHMjK2M9N/v7urmABkDAPfvO+xy/jAQXWyh7vesURWkiv5rD+Df+GlEBxmaAVZa1soRiUwgM3hcn8hWz/zyNPeUT4vG/g05bqGzj6h77kCurN/vjVMOvvwG7wUKBSkgKigA6vGIfmJMDA6mLQD7Z6tje0RY6+RkWxVaf3bu2MszUhyw9vVfMKiBZqzhqJz/fIV2sOA72iIF/85IBa02m7WKrQHnmWydIrhynaDQRwV7jlF2X2j4WwRZHSv/Tc0/+AltnX89OWoe5SWtesfiAQLZfTEiAZ49/6eu4H8LC/47eikrdQhNH6GclIvy9IpI3kNkVqw2W63IrJSMHu5uT0OQmrO/nTLbzNX97245yKusjhxrVYLVA2++zbMbII5C4cdElkr+/tChQ+7vdcF/I9NtZaT0yvSHknU62nLUdQyo61n3iR9iHgjagPIOH6cztlk8gn/YVVStHTnmXQaOeRWQpghVAej1LAWo4tuIzKtga5RjDYBT7H3XKQpJmv93tVNaW7qoZF0TYbidHPwDUyGrrcJWh996LyayfzKJpWWsBuynWPCPcn9Ev4vZVT52wQ103bpGOuX6b7tKo3MKeQlvcVZ+SIN/SM+69XydhHtAbKCE54Aw1bgMfQURfheemyOCf8gDb2x5xWq1OjADaEjmEH7SV19vf7Ua1uaMA6lBB/9CWn7yS14JIOydvjJIzOiCzYXPwrVx8xZle6mUKfUlzmgE/5Cahm0AmrVv//cj+uiDT3nwb+nppaKtapyJsn+z0/67mf+WcHf0yKr+Vm/oOSKY6o8f7nW4qit6+SBwVFclueNUhv8x8PuIixSBP5LjKFQAqDAq9nwsVKmhMkY+rSKiBMDvV++oZSDKsW/fQd4LCAXzklX2D+x0UqvL4yP7L0r/eUBmUHbV+9lGvplNsHORAv5UXDSsLtJ/32qzLIchLSzKpyu+/hUOAqw2KxVtO0ppuiKO9u4u6etOtaPa6uALJRZKq3FvAZK199IQib/58Fs7HBabpba1tU0DWi5n1asFqpMP2JSOCmsWMytgEESVhduQrd9A625ZHJL3h94/lFaCCMAjKiyCHagYyXtc07C1gQVXDatee5cABMT51MAAGT1WKmsOvKICwSmCKQSmWx9bFkUb4EGmRcwGPLhqm4M5paox406iYcWu4+UmTJvF7Wk4BIE/jnN65+yv0gcXXcXJgC2/+z1/7vN7q2nNNTdR/ejT2OONhr9jbF8B3TnsUoYyXDZ+0YzLlMuFgaqF0biXRq0V1o7jVMACKdNrQgMGsAUqsvVozWNe/sPM/gSYUJWs4v8CzALUwm4KYKuKgwDQI6nT7u7jq2BHEaz+9433SR6rICrWeVtVi43OOpzpYV+hOwT/Lj16V61hXgUqK4AFjEp5QynQKTKo+HviDHKJwAEoj8i8Cubna4Xfv+jyco2osrgTKynHeqjki2ZKPeapMwQByAQa4SokVxAMxULZKvT8+YYNYh2HoqqqmrRy/5SUFJowbiyvGrnwycfpjNkX8Ky/135L6aa1Ocdo1dBWamDXW/lH+TF2AfuIdz7k6xR7M5rYCrOLJBkYWXXbq8Bk07Sgfz67StlzlezyinbYUq3YuX0vPf+Xf3LGr7evvwJoGAtabV29A/5s0C/wwLEn/sy/3rlrF23ctJnvTwT9onwfNhcYVw6IsJdVxIAP4Z89GsG/kGSbrcpmszpLx4zix9MV7mzzIPrcwX9Ooc+yf6O1is8fCZsqsL4sou1QQJ1ItQFyDGC1Pggj+sVnm13+n+N/F2GV72ihjKQUd6wqC4bVq+ypa1bNrogOiPd6H5723NRRlZZQvwmLxVq1bfNOfgyg2P9grcBQpyenuFkVWVSsCqRtxUvuhRIx46kzCPheWqS1xUVFjkjf2Eff2V3HwIBDHLMGvaY1d/k9xxYEgEy0yEYUixalUtEGAWCKJYlYdYUlyVKFIz+eWVbndlaApOirSmnuNAT8Qp+qrJ/z3Q/o0CtvUKwIDC6c39Qpkxsj9TeTk60VOAbwosvnaKDAZQRG7ewwxf5Dv+i5Uq3Z7VoAGopKC382QM6QKZjyqkjex9+v3lFzYN+hBpz2UTB8FC1++Dm66PE/BDTjA1Ur+1qPKO2BkYDUQuC/Y+nj1P6XF2jfY8v4Gpd/rhcRNH1z8nk0feREuvzks+ibp53vsU0AJCOd+ZcFrRUWiwWtFbRh/VZOApRMOJXG9+YrwZUZUdkDkFciW6XLIHsFmrL+AE5VQAKVaALYukiCLsPgP5JgCvL4+3vqWGDqBIi6/OtfIZxfjZkAyFoDaMHOn3Q0maY3DfGpO1VWlgNVtv54wBiieRW+BHqOhXkVj72722Gz2eqQTIHw41U5Sd1LKW0s+N/Q7LVeRfDvK7uNHmCeER3YXJlwyICI1cZP1tnZQ7n4Xt9+c+bzf/KY1t081Eab5xTwoH9jZgcdSO2mQ2k9vEUtmEw11mmXVhnVEqFAAHZAxqzaCTVulYSkUu22Vxu1oL9OFfgLefitHXUpKckNI0cNZ2u1wDWsEq2/TZ2U6ewK6ecWFWuwr65KgCafRKsbwymIAQMbiqz/nEjO+1LJg286HEmUVDVl2slUWjRMWfqP9jMVseVvrUKHAidGIg7AWgUBA7vqIm12yZigJpJ6Xfqmo8FqtTRgsCoq1sRMGpyoIOIqxE/6JKoRqYpWSte+b43I++dHVeruma6q2xRGDTkB8PvV22ttNmvD6WdOoWFFBZTPAOukvHHcUYHddx2lYI5xQpCKs5UNJnKGReDwxfAUGFKpl8oZaeDvSaxYqg4fcvKhdaedcwHN+8ZtatDe5ZnB0meq3QuWGU4YwGi3WLS3twtGzhnJXmBmABzosRo1ejidetpE19C6nl4q3GEMKuXyKqOs36aq+6KOohA8wMCKYXUA5pH62zUN2xpz87KrUFbFHnmmKvtQh1+ySgjKqrcd2WNYvYIAFNlnVfAZujXpCszEBaclQFZycnJNNEDB6/95a/7WTTsaL7n5h/x7lLQiq2X2+Bms1X2th2ndvi28isXILgQiMhngdkKSnf7jFT+iX8xdqLefpRHu+VeKvrXi67dX0jXLnqHU3BzTv0MGA2hpU5ErCFyRHYAPk4N9PAoCFo9r133KK6HEc3oSAEHvPv/lqnXRCP4lnT4IkhrgpGRUsftIOm47O3pp4iGrAXnSorSxesAPLODyWbu4LtsCIACMAC7eq0wkHPU8ncLLvEV67aL6B9P+X/v3at7+h0yV9bgro2rp8Qz+EfTjNCV/pe0iUEXQFM1ydenoL0hDCOxquUdgpJsXAVs5fsn/dZOQG05OaZh01qmu1iqXtil3fwdlN/cE7zvYfod+IzVkDXsAvh77AY+4ZLIq4jjVallYOnaU8+RTxvKuH/irOefMD8vfEtWBTdfczCsCEC8MQBxaEIqMf1Sz/l4x1Vs7avp6exsK9ngT/mLPB7tWoTOOFzdvceOdcAX/goDB35NJq/T09IXR8FnJybaFOblZTgythrOaes6FNEKap6ZKRPkipCJbpdbO7xlwAf4m4jgJHzSYnVFjCdP7W8iCfyfmAFx6cwXd9P9epMKpp3GAZATsjUSUUSIox4eEUQ1XRYDI0mCxKpj/qmiygQ/9dzvKAR04s/JrP1hCZ//0pzwI0GcBcUalJwHQZsBY9ZdVRqoKQF8CJLPX7D08GGmdLn3TUVk4rKBx7PiTKD0ji84764qAMoCqrB9KqPc9v5KiKZiOKxnYhkj//R/96e1KBKvdPT2UX1xCKsdlaNi0qpXNh3cZ2goE/yABcPxKOET0VYsso7Q/Gru7u6NCAj7yzi4nCwYWTj33Qvdz2P8z/v2cKRJADqwQcKHkunHPJq5nccQNHB4uPbGF+yB+Jibi4jXvPfG4x/8T9lknjRoQReBfGa3gVC9ya8WXL76MJpw+i/uob334HuXOnB4wAcBPtWk5qASpzbf9hAMEkVVGsI9HfQZK398v/i8uKVtiBF5RVTE/mvpNsiTVsIjViaF1aK9wlVQiYO2l4k0tStuqTwj4qmppved3HiBfV+rsFv28CrE2VeW+OPNbBE8g+vC1gT+sjUbVCvNRjampKbVNR5opJzeTA1VUU+rL/iEIBMz2AHdpGasm44nnIQasHV7611UghMKu+k2DFn/9Cpp4788Xzt2xro6Bf7CTTj60kik2ues4Fe08NqA3gP3OAyuN8BPBeTjIAOhTkIRHtaoVHVkVcd//YMM2R15+TtWw4UN5tdpcFpyjWm3aD74ftr8pstmoCDhy6XXU+pN7OCGA+wCiC8Qhrr6W1kYNDzVowb67rYHpClfEpvwHKquqVyw88MFm5Z4fyCwLxFecEGS+SLGGfBKoOgLP0yEx3yUqtUTLmoFUTBw/LioJAcxYyM7OrMLA6tFjx9D1d1fTJY8+5vZLel/kS89iDUInGzdvdhOA4SIBUWkgyHCXrt12nM+sMO2zw6Xcl35z/YK2Tsuyq+929e12Optp9fU304HV7/BMlCzjhpZQZkq64e9Ku+IiGnLLt93fY0o1BqOZEbFwVZOY5XNbcaN8lMTXRqtfVZbF5WPKz5l3bf2Vt9/T/xn+8xptvHOJuywaZb56/Z5SZFeWruAccFw4wifcZ1ZDr8hwoS8vJTmZfy8ZGwz/K42GTp/5yfyyzKwh9YWnXZ57+tkX0nPnX0DWrbv5kCCVIGiSDcIpw0q9DEPWjNNp+vO1UVsnALuSQSiNBnG1aOaI3Myc/DU/++M/7S/Nu4rav9jES1P9CbLTIiMo2G39EaFCEPhOe/YpyjzFc8Cc6lx7ACXVBHHsewwXw9wFMRTIwAnCsE6LJgnY19dXTq4jrZSEiK/WCH+kSrByxb9foozTpsiTZ+XAf06sBPxG8kLVNfVnfePO8uIJZ3g8//kdd/sl8sTgOrO+DKctwN6mzJxOSRkhOWEEOn4wlrJV3//ySZU9PceXCHCBICD7i/1k27RXqRvsdex5d4CWVWBoe/nvZHrLvvdu9yRw4AD51AqsQ4Ai7PWhQws0Qu+we//rJ7TD55vo26yJZsvK7bPtueNPHrNt3ITRuf966p9k3+D9fmEjS/MDm0Kd//B9RKNLmO8v4Werh1PEZHpgDdhmTHCXSWqUW4fA6VQumnH5Eswc8YMRpyUlJTW6XjKynH1dXzL+FCredpSa3/nYLx41IxkVi/ipKkL069QXNkXwUKitXT1exWsy2O9p0xJhsYpXb505chkLqBbMvPgq93OH336PY1X9gNkICoifmLGVgYh2nOWyge55lcCWwqYKn4QTl/SnJWDv5vHjPnM9cCZEHzsAf2GuhwmpiuSgWh+xan3e+HPLz5p/E/9+16o3+Trdsn6tBwkAPIoBor4EerRNmdTvz4qGKU+qUIkKtwqiD/tc2A/YBx+ESkADK5PCqdgNH71dP+H0WeXyc//90Y/pwweXBkQA6A0qDOakiRO8DCcM5NCCAo/n8RzOI9cbVBGQ+hOb1do4+dRTpsWKIWhtOlSfmVtQbhQA6AGVL1CFDZ/z0L1kGVboDszxGA4yAPfBRwnrtGgyr7+v+Nbi7z3w52pBVK3/bQ05n35BvaYP7vAIojB4RVWChcysPjANh8A4yMaaDwrbtDkmgMCR/Xuq84YNXwyd/v2Ci6h4v/+yczCv+lMWfAUFIAEm/e6XNPSCuW4jin59AC5hB0SvNcC/HoTBkJoog3VqwWxUswNGBAAEoApBq6osXyYBkKVWTVoPGuiOKqFT7/sNZTJ7HG/BP+S7s0py73/ls6b0TG9yCAMQMQPBlz7RUiELiFZMX/eXlQEJAKBgG2P3AAx+xKHpFsPS6qLdn+qDBFhzzbcvK1v53Ct0y2+WU541gxOro2xZXn5eT1ijlxUDrXyCFua3hnznejceEEGlOBLRl6iIAT/7fmEstKwsu+OSeeMm2Fd8dM/z1Lu32RPAGxDRZoB/ztJ73XpJT3f5EbOANRDxQbSEjlhdNBM3P3diiZ3uufQW+vrUucrgGJVUOhuw4BcvvLOs98ARevmmWyhn95EBEwBYo3n3VXKCRaxRPa6C38GsAPgl4avwHLCSCt/Cr5sYLhgTySpIW4uzaUhWTq7eT6275fawtvD5kIa5O9bNoTiUB2xpK9jDvIHueTMkAPCkffRodzAqB5z4GdZlV3e3m/CXCUTEVeIkBj92tSJWiOtbZ5bk/vLvbzeBrBaCWOqRwmKvtr6yEeP97nuZoFbte6Ej/VGVLow62osEEKS2GYIrUJ2GlQBggBVg1SNYffeXv6J3fnFPwAQAZ1fu+B7Z5pytVKwIfBDAggSAElEmAUAgpsHqiQETPZUxY0wlna7BOtQ/L0iA1sOHeJBqFiDo2T9scNWZ61igeockel1UrBXuRVHRMP4aZFh9ALOF0TYETKcY31/tAUyfX8kDKr3IGWpf67fwyktpcvX/hv29g8QCeMM9wD3SZQVKo5yx5oBMfL/rqadNzUhQ6RiDQkG0GA1hKbnxWzTyezfRLrbOYAuw7gQxguwTvoeTEme14izjj/Zv4oa1KDmHRqQZZh0RcM2PlWCL2c6+mXf/zPDnGEKJoNUXwELmenfzIdOzWHzJkORU57Huzoq5H3PiwU6hGjwVxXXqgVTe/ZDZgbsMs1Zier1HkBlEZgb2F2SAkPSbvjnfNq5UECiOWA32laTKWSVlX7v24jUZI6bQmVe6Sn9BAn625FfUXPcfnwQA9rmZSiFI8pRTeEVFAASKWYHe0ZJWE0sk1m/OP7UyuWHLEv3z/qomfImoAnT7raEFyvOsVf4fdhZJA9XzaC3I1iqu/BAtc0JSqr5oZj85OpLZ/dxkmjfmLKo+51ayZxUZBv/a/l9AWnYV63T7H5fT7of+GBqCVEpcQa8iEQU/LYavCV8lB1XAt/IQQ5N4NSYyqpJelf2UCK7go4AHIi1zd6xLojgTFvzDN3kAaGAheeo/8A8w60AGJMMHYb2maC1wYk2aaRFWEQNGJIyG+R0xtE7heL2GH1Qne8ek/ggAFQmgr6gQFbpIRqGqwmUjD3G7qY9rXS0FW/zpNGhCJdwEgBewUhEAgTgwLE4sUsFU5eRkm2L+ZWKgSRuc4EehC2MRyKpIFdmwIsB64+EHvcC9Lx2nnn8uZSxe5P5+0sSJXkE9AvoRI4a7M6iCscrMzPACDAGUAC2MBRbQSKcqEkBV9qsiWLA+S559krKKXNmscGRVRFllLIIBo2y1mdJqsK7rD2xTDlXDOkaWUEVmQecps6ZTMrKrzPiKypaxpaUe69nRup9Kl3/b47UgAO4cO4/mDJ3sEQTEEqBiQIDrFL3qFz75BO9ZN1wb6zfQ3udWGoIC6PZIewsdPOoMmAhAnzHAR05aBidk4hFUyfLo8FH15/76V+WYqeCLWNn73Itep3xgJsLmQ97svFFlUAAyh+m1IV51+reff33x+Yvuq84bXurTpqpa1syALD0RkMJ8WAhaK0D24di02lisXmH7HyS1x1mz2H9o8QtVkAp7Ocmzmsft6+WqKvEcSH59a1U4M1Z+CYBk5hcmeFZ5nT/qdOerV/y6ggX/tQa+yiupYpQACEawLod859vcHwUiKmLAx7qtiEbPvy95/bbb66ffUVGePXq08ucgVXc++fSAA9cAZRqzqzHZ5+9j3yPzv0J8rydJMdcCVZDiCF/4qIHoE/Y09YqvuomAEEmDhkljzqcZYdUnx51MLZ6nP/EWADNVFzw+ve5rvH1dEHqK1ielwJ6CPIWNbdISWn72/sJgq1PDCtxYoL9s2m3fXyBPVlYRAGbK/vTKlUsAQygxyfzrjMGKaT/4/rxZd99lOLFapWMsWpSmGmVQjUqAsAgxrEcQLILpE30pELm/TQADP4s2pggWZgA8yqs83qgiA4gSdX3QpMpcydmVqVMmm34/Rr1AKMUS2X4x+TNWewCZThE4L1H9zEwlgIpokddyYUYeC7KyDNezEDDj2uRnD5n/r0qq2/q2FwnwrzPvilkbIAgA8f2sn99FvqoBBCkIQND0zod0dP0XysoAMeQPjyoywJpk5UE/jnHNTBni5QDjnQBgeuVEdcnsc6n8d7/1SaxAnwCsIFeELjFbQTW8Tp+lOZEIAM0G9BmRU7CpeFQRAPBTZofZqcArfBm/WMAFfyYyMTr/IwDTKu3rhlhvWWHrFGyvPYRrzC2YsSSDVZGFkv2/qKISQT5+BjygJwZMZqxC21K1aCYC+DUi+6+TCrrt1ZpA16m/6p+AgDZbh6nnz2Y6/mrARICfoGp5LM0AUdlVDAD0hVch8FEHX64fcPA6GO0qiL+0EcMX97QepZ7WVl5dJs9FmvXWfyitZISXzxf6DFYwswYkgGhXC3J9IttTF+sVbJ888cemKTff5JGsfu78C/k8AFkCnQ8Sxio1h0aoDGjvJ4V54dazTV8OUCWyK1AoFOsveArEqIIIUDj5gA2ptlBjHQTwbDVYVRwDBtCqF7BWYK+8mCU/pan6EiBkA8ycrcrvoUYAyMSAgSDor4glg/C38y6oPP0H318y9vLLDP8Pglaw1XzKvwK0cuCkyPqhxxJrU1VVgQAe/ahyeRCCfEzxV81hwDRwk2t5frTX8c6GVeXZ9tH1Ruw/wD9IAF8966p5Fiqd4zIyylOeqHHPB/BgSL54hRa+dr/nk21s3f7PG0kxvPc9CACImWoAI/13YGo/e2z9bAMHDb7uhcdeP2Uiu06mvFnTuW5t2VmlSUlJMe3g/ejVIwAwQ6xAYAtAqhxc+wn956c/Uf6fQAM0zLTInTmDiuZdvLDo0gtrKY7l06dq14ybP6/MCPiDSPmgZiltfs+TiBtISbsJibsMoLZGXQGuTMyZGEoViMiZapF9NuHP3cTA8eO9Zk4VqtX8f+j906KZ9XRyZjlZkzz/3m2v+iTDN7/4jzVjL7u0zBBp1zzKCb9QDa8DHgBmDXD+hyBOGijGZ4BAHi20l7U37XOvV9gAOQ7w+SHfdZHV8Ekgrl22dveA9Q+7OvL6a+LKrjZ+sq6sp6WlPjUvLxeVOSABWt//iAf3sJ/wxZg3ZSRyAgD6M+vjjQgBkKpYv3KlVfYN36jp7u5upn5i1RmrpykY2FbeYqHHUi/f9B1a/6c/e/xfJKqRsA52z6NCdQAEoFOLn1aGKnkadgKAtNJqBKqXP/836mx2egWnekcGUCnAaSBkgDCoYqEaLuSRxbWW/LztmjFtjIdhVSqdcjRjwK423HEnrVn6e6/X69nDCLJWWLAPxmIJkBiwAgIABsAXU401CSJA1WahAq+iHyiH6VQe9iPK9wV4wuPRo23ufnVkVWRiIN5mViBYZXqsx9r0dQSQv1J1MyQAB6/WZF6SjmBLzh7ilADVsW6YAZD3xJWub1p7mPln9/IYA64PvxNtAgDeBWW+NZrBl3VqJ0WvWiBBq1lyQHUvkGWQMw3uNc4kngNVfWYVe9g+aTKVVtzKyyvNCGwtbG4gJADAG0Bpck4W1ytIFWlwaBVTa2W865XZALsv4L/lxX/Qi1+72uM57F9UAYRJ4rKygunSa06N3tdgDQ00SIK/QiUA2gJDmKmOjP9/6Cu5mo4WkCtDhsx/nZl1yvCpfRazn6qEihARSIW6ZF3GqyK4Sv7S6bW2caVrqb9SJW5wKgv+of/qDueBXBwDKouZKit/5IDr0RXIdje3KuMEEKlZp07kj7CrEgZAK0hNnAT/uZq/z1UNk8Ne3/vf1ZQ8otjnujUiBqA3QbSIJIA/ogX+yZadzcl/+C5Nr/GeAEA85VVZqfLp+mp1xKpYi4HYA+z3ZMSpGpli0Q2m9ljHUyZVabasMRykSsQIAMECIsBq+OGdXr0V8lF1AF72xbd6bHixMF1MVuBsoMisFF44h/LPPas2tWjYwjhdrF796qpqAAyzeXL8RP6oJ1vkfnXoBSXSacy4CKMqWFdr0VDeT43MQBDnWbrZ6uKiYXXFRUWOeNCpWKO+qgEgqkoWI8APh5511x2UWjbZYzCdT8ZQQQz40XVMzayQj63BusT6NKoGEAJgpSpbQ3n6tiN7lDMBfJEBqCz66kervYJWcVLAovqlVP/pRwxFaL+3qb2Bnl0bzSnBZZrOyjTgN0dBAngEq/ishZm5LvJjymQq/O4Csl92SUTf9CAgANwtQHr7iLUz6qZvUfZ55/hdv6qMgRBVdRBs75QnHlQSVLj3TK0Nca7XPl8+CmJUrWZ0dO1ABPeS+f75J/96SV0c6nKZFti6Re5HBbaZ9uyT3IaCoA7FlHX4/WTMVNHAahCC9RvzJcDyOgVRhQDVVxJAJgPkIOpEJ6pY4J+r+S9uS7uOOul4t7oV1KyeByKIHeRYoX3nHjr8+qrG7iannkiBr+VA+ca9mxyO7o5GiXiJJgHgJv18HSf39PQzuX0tf+C3fn1Uwv/7JwB4oD/1NE4E6MlpfbW6aL8QhArHq8weYK0FaxtEYkCrsAwrDogoAeBL5Mw0WBWU7voTbGyxuVWlLYKtcj1myT+K2+yKCggI0VcDqLIrEH0rgNF56npB4NTV3cUfu7v7WwM6OjobnM3NqzSmil/xNLVatU6hy/FnnkVFXz1fv3bcEmjWD1mVIbdcTwUlI3lrhZnyShMkS6z2q3tkrLAm/VUD6J23MKa8jO3t98jx+Tra+cX6gN5HRbdnb7Y4EhB6f+aT1+i3q591/eDwMaIX1zups6dUH3RHSGCPliiAiQcJwPTK/x8cEdhofTUPSJK2lCQae8VlVHL1lUbB5YkOAECw5GoBiseQJaPhfY17NtEZN91MZ933v4b2IFASAMAB5Zv634chlQ+seaHiodnfq6E4FtEDLD+nIgMBYNFG4QHAdJkW6An6clWntLjBlshcqQQASgTHEgaIS9+v91H6taQ/dpa3qmmzKkJRum5U/ms9qaQh5ctnrtLZLEeclQB7tAAF6quMgk6xNuX1akRMIQGD+4esNdYrey6u1ikL/udpwb97v/f2dFFn6xGfrxszdy6VXXUNx1mq6rJAdX/w5Td4LBAoAfZyWxMtbz5A+3o4rq3S/HG0CQA3JjA6nQMi96qDWJlw/vk06pKLfPqpBAHgsf+9TlkQdkCfQOXgQRpSi+GLZqoEBZ41sgXY865HL7wW1wSACtQqRXb4WLhgVsK4gOOZAPCYCCoLsgHj7RPppGu+RiMvvpAvJqNWAH2AKjIIJ5o+NZ16TVcWZah+snQ+Ab+qXwjVFhhMJ0Q+DiiAoB8GYWWsDv/RdAqwWi+vTWRWOyaPoXMfeyhophoZw/V/epo+W/5nryoilVzw9+dp9FwXbm5ra+MzFoSuP9yzgW5+5OdEGw66Lo0zIFf5faSkXANOdiMcIJMALxaP43r1NYgGQ+m6enrY+htKo8vnuMv1FERoSHAK2/vT4mi7Y0Ou0fRdo91vd4Bl1CIFAgA2AXaz9NqrafhVVxjq05dNwO9ABgH7wag9per9P1Pl+3/2IPjotledcWhXDYerAqjO+vnPuB1QEan6tkCjYZ5BSFxWVuiDVHkYlb8+YNH7i0dkpnwlTQIRBGxsH9SWVnw3LqspJd0qj1b2NWcpAhI365QF/174SQgIgN4e33OkUOlzUl4R2S+9hFfoggwJhLgG0YXp98EQXZu7OugR5x5q7PCosGzQfG60BPrcvvSh3089d/bsBdweWq38dA79kZsQnFcvB6qwnWgPmnLDDdxPhTkJ4GDrtJTiXFQDVo1Etr1mk9UDkDym37D5/nATAFCoV88qAk9MTZZ7qPV9f2aZlSAlbvqAAnFYclYAE72dOWlU9pMf0ccMYOkzLDASAKLQOwAEwGiwwcHr361wbHq+ziEFLKtuPeioiyN9epEq+mmf1otmc12qAlezWT8jkuXzA9tp6fvP0/SccVQ+0tUb17pzF7/aNm+j4yxw7di3n46xr9u2bIVzqmD6bYxxnXrsfRFYITjtTk+hL919F00PIsMiC9Y0qlx2rnqTfb1WydaW/p/vsOsW5evr33iDKhbf7uXQ8LIIqMiuOfp5ZkifsrSM+Q8MG3MDGVT/uHXS5qTdzW4yw+vYRJFtAimAfS8yTwOQGmZLK+Io+K/X2U5OsGhZgDVlI8YrJ/yAAFDpVNan+BqAC/YAQa1qTfLg/+LL6ZwVf1W+SYkAkEm/OXTbq/F2fJUHCaiS4mnTaOKsL9Pqxx72avGRSeoQJgXingDQH/2XP/9imlrz66B+r6iilEuljaoq5IoKaR5IA9PnHIpjqUnLqu7t6V5s9HMQAKfMv5JXVQ00Sx0n67ScTFbuLsgaOvXMtExDH4YDFrpAApg4ahb4AKS1aP2Rbavo5ZdJV6zRdbcsDprIeqH1ED3ctDcqsZEfXMBx04gRI+hf/3m5f58r5gAYtVBBUCUIXwUcK3w9KkxC5PeF1LF1On8QEACVpEhWw88DU8miT+zpT2EIaYAe5uqKpAgoVtm7hmO+9MO95J42o/LIQWBcQ6FTr4nAcpAFMTqfWhYE/2XnnkfT/1ar1DNKUXNTMig31ffQwOfnXkKHPl2vCqQq4oUIkBlA1akU4qivqVddTWfdd6/XhvfVDoB7AjD75XdeURqKht2f0JwVP3JZ/+wiWnbenZT5l3r68LfeHNWuni5q7j3u+H3z/tI40CnPqsr6lI9MG5KXTxPmXUGn3vBtGnb2rJD8Tf2xLbasLGphl/5YyscefZSeefrP1NqqLB8GoA2nfYCzuZ105dG+JNNipR8zHZ6dbjxR3mhgosgI5LPXGp1hKyb7p48aYVgtIDKJYqKwLSuz8bQnl8ZL9l8V/HsE2C8Nn2Afkpy6wh8BIHSKoyhlcsVj3THd9Wak08ZPP1YeEXj5C38znDOiIAC4maDbXo27QEtVXaVanxA9AeBrGCDWqBj0FSCgjbuBVfoSVX35P2xq+snjeU91FLLVcU0APFpot/f19a7pbDmc29fruwoPegdZZb/5+rAlp0Qv8eZ77q9tXbfeqbBXK+fuWBfu5JUyGFJJgdVG9+T7PsErEBJA4CUc8Ws0rFqQAcGeDHCU3WcE/ij79yHwa9EgXD1aJ5997jmaOLE/wJ98yiR3FUDjoS20vfJ+2vqHWt/YQSIC9KIisH1VCmJtiqF3ttwcR8mC6+bE8wBAnY3dJmMygVv1x/zqW6hhC5CwThAAJhUrzvldt2+Lh9OHUxtWPJIrVJRYQjBwBb38ISxlKY33RSsPWVMRKHoCAM4LugbxIgQ9Lle99orhRFYBRBdPnU/V59zqiZi1npaD27fT67f9SBmobuzuoOeOHomWIQ1Un+4qAFX/vggARAkvetZEv54wmAg+UQ2gKk1HySvKCZUISiIAhCzanMfubgPtOt5FO5kuDx/v4TqNAQcViE7LEXTJ1RRGZ6aPPXUqfemun4hj5UL+XtBqsWnTRnrooYd45n/PHp/AAR5VlLXO00CYU3t+IOVY5eS73N+njEtJo8eLxyt/hqy/nqlWBVpwXghagz1nHYLqItiXZItt4ZUHt9XGgbks0/a2T71fnT20blHu8HlmCAB9YIAhjEaAFTZ3d/Mhj4q3Gw/vp5xsbzIHRBXs7m8+eW5QEACaHTCcW+N3zQdw7rIY9CuOp5TJVgQKlrTUutTCoXGXrVo28+zy3DPOqEcrU2FBAaXYksnS1s7BOMi4t1c+515bqFA77aJLqfSyi5XHnw4kMBXknzzcKv2kEmf7jl0g+ZfH4+kKjxbaOUndy/xrZ8shv/8f2WmcvIA9b1T9E6iIM9tFm4YJqWG6DmfVVUD7tSK3mCYkp/lfQ8wOdrcfNf0mhL/iA31ThhiS12YE+wO4Yx97D/eywH93n9+Bwgs1fx9p8ajuzcrKook3Xkg0NINFUMmUXpxF/93Xfxz09x7+hMZubjb1i41OSjIS0ZfeH/y79rzQpSXJEi/+P+AYQGB9xKqqZCpirYyTSviAYMSr8D3iaGWQUyGqCAg7uZoUIcViQdcLEkAEWPqM1fTbf8AnL+oDAPT4fH7H3W7GCgoWzL8ZZcvnirJFXZU3a0blIFmwbhJAny1RLVroHOAdF0fFd95Bc/73HsPfP2fFnSw4Xev6v0PH0nMZF1P7i697TGnfxAxqW+9x2tjVwYNVPG70nPwa7mxqKPVZzZzMYv3ZygDw247s9XBMI7MLPUgCwUqnTxpPjU89RXv37vT4Hd/68D2/RIuHbGoiWvqhTxBAWv9yLMvy7KJlo3KHucGEEQEAthV2AU4qDGXqLoXV1FBFhSmVid7rG6SgsVEDBcGSLqYHovqSN06a4umU2T5H8C/2dCDgCqAKeoftSLelKgEWSMP2nk5+z452HXPfuySLldJyCrGvY70dxcP3+JOvZQ2l7+UN99IByGozAn1Cr+nJKXwty0AL/g4kDe7V3I8/oMyMDMrLy6OUlGRqaWmhZoCrri6qeOtxqt8rtWx1MbDa01dB96+O57Y1+Nwl/takvgpAVY0lbIG/QV8AsBJodbL7UcoCp7ibpdD4yToeFOAYWRVphFYoDFKUBRm/USefQiVXzx/Q/A8EpOivhs83Mc063IFpqIN/j2zrcbYvu9uaqc9/cOhBBKiIKFGujooqgVH1hFQAenULstYoXd/c1RFO/69sMTWSWSxIv57ZTROysL1pX4NmBwImBIU9xWVUeSX7LIF15Xbjp9jjp32m5i1FA18Ba3gf83v5KUQj2DrLsrHgyZMM/ekfHFS09RAd72oPSI9Ga1cv0B90197d5eH/YZZ+2NMxjQaZ6BOrIqkq41YkTi9aupTPAtILWlJEfCRapVyx6sl+yUFBssKvWVJTnSfdeuP8cFeqJ0VQse4sjBysrt/voN4hafSVp5fTyRdfZGyRrrnJsNdHGFwBDnCuMl+8O/d4GFiAgK/u/iJvkC1Yrle2me1yWaCZFoCzXnqRxpxxOp8w6hUByeeka3L2pk6q+Mt2pscebgze7TxGK5kxRXY6FtZYKOT/5ZesGJaZ55EFBEkF8B6IIYXRRNZPVFxcsn4djRgxnIN+N7HAQD8G0/3mk+dp6aZ/BEoAIOiKeQPMAlaPwNeIAJCBq5Fzl/vYzIBagCwEADCoKFd7cvumhZWVlfVBfIxQTAUG2NTXja7SnisLQJ98b0OHWJNdJssqzQpss7uKyMd9SmXr3mJLEd/WQke3HnQ4Ymz5LdAAfm4gL9KTAGZsqRm9ApiK+wXbmzZCPdX55pX304e7N+j3+hx67N24C14Vvqo6UCJMVAEATE363T1uILXrqadpzc+q+gmEJIsyswWCrKWzreJ7Ha1xR6Cw4N8NSMeOKfXwH7LoB4Gp/JPASdCjaPVxPTdRCUY3Vd3Hky9mBGXVW7o7aHXLwaoX2lsbtDUbs+sVpf9aoOthG1AJABLAbLm6nKU2qgAKhrxSBf7SlPpw+n91EOpvbw89idKTfGboFzL/UCvZArtGBMwL1D7r/ZTHOuz0HQizoNXsn2igyA8CrCQVSXq2HZEoUYaV3Z3+EzjSO3rpgftcxDTaV1BdESgRANuAdgujI1fh+3Y07dfjDN4yx3QZVzNpgiEBgEdhQ0GEbDi4gzInTqBvvllPQ/LzDTHnO2d/1fB3i+SWaF8TgrkrgjgATujt6629cPfnYR+umhRhxbrPCRWDFLDAkhZcTZNuuZk7OCP5YOlS2nfvQ6bLAcXiFZkr3ECm2Cq2aCsH4YLNZSBpBdONG1jph4Gp5NxVb/AeaYCK7Oxs3lskjvd7fsdb9P13H/X+WxX/dZEr7Prd8U460tfn608gIIirCaEswPJgv2H4QFL5M6RGpVV4/b7WI1S2+nWX0U5L43qWjwC8+V+/ow8P6kqMX9ooT6Y3krxYBllMl16zKnyVUssCXZopVTci/3AckABZuAe9fX0LL96zAQAkkEz8QLP+ZsRXb7pqr/v6MdZChUYqzAvXG07JyCGr2g7HEhHgduKBShnbyw8MG+P+Hvt3X+thod/cULy5wvLZNOWB+5U/u7rqBtfNTLc6DmRalxOyUXEe/OvWcLkGdE3tQ9jXs791A01+wPsIRgxbRNuVvyCN+f5S5vsd8aarYI4CU+mvMDPX7wwQQa5Cx8hO+8pMY3r6W+0ttLbzqH6Ceiz7pnJt/5bdVzBqdpbFarj+UK7e03HMVDWAhx6lCiCrxRoQXlUJAv77juwy0nE48LtHVYRZuZT56kuG5Br6JDn4V8QE88Lts4Tc4x+zyu+7TiIoHBohEE4bop5En8Uw0Dc1rufUfvs34eMjVPHSYY//inkLIAGOs7inN4DkAPAWAl0VEYCAdHfLQZEEG9TBv7QueWKV2Us7ktXQC+Kp8c/+icZ/aQbl5xnDgH9/45vU9+aHptssRWs2r1jRqi0RN0XCX9kiqVT2gbB45qPXgoGqamYc7TCQueefT0fb2nifrpFivzPsc5o0pptmvL+LK1ZfXikHXKJHRRGM1gzGxQq9vqFzNPpSSpU0ffQxB6LQPS5ZXlj9GvsPXURpFlfpEYzEkX72tK6324whbYiz4N+uD8RUQ9VUaw6ECy5RWs1PV2BgIMVq46Xtna+/Sannnes1jA6y5zAL9NuksjTPY+l8xioxruPbg30hnA0uQa4IYKUHsKJsinsm7VH0qMMGaCVswplDqkwGHpE6C9ipAQvTJICv36M55lotwwLwcsMAf6/Z4F8E3QseLbRHmwgIOvg3WouazNf0fIOmW3uwv/Ngwypa851FVHLdtZSa58omdO47QM1r11HFm0dkcqiB6XHQBP+av4LNatDW6O3+dDnum9+gsj8+pPwZZqt8s/oBamx04dFxUhZyrPb1uD4Ldbn+Rjz6f/e9Bz4qGjZMeRRYp9Pp0z8BvOJCltplS9M98JOrr3+DR3ufXpDld5WgH5Yz0X7fdxRE+HFcs7XvPdbXH1lAg951Q2DM9GRNHeLscB54kAIY2MoTToostMgkBiLQNYbVHTUeTlgeBv9/QzAveocFMAoCgBPovlrEtJigVvNZudpnmq09loX4szV29fF1acb/55Jnm0K4K1rKDW1gaydDB1tclQCtPS483t5DG1euJ7IWeTJCSUlkSx3CL1QF9HS0NfR0HnP6I1cE3lJVYOJrYNjs1Ayno2nvtHgkUoPwUY1sPU5jcdRix5G9t48tKMm1f3k2r9rDsd052VlKO4zBjF87Yy99993DNHJ3mxYDJCuJFdGioqjirImUjqNanv1IWvaC8UNLlgx9bpk9KcNV2lJcNIyGFhR4KLfiv49SzVrXbIY77v+YKzYQ0TIA0wYza8WCVw/20F+pNQSL+Ut/fYZXAXgEpMzBX/zn//H8zxlWuvE/W2nyhib6Kwv+P+g11UcV6TPVB6pDj+E3ZqooTDNtTMenP/4YLyGSpWPPXlryc1cGy5mZ0vjehPwKeuzdFSYBR7QG1ZjRpdfwz1CUUnNjarNpPetWifA67u77U5Bf89nel0+j8HXmq0ML9CJtK0xVAhhUAHCgZWTfJDJAAKuAs9go908ekk0Wa0CcMUiUmggHsAMO/uUKAN2azdMAq6xXAVjLAgWs1uQ0sqVnmtHpQqMM2mARLeMCXV4hA/SCL32JrnzlX4al75DSx64lxz8+IPrXlkHji9wb+5N1dpJKslFBhkpJGR91NbfQI4XDA85WAxf1z/+w+uyrRrb/N8AU5vw+9ki0Wi1XkMlM8lWZ+TQ33WcfNEjMSm19LqABZql5UgBHsmlzV4zKriEI/NHrb8K+VoY4CK0P9sWLsofR1NQhwodWhcJmadVCsA2jtUc7BU688pk+WvUvriUBvj4S8wD8D15MZX6iOJNdQ1wtokfazQxgdPsOIxurwliYcm+QwebtaPE4S2UAa9CenZaxZOLcC+Zl3fNTjp1SUlJoxPBij5ksaJue9uyt5GjZz2NUxKrBmHxyJXIiot+o92cjUMi+r7LedsoED/AER4cBSS/u/4Burn/A/fy4zc303Yc/CTT4BzgezADKrhEAWjBkfmgVSIBR111LWSwwTRs+gn+/4reV9EzLBto83NXTNvJwO1348T6avL3Z+XJvTyO7yk2+r7g4AUBzCrdfm11It+QW8w1udKTaQCVv+hmUOWECC/z3UM/Ro9S6YSP1uI6ikzd+n8lfF6ksdaCBLPb1Yr2jVeg0ZCXVPqSW6XShySCxRtOpM4q6MyQB8pOS6C6rl1Ou04J/0+9ZAwK4pvoBVQByDRZr8srU7IIrKLhJ7s6/tzU1vHqs2U7hb6cwuq8N7FpulhiQCQD0/WkDFp1Mx3kmdFsu6XO0Qq/4/GutKWmNKRm5SwIIKAY9CaDQY/mkqiVLxlz1da+g131j5RNU3ttD9PRn8e6LSNuTglgq/8Uv78m9/Ir+8SGiFQDZpuWfv0Lr61+neQ99yEt/ezraqM9ckO4VnKI6QJSuc2Khp5vP+0GG6oX2VvpHt+n+Yuy3aJxY4UGW+P3MSRb6VUGJUe+6g+23UsW6FCXrsynI/nUVCSNwG2zNm+z+ocLShMD2h/JUi6BP6+DKT051/Dh3OOxUQ4RsBPeTWrY2V/Kbdu2+NGo/bxgAyRGpJEtTMGvJR+uFwFelKgLezFBW/Xn3ChKgmvpPSxr0svq6m8sy/+d2r4HCIAHy8nJpweoHqG7r2+7nr/3rRprxvvkYIslidTLbXRqp4D8mCAC+mlwst9dAlvpda6liYy2m+3j8/7t++YFHOboPAYCdP0gz/9AVgixeZv1iySm5mZrjlnpW9VJKniVWdrMgXnM2FUyX1SadhINiv/8fDrxa1gOGf83s7fN1pBqA5IBLgBWAab608c0SALVaYCN+R7R1KfTSuLLkFHuWxeqxnxXDFEVP3QLynLgfzuBf7B25OsGpObK6GNnXShJgcpKVbuzPGjm1wD+k7xlst1H5mTY4q5oCzII91nKA1nYeE++5IkyAygjY1Wp/U5R++q2uuSGniF3D9Ha0jukl5EfIMZ0GArpPKBJAwwZ8ZgcSAvohqtyASCfVcHmCff3JgXjzRXJQ6eWXcRRY9aMPEw0dQh/u3kgbbAdoTed2nnFyr6NfuGerNLQ37asIxEehbsDfAWtb+nrp4eNdZj9PtAiAgANYVACgEkAhc8wEslIV0FSJuBmQ/AyVbOYgQCjXdUDkSRxjPrP4SrTmRSJ2WEDe5PR8bT35DNJLbCn0szzDU9DcFSw+CBSfx+NiNoA8XNz92iO7nS8dPZJLnkcmnwj+SHWv6OcfP00vtnpm/AOpAkA1YHJGDlo4SiPZOpkUQ4q1d77+5jb0SUM2HNrJpyG39na4jr5I63dRJs6+dKRYk5d/v7O1chCuQTsppqdemJFHPy4o4Szy+gPbVGXQDQzAzlEYAQE4cOVIgQcW4XbtdbIj3GYyUItlw1BOPoZQXcuCrBlJVtWPPIIAqaQq2NJqOBkMpqwJwkGpfle4git/JJRX8H42A1a/LBzt/l6xLtHnVKFwSDfQwPv/cOTXg372f6W2Bhqov7c7lgICLxJgniWZzrVYHRrpUxNJplgXtJZrTtCvHcAJIXcd8Wr78FdSKT53oOBLrmZoJHXfZq4Gesp9EQCXMYesq1YJWxVZgCTAfAYQ6ugEEYYLlLoBEfBm03q68Z0HPX9wpJ3t6tVeQJhir1KKJNtpztYtmul6LEghKvasBNIIAKz1aTKA1JX9llGQGes4IACCDmDvyS+hAs82HLQtBV3yrctGi8op03p/hOl5s/l2jlqJNHJomKshiLet32ewMWtNBPwObd3FU5LN3yDgSAz/NXo/Tg2PNEg+zefJKQYnMDSyNTzN5FpdotkipaBCBUexivagtZ1tVLF/a7xg/ZDLu7+6f3HKmadXW4YVuoL/N5bRi1+87TqlYVS6R8JaDE03Et5aiTbA/hOV5kSqggZiixWlHrn0Ov7Y/pcXKGXmdHpq2xvUWqK9vS1tRMOYwytM4Q7+/Z1O2tx7nJfEskCtQdq0ImBtJPPHfcRL0O9zoBcGxnw1M4/ycBSIegCg0pjpgnszgYk9gP9bTrE1pG6BFGAayl+Pd1M+28RjvY3qSp3uRJBRI4EtEYTMlsgG/X3AtcogoAg28BWGvC4CwawgoQyDFtEz+mPtDG9UVEjrslED5WSgT5IGAolBTmbAq0P7/Aj+HSaAE8VoYKAcDJiTRDExxwQOigWt0zTQ4DNDsbbrmFHgY9dAg7xW5Yoc3L9As0mNJkCb0O0CMjgiEBN5d7Q1619TF0Z9LmT6JP1+amdBwE5p2BrIlH3Hu5dpn9FBJ4ZUkaLUeu+Rg3TXP59gYKub/UTqpc5PV93vWO39nx2QvXc0sZ2RR9TS40EAlOzrFF9W6LNHQfqogUo01mbQcz/e7fQYYKf0TYGIRsw2SGRIhUTETKX+IYW5CuLEKWEns5hG1nsw/kFUoMg6mD+IbcpKH/ptoMgmBOzSe2nQfKJDdy/mkKJaVcjGrg4xe0H/GcyuVazPVdoe8vKHaEvBTDGQAKhMufvgdtUaXEXq5JOIW5ZTbFRYDliO/WE5vxCn7huSRO/3fYZ+Itcg7y0M74xM42TAiD1tbhItKclyRZLVVsYeWbBvQ7k/D/rxCL9+uNsVr77bcTSiMVMsVABwY3hRZt6SYdaUss1d7dTW5+phaxzNFvX0EtcxGJAdzAG+u8PF8vdLzA5CC4FUUwDZ0EK2mBZbkslgRvf8EJQLl1PgQ2L4ABYNgDijqMcFFAALn862xl22VFmXDqa/SJS3BapjEfSuioCBzZV0aUpQmfKD7ELeSy0HYMEEslJmJVe3Jxq1+zPYWn3kSoBIDCIKWFjgWqYBB6WNQvYfDs5HwD5fW8OVOjJhTgQcoTL7caHFxi85CI3A8bFlE5LT1iDgb/ef/YuEbmJGGj9ZV7Zjx44VJ510khv8/nb1s/TMJ6+5vkm2EBUkM9DF7tm7u4he2KAnECpj9KMFduTaqByiSya5vh6b4a6KnLW2ha5fub8WRNJA3oxWzu4OSFJtyc7Onm5hW+0B+KVI6xxBxopgX4zsKbKopKigiJIsCILQGIh/kG1vtOfgREK8jifWpJYin8kWRyCuNInfFmj3ym0LpTYWrNughy9q+MqwOg6VAH/o6zE6kpI0Xy5/BlFVwmcRDII1xUm8G3KKuM1eq7VgHbUl0eYZRewT5mOCIo5dIdpygCHy7dO0z1x2VlrmknyrrYz7dy0RtrG7I9T7OC4JgGryUX5iQhooOv1mkZCAS8HPZcB1nsWmCsJDMVyiTAMBwZQRAkhMi5IegxpugyOlvmt1l+ZEapCkPwLAoa35VdpjJMFKMAQQzbQm09X9LRXzQ923PshFtFlUxvKbfLTQrg/guYOrdu7z91KRXZf3Z6iHW/kTO0kVLToCIFJTeQPZWycUASACohEjRtD0GTN4T/wzn7xONKW4PzkAWcfW2lsOL78Xw8ATe7spkBcUTB5Bx84cRe35ybw1Mr2jlxbW7at95K3PFsbQe63Sgim7DqeF632toQHOj7klu9B5emrGHF9H1kXYHpltZwhF658I0hoGeeAvi76VNd4SiSAOMP+rPMNicdxfcNL8UK3dB2xpSmLy5d4efvlZi2JughzXxTIJO5A1408XeRT4qRMnmm/noKdvgJd9kOomKH18z5rSxzaxfIVz84nSNtU1T9sAlVE2AJXB6nKeJRn6WxHB91quew/bJAIj2uu8PFg9XmvlelxACRm0gmoAdq1hVx+uqalD4s2eI5ioHJdkqQQIYte8GN1bJ5Is8KmLoRl9NCK7j7JSVT+PB9C5LJC9kZ5k4XurYvLEvooZk/q0+RExjUe0qzpM76k6BPgxnO9vIMGGv/e8jQY2K+dEFrFummgARzvGCFkU8rWLlhV2bRMxxB3WVLP7qEnny4I63SAGJTdAe7IiyPj2hJOmEBjvBQnd9F/5SUl9v+oP/tdopT0nsgRNAKRTUt/UJGsknawY+hLKUwZCJYsHuE/LE7jjhCACKu/JLxksQDwWbVQi+DcHROPB75UH+tmuyszv00i2ZRF+r8HeixVhsv1lQbyXNRoor6f+xER5DPpaf8RGPQ2OwCpaUpYgUPySALnsWoZYAjFFkHu/cpCoI1A7vTiIGK7+RFxnoWBvKwepboKujphlsTZh8yaC/4ERAIOcYAo1KPFn3OwJFZ4wsowGb9AWTRu1JhH8DzqbXR8nnzHQvWzqpJAByBrF3iiXrngO7uadgHg30pLAxiakOCkpWPs0mPz5vAA/e1kQNvOE3NfBOniwdys0pQ3WwGIg7RFrEqZrwARAU8LZesi2IPdpgkBJkEUJBxgaGyW3I8ntV4MJzAaT2Y3nSpJAyY5wZdRDgdVg7xdHYD3qq9GWDcKArkmBR+ZRQhISWSmnRGI2kBiiKcj4tjyxsPwryH4C6ScYAiARtA6cANimvSbBEAe/VxOBf0LmkfkSuKYTfL+ZJUwqtb24xgcxEO/Bf6Ctb01aQKjXSTxhBSNydQ31JzqiDRDX+LgHyyL8/lZo+GgZDV7gvEy3DhLl6gmJliygE7uaL5AYYkWQmDkRVFCiPyJYAiARtA5s827TQHjCyQYO/vRlnwkdJkSI3eTaqTzB9WTW1q8gNeGbewLZGf3nF/YmV/f6eK0CWBAna3QNBXi8bkICknnSnk/oOCHxRAIsHmSfPRACYEEivg09AbCGTrzyJ3+gUARcibIw31JtoLsVmqGyJ1QUtPETw5QSQX9CjCSXfM8EONGz/4EQAIM18BcSaJub6vOLtbYtzj77thgHg/WazhM+M3KyOKGChMQZCTAYg9lACIAVmn1MxLd+JJhevxNp+mmlwUKpTgT9QYPrRJY/MClPGKuEhEiMytwTINc8ASBaawajDwwGD4hZQPq+c7HW4hVcJyQhCUlIvJEATTQ4ycFACAA5Vk3Et34k2IniJxoB0JSwOyEB1/aEOgIC5E2U6OtPSPjAw7aESkwRAIO511lIOYX2SOB4tPXbEgRAQhKSkDglAQarjwqGABjIiVkREVsMKLYhsZcMxSl9/WBCHQMClmKtORLqMC3IojVq18rEXk1ICKSWXAy36M+uSqjEULDvlms6c54An9ceAhtzg6YvilNbj/2wLLH0E5KQhMS4HyedrVo4iDFiHbtmJ257QiIduPYlAEFIdHjCldYkJCExLLBpiex/v1RSYhhpQvrXQkISkpCExLqIk34SNisO5f8LMAC8Jkq3yRQeSQAAAABJRU5ErkJggg==') no-repeat left top;
    animation: santa-animation 0.8s steps(10) infinite;
    -webkit-animation: santa-animation 0.8s steps(12) infinite;
}

@keyframes santa-animation {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: -1024px 0;
    }
}

@keyframes path-animation {
    0% {
        left: -5%;
    }
    100% {
        left: 120%;
    }
}

@-moz-keyframes santa-animation {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: -1024px 0;
    }
}

@-moz-keyframes path-animation {
    0% {
        left: -5%;
    }
    100% {
        left: 120%;
    }
}

@-webkit-keyframes santa-animation {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: -1024px 0;
    }
}

@-webkit-keyframes path-animation {
    0% {
        left: -5%;
    }
    100% {
        left: 120%;
    }
}

@-ms-keyframes santa-animation {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: -1024px 0;
    }
}

@-ms-keyframes path-animation {
    0% {
        left: -5%;
    }
    100% {
        left: 120%;
    }
}

#snow {
    background: none;
    font-family: Androgyne;
    background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1610px) {

    .imagenavatar {
        width: 50px !important;

    }
    div.datos-vgroup>h5 {
        font-size: 1.2em !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>div>div.datos-vgroup>p {
        font-size: 1.2rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>div>div.datos-vgroup>small>b {
        font-size: 1.1rem !important;
    }
    footer .textFooter {
        font-size: .8rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(2)>div>h4.text-center.mt-3.mb-3 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(2)>div>h2 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>h4 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>div>div>img {
        width: 140px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>div>div>div>h3 {
        font-size: 1.1rem;
    }
    #treeContainer {
        margin: -50px !important;
        width: 100px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(5)>div>h4 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(5)>div>div>div.mr-4>img {
        width: 50px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(5)>div>div>div.media-body.overflow-hidden>h5 {
        font-size: .8rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(6)>div>h4 {
        font-size: .9rem;
        margin-top: 30px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(6)>div>h5 {
        font-size: 1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(6)>div>div.text-center.m-saludable>div.text-left.mt-4>h2 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(6)>div>div.text-center.m-saludable>div.text-right>img {
        width: 90px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(7)>div>h4 {
        font-size: 1.1rem;
    }
    .link-interes {
        font-size: .8rem;
    }
    #greeting {
        font-size: 50px;
        font-weight: bolder;
        color: #7b7e4eb4;
        word-wrap: normal;
        right: 0rem;
        position: absolute;
        bottom: 10rem;
        z-index: 999;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div>div.container-fluid.sinRecordatorio.mt-2>h4 {
        font-size: 1.1rem;
        margin-top: 20px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div>div.container-fluid.sinRecordatorio.mt-2>h5 {
        font-size: 1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>div>div>p:nth-child(3) {
        font-size: 1rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>div>div>p:nth-child(4) {
        font-size: 1rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>h4 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>div>div.mr-4>img {
        width: 50px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>div>div.media-body.overflow-hidden>h5 {
        font-size: .8rem !important;
    }
    .titleBenefits {
        font-size: 1.2rem !important;
    }
    .mant-desc {
        font-size: .8rem !important;
    }
    .mant-img {
        width: 100px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)>div.container-fluid.sinRecordatorio>h4 {
        font-size: 1.1rem;
        margin-top: 20px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)>div.container-fluid.sinRecordatorio>h5 {
        font-size: 1rem;
    }
    .name {
        font-size: .8rem !important;
    }
    .imgPortada {
        background-size: cover;
        background-repeat: no-repeat;
        width: 85%;
        position: absolute;
        height: 300px !important;
    }
    .img-profile {
        width: 225px;
        margin: 0 auto !important;
        height: 225px;
        border-radius: 999px;
        top: 13rem;
        left: 30%;
    }
    .desc {
        font-size: .6rem !important;
    }
    .solicitudes {
        font-size: 1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)>div.container-fluid.sinRecordatorio>div>img {
        width: 80px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(3)>div>h4 {
        font-size: .9rem;
        margin-top: 30px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(3)>div>div.text-center.m-saludable>div.text-left.mt-4>h2 {
        font-size: 1.1rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(3)>div>div.text-center.m-saludable>div.text-right>img {
        width: 80px;
    }
    .grid-item {
        width: 30%;
    }
    .card-form {
        min-height: 290px !important;
    }
    .card-myaccount {
        min-height: 220px !important;
    }
    /*fdsgfg*/
    .qr-code {
        max-width: 200px;
        margin: 10px;
    }
}


/*animacion*/

.preloader {
    width: 70px;
    height: 70px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.notDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

}

.divCrear {
    margin-left: 10rem;
}

@media(min-width:1900px) {
    .divCrear {
        margin-left: 32rem;
    }
}
.classCrea{
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#cke_summary-ckeditor{
    width: 50rem;
    margin-left: 8rem;
}
@media(min-width:1900px){
    #cke_summary-ckeditor{
        width: 50rem;
        margin-left: 23rem;
    }
}


@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#code textarea {
    font-family: "Courier New", Courier, monospace;
    background: #ccc;
    color: #000;
    font-size: 11px;
    width: 400px;
}
VFCiPyJYAiARtA5s827TQHjCyQYO/vRlnwkdJkSI3eTaqTzB9WTW1q8gNeGbewLZGf3nF/YmV/f6eK0CWBAna3QNBXi8bkICknnSnk/oOCHxRAIsHmSfPRACYEEivg09AbCGTrzyJ3+gUARcibIw31JtoLsVmqGyJ1QUtPETw5QSQX9CjCSXfM8EONGz/4EQAIM18BcSaJub6vOLtbYtzj77thgHg/WazhM+M3KyOKGChMQZCTAYg9lACIAVmn1MxLd+JJhevxNp+mmlwUKpTgT9QYPrRJY/MClPGKuEhEiMytwTINc8ASBaawajDwwGD4hZQPq+c7HW4hVcJyQhCUlIvJEATTQ4ycFACAA5Vk3Et34k2IniJxoB0JSwOyEB1/aEOgIC5E2U6OtPSPjAw7aESkwRAIO511lIOYX2SOB4tPXbEgRAQhKSkDglAQarjwqGABjIiVkREVsMKLYhsZcMxSl9/WBCHQMClmKtORLqMC3IojVq18rEXk1ICKSWXAy36M+uSqjEULDvlms6c54An9ceAhtzg6YvilNbj/2wLLH0E5KQhMS4HyedrVo4iDFiHbtmJ257QiIduPYlAEFIdHjCldYkJCExLLBpiex/v1RSYhhpQvrXQkISkpCExLqIk34SNisO5f8LMAC8Jkq3yRQeSQAAAABJRU5ErkJggg==') no-repeat left top;
    animation: santa-animation 0.8s steps(10) infinite;
    -webkit-animation: santa-animation 0.8s steps(12) infinite;
}

@keyframes santa-animation {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: -1024px 0;
    }
}

@keyframes path-animation {
    0% {
        left: -5%;
    }
    100% {
        left: 120%;
    }
}

@-moz-keyframes santa-animation {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: -1024px 0;
    }
}

@-moz-keyframes path-animation {
    0% {
        left: -5%;
    }
    100% {
        left: 120%;
    }
}

@-webkit-keyframes santa-animation {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: -1024px 0;
    }
}

@-webkit-keyframes path-animation {
    0% {
        left: -5%;
    }
    100% {
        left: 120%;
    }
}

@-ms-keyframes santa-animation {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: -1024px 0;
    }
}

@-ms-keyframes path-animation {
    0% {
        left: -5%;
    }
    100% {
        left: 120%;
    }
}

#snow {
    background: none;
    font-family: Androgyne;
    background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1552px) {
    div.datos-vgroup>h5 {
        font-size: 1.2em !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>div>div.datos-vgroup>p {
        font-size: 1.2rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>div>div.datos-vgroup>small>b {
        font-size: 1.1rem !important;
    }
    footer .textFooter {
        font-size: .8rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(2)>div>h4.text-center.mt-3.mb-3 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(2)>div>h2 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>h4 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>div>div>img {
        width: 140px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>div>div>div>h3 {
        font-size: 1.1rem;
    }
    #treeContainer {
        margin: -50px !important;
        width: 100px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(5)>div>h4 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(5)>div>div>div.mr-4>img {
        width: 50px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(5)>div>div>div.media-body.overflow-hidden>h5 {
        font-size: .8rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(6)>div>h4 {
        font-size: .9rem;
        margin-top: 30px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(6)>div>h5 {
        font-size: 1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(6)>div>div.text-center.m-saludable>div.text-left.mt-4>h2 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(6)>div>div.text-center.m-saludable>div.text-right>img {
        width: 90px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(7)>div>h4 {
        font-size: 1.1rem;
    }
    .link-interes {
        font-size: .8rem;
    }
    #greeting {
        font-size: 50px;
        font-weight: bolder;
        color: #7b7e4eb4;
        word-wrap: normal;
        right: 0rem;
        position: absolute;
        bottom: 10rem;
        z-index: 999;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div>div.container-fluid.sinRecordatorio.mt-2>h4 {
        font-size: 1.1rem;
        margin-top: 20px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div>div.container-fluid.sinRecordatorio.mt-2>h5 {
        font-size: 1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>div>div>p:nth-child(3) {
        font-size: 1rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(3)>div>div>div>p:nth-child(4) {
        font-size: 1rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>h4 {
        font-size: 1.1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>div>div.mr-4>img {
        width: 50px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(1)>div>div>div.media-body.overflow-hidden>h5 {
        font-size: .8rem !important;
    }
    .titleBenefits {
        font-size: 1.2rem !important;
    }
    .mant-desc {
        font-size: .8rem !important;
    }
    .mant-img {
        width: 100px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)>div.container-fluid.sinRecordatorio>h4 {
        font-size: 1.1rem;
        margin-top: 20px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)>div.container-fluid.sinRecordatorio>h5 {
        font-size: 1rem;
    }
    .name {
        font-size: .8rem !important;
    }
    .imgPortada {
        background-size: cover;
        background-repeat: no-repeat;
        width: 85%;
        position: absolute;
        height: 300px !important;
    }
    .img-profile {
        width: 225px;
        margin: 0 auto !important;
        height: 225px;
        border-radius: 999px;
        top: 13rem;
        left: 30%;
    }
    .desc {
        font-size: .6rem !important;
    }
    .solicitudes {
        font-size: 1rem;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)>div.container-fluid.sinRecordatorio>div>img {
        width: 80px;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(3)>div>h4 {
        font-size: .9rem;
        margin-top: 30px !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(3)>div>div.text-center.m-saludable>div.text-left.mt-4>h2 {
        font-size: 1.1rem !important;
    }
    #app>div.cont.content-page>div>div.container-fluid>div>div:nth-child(1)>div:nth-child(3)>div>div.text-center.m-saludable>div.text-right>img {
        width: 80px;
    }
    .grid-item {
        width: 30%;
    }
    .card-form {
        min-height: 290px !important;
    }
    .card-myaccount {
        min-height: 220px !important;
    }
    /*fdsgfg*/
    .qr-code {
        max-width: 200px;
        margin: 10px;
    }
}


/*animacion*/

.preloader {
    width: 70px;
    height: 70px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.notDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

}

.divCrear {
    margin-left: 10rem;
}

@media(min-width:1900px) {
    .divCrear {
        margin-left: 32rem;
    }
}
.classCrea{
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
/* #cke_summary-ckeditor{
    width: 50rem;
    margin-left: 8rem;
}
@media(min-width:1900px){
    #cke_summary-ckeditor{
        width: 50rem;
        margin-left: 23rem;
    }
} */
.categoriasP{
    display: flex;
    justify-content: space-evenly;
}
.btnPublicar{
    float: right;
    margin-bottom: 4rem;
}
.classCenter{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.classTitulos{
    display: flex;
    width: 63%;
    justify-content: space-between;
}
.titlePad{
    padding-left: 10px;
    padding-right: 10px;
}
.classformCate{
    width: 20rem;
    margin-right: 5rem;
}


@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@media (min-width:1900px) {
    .classformCate{
        width: 34rem;
        margin-right: 9rem;
    }
}

#code textarea {
    font-family: "Courier New", Courier, monospace;
    background: #ccc;
    color: #000;
    font-size: 11px;
    width: 400px;
}


.chat-window{
    background-color: #e3e9ed;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 10px;

}
.chat-message-r{
    float: right;
    width: fit-content;
    background-color: #4654ab;
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 15px;
    text-align: right;
}
.chat-message-l{
    float: left;
    width: fit-content;
    background-color: #313844;
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 15px;
    text-align: left;
}
