@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "soberanaSansRegular" !important;
    vertical-align: middle;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.nuevo {
    animation: blink 8s infinite;
}

.fade-in {
    opacity: 0;
    animation: fade-in 1s ease-in;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    /* line-height: 1;
    min-height: 100vh; */
    background: #f4f4f4 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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;
    transition: border 0.3s ease !important;
}


/* input {
    transition: border 0.3s ease !important;
} */

input:focus,
select:focus {
    border: 1.5px solid #64656a !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}


/* input:focus {
    border: 2px solid #062e6c !important;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5) !important;
} */


/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}


/* @media screen and (max-width: 480px) { */

@media screen and (max-width: 780px) {
    html,
    body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #f4f4f4;
}

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;
}


/* Type */

body,
textarea {
    color: #646464;
    background: #f4f4f4 !important;
    font-family: "soberanaSansRegular";
    font-size: 14pt;
    font-weight: 400;
    line-height: 1.75;
}

@media screen and (max-width: 1900px) {
    body,
    input,
    select,
    textarea {
        font-size: 14pt;
    }
    body {
        background-color: #00366c;
    }
}

@media screen and (max-width: 1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 1070px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 980px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}


/* @media screen and (max-width: 480px) { */

@media screen and (max-width: 780px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

a {
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    /* border-bottom: dotted 1px rgba(160, 160, 160, 0.65); */
    color: inherit;
    text-decoration: none;
}

a:before {
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

strong,
b {
    color: #3c3b3b;
    font-weight: 700;
    padding-bottom: 3px !important;
}

em,
i {
    font-style: italic;
    padding-bottom: 3px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3c3b3b;
    font-family: "soberanaSansRegular";
    font-weight: 800;
    line-height: 1.65;
    margin: 0 0 0.1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    border-bottom: 0;
}

.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: 0em;
}

.row.gtr-0>* {
    padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0em;
}

.row.gtr-25 {
    margin-top: 0;
    margin-left: -0.25em;
}

.row.gtr-25>* {
    padding: 0 0 0 0.25em;
}

.row.gtr-25.gtr-uniform {
    margin-top: -0.25em;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 0.25em;
}

.row.gtr-50 {
    margin-top: 0;
    margin-left: -0.5em;
}

.row.gtr-50>* {
    padding: 0 0 0 0.5em;
}

.row.gtr-50.gtr-uniform {
    margin-top: -0.5em;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 0.5em;
}

.row {
    margin-top: 0;
    margin-left: -1em;
}

.row>* {
    padding: 0 0 0 1em;
}

.row.gtr-uniform {
    margin-top: -1em;
}

.row.gtr-uniform>* {
    padding-top: 1em;
}

.row.gtr-150 {
    margin-top: 0;
    margin-left: -1.5em;
}

.row.gtr-150>* {
    padding: 0 0 0 1.5em;
}

.row.gtr-150.gtr-uniform {
    margin-top: -1.5em;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 1.5em;
}

.row.gtr-200 {
    margin-top: 0;
    margin-left: -2em;
}

.row.gtr-200>* {
    padding: 0 0 0 2em;
}

.row.gtr-200.gtr-uniform {
    margin-top: -2em;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 2em;
}

@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: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.25em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.25em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.25em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.25em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.5em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.5em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.5em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.5em;
    }
    .row {
        margin-top: 0;
        margin-left: -1em;
    }
    .row>* {
        padding: 0 0 0 1em;
    }
    .row.gtr-uniform {
        margin-top: -1em;
    }
    .row.gtr-uniform>* {
        padding-top: 1em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -2em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 2em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -2em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 2em;
    }
}

@media screen and (max-width: 1070px) {
    .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: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.25em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.25em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.25em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.25em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.5em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.5em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.5em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.5em;
    }
    .row {
        margin-top: 0;
        margin-left: -1em;
    }
    .row>* {
        padding: 0 0 0 1em;
    }
    .row.gtr-uniform {
        margin-top: -1em;
    }
    .row.gtr-uniform>* {
        padding-top: 1em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -2em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 2em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -2em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 2em;
    }
}

