/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

:root {
    --page-header-bgColor: #333;
    --page-header-bgColor-hover: #1d2636;
    --page-header-txtColor: #dde9f8;
    --page-header-headingColor: #7889a4;
    --page-header-width: 220px;
    --page-content-bgColor: #000;
    --page-content-txtColor: #fff;
    --page-content-blockColor: #fff;
    --white: #fff;
    --black: #333;
    --blue: #00b9eb;
    --red: #ec1848;
    --border-radius: 4px;
    --box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
    --switch-bgLightModeColor: #87cefa;
    --switch-sunColor: gold;
    --switch-moonColor: #f4f4f4;
    --switch-bgDarkModeColor: #1f1f27;
    --color-primary: #4FC3A1;
    --color-secondary: #fff;
    --tabla-bgColor1: #333;
    --tabla-bgColor2: rgb(128, 128, 128);
    --hr--bgColo1: #4FC3A1;
    --logo-bgColor: none;
    --table-box-shadow: rgba(106, 255, 210, 0.35) 0px 5px 15px;
    --card-box-shadow: rgba(106, 255, 210, 0.3) 0px 1px 2px 0px, rgba(106, 255, 210, 0.15) 0px 1px 3px 1px;
    --card-bgColor: #333;
    --card-header-bgColor: #4FC3A1;
    --card-pie-bgColor: #4FC3A1;
    --card-body-bgColor: #333;
}

/* LIGHT MODE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.light-mode {
    --page-header-bgColor: #f1efec;
    --page-header-bgColor-hover: #b9e4e0;
    --page-header-txtColor: #2c303a;
    --page-header-headingColor: #979595;
    --page-content-bgColor: #fff;
    --page-content-txtColor: #333;
    --box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
    --color-primary: #324960;
    --color-secondary: #333;
    --tabla-bgColor1: rgb(230, 230, 230);
    --tabla-bgColor2: #fff;
    --hr--bgColo1: #324960;
    --logo-bgColor: invert(0%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(0%) contrast(80%);
    --table-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    --card-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 1px 3px 1px;
    --card-bgColor: #b9e4e0;
    --card-header-bgColor: #333;
    --card-pie-bgColor: #333;
    --card-body-bgColor: #fff;
}

.light-mode .page-header .admin-menu a:hover, .light-mode .page-header .admin-menu a:focus, .light-mode .page-header .admin-menu button:hover, .light-mode .page-header .admin-menu button:focus {
    color: var(--black);
}

.light-mode .page-header .logo svg, .light-mode .page-header .admin-menu a:hover svg, .light-mode .page-header .admin-menu a:focus svg, .light-mode .page-header .admin-menu button:hover svg, .light-mode .page-header .admin-menu button:focus svg {
    fill: var(--black);
}

.light-mode .switch [type="checkbox"]:focus+label span:first-child {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
    .light-mode .search-and-user .admin-profile svg {
        fill: var(--black);
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: var(--page-content-txtColor);
    font-family: 'Source Sans Pro', sans-serif;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Css Basico */

@-ms-viewport {
    width: device-width;
}

body {
    /* Ocultar barra de scroll en firefox */
    -ms-overflow-style: scrollbar;
}

/* Ocultar barra de scroll en chrome */

::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

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

body {
    background: #ffffff;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* Css tipo responsive en texto */

html {
    font-size: 18pt;
    scrollbar-width: none;
}

/* .scroller {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

::-moz-scrollbar {
    display: none;
} */

@media screen and (max-width: 1680px) {
    html {
        font-size: 14pt;
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {
    html {
        font-size: 11pt;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 10pt;
    }
}

body {
    background-color: #ffffff;
    color: var(--page-content-txtColor);
}

body, input, select, textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
}

a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

strong, b {
    font-weight: 400;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 2rem 0;
}

p.major {
    font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.375;
    letter-spacing: -0.05em;
    margin: 0 0 1rem 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--page-content-txtColor);
    text-decoration: none;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.2;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.7rem;
}

sub {
    font-size: 0.8rem;
    position: relative;
    top: 0.5rem;
}

sup {
    font-size: 0.8rem;
    position: relative;
    top: -0.5rem;
}

blockquote {
    border-left: solid 4px;
    font-style: italic;
    margin: 0 0 2rem 0;
    padding: 0.5rem 0 0.5rem 2rem;
}

code {
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25rem;
    padding: 0.25rem 0.325rem;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2rem 0;
}

pre code {
    display: block;
    line-height: 1.5;
    padding: 0.75rem 1rem;
    overflow-x: auto;
}

hr {
    margin: 0px;
    background-color: var(--hr--bgColo1);
    height: 3px;
    border: 0;
}

hr.major {
    margin: 3.5rem 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media screen and (max-width: 736px) {
    p.major {
        font-size: 1.1rem;
    }
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h4 {
        font-size: 1rem;
    }
}

input, select, textarea {
    color: var(--page-content-txtColor);
}

a {
    color: var(--page-content-txtColor);
}

a:hover {
    color: #4FC3A1;
}

strong, b {
    color: var(--page-content-txtColor);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--page-content-txtColor);
}

blockquote {
    border-left-color: rgba(0, 0, 0, 0.2);
}

code {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.2);
}

