@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #001c4c;
  --secondary: #D4832D;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f5f5f5;
  --dark: #666666;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #001c4c;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

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

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

.figure {
  display: inline-block; }

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

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

@font-face {
  font-family: "TrajanPro-Regular";
  src: url("./fonts/trajanpro/TrajanPro-Regular.eot");
  src: url("./fonts/trajanpro/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/trajanpro/TrajanPro-Regular.woff2") format("woff2"), url("./fonts/trajanpro/TrajanPro-Regular.woff") format("woff");
  font-style: normal; }

@font-face {
  font-family: "TrajanPro-Bold";
  src: url("./fonts/trajanpro/TrajanPro-Bold.woff") format("woff"), url("./fonts/trajanpro/TrajanPro-Bold.eot#iefix") format("embedded-opentype");
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "TrajanPro";
  src: url(/css/fonts/trajanpro/TrajanPro.woff) format("woff"), url(/css/fonts/trajanpro/TrajanPro.eot#iefix) format("embedded-opentype");
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifProLight';
  src: url(/css/fonts/SourceSerifPro/SourceSerifPro-Light.woff) format("woff"), url(/css/fonts/SourceSerifPro/SourceSerifPro-Light.eot#iefix) format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifProRegular';
  src: url(/css/fonts/SourceSerifPro/SourceSerifPro-Regular.woff) format("woff"), url(/css/fonts/SourceSerifPro/SourceSerifPro-Regular.eot#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifProSemiBold';
  src: url(/css/fonts/SourceSerifPro/SourceSerifPro-SemiBold.woff) format("woff"), url(/css/fonts/SourceSerifPro/SourceSerifPro-SemiBold.eot#iefix) format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifProBold';
  src: url(/css/fonts/SourceSerifPro/SourceSerifPro-Bold.woff) format("woff"), url(/css/fonts/SourceSerifPro/SourceSerifPro-Bold.eot#iefix) format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifProBlack';
  src: url(/css/fonts/SourceSerifPro/SourceSerifPro-Black.woff) format("woff"), url(/css/fonts/SourceSerifPro/SourceSerifPro-Black.eot#iefix) format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifProItalic';
  src: url(/css/fonts/SourceSerifPro/SourceSerifPro-Italic.woff) format("woff"), url(/css/fonts/SourceSerifPro/SourceSerifPro-Italic.eot#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifProBoldItalic';
  src: url(/css/fonts/SourceSerifPro/SourceSerifPro-BoldItalic.woff) format("woff"), url(/css/fonts/SourceSerifPro/SourceSerifPro-BoldItalic.eot#iefix) format("embedded-opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifProBlackItalic';
  src: url(/css/fonts/SourceSerifPro/SourceSerifPro-BlackItalic.woff) format("woff"), url(/css/fonts/SourceSerifPro/SourceSerifPro-BlackItalic.eot#iefix) format("embedded-opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "LibreFranklinRegular";
  src: url(/css/fonts/librefranklin/LibreFranklin-Regular.woff) format("woff"), url(/css/fonts/librefranklin/LibreFranklin-Regular.eot#iefix) format("embedded-opentype");
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "LibreFranklinMedium";
  src: url(/css/fonts/librefranklin/LibreFranklin-Medium.woff) format("woff"), url(/css/fonts/librefranklin/LibreFranklin-Medium.eot#iefix) format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "LibreFranklinSemiBold";
  src: url(/css/fonts/librefranklin/LibreFranklin-SemiBold.woff) format("woff"), url(/css/fonts/librefranklin/LibreFranklin-SemiBold.eot#iefix) format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "LibreFranklinBold";
  src: url(/css/fonts/librefranklin/LibreFranklin-Bold.woff) format("woff"), url(/css/fonts/librefranklin/LibreFranklin-Bold.eot#iefix) format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "LibreFranklinExtraBold";
  src: url(/css/fonts/librefranklin/LibreFranklin-ExtraBold.woff) format("woff"), url(/css/fonts/librefranklin/LibreFranklin-ExtraBold.eot#iefix) format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "LibreFranklinLight";
  src: url(/css/fonts/librefranklin/LibreFranklin-Light.woff) format("woff"), url(/css/fonts/librefranklin/LibreFranklin-Light.eot#iefix) format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "LibreFranklinLight";
  src: url(/css/fonts/librefranklin/LibreFranklin-Light.woff) format("woff"), url(/css/fonts/librefranklin/LibreFranklin-Light.eot#iefix) format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "LibreFranklinBlack";
  src: url(/css/fonts/librefranklin/LibreFranklin-Black.woff) format("woff"), url(/css/fonts/librefranklin/LibreFranklin-Black.eot#iefix) format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  src: url("./fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("./fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("./fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("./fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: normal;
  src: url("./fonts/fontawesome/webfonts/fa-brands-400.eot");
  src: url("./fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("./fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("./fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.fab {
  font-family: "Font Awesome 5 Brands"; }

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-search:before {
  content: "\f002"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-user:before {
  content: "\f007"; }

.fa-camera:before {
  content: "\f030"; }

.fa-play:before {
  content: "\f04b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-expand:before {
  content: "\f065"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-times:before {
  content: "\f00d"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-comment:before {
  content: "\f075"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-volume-up:before {
  content: "\f028"; }

a {
  cursor: pointer; }

ol, ul, dl, ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.hidden-text {
  display: none; }

.main-container {
  min-height: 300px;
  width: 100%; }

.impreso-page .main-container {
  max-width: 978px;
  margin: 10px auto;
  overflow-x: hidden; }

.hidden {
  display: none; }

.module-free-html-ads-container {
  margin-bottom: 30px;
  text-align: center; }

.result-gallery .listing-item .image-container .icon span {
  display: inline-block;
  font-family: "LibreFranklinBold";
  font-size: 10px;
  margin-left: 7px;
  line-height: 30px;
  vertical-align: top; }

.result-gallery .listing-item .image-container .icon::after {
  content: "FOTOS";
  font-family: "LibreFranklinBold";
  font-size: 10px;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: top; }

.result-video .listing-item .image-container .icon::after {
  content: "VÍDEO";
  font-family: "LibreFranklinBold";
  font-size: 10px;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: top; }

.result-audio .listing-item .image-container .icon::after {
  content: "AUDIO";
  font-family: "LibreFranklinBold";
  font-size: 10px;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: top; }

.result-gallery .listing-item .image-container .icon span {
  display: inline-block;
  font-family: "LibreFranklinBold";
  font-size: 10px;
  margin-left: 7px;
  line-height: 30px;
  vertical-align: top; }

.result-gallery .listing-item .image-container .icon::after {
  content: "FOTOS";
  font-family: "LibreFranklinBold";
  font-size: 10px;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: top; }

.result-video .listing-item .image-container .icon::after {
  content: "VÍDEO";
  font-family: "LibreFranklinBold";
  font-size: 10px;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: top; }

.result-audio .listing-item .image-container .icon::after {
  content: "AUDIO";
  font-family: "LibreFranklinBold";
  font-size: 10px;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: top; }

.listing-item .image-container {
  position: relative; }
  .listing-item .image-container .icon {
    border-radius: 5px;
    background: #D4832D;
    opacity: 0.7;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
    padding: 0 10px;
    color: #FFFFFF; }
    .listing-item .image-container .icon .fas {
      line-height: 30px; }

.pagination {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 30px; }
  .pagination ul li {
    display: inline-block;
    font-family: "LibreFranklinBold";
    padding: 0 15px;
    color: #999999; }
    .pagination ul li a {
      font-size: 12px;
      line-height: 12px;
      text-decoration: none;
      text-transform: uppercase;
      color: #999999; }
    .pagination ul li.active span {
      font-size: 14px; }

.listing-bottom-link {
  padding: 15px 0 20px;
  text-align: center; }
  .listing-bottom-link a {
    padding: 6px 15px;
    border: 1px solid #999;
    border-radius: 5px;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "LibreFranklinBold";
    color: #999999;
    display: inline-block; }

@media (min-width: 768px) {
  .more-multimedia-board .pagination ul li {
    display: inline-block; } }

.home-popup-ad, .home-top-ad, .home-free-ad, .article-bottom-ad {
  margin-top: 18px; }
  .home-popup-ad .board-free-html-home, .home-top-ad .board-free-html-home, .home-free-ad .board-free-html-home, .article-bottom-ad .board-free-html-home {
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    text-align: center; }

/*skys*/
.cont-skys {
  max-width: 1120px;
  margin: 0 auto 0;
  width: 100%;
  top: 181px;
  position: sticky;
  z-index: 999; }
  .cont-skys .sky_izq {
    position: absolute;
    top: 0;
    left: -120px;
    max-width: 160px;
    max-height: 600px; }
  .cont-skys .sky_der {
    position: absolute;
    top: 0;
    right: -120px;
    max-width: 160px;
    max-height: 600px; }

.avatar-image {
  height: 100px;
  width: 100px; }

header.header {
  position: relative;
  top: 0;
  background-color: #fff;
  z-index: 10000; }
  header.header .super-header-full-container > .container {
    position: relative;
    height: auto; }
    header.header .super-header-full-container > .container .header-search-icon {
      display: none; }
  header.header .header-search-bar {
    display: none; }
  header.header .main-header {
    height: 61px;
    position: relative;
    border-bottom: 2px solid #eee;
    /*&.is-sticky {
            height: 40px;
            > .container {
                height: 40px;
            }
            .logo {
                padding: 20px 0;
            }
        }*/ }
    header.header .main-header .main-header-content {
      position: inherit;
      display: flex;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      align-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      padding-left: 0; }
    header.header .main-header .logo {
      display: flex;
      align-items: center;
      position: relative; }
      header.header .main-header .logo a {
        font-size: 0;
        text-transform: uppercase;
        background-image: url("/images/logo.svg");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 178px;
        height: 100%;
        display: block; }
        header.header .main-header .logo a:hover {
          text-decoration: none; }
      header.header .main-header .logo .logo-header-home {
        height: 100%; }
    header.header .main-header .social-media-icons {
      flex-basis: 115px;
      flex-grow: 0;
      flex-shrink: 0; }
      header.header .main-header .social-media-icons li {
        display: inline; }
        header.header .main-header .social-media-icons li img {
          height: 24.5px; }
    header.header .main-header .header-buttons .user {
      display: none; }
  header.header .today-topics {
    display: grid; }
    header.header .today-topics .topic-module {
      display: inline-grid; }
    header.header .today-topics .date {
      font-size: 11px;
      -webkit-font-smoothing: antialiased;
      line-height: 40px;
      color: #777;
      display: inline-block;
      grid-row: 1; }
  header.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 10; }
    header.header.sticky .main-header {
      height: 61px; }
      header.header.sticky .main-header .logo a {
        width: 178px; }
    header.header.sticky .date {
      display: none; }

.header-menu-container {
  border-bottom: 1px solid #eee;
  padding: 0 0 5px;
  background: #FFFFFF; }
  .header-menu-container > div {
    border-bottom: 1px solid #eee;
    padding-right: 15px;
    padding-left: 15px; }
    .header-menu-container > div .header-menu {
      overflow: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      background: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 3px;
      padding-left: 6px; }
      .header-menu-container > div .header-menu ul {
        margin: 0;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap; }
        .header-menu-container > div .header-menu ul li {
          display: inline-block;
          white-space: nowrap; }
          .header-menu-container > div .header-menu ul li:last-child {
            margin-left: 0; }
          .header-menu-container > div .header-menu ul li:first-child a:before {
            display: none; }
          .header-menu-container > div .header-menu ul li.current {
            background: #eaede2; }
            .header-menu-container > div .header-menu ul li.current a:before {
              display: none; }
            .header-menu-container > div .header-menu ul li.current + li {
              margin-left: 0; }
              .header-menu-container > div .header-menu ul li.current + li a:before {
                font-size: 0; }
          .header-menu-container > div .header-menu ul li a {
            font-family: "LibreFranklinLight";
            font-size: 14px;
            line-height: 19px;
            color: #000;
            padding: 12px 10px 11px;
            display: block;
            position: relative; }
            .header-menu-container > div .header-menu ul li a:before {
              content: "·";
              position: absolute;
              left: -2px; }
            .header-menu-container > div .header-menu ul li a:hover {
              text-decoration: none; }
  .header-menu-container .centered-content {
    display: flex;
    justify-content: center; }
    .header-menu-container .centered-content .scroll-x-content {
      overflow-x: auto; }

.sub-header-container {
  position: relative; }
  .sub-header-container .sub-header {
    display: block;
    text-align: center;
    background: #F4F4F4;
    padding: 4px 0 5px;
    font-family: 'SourceSerifProBlack';
    font-size: 32px;
    line-height: 38px;
    color: #D4832D; }

.header.header-home .main-header {
  height: 65px; }

.header.header-home.sticky {
  height: 105px; }
  .header.header-home.sticky .main-header {
    height: 65px; }

@media (min-width: 768px) {
  .header .main-header .social-media-icons-hamburger {
    display: none; }
    .header .main-header .social-media-icons-hamburger .social-media-icons {
      float: inherit;
      margin: 0; }
  .header .main-header .social-media-icons-header {
    display: block; }
    .header .main-header .social-media-icons-header .social-media-icons {
      position: absolute;
      left: 70%;
      top: 52%; }
  .page-category .header .main-header .social-media-icons-header {
    display: block; }
    .page-category .header .main-header .social-media-icons-header .social-media-icons {
      position: absolute;
      left: 70%;
      top: 33%; }
  .header.sticky .social-media-icons-header {
    display: block; }
    .header.sticky .social-media-icons-header .social-media-icons {
      position: absolute;
      left: 70%;
      top: 31%; } }

@media (max-width: 767px) {
  .header .main-header .social-media-icons-hamburger {
    display: block; }
    .header .main-header .social-media-icons-hamburger .social-media-icons {
      float: left;
      margin: 3% 29%; }
  .header .main-header .social-media-icons-header {
    display: none; }
    .header .main-header .social-media-icons-header .social-media-icons {
      position: relative;
      left: 0;
      top: 0; } }

footer {
  text-align: center;
  position: relative;
  border-top: 1px solid #eee;
  overflow: hidden;
  width: 100%; }
  footer .footer-logo-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center; }
    footer .footer-logo-container .logo {
      display: flex;
      align-items: center;
      position: relative;
      margin: 40px 0 30px; }
      footer .footer-logo-container .logo a {
        font-size: 0;
        text-transform: uppercase;
        background-image: url("/images/logo.svg");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 178px;
        height: 41px;
        display: block; }
        footer .footer-logo-container .logo a:hover {
          text-decoration: none; }
  footer .footer-menu {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0; }
    footer .footer-menu ul {
      margin: 0;
      padding: 0;
      font-size: 14px;
      line-height: 24px; }
      footer .footer-menu ul li {
        display: inline-block;
        color: #999999; }
        footer .footer-menu ul li a {
          font-family: "LibreFranklinMedium";
          font-size: 14px;
          line-height: 32px;
          color: #999999;
          padding: 5px 10px;
          letter-spacing: -0.14px; }
          footer .footer-menu ul li a:hover {
            color: #403939;
            text-decoration: none; }
        footer .footer-menu ul li:after {
          content: '|'; }
        footer .footer-menu ul li:last-child:after {
          display: none; }

.super-header-full-container {
  background: #fff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(102, 102, 102, 0.23);
  -moz-box-shadow: 0px 3px 7px 0px rgba(102, 102, 102, 0.23);
  box-shadow: 0px 3px 7px 0px rgba(102, 102, 102, 0.23); }
  .super-header-full-container .col-12 {
    padding: 0 10px; }

.today-topics .topic-module {
  text-align: left;
  position: relative;
  display: block;
  max-height: 37px; }

.today-topics .topic-module-content {
  display: flex;
  overflow-x: auto;
  position: relative;
  padding: 9px 0;
  overflow: hidden;
  vertical-align: middle; }
  .today-topics .topic-module-content ul {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 auto; }
    .today-topics .topic-module-content ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      white-space: nowrap; }
      .today-topics .topic-module-content ul li:first-child {
        padding-left: 77px; }
        .today-topics .topic-module-content ul li:first-child:before {
          position: absolute;
          content: "Hoy interesa";
          font-family: "TiemposHeadline";
          font-size: 12px;
          line-height: 12px;
          font-weight: bold;
          color: #001C4C;
          background-color: transparent;
          top: 4px;
          left: 0;
          width: auto; }

.today-topics .topic-link {
  position: relative;
  font-family: "TiemposHeadline";
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  color: #666666;
  padding: 5px 10px;
  display: block; }
  .today-topics .topic-link:before {
    content: "";
    background: #666;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: -2px; }

.today-topics .topics-more-container {
  display: inline-block;
  position: relative;
  margin-left: -2px;
  vertical-align: middle;
  margin-top: 2px; }

.today-topics .topics-more {
  cursor: pointer;
  white-space: nowrap; }
  .today-topics .topics-more:before {
    display: none; }
  .today-topics .topics-more:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #888;
    vertical-align: middle;
    display: inline-block;
    margin-left: 3px; }

.today-topics .topics-dropdown {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 20px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .today-topics .topics-dropdown li {
    float: none;
    display: block;
    padding: 0; }
  .today-topics .topics-dropdown .topic-link {
    padding: 3px 0;
    line-height: 1.428571429; }
    .today-topics .topics-dropdown .topic-link:before {
      display: none; }
  .today-topics .topics-dropdown.show {
    display: block; }

.hamburger-content {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-align: left;
  width: 20px;
  height: 61px;
  padding-left: 17px; }
  .hamburger-content #check-menusidebar {
    position: fixed;
    top: 0;
    left: -99px;
    box-sizing: border-box;
    padding: 0; }
  .hamburger-content .icon-home-menu {
    z-index: 9;
    text-align: center;
    display: block;
    margin-bottom: 0; }
    .hamburger-content .icon-home-menu .fa {
      color: #D4832D;
      font-size: 22px;
      cursor: pointer;
      vertical-align: middle; }
    .hamburger-content .icon-home-menu .fa.fa-times {
      display: none; }
  .hamburger-content .hamburger-menu-container {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    height: 100vh;
    width: 316px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff; }
    .hamburger-content .hamburger-menu-container.collapsed {
      display: block; }
    .hamburger-content .hamburger-menu-container .hamburger-search {
      background: #fce6cf 0% 0% no-repeat padding-box;
      height: 83px;
      padding: 17px 15px;
      position: relative;
      display: block; }
      .hamburger-content .hamburger-menu-container .hamburger-search .input-group {
        position: relative; }
        .hamburger-content .hamburger-menu-container .hamburger-search .input-group .fa-search {
          position: absolute;
          top: 15px;
          left: 13px;
          font-size: 18px;
          color: #666666; }
        .hamburger-content .hamburger-menu-container .hamburger-search .input-group .form-control {
          border: none;
          height: 50px;
          padding: 7px 70px 7px 39px;
          width: 100%;
          font-family: "SourceSerifProRegular";
          font-weight: normal;
          font-size: 16px;
          line-height: 17px; }
        .hamburger-content .hamburger-menu-container .hamburger-search .input-group .btn-search {
          font-size: 12px;
          font-family: "LibreFranklinBold";
          background-color: #D4832D;
          color: #FFFFFF;
          text-transform: uppercase;
          border: 0;
          outline: none;
          line-height: 50px;
          position: absolute;
          top: 0;
          right: 0;
          padding: 0 14px; }
    .hamburger-content .hamburger-menu-container .hamburger-notification {
      height: 83px;
      background-color: #ED8D0B;
      display: none; }
      .hamburger-content .hamburger-menu-container .hamburger-notification .notification-link {
        font-family: "SourceSerifProBlack";
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        display: flex;
        padding: 21px 20px 22px 25px; }
        .hamburger-content .hamburger-menu-container .hamburger-notification .notification-link span {
          margin-right: 12px; }
    .hamburger-content .hamburger-menu-container .hamburger-menu {
      padding-left: 0;
      padding-right: 0; }
      .hamburger-content .hamburger-menu-container .hamburger-menu.container {
        height: auto; }
      .hamburger-content .hamburger-menu-container .hamburger-menu ul {
        list-style: none;
        margin: 0; }
        .hamburger-content .hamburger-menu-container .hamburger-menu ul .menu-item-title {
          font-family: "SourceSerifProBlack";
          font-size: 20px;
          line-height: 20px;
          color: #333333;
          position: relative;
          background-color: #fff;
          border-bottom: 1px solid #001c4c;
          padding: 15px 0 12px 15px;
          min-height: 16px;
          display: block; }
        .hamburger-content .hamburger-menu-container .hamburger-menu ul .menu-item-link {
          font-family: "SourceSerifProRegular";
          font-weight: normal;
          font-size: 20px;
          line-height: 20px;
          color: #333333;
          padding: 15px 0 12px 15px;
          display: block;
          border-bottom: 1px solid #C1C1C1;
          cursor: pointer; }
  .hamburger-content.active .icon-home-menu .fa-bars {
    display: none; }
  .hamburger-content.active .icon-home-menu .fa-times {
    display: inline-block; }
    .hamburger-content.active .icon-home-menu .fa-times:before {
      content: "\f00d"; }
  .hamburger-content.active .hamburger-menu-container {
    display: inline-block; }

#check-menusidebar:checked ~ .icon-home-menu .fa-times {
  display: inline-block; }

#check-menusidebar:checked ~ .icon-home-menu .fa-bars {
  display: none; }

#check-menusidebar:checked ~ .hamburger-menu-container {
  display: block;
  z-index: 3000002; }

.header.header-home .hamburger-content {
  height: 65px; }
  .header.header-home .hamburger-content .hamburger-menu-container {
    top: 63px; }

/*Capa oscura menú*/
.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(136, 136, 136, 0.6) !important;
  overflow-x: hidden; }
  .overlay .header-menu-container, .overlay .main-container, .overlay footer {
    opacity: 0.2; }

.live-boards-container {
  position: relative;
  background-color: #FCE6CF;
  border-bottom: 2px solid #fff; }
  .live-boards-container.blue {
    background-color: #FCE6CF; }
  .live-boards-container.urgent {
    background-color: #D01515; }
    .live-boards-container.urgent .swiper-container .swiper-wrapper .swiper-slide .nav-link {
      color: #fff; }
    .live-boards-container.urgent .swiper-container .swiper-wrapper .swiper-slide .epigraph {
      color: #FDE636; }
  .live-boards-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .live-boards-container ul a:first-child {
      padding-left: 0; }
  .live-boards-container .swiper-container .swiper-wrapper .swiper-slide {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    height: 50px;
    margin: 0;
    padding: 0; }
    .live-boards-container .swiper-container .swiper-wrapper .swiper-slide .nav-link {
      display: block;
      font-family: "LibreFranklinMedium";
      font-size: 16px;
      line-height: 20px;
      color: #646464;
      position: relative;
      padding: 0 10px;
      font-weight: normal; }
    .live-boards-container .swiper-container .swiper-wrapper .swiper-slide .epigraph {
      font-family: "LibreFranklinBlack";
      font-size: 16px;
      line-height: 20px;
      color: #646464;
      padding: 0 5px 0 0;
      font-weight: normal; }
    .live-boards-container .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) a.nav-link:before {
      display: none; }
  .live-boards-container .content-module a.nav-link:before {
    content: "/";
    position: absolute;
    left: -2px; }
  .live-boards-container .live-swiper-container .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none; }
  .live-boards-container .live-swiper-container .swiper-wrapper {
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }
  .live-boards-container .swiper-button {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff; }
    .live-boards-container .swiper-button button {
      cursor: pointer;
      outline: none;
      background-color: #6c757d;
      border: 1px solid #6c757d;
      color: #fff;
      padding: 0 6px;
      line-height: 1;
      width: 25px;
      height: 31px;
      border-radius: 0.2rem;
      display: none; }
    .live-boards-container .swiper-button .fas {
      font-size: 14px; }
  .live-boards-container div[aria-disabled="true"] {
    display: none; }
  .live-boards-container div[aria-disabled="false"] {
    display: flex; }
  .live-boards-container .swiper-button-next {
    right: 0; }
  .live-boards-container .swiper-button-prev {
    left: 0; }
    .live-boards-container .swiper-button-prev button {
      padding: 8px 4px; }

.comment-figure > img {
  width: 100%;
  max-width: 100%;
  height: auto; }