@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: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.25em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.25em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.25em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.25em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.5em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.5em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.5em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.5em;
    }
    .row {
        margin-top: 0;
        margin-left: -1em;
    }
    .row>* {
        padding: 0 0 0 1em;
    }
    .row.gtr-uniform {
        margin-top: -1em;
    }
    .row.gtr-uniform>* {
        padding-top: 1em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -2em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 2em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -2em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 2em;
    }
}

@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: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.25em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.25em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.25em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.25em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.5em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.5em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.5em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.5em;
    }
    .row {
        margin-top: 0;
        margin-left: -1em;
    }
    .row>* {
        padding: 0 0 0 1em;
    }
    .row.gtr-uniform {
        margin-top: -1em;
    }
    .row.gtr-uniform>* {
        padding-top: 1em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -2em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 2em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -2em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 2em;
    }
}


/* @media screen and (max-width: 480px) { */

@media screen and (max-width: 780px) {
    .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: 0em;
    }
    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.25em;
    }
    .row.gtr-25>* {
        padding: 0 0 0 0.25em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.25em;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.25em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.5em;
    }
    .row.gtr-50>* {
        padding: 0 0 0 0.5em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.5em;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.5em;
    }
    .row {
        margin-top: 0;
        margin-left: -1em;
    }
    .row>* {
        padding: 0 0 0 1em;
    }
    .row.gtr-uniform {
        margin-top: -1em;
    }
    .row.gtr-uniform>* {
        padding-top: 1em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row.gtr-150>* {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 1.5em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -2em;
    }
    .row.gtr-200>* {
        padding: 0 0 0 2em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -2em;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 2em;
    }
}


/* Author */

.author {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    border-bottom: 0;
    font-family: "soberanaSansRegular";
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    white-space: nowrap;
}

.author .name {
    -moz-transition: border-bottom-color 0.2s ease;
    -webkit-transition: border-bottom-color 0.2s ease;
    -ms-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease;
    border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
    display: block;
    margin: 0 1.5em 0 0;
}

.author img {
    border-radius: 100%;
    display: block;
    width: 4em;
}

.author:hover .name {
    border-bottom-color: transparent;
}


/* Blurb */

.blurb h2 {
    font-size: 0.8em;
    margin: 0 0 1.5em 0;
}

.blurb h3 {
    font-size: 0.7em;
}

.blurb p {
    font-size: 0.9em;
}


/* Box */

.box {
    border: solid 1px rgba(160, 160, 160, 0.3);
    margin-bottom: 2em;
    padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

label {
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 500;
    margin: 0.5em 0 0.5em 0;
}

input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea,
.form-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff;
    border: solid 1.5px #a6a6a6;
    border-radius: 5px;
    color: #000;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    /* width: 100%; */
    font-family: inherit !important;
}

.input-group-text {
    border: solid 1.5px #a6a6a6 !important;
    outline: 0;
    padding: 0 1em !important;
    /* background: #fff !important; */
}

.form-select {
    border: solid 1.5px #a6a6a6 !important;
    border-radius: 5px !important;
    color: #000 !important;
    font-family: "soberanaSansRegular";
}

.form-select:disabled {
    background-color: var(--bs-form-control-disabled-bg) !important;
    opacity: 1 !important;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

.select-wrapper: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-family: "soberanaSansRegular";
    font-weight: 900;
}

.select-wrapper:before {
    color: rgba(160, 160, 160, 0.3);
    content: '\f078';
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75em;
}

.select-wrapper select::-ms-expand {
    display: none;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding: 0em;
    position: relative;
}

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(160, 160, 160, 0.3)' /%3E%3C/svg%3E");
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    height: 2.75em;
    padding-right: 2.75em;
    text-overflow: ellipsis;
}