hr {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* Row */

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row>.imp {
    order: -1;
}

.row>.col-1 {
    width: 8.33333%;
}

.row>.off-1 {
    margin-left: 8.33333%;
}

.row>.col-2 {
    width: 16.66667%;
}

.row>.off-2 {
    margin-left: 16.66667%;
}

.row>.col-3 {
    width: 25%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-4 {
    width: 33.33333%;
}

.row>.off-4 {
    margin-left: 33.33333%;
}

.row>.col-5 {
    width: 41.66667%;
}

.row>.off-5 {
    margin-left: 41.66667%;
}

.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}

.row>.col-7 {
    width: 58.33333%;
}

.row>.off-7 {
    margin-left: 58.33333%;
}

.row>.col-8 {
    width: 66.66667%;
}

.row>.off-8 {
    margin-left: 66.66667%;
}

.row>.col-9 {
    width: 75%;
}

.row>.off-9 {
    margin-left: 75%;
}

.row>.col-10 {
    width: 83.33333%;
}

.row>.off-10 {
    margin-left: 83.33333%;
}

.row>.col-11 {
    width: 91.66667%;
}

.row>.off-11 {
    margin-left: 91.66667%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
}

.row.gtr-0>* {
    padding: 0 0 0 0rem;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0rem;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0rem;
}

.row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5rem;
}

.row.gtr-25>* {
    padding: 0 0 0 0.5rem;
}

.row.gtr-25.gtr-uniform {
    margin-top: -0.5rem;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 0.5rem;
}

.row.gtr-50 {
    margin-top: 0;
    margin-left: -1rem;
}

.row.gtr-50>* {
    padding: 0 0 0 1rem;
}

.row.gtr-50.gtr-uniform {
    margin-top: -1rem;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 1rem;
}

.row {
    margin-top: 0;
    margin-left: -2rem;
}

.row>* {
    padding: 0 0 0 2rem;
}

.row.gtr-uniform {
    margin-top: -2rem;
}

.row.gtr-uniform>* {
    padding-top: 2rem;
}

.row.gtr-150 {
    margin-top: 0;
    margin-left: -3rem;
}

.row.gtr-150>* {
    padding: 0 0 0 3rem;
}

.row.gtr-150.gtr-uniform {
    margin-top: -3rem;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 3rem;
}

.row.gtr-200 {
    margin-top: 0;
    margin-left: -4rem;
}

.row.gtr-200>* {
    padding: 0 0 0 4rem;
}

.row.gtr-200.gtr-uniform {
    margin-top: -4rem;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 4rem;
}

@media screen and (max-width: 1680px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-xlarge {
        order: -1;
    }
    .row>.col-1-xlarge {
        width: 8.33333%;
    }
    .row>.off-1-xlarge {
        margin-left: 8.33333%;
    }
    .row>.col-2-xlarge {
        width: 16.66667%;
    }
    .row>.off-2-xlarge {
        margin-left: 16.66667%;
    }
    .row>.col-3-xlarge {
        width: 25%;
    }
    .row>.off-3-xlarge {
        margin-left: 25%;
    }
    .row>.col-4-xlarge {
        width: 33.33333%;
    }
    .row>.off-4-xlarge {
        margin-left: 33.33333%;
    }
    .row>.col-5-xlarge {
        width: 41.66667%;
    }
    .row>.off-5-xlarge {
        margin-left: 41.66667%;
    }
    .row>.col-6-xlarge {
        width: 50%;
    }
    .row>.off-6-xlarge {
        margin-left: 50%;
    }
    .row>.col-7-xlarge {
        width: 58.33333%;
    }
    .row>.off-7-xlarge {
        margin-left: 58.33333%;
    }
    .row>.col-8-xlarge {
        width: 66.66667%;
    }
    .row>.off-8-xlarge {
        margin-left: 66.66667%;
    }
    .row>.col-9-xlarge {
        width: 75%;
    }
    .row>.off-9-xlarge {
        margin-left: 75%;
    }
    .row>.col-10-xlarge {
        width: 83.33333%;
    }
    .row>.off-10-xlarge {
        margin-left: 83.33333%;
    }
    .row>.col-11-xlarge {
        width: 91.66667%;
    }
    .row>.off-11-xlarge {
        margin-left: 91.66667%;
    }
    .row>.col-12-xlarge {
        width: 100%;
    }
    .row>.off-12-xlarge {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0rem;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0rem;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.5rem;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.5rem;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.5rem;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.5rem;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -1rem;
    }
    .row.gtr-50>* {
        padding: 0 0 0 1rem;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1rem;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 1rem;
    }
    .row {
        margin-top: 0;
        margin-left: -2rem;
    }
    .row>* {
        padding: 0 0 0 2rem;
    }
    .row.gtr-uniform {
        margin-top: -2rem;
    }
    .row.gtr-uniform>* {
        padding-top: 2rem;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3rem;
    }
    .row.gtr-150>* {
        padding: 0 0 0 3rem;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3rem;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 3rem;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -4rem;
    }
    .row.gtr-200>* {
        padding: 0 0 0 4rem;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -4rem;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-large {
        order: -1;
    }
    .row>.col-1-large {
        width: 8.33333%;
    }
    .row>.off-1-large {
        margin-left: 8.33333%;
    }
    .row>.col-2-large {
        width: 16.66667%;
    }
    .row>.off-2-large {
        margin-left: 16.66667%;
    }
    .row>.col-3-large {
        width: 25%;
    }
    .row>.off-3-large {
        margin-left: 25%;
    }
    .row>.col-4-large {
        width: 33.33333%;
    }
    .row>.off-4-large {
        margin-left: 33.33333%;
    }
    .row>.col-5-large {
        width: 41.66667%;
    }
    .row>.off-5-large {
        margin-left: 41.66667%;
    }
    .row>.col-6-large {
        width: 50%;
    }
    .row>.off-6-large {
        margin-left: 50%;
    }
    .row>.col-7-large {
        width: 58.33333%;
    }
    .row>.off-7-large {
        margin-left: 58.33333%;
    }
    .row>.col-8-large {
        width: 66.66667%;
    }
    .row>.off-8-large {
        margin-left: 66.66667%;
    }
    .row>.col-9-large {
        width: 75%;
    }
    .row>.off-9-large {
        margin-left: 75%;
    }
    .row>.col-10-large {
        width: 83.33333%;
    }
    .row>.off-10-large {
        margin-left: 83.33333%;
    }
    .row>.col-11-large {
        width: 91.66667%;
    }
    .row>.off-11-large {
        margin-left: 91.66667%;
    }
    .row>.col-12-large {
        width: 100%;
    }
    .row>.off-12-large {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0rem;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0rem;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.5rem;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.5rem;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.5rem;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.5rem;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -1rem;
    }
    .row.gtr-50>* {
        padding: 0 0 0 1rem;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1rem;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 1rem;
    }
    .row {
        margin-top: 0;
        margin-left: -2rem;
    }
    .row>* {
        padding: 0 0 0 2rem;
    }
    .row.gtr-uniform {
        margin-top: -2rem;
    }
    .row.gtr-uniform>* {
        padding-top: 2rem;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3rem;
    }
    .row.gtr-150>* {
        padding: 0 0 0 3rem;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3rem;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 3rem;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -4rem;
    }
    .row.gtr-200>* {
        padding: 0 0 0 4rem;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -4rem;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 980px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-medium {
        order: -1;
    }
    .row>.col-1-medium {
        width: 8.33333%;
    }
    .row>.off-1-medium {
        margin-left: 8.33333%;
    }
    .row>.col-2-medium {
        width: 16.66667%;
    }
    .row>.off-2-medium {
        margin-left: 16.66667%;
    }
    .row>.col-3-medium {
        width: 25%;
    }
    .row>.off-3-medium {
        margin-left: 25%;
    }
    .row>.col-4-medium {
        width: 33.33333%;
    }
    .row>.off-4-medium {
        margin-left: 33.33333%;
    }
    .row>.col-5-medium {
        width: 41.66667%;
    }
    .row>.off-5-medium {
        margin-left: 41.66667%;
    }
    .row>.col-6-medium {
        width: 50%;
    }
    .row>.off-6-medium {
        margin-left: 50%;
    }
    .row>.col-7-medium {
        width: 58.33333%;
    }
    .row>.off-7-medium {
        margin-left: 58.33333%;
    }
    .row>.col-8-medium {
        width: 66.66667%;
    }
    .row>.off-8-medium {
        margin-left: 66.66667%;
    }
    .row>.col-9-medium {
        width: 75%;
    }
    .row>.off-9-medium {
        margin-left: 75%;
    }
    .row>.col-10-medium {
        width: 83.33333%;
    }
    .row>.off-10-medium {
        margin-left: 83.33333%;
    }
    .row>.col-11-medium {
        width: 91.66667%;
    }
    .row>.off-11-medium {
        margin-left: 91.66667%;
    }
    .row>.col-12-medium {
        width: 100%;
    }
    .row>.off-12-medium {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0rem;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0rem;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.5rem;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.5rem;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.5rem;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.5rem;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -1rem;
    }
    .row.gtr-50>* {
        padding: 0 0 0 1rem;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1rem;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 1rem;
    }
    .row {
        margin-top: 0;
        margin-left: -2rem;
    }
    .row>* {
        padding: 0 0 0 2rem;
    }
    .row.gtr-uniform {
        margin-top: -2rem;
    }
    .row.gtr-uniform>* {
        padding-top: 2rem;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3rem;
    }
    .row.gtr-150>* {
        padding: 0 0 0 3rem;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3rem;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 3rem;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -4rem;
    }
    .row.gtr-200>* {
        padding: 0 0 0 4rem;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -4rem;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-small {
        order: -1;
    }
    .row>.col-1-small {
        width: 8.33333%;
    }
    .row>.off-1-small {
        margin-left: 8.33333%;
    }
    .row>.col-2-small {
        width: 16.66667%;
    }
    .row>.off-2-small {
        margin-left: 16.66667%;
    }
    .row>.col-3-small {
        width: 25%;
    }
    .row>.off-3-small {
        margin-left: 25%;
    }
    .row>.col-4-small {
        width: 33.33333%;
    }
    .row>.off-4-small {
        margin-left: 33.33333%;
    }
    .row>.col-5-small {
        width: 41.66667%;
    }
    .row>.off-5-small {
        margin-left: 41.66667%;
    }
    .row>.col-6-small {
        width: 50%;
    }
    .row>.off-6-small {
        margin-left: 50%;
    }
    .row>.col-7-small {
        width: 58.33333%;
    }
    .row>.off-7-small {
        margin-left: 58.33333%;
    }
    .row>.col-8-small {
        width: 66.66667%;
    }
    .row>.off-8-small {
        margin-left: 66.66667%;
    }
    .row>.col-9-small {
        width: 75%;
    }
    .row>.off-9-small {
        margin-left: 75%;
    }
    .row>.col-10-small {
        width: 83.33333%;
    }
    .row>.off-10-small {
        margin-left: 83.33333%;
    }
    .row>.col-11-small {
        width: 91.66667%;
    }
    .row>.off-11-small {
        margin-left: 91.66667%;
    }
    .row>.col-12-small {
        width: 100%;
    }
    .row>.off-12-small {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0rem;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0rem;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.5rem;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.5rem;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.5rem;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.5rem;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -1rem;
    }
    .row.gtr-50>* {
        padding: 0 0 0 1rem;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1rem;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 1rem;
    }
    .row {
        margin-top: 0;
        margin-left: -2rem;
    }
    .row>* {
        padding: 0 0 0 2rem;
    }
    .row.gtr-uniform {
        margin-top: -2rem;
    }
    .row.gtr-uniform>* {
        padding-top: 2rem;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3rem;
    }
    .row.gtr-150>* {
        padding: 0 0 0 3rem;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3rem;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 3rem;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -4rem;
    }
    .row.gtr-200>* {
        padding: 0 0 0 4rem;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -4rem;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-xsmall {
        order: -1;
    }
    .row>.col-1-xsmall {
        width: 8.33333%;
    }
    .row>.off-1-xsmall {
        margin-left: 8.33333%;
    }
    .row>.col-2-xsmall {
        width: 16.66667%;
    }
    .row>.off-2-xsmall {
        margin-left: 16.66667%;
    }
    .row>.col-3-xsmall {
        width: 25%;
    }
    .row>.off-3-xsmall {
        margin-left: 25%;
    }
    .row>.col-4-xsmall {
        width: 33.33333%;
    }
    .row>.off-4-xsmall {
        margin-left: 33.33333%;
    }
    .row>.col-5-xsmall {
        width: 41.66667%;
    }
    .row>.off-5-xsmall {
        margin-left: 41.66667%;
    }
    .row>.col-6-xsmall {
        width: 50%;
    }
    .row>.off-6-xsmall {
        margin-left: 50%;
    }
    .row>.col-7-xsmall {
        width: 58.33333%;
    }
    .row>.off-7-xsmall {
        margin-left: 58.33333%;
    }
    .row>.col-8-xsmall {
        width: 66.66667%;
    }
    .row>.off-8-xsmall {
        margin-left: 66.66667%;
    }
    .row>.col-9-xsmall {
        width: 75%;
    }
    .row>.off-9-xsmall {
        margin-left: 75%;
    }
    .row>.col-10-xsmall {
        width: 83.33333%;
    }
    .row>.off-10-xsmall {
        margin-left: 83.33333%;
    }
    .row>.col-11-xsmall {
        width: 91.66667%;
    }
    .row>.off-11-xsmall {
        margin-left: 91.66667%;
    }
    .row>.col-12-xsmall {
        width: 100%;
    }
    .row>.off-12-xsmall {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0rem;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0rem;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.5rem;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.5rem;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.5rem;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.5rem;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -1rem;
    }
    .row.gtr-50>* {
        padding: 0 0 0 1rem;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1rem;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 1rem;
    }
    .row {
        margin-top: 0;
        margin-left: -2rem;
    }
    .row>* {
        padding: 0 0 0 2rem;
    }
    .row.gtr-uniform {
        margin-top: -2rem;
    }
    .row.gtr-uniform>* {
        padding-top: 2rem;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3rem;
    }
    .row.gtr-150>* {
        padding: 0 0 0 3rem;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3rem;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 3rem;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -4rem;
    }
    .row.gtr-200>* {
        padding: 0 0 0 4rem;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -4rem;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 360px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-xxsmall {
        order: -1;
    }
    .row>.col-1-xxsmall {
        width: 8.33333%;
    }
    .row>.off-1-xxsmall {
        margin-left: 8.33333%;
    }
    .row>.col-2-xxsmall {
        width: 16.66667%;
    }
    .row>.off-2-xxsmall {
        margin-left: 16.66667%;
    }
    .row>.col-3-xxsmall {
        width: 25%;
    }
    .row>.off-3-xxsmall {
        margin-left: 25%;
    }
    .row>.col-4-xxsmall {
        width: 33.33333%;
    }
    .row>.off-4-xxsmall {
        margin-left: 33.33333%;
    }
    .row>.col-5-xxsmall {
        width: 41.66667%;
    }
    .row>.off-5-xxsmall {
        margin-left: 41.66667%;
    }
    .row>.col-6-xxsmall {
        width: 50%;
    }
    .row>.off-6-xxsmall {
        margin-left: 50%;
    }
    .row>.col-7-xxsmall {
        width: 58.33333%;
    }
    .row>.off-7-xxsmall {
        margin-left: 58.33333%;
    }
    .row>.col-8-xxsmall {
        width: 66.66667%;
    }
    .row>.off-8-xxsmall {
        margin-left: 66.66667%;
    }
    .row>.col-9-xxsmall {
        width: 75%;
    }
    .row>.off-9-xxsmall {
        margin-left: 75%;
    }
    .row>.col-10-xxsmall {
        width: 83.33333%;
    }
    .row>.off-10-xxsmall {
        margin-left: 83.33333%;
    }
    .row>.col-11-xxsmall {
        width: 91.66667%;
    }
    .row>.off-11-xxsmall {
        margin-left: 91.66667%;
    }
    .row>.col-12-xxsmall {
        width: 100%;
    }
    .row>.off-12-xxsmall {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0rem;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0rem;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.5rem;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.5rem;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.5rem;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.5rem;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -1rem;
    }
    .row.gtr-50>* {
        padding: 0 0 0 1rem;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1rem;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 1rem;
    }
    .row {
        margin-top: 0;
        margin-left: -2rem;
    }
    .row>* {
        padding: 0 0 0 2rem;
    }
    .row.gtr-uniform {
        margin-top: -2rem;
    }
    .row.gtr-uniform>* {
        padding-top: 2rem;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3rem;
    }
    .row.gtr-150>* {
        padding: 0 0 0 3rem;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3rem;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 3rem;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -4rem;
    }
    .row.gtr-200>* {
        padding: 0 0 0 4rem;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -4rem;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 4rem;
    }
}

.in input[type="submit"], .in input[type="reset"], .in input[type="button"], .in button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.125em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 0.75rem;
    max-width: 20rem;
    height: 3.75em;
    line-height: 3.75em;
    border-radius: 3.75em;
    padding: 0 2.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--page-content-txtColor);
}

.in input[type="submit"].icon:before, .in input[type="reset"].icon:before, .in input[type="button"].icon:before, .in button.icon:before, .button.icon:before {
    margin-right: 0.5rem;
    color: var(--page-content-txtColor);
}

.in input[type="submit"].fit, .in input[type="reset"].fit, .in input[type="button"].fit, .in button.fit, .button.fit {
    width: 100%;
    color: var(--page-content-txtColor);
}

.in input[type="submit"].small, .in input[type="reset"].small, .in input[type="button"].small, .in button.small, .button.small {
    font-size: 0.6rem;
    height: 3.325em;
    line-height: 3.325em;
    border-radius: 3.325em;
    padding: 0 2em;
    color: var(--page-content-txtColor);
}

.in input[type="submit"].large, .in input[type="reset"].large, .in input[type="button"].large, .in button.large, .button.large {
    font-size: 0.8rem;
    height: 4em;
    line-height: 4em;
    border-radius: 4em;
    padding: 0 3em;
    color: var(--page-content-txtColor);
}

.in input[type="submit"].wide, .in input[type="reset"].wide, .in input[type="button"].wide, .in button.wide, .button.wide {
    min-width: 14em;
    color: var(--page-content-txtColor);
}

.in input[type="submit"].disabled, .in input[type="submit"]:disabled, .in input[type="reset"].disabled, .in input[type="reset"]:disabled, .in input[type="button"].disabled, .in input[type="button"]:disabled, .in button.disabled, .in button:disabled, .button.disabled, .button:disabled {
    pointer-events: none;
    color: var(--page-content-txtColor);
    opacity: 0.25;
}

.in input[type="submit"], .in input[type="reset"], .in input[type="button"], .in button, .button {
    background-color: transparent;
    color: var(--page-content-txtColor);
    box-shadow: inset 0 0 0 1px var(--page-content-txtColor);
}

.in input[type="submit"]:hover, .in input[type="reset"]:hover, .in input[type="button"]:hover, .in button:hover, .button:hover {
    box-shadow: inset 0 0 0 1px #4FC3A1;
    color: #4FC3A1 !important;
}

.in input[type="submit"]:active, .in input[type="reset"]:active, .in input[type="button"]:active, .in button:active, .button:active {
    background-color: rgba(71, 211, 229, 0.2);
    box-shadow: inset 0 0 0 1px #47D3E5;
    color: #47D3E5 !important;
}

.in input[type="submit"].primary, .in input[type="reset"].primary, .in input[type="button"].primary, button.primary, .button.primary {
    background-color: #333;
    box-shadow: none;
    color: var(--page-content-txtColor);
}

.in input[type="submit"].primary:hover, .in input[type="reset"].primary:hover, .in input[type="button"].primary:hover, .in button.primary:hover, .button.primary:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #4FC3A1;
    color: #4FC3A1 !important;
    transition: all 0.3s ease-out;
}

.in input[type="submit"].primary:active, input[type="reset"].primary:active, input[type="button"].primary:active, .in button.primary:active, .button.primary:active {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #4FC3A1;
    color: #4FC3A1 !important;
}

/* Form */

form {
    margin: 0 0 2rem 0;
}

form> :last-child {
    margin-bottom: 0;
}

form>.fields {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3rem);
    margin: -1.5rem 0 2rem -1.5rem;
}

form>.fields>.field {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 1.5rem 0 0 1.5rem;
    width: calc(100% - 1.5rem);
}

form>.fields>.field.half {
    width: calc(50% - 0.75rem);
}

form>.fields>.field.third {
    width: calc(100%/3 - 0.5rem);
}

form>.fields>.field.quarter {
    width: calc(25% - 0.375rem);
}

@media screen and (max-width: 480px) {
    form>.fields {
        width: calc(100% + 3rem);
        margin: -1.5rem 0 2rem -1.5rem;
    }
    form>.fields>.field {
        padding: 1.5rem 0 0 1.5rem;
        width: calc(100% - 1.5rem);
    }
    form>.fields>.field.half {
        width: calc(100% - 1.5rem);
    }
    form>.fields>.field.third {
        width: calc(100% - 1.5rem);
    }
    form>.fields>.field.quarter {
        width: calc(100% - 1.5rem);
    }
}

label {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0 0 1rem 0;
}

.in input[type="text"], .in input[type="password"], .in input[type="email"], .in input[type="tel"], .in input[type="search"], .in input[type="url"], .in input[type="date"], .in select, .in textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    /* background-color: transparent; */
    border-radius: 4px;
    border: none;
    border: solid 1px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 0.825rem;
    text-decoration: none;
    width: 100%;
}