select option {
    color: #3c3b3b;
    background: #ffffff;
    font-family: inherit !important;
}

select:focus::-ms-value {
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
select {
    height: 2.3em;
}

::-webkit-input-placeholder {
    color: #aaaaaa !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #aaaaaa !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #aaaaaa !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #aaaaaa !important;
    opacity: 1.0;
}

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.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.suffix:before {
    float: right;
}


/* Image */

.image {
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    display: block;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.featured {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}

.image.featured img {
    width: 100%;
}

@media screen and (max-width: 736px) {
    .image.featured {
        margin: 0 0 1.5em 0;
    }
}

.image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}


/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 0em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

.post ul li {
    /* height: 22px; */
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px rgba(160, 160, 160, 0.3);
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

dl {
    margin: 0 0 2em 0;
}

dl dt {
    display: block;
    font-weight: 700;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 2em;
}


/* Actions */

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li>* {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}


/* @media screen and (max-width: 480px) { */

@media screen and (max-width: 780px) {
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }
    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }
    ul.actions:not(.fixed) li>* {
        width: 100%;
    }
    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }
    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }
    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5em;
    }
}


/* Icons */

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li>* {
    border: 0;
}

ul.icons li>* .label {
    display: none;
}


/* Posts */

ul.posts {
    list-style: none;
    padding: 0;
    background-color: #fafafa !important;
    margin-bottom: 0.3rem;
}

ul.posts li {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    padding-bottom: 3px;
    width: 100%;
}

ul.posts li:hover {
    background-color: #bbbbbb !important;
}

ul.posts li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

ul.posts article {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: -moz-flex-start;
    -webkit-align-items: -webkit-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#intro header {
    background-color: #f1f1f1;
    color: #000;
    text-align: center;
    padding: 7px 0px 1px 0px;
}

ul.posts article header {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex: 1;
}

ul.posts article header h3 {
    font-size: 0.7em;
    margin-top: 0.125em;
}

ul.posts article header .published {
    display: block;
    font-family: "soberanaSansRegular";
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin: -0.625em 0 1.7em 0;
    text-transform: uppercase;
}

ul.posts article header> :last-child {
    margin-bottom: 0;
}


/* Mini Post */

.mini-post {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: #ffffff;
    border: solid 1px rgba(160, 160, 160, 0.3);
    margin: 0 0 2em 0;
}

.mini-post .image {
    overflow: hidden;
    width: 100%;
}

.mini-post .image img {
    -moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    width: 100%;
}

.mini-post .image:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mini-post header {
    padding: 1.25em 4.25em 0.1em 1.25em;
    min-height: 4em;
    position: relative;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.mini-post header h3 {
    font-size: 0.7em;
}

.mini-post header .published {
    display: block;
    /* font-family: "Raleway", Helvetica, sans-serif; */
    font-family: "soberanaSansRegular";
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin: -0.625em 0 1.7em 0;
    text-transform: uppercase;
}

.mini-post header .author {
    position: absolute;
    right: 2em;
    top: 2em;
}

.mini-posts {
    margin: 0 0 2em 0;
}

@media screen and (max-width: 180px) {
    .mini-posts {
        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% + 2em);
    }
    .mini-posts>* {
        margin: 2em 2em 0 0;
        width: calc(50% - 2em);
    }
    .mini-posts> :nth-child(-n+2) {
        margin-top: 0;
    }
}


/* @media screen and (max-width: 480px) { */

@media screen and (max-width: 780px) {
    .mini-posts {
        display: block;
        width: 100%;
    }
    .mini-posts>* {
        margin: 0 0 2em 0;
        width: 100%;
    }
}


/* Post */

.post {
    padding: 3em 3em 1em 3em;
    background: #ffffff;
    border: solid 1px #999;
    margin: 0 0em 0em 0em;
    position: relative;
    min-height: 22em;
}