.in input[type="text"]:invalid, .in input[type="password"]:invalid, .in input[type="email"]:invalid, .in input[type="tel"]:invalid, .in input[type="search"]:invalid, .in input[type="url"]:invalid, .in input[type="date"]:invalid, .in select:invalid, .in textarea:invalid {
    box-shadow: none;
}

.in select {
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    height: 2.75rem;
    padding-right: 2.75rem;
    text-overflow: ellipsis;
}

.in select:focus::-ms-value {
    background-color: transparent;
}

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

.in input[type="text"], .in input[type="password"], .in input[type="email"], .in input[type="tel"], .in input[type="search"], .in input[type="url"], .in input[type="date"], .in select {
    height: 2.75rem;
}

.in textarea {
    padding: 0.75rem 1rem;
}

.in input[type="checkbox"], .in input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2rem;
    opacity: 0;
    width: 1rem;
    z-index: -1;
}

.in input[type="checkbox"]+label, .in input[type="radio"]+label {
    text-decoration: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 2.4rem;
    padding-right: 0.75rem;
    position: relative;
    margin-bottom: 0;
}

.in input[type="checkbox"]+label:before, .in input[type="radio"]+label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.in input[type="checkbox"]+label:before, .in input[type="radio"]+label:before {
    border-radius: 4px;
    border: solid 1px;
    content: '';
    display: inline-block;
    font-size: 0.8rem;
    height: 1.65rem;
    left: 0;
    line-height: 1.65rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65rem;
}