.post>header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    /* border-bottom: solid 1px rgba(160, 160, 160, 0.3); */
    left: -3em;
    margin: -3em 0 -1em 0;
    position: relative;
    width: calc(100% + 6em);
}

.post>header .title {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex: 1;
    padding: 2em 3em 2em 3em;
    width: 50%;
}

.post>header .title h2 {
    font-weight: 900;
    font-size: 1.5em;
}

.post>header .title> :last-child {
    margin-bottom: 0;
}

.post>header .meta {
    padding: 2em 3em 2em 3em;
    border-left: solid 1px #999;
    min-width: 15em;
    text-align: left;
    width: 50%;
}

.post>header .meta>* {
    margin: 0 0 1em 0;
}

.post>header .meta> :last-child {
    margin-bottom: 0;
}

.post>header .meta .published {
    color: #3c3b3b;
    display: block;
    font-family: "soberanaSansRegular";
    font-size: 0.7em;
    font-weight: 800;
    letter-spacing: 0.25em;
    margin-top: 0.5em;
    text-transform: uppercase;
    white-space: nowrap;
}

.post>a.image.featured {
    overflow: hidden;
}

.post>a.image.featured img {
    -moz-transition: -moz-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.post>a.image.featured:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.post>footer {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: "#FAFAFA"
}

.post>footer .actions {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.post>footer .stats {
    cursor: default;
    list-style: none;
    padding: 0;
}

.post>footer .stats li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    display: inline-block;
    font-family: "soberanaSansRegular";
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    line-height: 1;
    margin: 0 0 0 2em;
    padding: 0 0 0 2em;
    text-transform: uppercase;
}

.post>footer .stats li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.post>footer .stats li .icon {
    border-bottom: 0;
}

.post>footer .stats li .icon:before {
    color: rgba(160, 160, 160, 0.3);
    margin-right: 0.75em;
}

article.post {
    padding: 0em 0.75em 0em 0.75em;
}

@media screen and (max-width: 980px) {
    .post {
        border-left: 0;
        border-right: 0;
        left: 0em;
        width: calc(100%);
        border: solid 1px #999;
        min-height: 25em;
    }
}

@media screen and (max-width: 980px) {
    .post {
        border-left: 0;
        border-right: 0;
        left: 0em;
        width: calc(100%);
        border: solid 1px #999;
        min-height: 25em;
    }
    .post>header {
        -moz-flex-direction: 1;
        -webkit-flex-direction: 1;
        -ms-flex-direction: 1;
        flex-direction: 1;
        padding: 0em 1em 0em 1em;
    }
    .post>header .title {
        -ms-flex: 0 1 auto;
        margin: 0 0 2em 0;
        padding: 2em 1.5em 2em 1.5em;
        text-align: center;
        width: 50%;
    }
    .post>header .meta {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        border-left: 0;
        margin: 0 0 0em 0;
        padding-top: 0;
        padding: 2em 1.5em 2em 1.5em;
        text-align: left;
        width: 50%;
        border-left: solid 1px #999;
    }
    .post>header .meta>* {
        border-left: solid 1px rgba(160, 160, 160, 0.3);
        margin-left: 2em;
        padding-left: 2em;
    }
    .post>header .meta> :first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .post>header .meta .published {
        margin-bottom: 0;
        margin-top: 0;
    }
    .post>header .meta .author {
        -moz-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 0;
    }
    .post>header .meta .author .name {
        margin: 0 0 0 1.5em;
    }
    .post>header .meta .author img {
        width: 3.5em;
    }
}

@media screen and (max-width: 736px) {
    .post {
        padding: 1.5em 1.5em 0.1em 1.5em;
        left: 0em;
        margin: 0 0 0em 0;
        width: calc(100%);
        min-height: 25em;
    }
    .post>header {
        padding: 3em 1.5em 0.5em 1.5em;
        left: -1.5em;
        margin: -1em 0 1em 0;
        width: calc(100% + 3em);
    }
    .post>header .title h2 {
        font-size: 1.1em;
    }
}


/* @media screen and (max-width: 480px) { */

@media screen and (max-width: 780px) {
    .post>header .meta {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post>header .meta>* {
        border-left: 0;
        margin: 0;
        padding-left: 0;
    }
    .post>header .meta .author .name {
        display: none;
    }
    .post>.image.featured {
        margin-left: -1.5em;
        margin-top: calc(-1.5em - 1px);
        width: calc(100% + 3em);
    }
    .post>footer {
        -moz-align-items: -moz-stretch;
        -webkit-align-items: -webkit-stretch;
        -ms-align-items: -ms-stretch;
        align-items: stretch;
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .post>footer .stats {
        text-align: center;
    }
    .post>footer .stats li {
        margin: 0 0 0 1.25em;
        padding: 0 0 0 1.25em;
    }
}


/* Section/Article */

section.special,
article.special {
    text-align: center;
}

section a {
    text-decoration: none;
    color: #000;
}

#menu a {
    text-decoration: none;
    color: #FFF;
}

#menu h2 {
    text-decoration: none;
    color: #ffb233;
    padding-bottom: 2px;
    border-bottom: solid 3px #ffb233;
    margin: 0.5em 0em 0.5em 0em;
    font-size: 1.5em !important;
}

body {
    padding-top: 0em;
}

#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    /* background-color: #062e6c; */
    background-color: #00366c;
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    height: 2.5em;
    left: 0;
    line-height: 2.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    color: #fff;
}

#header a {
    color: inherit;
    text-decoration: none;
}

#header ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#header ul li {
    display: inline-block;
    padding-left: 0;
}

#header h1 {
    height: inherit;
    line-height: inherit;
    padding: 0 0 0 1.5em;
    white-space: nowrap;
}

#header h1 a {
    font-size: 0.7em;
}

#header h2 {
    height: inherit;
    line-height: inherit;
    padding: 0 0 0 1.5em;
    white-space: nowrap;
}

#header h3 {
    height: inherit;
    line-height: inherit;
    padding: 0 0 0 1.5em;
    white-space: nowrap;
}

#header h4 {
    height: inherit;
    line-height: inherit;
    padding: 0 0 0 1.5em;
    white-space: nowrap;
}

#header h5 {
    height: inherit;
    line-height: inherit;
    padding: 0 0 0 0.5em;
    white-space: nowrap;
}

#header img {
    margin-top: 1px;
    width: 36px;
    height: 39px;
}

#header .links {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    height: inherit;
    line-height: inherit;
    margin-left: 1.5em;
    overflow: hidden;
    padding-left: 1.5em;
}

#header .links ul li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    line-height: 1;
    margin-left: 1em;
    padding-left: 1em;
}

#header .links ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#header .links ul li a {
    border-bottom: 0;
    font-family: "soberanaSansRegular";
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.20em;
}

#header .main {
    height: inherit;
    line-height: inherit;
    text-align: right;
}

#header .main ul {
    height: inherit;
    line-height: inherit;
}

#header .main ul li {
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    height: inherit;
    line-height: inherit;
    white-space: nowrap;
}

#header .main ul li>* {
    display: block;
    float: left;
}

#header .main ul li>a {
    text-decoration: none;
    border-bottom: 0;
    color: #aaaaaa;
    overflow: hidden;
    position: relative;
    text-indent: 4em;
    width: 4em;
}

#header .main ul li>a: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;
}

#header .main ul li>a:before {
    display: block;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: inherit;
}

#header form {
    margin: 0;
}

#header form input {
    display: inline-block;
    height: 2.5em;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

#header #search {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

#header #search input {
    width: 12em;
}

#header #search.visible {
    max-width: 12.5em;
    opacity: 1;
    padding: 0 0.5em 0 0;
}

@media screen and (max-width: 980px) {
    #header .links {
        /* display: none; */
        display: block;
    }
}