.in input[type="checkbox"]:checked+label:before, .in input[type="radio"]:checked+label:before {
    content: '\f00c';
}

.in input[type="checkbox"]+label:before {
    border-radius: 4px;
}

.in input[type="radio"]+label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    opacity: 1.0;
}

:-moz-placeholder {
    opacity: 1.0;
}

::-moz-placeholder {
    opacity: 1.0;
}

:-ms-input-placeholder {
    opacity: 1.0;
}

label {
    color: var(--page-content-txtColor)
}

.in input[type="text"], .in input[type="password"], .in input[type="email"], .in input[type="tel"], .in input[type="search"], .in input[type="url"], .in input[type="date"], .in select, .in textarea {
    border-color: rgba(0, 0, 0, 0.2);
    color: #000;
}

.in input[type="text"]:focus, .in input[type="password"]:focus, .in input[type="email"]:focus, .in input[type="tel"]:focus, .in input[type="search"]:focus, .in input[type="url"]:focus, .in input[type="date"]:focus, .in select:focus, .in textarea:focus {
    border-color: #4FC3A1;
    box-shadow: 0 0 0 1px #4FC3A1;
}

.in select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.2)' /%3E%3C/svg%3E");
    color: #333 !important;
}

.in select option {
    background: transparent;
}

.in input[type="checkbox"]+label, .in input[type="radio"]+label {
    color: #000000;
}