@media screen and (max-width: 736px) {
    #header {
        height: 2.75em;
        line-height: 2.75em;
    }
    #header h1 {
        padding: 0 0 0 1em;
    }
    #header .main .search {
        display: none;
    }
    #header img {
        margin-top: 3px;
        width: 34px;
        height: 37px;
    }
}


/* Wrapper */

#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin: 0 auto;
    max-width: 100%;
    opacity: 1;
    padding: 4.5em;
    width: 76em;
}

body.is-menu-visible #wrapper {
    opacity: 0.15;
}

@media screen and (min-width: 1921px) {
    #wrapper {
        width: 95em;
        padding: 0.25em 0em 0.4em 0em;
    }
}

@media screen and (max-width: 1920px) {
    #wrapper {
        width: 95em;
        padding: 0.25em 0em 0.4em 0em;
    }
}

@media screen and (max-width: 1680px) {
    #wrapper {
        padding: 0.25em 3em 0.4em 3em;
    }
}

@media screen and (max-width: 1070px) {
    #wrapper {
        display: block;
    }
}

@media screen and (max-width: 736px) {
    #wrapper {
        padding: 0em;
    }
}

body.single #wrapper {
    display: block;
}


/* Main */

#main {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex: 1;
    width: 100%;
}


/* Sidebar */

#sidebar {
    margin-right: 0.3em;
    min-width: 11.5em;
    width: 11.5em;
    margin-top: 8.4em;
    border: solid 1px #999999;
}

#sidebar>* {
    /* border-top: solid 1px rgba(160, 160, 160, 0.3); */
    margin: 0;
    padding: 0;
    /* margin: 0.2em 0 0 0;
padding: 0.2em 0 0 0; */
}

#sidebar> :first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 1070px) {
    #sidebar {
        border-top: solid 1px rgba(160, 160, 160, 0.3);
        margin: 3em 0 0 0;
        min-width: 0;
        padding: 3em 0 0 0;
        width: 100%;
        overflow-x: hidden;
    }
}


/* Intro */

#intro .logo {
    border-bottom: 0;
    display: inline-block;
    margin: 0 0 1em 0;
    overflow: hidden;
    position: relative;
    width: 4em;
}

#intro .logo:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#intro .logo img {
    display: block;
    margin-left: -0.25em;
    width: 4.5em;
}

#intro header h2 {
    font-size: 2em;
    font-weight: 900;
}

#intro header p {
    font-size: 0.8em;
}

@media screen and (max-width: 1070px) {
    #intro {
        margin: 0 0 3em 0;
        text-align: center;
    }
    #intro header h2 {
        font-size: 2em;
    }
    #intro header p {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 736px) {
    #intro {
        margin: 0 0 1.5em 0;
        padding: 1.25em 0;
    }
    #intro> :last-child {
        margin-bottom: 0;
    }
    #intro .logo {
        margin: 0 0 0.5em 0;
    }
    #intro header h2 {
        font-size: 1.25em;
    }
    #intro header> :last-child {
        margin-bottom: 0;
    }
}

body.single #footer {
    text-align: center;
}


/* Menu */

#menu {
    -moz-transform: translateX(25em);
    -webkit-transform: translateX(25em);
    -ms-transform: translateX(25em);
    transform: translateX(25em);
    -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    /* background: #062e6c; */
    background: #00366c;
    border-left: solid 1px rgba(160, 160, 160, 0.3);
    box-shadow: none;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 25em;
    z-index: 10002;
}

#menu>* {
    border-top: solid 1px rgba(160, 160, 160, 0.3);
    padding: 3em;
}

#menu>*> :last-child {
    margin-bottom: 0;
}

#menu> :first-child {
    border-top: 0;
}

#menu .links {
    list-style: none;
    padding: 1.5em;
    color: #FFF !important;
}

#menu .links>li a:hover {
    color: #ffb233 !important;
}

#menu .links>li {
    border: 0;
    /* border-top: dotted 1px rgba(160, 160, 160, 0.3); */
    margin: 0em 0 0 0;
    padding: 0.25em 0 0 0;
}

#menu .links>li a {
    display: block;
    border-bottom: 0;
    font-size: 1.1em !important;
}

#menu .links>li a h3 {
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-size: 0.7em;
}

#menu .links>li a p {
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.6em;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
}

#menu .links>li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

body.is-menu-visible #menu {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

@media screen and (max-width: 736px) {
    #menu>* {
        padding: 1.5em;
    }
}

@media screen and (max-width: 736px) {
    #pie {
        height: 120px !important;
    }
    .post>header {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3em 1em 1.25em 1em;
        border-left: 0;
    }
}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 981px) {}

@media screen and (max-width: 980px) {
    #banner {
        margin: -6.2em 1em 0 1em !important;
    }
    #sidebar {
        display: none;
    }
    #intro {
        display: none;
    }
    .iconMenu {
        font-size: 5em !important;
    }
}

@media screen and (max-width: 480px) {
    /* .meta {
        width: 100% !important;
        border-left: 0 !important;
        padding: 0.25em 0em 0.25em 0em !important;
    }
    .title {
        margin: 0 !important;
        width: 100% !important;
        padding: 0.5em 1em 0.5em 1em !important;
    }
    .login {
        padding: 1em 2.5em 1.5em 2.5em !important;
        margin: 1em 0em 1em 0em !important;
    } */
    /* #sidebar {
        display: none;
    }
    #intro {
        display: none;
    }
    .iconMenu {
        font-size: 2em !important;
    } */
    /* .iconLogin {
        display: none !important;
    } */
    /* .iconLoginMin {
        display: block !important;
    } */
    /* footer {
        border-top: 0px !important;
    }
    .post>header {
        padding: 1em 0.25em 1.25em 0.25em !important;
    }
    article.post {
        padding: 0em 0.25em 0em 0.25em !important;
    }
    body {
        padding-top: 2.75em !important;
    }
    #espacio {
        height: 0px !important;
    } */
}

footer {
    background-color: #f1f1f1;
    color: #000 !important;
    /* margin-bottom: 5em; */
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
}

footer a {
    text-decoration: none !important;
    color: #000;
}

.font-size-1 {
    font-size: 0.8rem !important;
    line-height: 1;
}

.font-size-2 {
    font-size: 0.9rem !important;
    line-height: 1;
}

.font-size-3 {
    font-size: 1rem !important;
    line-height: 1;
    letter-spacing: 0.26px;
}

.font-size-4 {
    font-size: 1.08rem !important;
    line-height: 1.625;
    letter-spacing: -0.08px;
}

.font-size-5 {
    font-size: 1.25rem !important;
    line-height: 1.3;
    letter-spacing: -0.09px;
}

.font-size-6 {
    font-size: 1.45rem !important;
    line-height: 1.62;
    letter-spacing: -0.21px;
}

.font-size-7 {
    font-size: 1.65rem !important;
    line-height: 1.62;
    letter-spacing: -0.21px;
}

.font-size-8 {
    font-size: 1.85rem !important;
    line-height: 1.62;
    letter-spacing: -0.21px;
}

.font-size-9 {
    font-size: 2rem !important;
    line-height: 1.62;
    letter-spacing: -0.21px;
}

#espacio {
    height: 35px;
    width: 100%;
}

#espacio__index {
    height: 52px;
    width: 100%;
}

.separador {
    color: #ffb233;
    font-size: 1.1em;
    margin-right: 0em;
    margin-top: 4px;
    text-shadow: 1px 1px 1px #704004;
}

#contenido {
    /* align-items: center; */
    display: grid;
    justify-content: center
    /* width: 100%; */
}

.nav-link {
    color: #000 !important;
    padding: 0px 8px 0px 0px !important;
}

ul.nav li.nav-item {
    padding-left: -10px;
}

.neutro {
    text-decoration: none;
    color: #000;
}