.in input[type="checkbox"]+label:before, .in input[type="radio"]+label:before {
    border-color: rgba(0, 0, 0, 0.2);
    width: 19px;
    height: 19px;
    border-radius: 10rem;
}

.in input[type="checkbox"]:checked+label:before, .in input[type="radio"]:checked+label:before {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.in input[type="checkbox"]:focus+label:before, .in input[type="radio"]:focus+label:before {
    border-color: #4fc3a1;
    box-shadow: 0 0 0 1px #4fc3a1;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.75) !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a, button {
    color: inherit;
}

a {
    text-decoration: none;
}

button {
    background: none;
    cursor: pointer;
}

input {
    -webkit-appearance: none;
}

[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

label {
    cursor: pointer;
}

button, input {
    border: none;
}

svg {
    display: block;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 20px;
    width: var(--page-header-width);
    color: var(--page-header-txtColor);
    background: var(--page-header-bgColor);
    overflow-y: hidden;
}

/*In case you prefer an absolutely positioned header that covers the full page height, add these styles*/

/*body {
  position: relative;
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}*/

/*remove these styles*/

/*.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}*/

.page-header nav {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.page-header .logo {
    display: block;
    margin: 0 15px;
    text-align: center;
}

.page-header .logo img {
    max-width: 120px;
    fill: var(--white);
}

.page-header .toggle-mob-menu {
    display: none;
    margin-left: 5px;
    padding: 4px;
    background: var(--page-content-blockColor);
    border-radius: var(--border-radius);
}

.page-header .toggle-mob-menu svg {
    fill: var(--black);
    transition: transform 0.2s;
}

.page-header .admin-menu {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 35px;
}

.page-header .admin-menu li:nth-last-child(2) {
    margin-bottom: 35px;
}

.page-header .admin-menu li:last-child {
    margin-top: auto;
    margin-bottom: 20px;
}

.page-header .admin-menu li>* {
    width: 100%;
    padding: 12px 15px;
}

.page-header .admin-menu .switcher {
    display: inline-block;
    width: auto;
}

.page-header .admin-menu .menu-heading h3 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 12px;
    margin-top: 12px;
    color: var(--page-header-headingColor);
}

.page-header .admin-menu svg {
    width: 20px;
    height: 20px;
    fill: var(--page-header-txtColor);
    margin-right: 10px;
}

.page-header .admin-menu a, .page-header .admin-menu button {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.page-header .admin-menu a:hover, .page-header .admin-menu a:focus, .page-header .admin-menu button:hover, .page-header .admin-menu button:focus {
    background: var(--page-header-bgColor-hover);
    color: var(--blue);
    outline: none;
}

.page-header .admin-menu a:hover svg, .page-header .admin-menu a:focus svg, .page-header .admin-menu button:hover svg, .page-header .admin-menu button:focus svg {
    fill: var(--blue);
}

/* PAGE CONTENT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-content {
    position: relative;
    left: var(--page-header-width);
    width: calc(100% - var(--page-header-width));
    min-height: 100vh;
    /* padding: 30px; */
    color: var(--page-content-txtColor);
    background: var(--page-content-bgColor);
}

.search-and-user {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 50px;
    align-items: center;
    background: var(--page-content-bgColor);
    margin-bottom: 0px;
}

.search-and-user form {
    position: relative;
}

.search-and-user [type="search"] {
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    padding-left: 15px;
    background: var(--page-content-blockColor);
    color: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.search-and-user ::placeholder {
    color: var(--page-content-txtColor);
}

.search-and-user form svg {
    width: 26px;
    height: 26px;
    /* fill: var(--page-content-txtColor); */
}

.search-and-user form button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.search-and-user .admin-profile {
    display: flex;
    align-items: center;
}

.search-and-user .admin-profile .greeting {
    margin: 0 10px 0 20px;
}

.search-and-user .admin-profile svg {
    width: 30px;
    height: 30px;
    fill: var(--page-header-txtColor);
}

.search-and-user .admin-profile .notifications {
    position: relative;
    padding-right: 3px;
}

.search-and-user .admin-profile .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    color: var(--white);
    background: var(--red);
}

.page-content .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.page-content .grid>article {
    display: flex;
    /* height: 300px; */
    background: var(--page-content-blockColor);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    text-align: center;
}

.page-content .grid>article:first-child, .page-content .grid>article:last-child {
    grid-column: 1 / -1;
}

/* MQ RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 767px) {
    .page-header, .page-content {
        position: static;
        width: 100%;
    }
    .page-header {
        padding: 10px;
    }
    .page-header nav {
        flex-direction: row;
    }
    .page-header .logo {
        margin: 0;
    }
    .page-header .logo img {
        width: 35px;
        height: 35px;
    }
    .page-header .toggle-mob-menu {
        display: block;
    }
    .page-header .admin-menu {
        position: absolute;
        left: 98px;
        top: 57px;
        margin-top: 0;
        z-index: 2;
        border-radius: var(--border-radius);
        background: var(--page-header-bgColor);
        visibility: hidden;
        opacity: 0;
        transform: scale(0.95);
        transition: all 0.2s;
    }
    .page-header .admin-menu li:nth-last-child(2) {
        margin-bottom: 12px;
    }
    .page-header .admin-menu li:last-child button, .search-and-user .admin-profile .greeting {
        display: none;
    }
    .page-content {
        min-height: 0;
        /* padding: 10px; */
    }
    .page-content .grid {
        grid-gap: 10px;
    }
    .search-and-user {
        position: absolute;
        left: 131px;
        top: 10px;
        padding: 0;
        grid-column-gap: 5px;
        width: calc(100% - 141px);
        border-radius: var(--border-radius);
        background: transparent;
    }
    .search-and-user [type="search"] {
        font-size: 1rem;
        height: 42px;
    }
    .search-and-user form svg {
        width: 18px;
        height: 18px;
    }
    .search-and-user .admin-profile svg {
        fill: var(--white);
    }
}