.post>header.inicio {
    left: 0em !important;
    margin: 0em !important;
    width: 100%;
}


/*Mientras la pantalla no rebase los 780px*/

@media screen and (max-width: 780px) {
    /* #banner, */
    #sidebar,
    #intro {
        display: none !important;
    }
    .meta {
        width: 100% !important;
        border-left: 0 !important;
        padding: 0.25em 0em 0.25em 0em !important;
    }
    .title {
        margin: 0 !important;
        width: 100% !important;
        padding: 0.5em 1em 0.5em 1em !important;
    }
    footer {
        border-top: 0px !important;
    }
    .post>header {
        padding: 1em 0.25em 1.25em 0.25em !important;
    }
    article.post {
        padding: 0em 0.25em 0em 0.25em !important;
    }
    body {
        padding-top: 0em !important;
    }
    #espacio {
        height: 45px !important;
    }
    .iconMenu {
        font-size: 2em !important;
        text-shadow: 2px 2px 1px #9d9b9b !important;
    }
    .separador {
        margin-top: 1px !important;
    }
}


/*max-width deja de funcionar cuando el maximo se rebasa*/

@media screen and (min-width: 780px) {
    .headerLogin {
        display: none !important;
    }
}


/*980*/


/*1200*/


/*Mientras la pantalla no rebase los 480px*/

@media screen and (max-width: 480px) {
    .tecnm__img,
    .innovatec__img,
    .educacion__img {
        max-height: 35px !important;
    }
}

@media screen and (min-width: 480px) {
    .tecnm__img,
    .innovatec__img,
    .educacion__img {
        max-height: 50px !important;
    }
}

@media screen and (min-width: 780px) {
    .tecnm__img,
    .innovatec__img,
    .educacion__img {
        max-height: 70px !important;
    }
}

@media screen and (min-width: 1200px) {
    .tecnm__img,
    .innovatec__img,
    .educacion__img {
        max-height: 90px !important;
    }
}

.active {
    text-shadow: 1px 1px 1px rgb(179, 178, 178);
}

label {
    font-weight: normal;
    text-shadow: 1px 1px 1px rgb(179, 178, 178);
    color: #000;
}

label::before {
    /* content: '➜'; */
    margin-right: 5px;
    /* color: #062e6c; */
    color: #00366c;
}

.form-check label::before {
    content: '' !important;
}

@keyframes beatFade {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.beat-fade {
    animation: beatFade 1s infinite;
    /* Ajusta la duración según tus preferencias */
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
}

.loadingSesion {
    height: 28px;
}


/* Estilos de la pantalla de carga */

#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    /* Color inicial (blanco) */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: darken-bg 1.5s ease-in-out forwards;
    /* Animación del color */
}


/* Animación para cambiar el color de fondo */

@keyframes darken-bg {
    0% {
        background: #ffffff;
        /* Blanco */
    }
    50% {
        background: #cccccc;
        /* Gris claro */
    }
    100% {
        background: #dddcdc;
        /* Gris oscuro */
    }
}


/* Efecto de desvanecimiento */

#loading-screen.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
    pointer-events: none;
}


/* Animación del loader (círculo giratorio) */

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #00366c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Texto de carga */

#loading-screen p {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}


/* Estiliza los campos de entrada */

.swal2-input {
    border: 2px solid #4CAF50;
    /* Borde verde */
    border-radius: 8px;
    /* Bordes redondeados */
    padding: 10px;
    font-size: 16px;
    width: 80%;
    /* Ajusta el ancho */
}


/* Cambia el color del placeholder */

.swal2-input::placeholder {
    color: #888;
    font-style: italic;
}


/* Estilo cuando el usuario enfoca el campo */

.swal2-input:focus {
    border-color: #2196F3;
    /* Azul al enfocar */
    box-shadow: 0 0 10px rgba(33, 150, 243, 0.5);
}

.pieInicio {
    max-width: 100%;
}