@media screen and (max-width: 400px) {
    .page-content .grid>article {
        grid-column: 1 / -1;
    }
}

/* BODY CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mob-menu-opened .toggle-mob-menu svg {
    transform: rotate(180deg);
}

.mob-menu-opened .page-header .admin-menu {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .collapsed .page-header {
        width: 40px;
    }
    .collapsed .page-header .admin-menu li>* {
        padding: 10px;
    }
    .collapsed .page-header .logo, .collapsed .page-header .admin-menu span, .collapsed .page-header .admin-menu .menu-heading {
        display: none;
    }
    .collapsed .page-header .admin-menu svg {
        margin-right: 0;
    }
    .collapsed .page-header .collapse-btn svg {
        transform: rotate(180deg);
    }
    .collapsed .page-content {
        left: 40px;
        width: calc(100% - 40px);
    }
}

/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
    text-align: center;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon>.label {
    display: none;
}

.icon:before {
    line-height: inherit;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

.icon.style2:before {
    border-radius: 2.75em;
    display: inline-block;
    height: 2.75em;
    line-height: 2.75em;
    width: 2.75em;
}

.icon.major {
    display: block;
    margin: 0 0 1rem 0;
}

.icon.major:before {
    font-size: 1.25rem;
}

a.icon.style2:before {
    -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.icon.style2:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

a.icon.style2:hover:before {
    box-shadow: inset 0 0 0 1px var(--color-primary);
    color: var(--color-primary);
}

a.icon.style2:active:before {
    background-color: rgba(71, 211, 229, 0.1);
    box-shadow: inset 0 0 0 1px var(--color-primary);
    color: var(--color-primary);
}

/* Css iconos con listado */

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 0.75rem 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.switch label {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.switch span:first-child {
    position: relative;
    width: 50px;
    height: 26px;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
    background: var(--switch-bgLightModeColor);
    transition: all 0.3s;
}

.switch span:first-child::before, .switch span:first-child::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.switch span:first-child::before {
    top: 1px;
    left: 1px;
    width: 24px;
    height: 24px;
    background: var(--white);
    z-index: 1;
    transition: transform 0.3s;
}

.switch span:first-child::after {
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background: var(--switch-sunColor);
    box-shadow: 0 0 4px 2px #ffdb1a;
}

.switch [type="checkbox"]:checked+label span:first-child {
    background: var(--switch-bgDarkModeColor);
}

.switch [type="checkbox"]:focus+label span:first-child {
    box-shadow: 0 3px 5px rgba(255, 255, 255, 0.25);
}

.switch [type="checkbox"]:checked+label span:first-child::before {
    transform: translateX(24px);
}

.switch [type="checkbox"]:checked+label span:first-child::after {
    left: 12px;
    width: 15px;
    height: 15px;
    background: transparent;
    box-shadow: -2px -5px 0 var(--switch-moonColor);
    transform: translateY(-50%) rotate(-72deg);
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-footer {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.page-footer a {
    margin-left: 4px;
}

/* Global css */

/* Tabla Estilos*/

.table-wrapper {
    /*margin: 10px 70px 70px;*/
    box-shadow: var(--table-box-shadow);
    width: 100%;
}

.fl-table {
    border-radius: 5px;
    border: none;
    /*border-collapse: collapse;*/
    width: 100%;
    max-width: 100%;
    /* white-space: nowrap; */
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
    color: var(--page-content-txtColor);
    background-color: var(--page-header-bgColor);
}

.fl-table tr:hover td {
    background-color: var(--page-header-bgColor-hover)!important;
    color: var(--page-header-txtColor);
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table input {
    color: #000;
    border: 1px solid #333;
}

.fl-table button {
    color: #000;
    border: 0px solid #333;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}

.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

/* .fl-table tr:nth-child(even) {
    background: var(--tabla-bgColor2);
} */

.fl-table tr td:nth-child(odd) {
    background: var(--tabla-bgColor1);
    border: 0px;
    /* border-right: 1px solid #E6E4E4; */
    /* color: black; */
}

.fl-table tr td:nth-child(even) {
    background: var(--tabla-bgColor2);
    border: 0px;
    /* border-right: 1px solid #E6E4E4; */
    /* color: black; */
}

/* Tabla Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before {
        font-family: FontAwesome;
        content: "\f30b";
        display: block;
        text-align: right;
        font-size: 11px;
        /* color: black; */
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child {
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: var(--tabla-bgColor1);
    }
    .fl-table tr:nth-child(even) {
        background: var(--tabla-bgColor1);
    }
    .fl-table tr td:nth-child(odd) {
        background: var(--tabla-bgColor1);
        border-right: 1px solid #E6E4E4;
        /* color: black; */
    }
    .fl-table tr td:nth-child(even) {
        background: var(--tabla-bgColor2);
        border-right: 1px solid #E6E4E4;
        /* color: black; */
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

.phover:hover {
    background-color: #4FC3A1 !important;
}

.badge {
    display: inline-block;
    min-width: 16px;
    /* pixel unit */
    padding: 0px 2px;
    /* pixel unit */
    border-radius: 20%;
    text-align: center;
    color: #fefefe;
}

/*Navbar*/

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: right;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.5s ease-in-out;
}

.topnav a:hover {
    background-color: #FFFFFF;
    color: black;
}

.topnav a.active {
    background-color: #4FC3A1;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 770px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 770px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.paginador {
    background-color: #324960;
    text-align: center;
}

.paginador ul li {
    display: inline-block;
}

.paginador ul {
    margin: 0 0 0 0;
}

.paginador a {
    color: white;
    margin-right: 5px;
}

@media only screen and (max-width: 750px) {
    .ocultarDiv {
        display: none;
    }
}

.cargando {
    display: inline-block;
    position: relative;
    animation: cargando 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

@keyframes cargando {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.saltando {
    display: inline-block;
    position: relative;
    animation: saltando 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
    cursor: pointer;
}

@keyframes saltando {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pointer {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.noPadingButton {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.title i {
    color: #fff;
}

.fl-table i {
    color: var(--page-header-txtColor);
}

.wrapper input {
    color: #000 !important;
}

.url {
    color: var(--hr--bgColo1) !important;
}

.imgLogo {
    filter: var(--logo-bgColor);
}

.tituloPublicidad i {
    color: white;
}

/* Busqueda */

.resultadoB {
    background-color: var(--page-header-bgColor);
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    box-shadow: var(--table-box-shadow);
}

.resultadoBusqueda {
    color: var(--page-content-txtColor);
    outline: none;
    font-size: 1.5rem;
}

.resultadoBusqueda:hover {
    background: var(--page-header-bgColor-hover);
    color: var(--page-content-txtColors);
    outline: none;
}

@media screen and (max-width: 767px) {
    .resultadoBusqueda {
        font-size: 1rem;
    }
}

.card {
    /* box-shadow: var(--card-box-shadow); */
    /* background-color: var(--card-bgColor); */
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    padding: .5rem 0.5rem .5rem .5rem;
    background-color: var(--page-content-bgColor);
}

.cardtitulo {
    background-color: var(--card-header-bgColor);
}

.cardtitulo strong {
    color: #fff !important
}

.cardpie strong {
    color: #fff !important
}

.cardpie i {
    color: #fff !important
}

.cardpie {
    background-color: var(--card-pie-bgColor);
    color: #fff;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

.cardbody {
    background-color: var(--card-body-bgColor);
}

.card:hover {
    transform: scale(1.1);
    padding: 0px 0px 0px 0px;
    margin-bottom: 13px;
    cursor: pointer;
}

.main-item {
    padding: 10px;
    background-color: #fff;
    width: 700px;
}

.background-masker {
    background-color: var(--page-header-bgColor);
    position: absolute;
}

.btn-divide-left {
    top: 0;
    left: 25%;
    height: 100%;
    width: 5%;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }
    100% {
        background-position: 800px 0
    }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: var(--page-header-bgColor);
    background: linear-gradient(to right, var(--page-content-bgColor) 8%, var(--color-primary)18%, var(--page-content-bgColor) 33%);
    background-size: 800px 104px;
    height: 70px;
    position: relative;
}

.static-background {
    background-color: #f6f7f8;
    background-size: 800px 104px;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.shared-dom {
    width: 800px;
    height: 110px;
}

.sub-rect {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    float: left;
    margin: 20px 20px 20px 0;
}

.pure-background {
    background-color: #eee;
}

.css-dom:empty {
    width: 280px;
    height: 220px;
    border-radius: 6px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-image: radial-gradient(circle 16px, lightgray 99%, transparent 0), linear-gradient(lightgray, lightgray), linear-gradient(lightgray, lightgray), linear-gradient(lightgray, lightgray), linear-gradient(lightgray, lightgray), linear-gradient(#fff, #fff);
    background-size: 32px 32px, 200px 32px, 180px 32px, 230px 16px, 100% 40px, 280px 100%;
    background-position: 24px 30px, 66px 30px, 24px 90px, 24px 142px, 0 180px, 0 0;
}

.loader {
    margin: auto;
    border: 20px solid var(--color-primary);
    border-radius: 50%;
    border-top: 20px solid var(--color-secondary);
    width: 200px;
    height: 200px;
    animation: spinner 4s linear infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}